aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.Bruce Evans1997-09-025-35/+3
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-0/+1
* Prepare for 64bit programming environment (e.g. Alpha):Stefan Eßer1997-08-312-45/+45
* Remove debug printf() that had been ommited by accident.Stefan Eßer1997-08-311-3/+2
* Fix problem with early revision 53c825a and 53c875 chips, whichStefan Eßer1997-08-311-5/+3
* Scsi RESERVATION CONFLICT and BUSY support for Tekram scsi cards.Jun-ichiro itojun Hagino1997-08-301-0/+20
* Go back to previous definition of FE_CACHE_SET, since the problemStefan Eßer1997-08-241-3/+2
* Some cleanup and a fix for an assumed chip bug:Stefan Eßer1997-08-231-93/+90
* Minor corrections to the code added in rev. 1.100 and 1.101:Stefan Eßer1997-08-231-4/+4
* Yank the casts.Steve Passe1997-08-212-3/+3
* Reorder function decls alphabetically.Steve Passe1997-08-211-2/+2
* Add a cast to eliminate a compiler warning.Steve Passe1997-08-211-1/+1
* A few more casts and a function declaration for warning free kernel builds.Steve Passe1997-08-212-3/+4
* Added frequencies for north american HRC cable.Steve Passe1997-08-171-2/+19
* SMP Natoma motherboards cannot know if you are booting a UP or SMP OS. ThisJohn Dyson1997-08-161-1/+24
* Add the NetVin 5000 series NE2000 PCI card vendor and device IDs.Daniel O'Callaghan1997-08-141-1/+2
* Fix problem in the DC390_DefaultEEprom subroutine, which could leadStefan Eßer1997-08-111-3/+3
* Fix the VLSI chipset name from "Eagle" to "Eagle II".Poul-Henning Kamp1997-08-101-5/+5
* Add ID's for 5 VLSI chips. They're not very friendly, so this info wasPoul-Henning Kamp1997-08-081-1/+12
* Remove two features that have been reported to cause problems withStefan Eßer1997-08-061-2/+3
* Merge Matt's if_de.c changes in.Peter Wemm1997-08-031-286/+546
* This commit was generated by cvs2svn to compensate for changes in r27859,Peter Wemm1997-08-032-8/+88
|\
| * Import Matt's if_de driver 970703 release. This (apparently) supportsPeter Wemm1997-08-033-294/+634
| * Clean import of if_de.c as of 970513, if_de.c rev 1.86. This shouldPeter Wemm1997-06-221-2/+4
* | Removed unused #includes.Bruce Evans1997-08-0211-80/+12
* | Fix problem caused by a chunk of the previous patch having beenStefan Eßer1997-07-291-3/+3
* | Add support for busmaster DMA on some PCI IDE chipsets.Søren Schmidt1997-07-293-1/+890
* | Add support for loading the SCRIPTS microcode into the on-chip RAMStefan Eßer1997-07-281-598/+795
* | Added support for the Seeq 80c24 PHY; does nothing except disable theDavid Greenman1997-07-251-1/+7
* | Add Ultra-SCSI support and enable more features for advancedStefan Eßer1997-07-252-212/+736
* | Assign correct chip set register dump functions to Triton II device IDs.Stefan Eßer1997-07-181-2/+3
* | Fix "unexpected phase change" interrupt handler: Do not access theStefan Eßer1997-07-181-7/+10
* | Don't cast function pointers to (void *). This will cause warnings.Bruce Evans1997-07-011-3/+1
* | Modify my copyright notice to allow the sequencer to be used with GPLedJustin T. Gibbs1997-06-271-4/+11
* | Modified to use renamed get_pci_apic_irq() -> pci_apic_pin() function.Steve Passe1997-06-251-5/+7
* | Superceded by dc21040reg.hPeter Wemm1997-06-221-474/+0
* | Initial set of patches to get it to compile on >= 3.0. Most of thePeter Wemm1997-06-221-2409/+2968
* | This commit was generated by cvs2svn to compensate for changes in r26790,Peter Wemm1997-06-222-0/+1564
|\|
| * Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. ThePeter Wemm1997-06-223-0/+6522
* Minor optimization in fxp_intr.David Greenman1997-06-161-5/+4
* Added 2 new defines:Steve Passe1997-06-141-5/+18
* Added support for the Intel 82555 PHY chip which is being used on newerDavid Greenman1997-06-132-20/+25
* Add device IDs for new Symbios SCSI chips (53c875J,885,895,896), whichStefan Eßer1997-06-111-97/+56
* Move call of pci_addcfg() before test of cfg->subordinatebus, since theStefan Eßer1997-06-021-2/+13
* PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINTPeter Wemm1997-06-011-1/+2
* Add code to correctly probe all buses on the Intel XXPRESS motherboard.Stefan Eßer1997-05-301-10/+48
* Remove use of intrec*, use void* instead.Stefan Eßer1997-05-301-2/+4
* Add one more compatibility define to make the Adaptec driver compileStefan Eßer1997-05-281-1/+2
* Define command register enable bits, which are required for a consitencyStefan Eßer1997-05-281-1/+4
* Add consistency check to the functions that map port or memory ranges:Stefan Eßer1997-05-281-3/+16