summaryrefslogtreecommitdiff
path: root/sys/pci/ide_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove left over pci_ide* after wd removal.Peter Wemm2000-03-151-1876/+0
* Remove #include "wd.h" and #if NWDC > 0 as that's always true as thisPeter Wemm2000-01-291-6/+0
* Remove some horrible #if 0'd code that has no hope of working now. ItPeter Wemm1999-12-121-71/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Revert out part of the last patch that can be done better elsewhere.Julian Elischer1999-07-221-8/+4
* fix braino..Julian Elischer1999-07-221-2/+2
* Hopefully make the CMD640B workaround actually work.Peter Wemm1999-07-211-9/+6
* Slight cleanups of the Cyrix 5530 UDMA code.Julian Elischer1999-07-201-100/+125
* Only have the pci component compiled if pci is specified at config.Peter Wemm1999-07-031-4/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-2/+3
* Build the functionality of the wdc_p hack into the ide_pci.c code.Peter Wemm1999-04-131-3/+12
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andPeter Wemm1999-04-131-8/+3
* Add support for SiS 5591/5595 chipset.Greg Lehey1999-03-281-3/+224
* 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