summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed unused #includes.bde1997-08-021-2/+1
* Add support for busmaster DMA on some PCI IDE chipsets.sos1997-07-291-1/+10
* Assign correct chip set register dump functions to Triton II device IDs.se1997-07-181-2/+3
* Add code to correctly probe all buses on the Intel XXPRESS motherboard.se1997-05-301-10/+48
* Completely replace the PCI bus driver code to make it better reflectse1997-05-261-25/+3
* Don't break the nice symmetry of these messages with undue '>' chars.phk1997-03-281-8/+8
* Improve probe message for generic PCI->xxx bridge chips.se1997-03-251-6/+16
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add Intel VX chip set specific detection and register dump code.se1997-01-021-1/+56
* Re-enable conf82371fb2 now that I have verified that it works, even ifrgrimes1996-09-161-5/+1
* Remove the portion of revision 1.36 that added the #ifdef's for CPUrgrimes1996-09-091-19/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-2/+1
* Partial merge of RELENG_2_1_0 -> HEAD (addition of Intel 82439HX chip text).rgrimes1996-09-061-1/+3
* Fix Orion specific code by moving config_orion() to a place where it doesse1996-09-051-42/+50
* Correct previous Orion specific fix: The configuration registerse1996-09-021-2/+2
* Add preliminary support for the Orion PCI chip set. It is special in these1996-09-021-3/+53
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-3/+1
* Add generic PCI to PCI bridge support.se1996-02-171-4/+41
* Implement a prototype interface to bus-master IDE DMA on the Tritonwollman1996-01-281-5/+5
* Decode configuration for the IDE part of the Triton chipset. Thiswollman1996-01-271-10/+30
* Correctly identify the various parts of the Triton chipset.wollman1996-01-251-4/+4
* Spelling error: Busting -> Bursting.wollman1996-01-231-2/+2
* Got the sense of the L1 cache enabled test wrong; fixed.wollman1996-01-231-2/+2
* Add support for dumping the configuration of the Intelwollman1996-01-231-44/+92
* Add register definitions for Intel 82437FX (Triton System Controller)wollman1996-01-221-1/+95
* Another mega commit to staticize things.phk1995-12-141-5/+5
* Renamed TRUE (which has value 2) to M_TR to avoid a clash with thebde1995-12-051-33/+33
* Remove '#ifdef undef' that was only supposed to be in my local test version.se1995-09-141-3/+1
* Do not include the verbose boot messages, if PCI_QUIET is defined.se1995-09-141-8/+10
* Remove support for PCI bridge classes, since thisse1995-09-071-23/+2
* Add description of Intel 82425EX PCI system controller chip (Aries ?).se1995-09-071-1/+77
* Add more chip set register decodings:se1995-08-151-3/+13
* Add a few chip set IDs.se1995-07-271-4/+21
* Add config messages for the Intel 82378 chip.se1995-07-271-1/+32
* Give more detailed information about the type of bridge devicesse1995-06-281-1/+11
* Corrections and additions to the PCI chip set configurations log.se1995-06-281-7/+21
* Completely new PCI code:se1995-03-211-100/+69
* Added a new field to the pci_device struct called pd_shutdown to specifydg1995-03-171-6/+12
OpenPOWER on IntegriCloud