summaryrefslogtreecommitdiff
path: root/sys/dev/pci/optiide.c
AgeCommit message (Expand)Author
2005-12-11merge ktrace-lwp.christos
2005-05-24add __KERNEL_RCSIDlukem
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-01-03More wdc_channel structure member namespace cleanup:thorpej
2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej
2003-10-24Remove IDE_PCI_CLASS_OVERRIDE -- it wasn't actually used anywhere. In lieu ofmycroft
2003-10-11Cosmetic changes:thorpej
2003-10-08Split pciide in per-chip family driver, as proposed inbouyer