aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the hostb driver out of the i386 and amd64 PCI code (where it wasJohn Baldwin2005-12-201-58/+0
* Add support for 7320 and 915 PCIe chipsets.Craig Rodrigues2005-12-081-7/+11
* Provide a dummy NO_XBOX option that lives in opt_xbox.h for pc98.Warner Losh2005-11-141-2/+0
* Fix pc98 build.Yoshihiro Takahashi2005-11-091-0/+2
* Add support for XBOX to the FreeBSD port. The xbox architecture isWarner Losh2005-11-091-0/+39
* MFamd64: indent with tabs instead of spaces.Peter Wemm2005-11-041-1/+1
* Undo the change to pci_cfgdisable() on i386 for now. It seems to fixBill Paul2005-10-251-6/+2
* Modify the pci_cfgdisable() routine to bring it more in line withBill Paul2005-10-251-3/+7
* Expose legacy_pcib_alloc_resource, and use it in the mptable pci busWarner Losh2005-09-171-1/+1
* Commit a workaround to a problem with resource allocation. This helpsWarner Losh2005-09-161-0/+2