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