summaryrefslogtreecommitdiff
path: root/sys/dev/pci/geodeide.c
AgeCommit message (Expand)Author
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-07-06- When starting an ATA or ATAPI transfer, handle the case where (*dma_init)()thorpej
2005-06-25According to FreeBSD and other references, the cs5530 IDE controller,fair
2005-02-27nuke trailing whitespaceperry
2004-08-21atastart() (called only at splbio(), and from interrupts) can changethorpej
2004-08-20Move most of wdc_softc into a new atac_softc structure that containsthorpej
2004-08-19- Add and use a CHAN_TO_WDC() macro to get the wdc_softc from anthorpej
2004-08-14- Split the register handles out of struct wdc_channel into a separatethorpej
2004-08-13Don't bother with bits that tell of the presence of optional callbacks;thorpej
2004-07-27Add support for the controller found on the AMD (previouslyrumble
2004-07-09Add geodeide(4), a driver for the AMD Geode CS5530A IDE controller.bouyer