summaryrefslogtreecommitdiff
path: root/sys/amd64/pci
AgeCommit message (Expand)Author
2024-09-21Remove stray whitespaces from sys/amd64/Joshua Rogers
2023-12-27x86: Adjust base addr for PCI MCFG regionsColin Percival
2023-11-29x86: Support multiple PCI MCFG regionsJohn Baldwin
2023-11-29x86: Refactor pcie_cfgregopenJohn Baldwin
2023-11-29pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2019-04-09pci_cfgreg.c: Use io port config access for early boot time.Konstantin Belousov
2018-10-18Do not flush cache for PCIe config window.Konstantin Belousov
2017-11-27sys/amd64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-04pcicfg: Fix direct calls of pci_cfg{read,write} on systems w/o PCI host bridge.Sepherosa Ziehau
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2013-11-30Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler
2012-12-01Remove duplicate code. Reduce diff between amd64 and i386.Jung-uk Kim
2012-11-30Use volatile keywords properly.Jung-uk Kim
2012-11-30Tidy up inline assembly. No functional change.Jung-uk Kim
2012-10-14pciereg_cfg*: use assembly to access the mem-mapped cfg spaceAndriy Gapon
2011-06-22Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h toJohn Baldwin
2011-06-22Use uintXX_t instead of u_intXX_t.John Baldwin
2011-06-22Add a helper routine to conditionally modify the start address of aJohn Baldwin
2011-05-03Reimplement how PCI-PCI bridges manage their I/O windows. Previously theJohn Baldwin
2011-05-02Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,John Baldwin
2009-09-24number of cleanups in i386 and amd64 pci md codeAndriy Gapon
2009-07-13Match PCI Express root bridge _HID directly instead ofJung-uk Kim
2009-05-18Add a read-only sysctl hw.pci.mcfg to mirror the tunable by the same name.John Baldwin
2009-03-24Fall back to using configuration type 1 accesses for PCI config requests ifJohn Baldwin
2009-02-08Correct parameter types for pcib_{read,write}_config by fixing theWarner Losh
2008-09-11Add a 'hw.pci.mcfg' tunable. It can be set to 0 to disable memory-mappedJohn Baldwin
2008-09-10Some K8 chipsets don't expose all of the PCI devices on bus 0 via PCIeJohn Baldwin
2008-08-22Extend the support for PCI-e memory mapped configuration space access:John Baldwin
2007-11-28Adjust the code to probe for the PCI config mechanism to use.John Baldwin
2007-09-30Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl
2007-05-02Revamp the MSI/MSI-X code a bit to achieve two main goals:John Baldwin
2007-01-22Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.John Baldwin
2006-12-12Give Host-PCI bridge drivers their own pcib_alloc_msi() andJohn Baldwin
2006-11-13MD support for PCI Message Signalled Interrupts on amd64 and i386:John Baldwin
2006-03-13MFi386: rename pcib_devclass to hostb_devclass (cosmetic here)Peter Wemm
2006-01-06- Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all theJohn Baldwin
2005-12-20Move the hostb driver out of the i386 and amd64 PCI code (where it wasJohn Baldwin
2005-10-25Modify the pci_cfgdisable() routine to bring it more in line withBill Paul
2005-09-18MFi386: pci attribute allocation fixes.Warner Losh
2005-01-21MFi386: whitespace, copyright header, etc updatesPeter Wemm
2005-01-05Begin all license/copyright comments with /*-Warner Losh
2004-10-31Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for theDag-Erling Smørgrav
2004-10-31Whitespace cleanupDag-Erling Smørgrav
2004-10-11MFi386: sync with latest updatesPeter Wemm
2004-06-03Add missing <sys/module.h> instances which were shadowed by the nestedPoul-Henning Kamp