summaryrefslogtreecommitdiffstats
path: root/sys/i386/pci
Commit message (Expand)AuthorAgeFilesLines
...
* Add initialization code for the AMD Elan sc520 which maps the MMCRphk2002-07-181-0/+2
* Add an entry for the AMD Elan SC520 hostbridge. I do not belive we canphk2002-07-181-0/+3
* Use a common function to map the bogus intlines.imp2002-06-012-22/+34
* Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just havingbrooks2002-05-292-0/+16
* o Work around bugs in the powerof2 macro: It thinks that 0 is a power ofimp2002-04-242-24/+36
* Fix a PNPID in a commentimp2002-04-241-1/+1
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-0/+13
* Don't call the bios if the interrupt appaers to be already routed. Someimp2002-03-162-6/+6
* The Libretto L series has no $PIR table, but does have a _PIR table.imp2002-01-202-26/+44
* Add identification string for AMD-761 host to PCI bridge.murray2001-12-101-0/+3
* MFS: I was confused. This code wasn't in -current after all.imp2001-11-262-10/+28
* It turns out that while Toshiba laptops don't want to route interruptsimp2001-08-282-34/+20
* MFS: IRQ ordering, PRVERB and more whining in pcibios_get_version on failure.imp2001-08-272-60/+120
* The general conesnsus on irc was that pci bios for config registersimp2001-08-212-4/+50
* Detect a certain type of PCIBIOS brain damage. For some reason,peter2001-08-213-0/+44
* Un-swap irq/link byte values so that printf works.msmith2001-05-112-2/+2
* Free the memory we get from devclass_get_devices and device_get_children.msmith2001-02-082-6/+16
* 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
OpenPOWER on IntegriCloud