jhay2007-05-28 18:45:16 UTC
FreeBSD src repository
Modified files:
sys/arm/xscale/ixp425 avila_ata.c
Log:
Optimize a bit more, both the Avila and Pronghorn Metro boards work with
GPIO_TYPE_EDG_RISING.
Reviewed by:sam
Revision ChangesPath
1.5 +3 -4
sam 2007-05-24 16:15:20 UTC
FreeBSD src repository
Modified files:
sys/arm/xscale/ixp425 avila_ata.c
Log:
Fix interrupt setup; rev 1.3 switched the irq to GPIO_TYPE_ACT_LOW
but this does not work on avila boards; special case them to use
GPIO_TYPE_EDG_RISING.
MFC aft
jhay2007-03-14 18:05:04 UTC
FreeBSD src repository
Modified files:
sys/arm/xscale/ixp425 avila_ata.c
Log:
Map the second CS of the compact flash too. This allow us access to
the alternate status and the control registers. Remove the local
version of ata_reset.
Add su
cognet 2007-02-25 22:17:54 UTC
FreeBSD src repository
Modified files:
sys/arm/xscale/ixp425 avila_ata.c ixp425_qmgr.c
Log:
Update for the new prototype of bus_setup_intr().
Revision ChangesPath
1.2 +3 -3 src/sys/arm/xscale/ixp425/avila_ata.c
1.2 +1