Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2006 23:08:35 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 110137 for review
Message-ID:  <200611162308.kAGN8ZWG025268@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110137

Change 110137 by sam@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611162308.kAGN8ZWG025268>