summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
Commit message (Expand)AuthorAgeFilesLines
* Recognize PC-98 16-bits bus (C-bus) as ISA bus. Because class numberkato1999-04-201-7/+24
* Add entries for Intel 82443GX chipset.jkh1999-04-181-1/+7
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-5/+32
* Probe the SiS 85c503 as a PCI-ISA bridge.dfr1999-04-171-3/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-311/+513
* Remove inactive pmap_setdevram()/pmap_setvidram consumer code.msmith1999-04-071-27/+1
* Add support for Compaq ProLiant 1200 host to PCI bridge.dfr1999-02-211-1/+16
* Undo Nicolas' changes (1.91->1.92, added USB controller in pcisupport.c).n_hibma1999-02-181-3/+1
* Add alpm.c, Aladdin Power Management SMBus support for the SMBus framework.nsouch1999-02-131-1/+8
* Back out rev 1.89. The #include is necessary for the #if that testspeter1999-02-061-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-271-2/+2
* Check if the intpm controller is configured first before stoppingpeter1999-01-261-2/+7
* Terminate commit for the Intel PIIX4 SMBus support. Already committed filesnsouch1999-01-251-3/+4
* Turn the VIA chipset ,<<IDE/USB>> controller probing off.foxfair1998-12-271-6/+1
* Add Matrox Mystique 1064/1164SG chips info. By the datasheet from Matrox,foxfair1998-12-231-2/+2
* Add more non-Intel family ((new)) chipset, just like VIA technology MVP3foxfair1998-12-191-9/+37
* Remove the bogus charracters "42" from the beginning of the first line.julian1998-12-191-2/+2
* Fix for bogus BIOS configuration of the 450NX PCI interface on somemsmith1998-12-191-2/+14
* Support for Intel 450NX-based systems with more than one PCI bus (ie.msmith1998-12-191-1/+54
* Removed probe for VIA 82C586B OHCI controller (is done in ohci_pci.c now)n_hibma1998-12-141-3/+1
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-9/+9
* Check return value of malloc.eivind1998-12-091-3/+5
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-1/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+5
* The Neomagic chip is a 2160 not a 3160.sos1998-12-011-2/+2
* Removed probes for USB chips 82371xB (done in dev/pci/uhci_pci.c)n_hibma1998-11-261-5/+1
* * Fix vga_probe() so that it doesn't report a non-vga display adapter asdfr1998-10-311-2/+8
* Add 450NX chipset components.msmith1998-09-161-1/+5
* Changed `#if defined(i386)' to `#ifdef __i386__'.bde1998-07-071-2/+2
* document PCI_QUIET that prevents pci from compiling in so many stringsjmg1998-06-301-1/+3
* Disable attempted write combining support. This probablydyson1998-06-081-1/+3
* Attempt to set write combining mode for graphics devices.dyson1998-05-111-3/+31
* Translated to C (parameters in a function definition have the same scopebde1998-05-081-2/+2
* Added another PCI to C-bus (ISA bus like 16 bit bus of PC-98) bridge.kato1998-05-041-1/+3
* Add NEC PC-98 chipsets.kato1998-05-041-1/+18
* Patches are given here for pcisupport.c to recognise most of VIAphk1998-05-031-1/+22
* Add PCI device IDs for Intel BX PCI chip-set components.se1998-05-021-1/+7
* Add two VLSI chip set components: 82C592 and 82C593se1998-03-271-1/+5
* Undo the previous commit which was NOT for -current.sos1998-03-011-13/+3
* Add Intel 430TX chipset, namely 82439TX system controller and fourasami1998-03-011-1/+11
* Add the Intel 82371SB USB host controller to the known list.sos1998-02-241-1/+3
* Attempt to tell the user precisely what sort of VGA-like PCI device iswollman1997-11-111-12/+255
* Oops... back out the change to recognize the TI 1131; there's a better place.wollman1997-10-171-4/+1
* Teach the PCI code about the TI 1131 and NeoMagic NM2160 in my laptop.wollman1997-10-171-1/+11
* Add IDs for Intel 82371MX/82437MX (mobile PCI chipset).asami1997-10-101-1/+5
* Remove the 82371 IDE devices.phk1997-09-241-17/+4
* SMP Natoma motherboards cannot know if you are booting a UP or SMP OS. Thisdyson1997-08-161-1/+24
* Fix the VLSI chipset name from "Eagle" to "Eagle II".phk1997-08-101-5/+5
* Add ID's for 5 VLSI chips. They're not very friendly, so this info wasphk1997-08-081-1/+12
OpenPOWER on IntegriCloud