aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/pci
Commit message (Expand)AuthorAgeFilesLines
* pci_cfgreg.c: Use io port config access for early boot time.Konstantin Belousov2019-04-091-50/+7
* Do not flush cache for PCIe config window.Konstantin Belousov2018-10-181-1/+1
* sys/amd64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* pcicfg: Fix direct calls of pci_cfg{read,write} on systems w/o PCI host bridge.Sepherosa Ziehau2017-05-041-6/+7
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Remove duplicate code. Reduce diff between amd64 and i386.Jung-uk Kim2012-12-011-6/+7
* Use volatile keywords properly.Jung-uk Kim2012-11-301-11/+11
* Tidy up inline assembly. No functional change.Jung-uk Kim2012-11-301-8/+8
* pciereg_cfg*: use assembly to access the mem-mapped cfg spaceAndriy Gapon2012-10-141-6/+19
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h toJohn Baldwin2011-06-221-435/+0
* Use uintXX_t instead of u_intXX_t.John Baldwin2011-06-221-3/+3
* Add a helper routine to conditionally modify the start address of aJohn Baldwin2011-06-221-22/+32
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously theJohn Baldwin2011-05-031-0/+1
* Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,John Baldwin2011-05-021-0/+1
* number of cleanups in i386 and amd64 pci md codeAndriy Gapon2009-09-241-8/+8
* Match PCI Express root bridge _HID directly instead ofJung-uk Kim2009-07-131-0/+1
* Add a read-only sysctl hw.pci.mcfg to mirror the tunable by the same name.John Baldwin2009-05-181-0/+5
* Fall back to using configuration type 1 accesses for PCI config requests ifJohn Baldwin2009-03-241-0/+2
* Correct parameter types for pcib_{read,write}_config by fixing theWarner Losh2009-02-081-5/+5
* Add a 'hw.pci.mcfg' tunable. It can be set to 0 to disable memory-mappedJohn Baldwin2008-09-111-0/+6
* Some K8 chipsets don't expose all of the PCI devices on bus 0 via PCIeJohn Baldwin2008-09-101-14/+48
* Extend the support for PCI-e memory mapped configuration space access:John Baldwin2008-08-221-3/+137
* Adjust the code to probe for the PCI config mechanism to use.John Baldwin2007-11-281-167/+11
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-301-0/+5
* Revamp the MSI/MSI-X code a bit to achieve two main goals:John Baldwin2007-05-021-4/+14
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.John Baldwin2007-01-221-0/+1
* Give Host-PCI bridge drivers their own pcib_alloc_msi() andJohn Baldwin2006-12-121-2/+24
* MD support for PCI Message Signalled Interrupts on amd64 and i386:John Baldwin2006-11-131-0/+4
* MFi386: rename pcib_devclass to hostb_devclass (cosmetic here)Peter Wemm2006-03-131-2/+2
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all theJohn Baldwin2006-01-061-11/+3
* Move the hostb driver out of the i386 and amd64 PCI code (where it wasJohn Baldwin2005-12-201-58/+0
* Modify the pci_cfgdisable() routine to bring it more in line withBill Paul2005-10-251-2/+6
* MFi386: pci attribute allocation fixes.Warner Losh2005-09-181-1/+3
* MFi386: whitespace, copyright header, etc updatesPeter Wemm2005-01-211-1/+0
* Begin all license/copyright comments with /*-Warner Losh2005-01-052-2/+2
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for theDag-Erling Smørgrav2004-10-311-4/+3
* Whitespace cleanupDag-Erling Smørgrav2004-10-311-5/+5
* MFi386: sync with latest updatesPeter Wemm2004-10-111-3/+36
* 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