aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/pci
Commit message (Expand)AuthorAgeFilesLines
* Add missing <sys/module.h> instances which were shadowed by the nestedPoul-Henning Kamp2004-06-031-0/+1
* MFi386: numerous interrupt and acpi updatesPeter Wemm2004-05-161-1/+1
* Drastically clean up the legacy host-pci bridge table. We don't needPeter Wemm2004-03-131-208/+5
* MFi386: nuke pci_cfgintrPeter Wemm2004-03-131-22/+1
* MFi386: change an outb to a DELAY()Peter Wemm2004-01-281-1/+1
* Various whitespace and cosmetic sync-up's with i386.Peter Wemm2003-12-062-2/+3
* Initial landing of SMP support for FreeBSD/amd64.Peter Wemm2003-11-171-1/+1
* GC unused child variablePeter Wemm2003-09-231-2/+1
* MFi386 pci_bus.c 1.102 legacyvar.h 1.4: rename nexus_pcib to legacy_pcibPeter Wemm2003-09-231-51/+53
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.John Baldwin2003-08-281-2/+10
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-3/+3
* Use __FBSDID().David E. O'Brien2003-07-252-6/+6
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-012-558/+18
* Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has beenPeter Wemm2003-02-182-147/+28
* Outdent the string rather than use concatenation.Poul-Henning Kamp2002-12-231-2/+2
* MFp4:Warner Losh2002-11-141-1/+1
* Recognize the Serverworks CIOB30 host to pci bridge.Peter Wemm2002-11-131-0/+5
* MFp4:Warner Losh2002-11-021-10/+34
* Use 0xffffffff instead of -1 for id to compare against.Warner Losh2002-11-021-10/+11
* Revert last commit, there actually was a -1 waaaaay down in pcireg_cfgread().Poul-Henning Kamp2002-10-201-0/+2
* "id" is never going to be -1 when it is unsigned.Poul-Henning Kamp2002-10-201-2/+0
* Use the global pcib devclass instead of our own static copy.John Baldwin2002-10-161-2/+0
* o go ahead and route the interupt, even if it is supposedly unique.Warner Losh2002-10-071-7/+12
* Add 2 Ids for new ServerWorks host to PCI bridge chipset.Mitsuru IWASAKI2002-10-021-0/+8
* Don't call function in return() for a void function.Poul-Henning Kamp2002-09-281-3/+5
* Now that we only probe host-PCI bridges once, we no longer have to check toJohn Baldwin2002-09-231-10/+0
* Put verbose printf's in the PCI BIOS interrupt routing code underJohn Baldwin2002-09-231-1/+4
* Change the nexus_pcib driver (eventually to be renamed to legacy_pcib) toJohn Baldwin2002-09-231-7/+7
* Axe unused include.John Baldwin2002-09-201-1/+0
* Make sure a $PIR table header has a valid length before accepting the tableJohn Baldwin2002-09-091-1/+2
* #include "opt_bla.h" goes first says Bruce.Poul-Henning Kamp2002-09-091-2/+2
* Fix style(9) bugs.Poul-Henning Kamp2002-09-081-2/+2
* Add a subclass of the PCI-PCI bridge driver that uses the PCIBIOS toJohn Baldwin2002-09-061-2/+69
* Add a function pci_probe_route_table() that returns true if our PCI BIOSJohn Baldwin2002-09-061-0/+19
* Dump the $PIR table if booting verbose.John Baldwin2002-09-061-0/+3
* - Add a pci_cfgintr_valid() function to see if a given IRQ is a validJohn Baldwin2002-09-062-2/+35
* Add support for printing out the contents of a PCI BIOS $PIR interruptJohn Baldwin2002-09-061-2/+54
* Prefer the physical bus number of the PCI bus as the unit of the pciXJohn Baldwin2002-09-061-1/+1
* Test PCIbios.ventry against 0 to see if we found a PCIbios entry point,John Baldwin2002-09-051-2/+2
* Change the support for AMDs ElanSC520 CPU from being a device driver toPoul-Henning Kamp2002-09-041-0/+7
* Move a prototype to the least wrong place.Poul-Henning Kamp2002-08-021-0/+1
* style(9)ize the whole fileWarner Losh2002-07-211-474/+492
* Add support for probing secondary buses on the ServerWorks Grand ChampionAndrew Gallatin2002-07-191-0/+11
* Add initialization code for the AMD Elan sc520 which maps the MMCRPoul-Henning Kamp2002-07-181-0/+2
* Add an entry for the AMD Elan SC520 hostbridge. I do not belive we canPoul-Henning Kamp2002-07-181-0/+3
* Use a common function to map the bogus intlines.Warner Losh2002-06-011-11/+17
* Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just havingBrooks Davis2002-05-291-0/+8
* o Work around bugs in the powerof2 macro: It thinks that 0 is a power ofWarner Losh2002-04-241-12/+18
* Fix a PNPID in a commentWarner Losh2002-04-241-1/+1
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-0/+13