summaryrefslogtreecommitdiffstats
path: root/sys/i386/pci
Commit message (Expand)AuthorAgeFilesLines
* Make the identify routine add itself with priority 100 to make sure itpeter1999-08-223-6/+18
* Hopefully fix the previous commit, it caused *all* bridges to be detectedpeter1999-08-103-18/+21
* Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI buswpaul1999-08-093-9/+27
* Don't probe if pci_cfgopen() fails to find pci hardware, like we used topeter1999-08-043-15/+12
* Add support for multiple PCI busses directly connected to the nexus.msmith1999-07-163-12/+540
* Move pcibus (host -> pci bus) probe/attach routines from nexuspeter1999-05-183-9/+141
* Make the class code checks in function pci_cfgcheck less strict.se1997-12-203-6/+6
* Removed unused #includes.bde1997-07-203-6/+3
* Yet another fix for configuration mechanism 1 register accesses:se1997-05-263-12/+15
* Fix previous fix: The enable bit is bit 31 (0x8000000) and not bit 15.se1997-05-263-6/+6
* Set enable bit when writing the configuration address in configurationse1997-05-263-6/+6
* Completely replace the PCI bus driver code to make it better reflectse1997-05-263-1389/+570
* Mask out revision register in consistency test of class register.se1997-04-093-6/+6
* Fix spelling of align and interrupt in comments.se1997-04-093-18/+18
* Fix consistency test to not fail on pre PCI 2.0 motherboardsse1997-04-093-6/+6
* improve pcibus_check: Only assume PCI if at least one PCI to anything bridgese1997-03-053-18/+57
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-223-3/+3
* Sync with <pci/pcibus.h>. pcibus.c unfortunately still compiled (withbde1997-01-253-3/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Make the code more consistant by using the INTR*MASK macros througout thenate1997-01-083-6/+6
* More merge and update.asami1996-10-303-3/+15
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-183-6/+3
* Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decidese1996-06-133-6/+6
* Make pcibus_check() ignore Device/Vendor IDs of all 0.se1996-04-303-6/+6
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-073-9/+3
* Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead ofbde1996-03-293-9/+90
* recording cvs-1.6 file deathpeter1995-12-3019-15043/+0
* Completed function declarations and/or added prototypes and/or addedbde1995-12-163-21/+21
* Staticize and cleanup.phk1995-12-103-6/+6
* Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ...se1995-10-173-6/+6
* At least the ASUS Triton motherboards don't disable the PCI bus configurationse1995-10-173-12/+15
* Go back to separate tests for configuration mechanism 1 and mechanism 2.se1995-10-153-162/+171
* Fix bad typo: CONF1_ENABLE_RES1 was written CONF1_ENABLE_CHK1 ...se1995-10-093-18/+42
* New approach to the PCI bus configuration mechanism probe problem:se1995-09-223-150/+189
* Revert most changes of previous commit.se1995-09-183-54/+156
* Another try to determine the PCI bus configuration mode (and whetherse1995-09-153-177/+120
* Improved verification of configuration space accesses working:se1995-09-143-12/+57
* Make the PCI host bridge probe code more robust when dealing with chip setsse1995-09-133-18/+105
* The PCI config mechanism 1 test failed for the Intel Aries.se1995-06-303-6/+6
* PCI configuration mechanism now determined by a method, that doesn'tse1995-06-283-45/+51
* Correct pcibus_setup() to return as soon as one test succeeds.se1995-03-223-3/+9
* Delete PCI PCI bridge simulator code ...se1995-03-223-270/+3
* Remove spurious declaration of printf().se1995-03-223-9/+3
* New ISA specific PCI code.se1995-03-213-441/+627
* Replace all remaining instances of `i386/include' by `machine' and fixbde1995-02-263-33/+18
* Keep PCI_CONF_MODE in a safe place for later reference, if #defined.se1995-02-253-3/+6
* Initialisation of interrupt masks changed.se1995-02-093-12/+15
* Reviewed by: sese1995-02-013-0/+1326
* Change the string returned in the aic7870 motherboard probe case. Changegibbs1995-01-221-5/+4
* Add $Id. Recognize motherboard aic7870 based controllers.gibbs1995-01-161-0/+7
OpenPOWER on IntegriCloud