summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pciidevar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* sizes for free(); ok sthenderaadt2015-09-101-1/+2
* When suspending, save & restore as many registers as we can from thederaadt2010-07-221-1/+11
* Add some minimalistic detach/unmap bits for pciide,jsg2009-10-051-1/+15
* Add support for CS5535 IDE adapted from the gcscide code in NetBSDjsg2009-01-041-1/+5
* Shift prototypes for some common pciide functions out intojsg2009-01-041-1/+36
* Allow chip-map function to specify which bits must permanently presentgrange2004-10-171-1/+8
* Don't touch dma registers directly, instead use callbacks thatgrange2004-10-171-1/+19
* Bump wdc_chanarray as well.grange2004-10-171-2/+2
* Bump number of channels to PCIIDE_MAX_CHANNELS.grange2004-10-171-2/+2
* Constify channel name.grange2004-10-171-2/+2
* Stop bloating pciide_softc with chip-specific variables. Add one pointergrange2004-10-171-8/+4
* Move pciide_softc definition to pciidevar.h.grange2004-10-171-2/+53
* Define 4 channels max for pciide. Legacy ide controllers can onlygrange2004-10-171-1/+9
* Multiple inclusion protection.grange2004-09-241-1/+6
* Don't prototype pciide_machdep_compat_intr_establish() andmillert2002-03-141-1/+3
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-3/+3
* First round of __P removal in sysmillert2002-03-141-3/+3
* Add disestablish routine for compat PCIIDE interruptscsapuntz2001-06-251-1/+3
* Minor cleanup to minimize diffs with NetBSDcsapuntz2001-04-041-2/+2
* Import of NetBSD ATA/IDE stuff.csapuntz1999-07-181-14/+2
* PCI-IDE interface include files (needed for Alpha, at least); from NetBSD.angelos1998-06-301-0/+60