aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/pci
Commit message (Expand)AuthorAgeFilesLines
* i386: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-4/+0
* Detect invalid PCI devices more correctly in PCI interrupt router drivers.John Baldwin2019-08-061-4/+7
* pci_cfgreg.c: Use io port config access for early boot time.Konstantin Belousov2019-04-091-44/+4
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+1
* i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov2019-01-301-3/+1
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Remove i386 XBOX support.Konstantin Belousov2017-11-161-39/+0
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-5/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-302-18/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-2/+0
* Revert r267961, r267973:Glen Barber2014-06-272-0/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-2/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-1/+1
* Remove duplicate code. Reduce diff between amd64 and i386.Jung-uk Kim2012-12-011-25/+19
* 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/+20
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h toJohn Baldwin2011-06-221-700/+0
* Use uintXX_t instead of u_intXX_t.John Baldwin2011-06-221-5/+5
* Add a helper routine to conditionally modify the start address of aJohn Baldwin2011-06-221-22/+32
* On multi-core, multi-threaded PPC systems, it is important that the threadsNathan Whitehorn2011-05-311-1/+1
* 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
* Add device IDs for two more ServerWorks Host-PCI bridges so that we canJohn Baldwin2010-11-251-0/+5
* Change the MPTable and $PIR PCI-PCI bridge drivers to inherit from theJohn Baldwin2010-08-051-25/+2
* number of cleanups in i386 and amd64 pci md codeAndriy Gapon2009-09-241-7/+7
* Match PCI Express root bridge _HID directly instead ofJung-uk Kim2009-07-131-0/+1
* strict kobj signatures: fix legacy i386 pcib_write_config implAndriy Gapon2009-06-111-4/+4
* 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
* 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/+44
* Extend the support for PCI-e memory mapped configuration space access:John Baldwin2008-08-221-36/+42
* - Add support for memory mapped PCI config space access on Intel 915GMJohn Baldwin2008-08-201-3/+23
* Use switch statements instead of if-else for enabling PCI-express configJohn Baldwin2008-08-201-3/+9
* Integrate support for xen in to i386 common code.Kip Macy2008-08-152-1/+18
* More properly handle links who only have 1 valid IRQ in their bitmask. TheJohn Baldwin2007-12-211-13/+12
* MFamd64: 1.109 of pci_cfgreg.c which changes pci_cfgdisable() into a nopJohn Baldwin2007-11-281-2/+6
* Adjust the code to probe for the PCI config mechanism to use.John Baldwin2007-11-281-25/+25
* 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-5/+15
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.John Baldwin2007-01-221-0/+2
* Give Host-PCI bridge drivers their own pcib_alloc_msi() andJohn Baldwin2006-12-121-2/+24
* Replace a few magic numbers.John Baldwin2006-12-121-2/+2
* MD support for PCI Message Signalled Interrupts on amd64 and i386:John Baldwin2006-11-131-0/+8
* Don't dump the $PIR table under bootverbose. The pirtool program inJohn Baldwin2006-11-091-39/+0
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all theJohn Baldwin2006-01-061-17/+7