PERFORCE change 110137 for review

Sam Leffler sam at FreeBSD.org
Thu Nov 16 23:08:36 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=110137

Change 110137 by sam at sam_ebb on 2006/11/16 23:08:26

	fixup comments; include url to intel app note

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/avila_ata.c#11 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/avila_ata.c#11 (text+ko) ====

@@ -31,10 +31,12 @@
 __FBSDID("$FreeBSD$");
 
 /*
- * CF-IDE Support for the Avila Gateworks XScale boards.
- * There are 1 or 2 optional CF slots.  Registers are on
- * the Expansion Bus connected to CS1.  Interrupts are
- * tied to GPIO pin 12.  No DMA, just PIO.
+ * Compact Flash Support for the Avila Gateworks XScale boards.
+ * There are 1 or 2 optional CF slots operated in "True IDE" mode.
+ * Registers are on the Expansion Bus connected to CS1.  Interrupts
+ * are tied to GPIO pin 12.  No DMA, just PIO.
+ *
+ * See also http://www.intel.com/design/network/applnots/302456.htm.
  */
 #include <sys/param.h>
 #include <sys/systm.h>


More information about the p4-projects mailing list