summaryrefslogtreecommitdiffstats
path: root/sys/pci/ide_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* Fixed printf format errors.bde1998-07-111-13/+16
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,bde1998-06-171-2/+1
* Fixed a misdeclaration. This unhides type mismatches which will bebde1998-06-171-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-5/+5
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Include pc98.h instead of isa.h when PC98 is defined.kato1998-01-141-1/+5
* Correct the check for multiword dma. It was incorrectly checkingdyson1997-12-191-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-7/+3
* Addition of support of the slightly rogue Promise IDE interface(Dyson), supportdyson1997-09-201-610/+1088
* Upgrade of EIDE DMA support, Johns comments:sos1997-09-041-245/+387
* Removed unused #includes.bde1997-08-021-5/+1
* Add support for busmaster DMA on some PCI IDE chipsets.sos1997-07-291-0/+817
OpenPOWER on IntegriCloud