aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/ide_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Pass the unit number to the DMA cookie lookup routine and use itBruce Evans1999-01-171-5/+6
* Fixed a 2-bit error in initializing MWDMA mode for VIA chipsets.Bruce Evans1999-01-171-3/+2
* Fixed a 1-bit error in initializing UDMA mode for VIA chipsets.Bruce Evans1999-01-161-2/+2
* Spell "ctlr" consistently.Mike Smith1999-01-161-4/+4
* Fix breakage in rev 1.19; the second argument to ide_pci_candma is aMike Smith1999-01-161-4/+4
* Add support for the ACER LABS Aladin chipset UDMA controller.Julian Elischer1999-01-131-5/+87
* Clean out warnings introduced in last commit.Eivind Eklund1999-01-121-4/+4
* remove some unused variablesJulian Elischer1999-01-111-8/+7
* Add support for the Cyrix Cx5530 PCI/ISA bridge which also includesJulian Elischer1999-01-111-15/+208
* Check for DMA capbility is against unit,not controller.Mike Smith1998-12-211-2/+2
* Fix uninitialized variable warning by preinitializing 'class' to 0. ThisMatthew Dillon1998-12-141-2/+2
* pci_device pd_probe function changed from returning char * to returningMatthew Dillon1998-12-141-2/+2
* Eliminate compiler warning.Archie Cobbs1998-12-101-2/+5
* Fix typo: expression needs parenthesesArchie Cobbs1998-12-041-3/+3
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-2/+2
* Fixed printf format errors.Bruce Evans1998-07-111-13/+16
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,Bruce Evans1998-06-171-2/+1
* Fixed a misdeclaration. This unhides type mismatches which will beBruce Evans1998-06-171-2/+2
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-5/+5
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Include pc98.h instead of isa.h when PC98 is defined.KATO Takenori1998-01-141-1/+5
* Correct the check for multiword dma. It was incorrectly checkingJohn Dyson1997-12-191-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-7/+3
* Addition of support of the slightly rogue Promise IDE interface(Dyson), supportJohn Dyson1997-09-201-610/+1088
* Upgrade of EIDE DMA support, Johns comments:Søren Schmidt1997-09-041-245/+387
* Removed unused #includes.Bruce Evans1997-08-021-5/+1
* Add support for busmaster DMA on some PCI IDE chipsets.Søren Schmidt1997-07-291-0/+817