summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciidevar.h
AgeCommit message (Expand)Author
2009-10-05Add some minimalistic detach/unmap bits for pciide,Jonathan Gray
2009-01-04Add support for CS5535 IDE adapted from the gcscide code in NetBSDJonathan Gray
2009-01-04Shift prototypes for some common pciide functions out intoJonathan Gray
2004-10-17Allow chip-map function to specify which bits must permanently presentAlexander Yurchenko
2004-10-17Don't touch dma registers directly, instead use callbacks thatAlexander Yurchenko
2004-10-17Bump wdc_chanarray as well.Alexander Yurchenko
2004-10-17Bump number of channels to PCIIDE_MAX_CHANNELS.Alexander Yurchenko
2004-10-17Constify channel name.Alexander Yurchenko
2004-10-17Stop bloating pciide_softc with chip-specific variables. Add one pointerAlexander Yurchenko
2004-10-17Move pciide_softc definition to pciidevar.h.Alexander Yurchenko
2004-10-17Define 4 channels max for pciide. Legacy ide controllers can onlyAlexander Yurchenko
2004-09-24Multiple inclusion protection.Alexander Yurchenko
2002-03-14Don't prototype pciide_machdep_compat_intr_establish() andTodd C. Miller
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-25Add disestablish routine for compat PCIIDE interruptsConstantine Sapuntzakis
2001-04-04Minor cleanup to minimize diffs with NetBSDConstantine Sapuntzakis
1999-07-18Import of NetBSD ATA/IDE stuff.Constantine Sapuntzakis
1998-06-30PCI-IDE interface include files (needed for Alpha, at least); from NetBSD.Angelos D. Keromytis