summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pdcide.c
AgeCommit message (Expand)Author
2004-01-03More wdc_channel structure member namespace cleanup:thorpej
2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej
2003-11-27There are some cards that map the ATA control and IDE DMA registersfvdl
2003-11-22Use the redefined Promise product ids.fvdl
2003-11-15Clear interrupts at end of attach, in case there is one pending.bouyer
2003-10-29Simplify a little.mycroft
2003-10-25Fix uninitialized variable warningschristos
2003-10-24Remove IDE_PCI_CLASS_OVERRIDE -- it wasn't actually used anywhere. In lieu ofmycroft
2003-10-22Match the Promise FastTrak 378.fvdl
2003-10-11Cosmetic changes:thorpej
2003-10-08Split pciide in per-chip family driver, as proposed inbouyer