summaryrefslogtreecommitdiffstats
path: root/sys/pci/ide_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove left over pci_ide* after wd removal.peter2000-03-151-1876/+0
* Remove #include "wd.h" and #if NWDC > 0 as that's always true as thispeter2000-01-291-6/+0
* Remove some horrible #if 0'd code that has no hope of working now. Itpeter1999-12-121-71/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Revert out part of the last patch that can be done better elsewhere.julian1999-07-221-8/+4
* fix braino..julian1999-07-221-2/+2
* Hopefully make the CMD640B workaround actually work.peter1999-07-211-9/+6
* Slight cleanups of the Cyrix 5530 UDMA code.julian1999-07-201-100/+125
* Only have the pci component compiled if pci is specified at config.peter1999-07-031-4/+1
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-2/+3
* Build the functionality of the wdc_p hack into the ide_pci.c code.peter1999-04-131-3/+12
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andpeter1999-04-131-8/+3
* Add support for SiS 5591/5595 chipset.grog1999-03-281-3/+224
* Pass the unit number to the DMA cookie lookup routine and use itbde1999-01-171-5/+6
* Fixed a 2-bit error in initializing MWDMA mode for VIA chipsets.bde1999-01-171-3/+2
* Fixed a 1-bit error in initializing UDMA mode for VIA chipsets.bde1999-01-161-2/+2
* Spell "ctlr" consistently.msmith1999-01-161-4/+4
* Fix breakage in rev 1.19; the second argument to ide_pci_candma is amsmith1999-01-161-4/+4
* Add support for the ACER LABS Aladin chipset UDMA controller.julian1999-01-131-5/+87
* Clean out warnings introduced in last commit.eivind1999-01-121-4/+4
* remove some unused variablesjulian1999-01-111-8/+7
* Add support for the Cyrix Cx5530 PCI/ISA bridge which also includesjulian1999-01-111-15/+208
* Check for DMA capbility is against unit,not controller.msmith1998-12-211-2/+2
* Fix uninitialized variable warning by preinitializing 'class' to 0. Thisdillon1998-12-141-2/+2
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-2/+2
* Eliminate compiler warning.archie1998-12-101-2/+5
* Fix typo: expression needs parenthesesarchie1998-12-041-3/+3
* 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