summaryrefslogtreecommitdiffstats
path: root/sys/i386/pci
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning due to missing prototype.peter2001-01-192-2/+2
* Remove declaration of airq variable from outer block. There were twobmilekic2001-01-122-2/+2
* Next phase in the PCI subsystem cleanup.msmith2000-12-083-6/+106
* Hack to work around a probe which will lock up at least some i450GX-basedmsmith2000-11-081-1/+5
* Improve the PCI interrupt routing code. Now the process is as follows:msmith2000-11-022-32/+324
* Return -10000 in pci_hostb_probe to allow agp driver (disabled otherwise)ache2000-10-201-1/+1
* Add i815 Host to Hubache2000-10-201-0/+3
* Call the BIOS to route the selected interrupt. Correctly calculate themsmith2000-10-192-8/+44
* Remove debug writes introduced in prior commitimp2000-10-162-10/+4
* Add the ability to use the $PIR table in the BIOS to route interruptsimp2000-10-163-6/+139
* Change the text for the ServerWorks north bridge chips. RCC is nowalc2000-10-141-4/+4
* When testing for PCI bus overlap with another enumerator, make sure wemsmith2000-10-111-1/+1
* Only attach "legacy" PCI busses if none have been attached via any othermsmith2000-10-091-3/+23
* Move the i386 PCI attachment code out of i386/isa back into i386/pci.msmith2000-10-023-1730/+502
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-283-57/+18
* Catch a few more bogosities in certain chipsets before they mess us up.peter2000-09-053-57/+267
* Take a shot at fixing multiple pci busses on i386.peter2000-08-313-30/+150
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-283-144/+252
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-233-0/+162
* Add OPTi 82C700 chipset.kuriyama2000-05-243-0/+9
* Add 440MX chipset.kuriyama2000-05-243-0/+9
* Don't assume that the PCI BIOS is going to clear the unused bits in %ecxmsmith2000-05-043-3/+15
* Some more i386-only BIOS-friendliness:msmith2000-04-163-27/+336
* Add a workaround to allow us to detect the second pci bus on an HPdfr2000-02-233-3/+30
* Fix an uninitialised variable which affected probing on some machines.dfr2000-02-133-0/+3
* Allow allows peer pci buses which are directly connected to the RCC host pcigallatin2000-02-093-21/+66
* Add PCI Id's for i810 chipsets.n_hibma2000-02-073-0/+27
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancepeter2000-01-083-18/+0
* Don't use a bogus bus number for Ross host-pci bridges.dfr1999-12-053-0/+6
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-033-3/+3
* If we have found pci devices via pci_cfgopen(), but don't find apeter1999-11-183-0/+42
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.alc1999-10-253-0/+15
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* 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
OpenPOWER on IntegriCloud