| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r258779,r258780,r258787,r258822: | eadler | 2014-02-04 | 1 | -1/+1 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -1/+1 |
* | Remove duplicate code. Reduce diff between amd64 and i386. | jkim | 2012-12-01 | 1 | -25/+19 |
* | Use volatile keywords properly. | jkim | 2012-11-30 | 1 | -11/+11 |
* | Tidy up inline assembly. No functional change. | jkim | 2012-11-30 | 1 | -8/+8 |
* | pciereg_cfg*: use assembly to access the mem-mapped cfg space | avg | 2012-10-14 | 1 | -6/+20 |
* | Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to | jhb | 2011-06-22 | 1 | -700/+0 |
* | Use uintXX_t instead of u_intXX_t. | jhb | 2011-06-22 | 1 | -5/+5 |
* | Add a helper routine to conditionally modify the start address of a | jhb | 2011-06-22 | 1 | -22/+32 |
* | On multi-core, multi-threaded PPC systems, it is important that the threads | nwhitehorn | 2011-05-31 | 1 | -1/+1 |
* | Reimplement how PCI-PCI bridges manage their I/O windows. Previously the | jhb | 2011-05-03 | 1 | -0/+1 |
* | Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver, | jhb | 2011-05-02 | 1 | -0/+1 |
* | Add device IDs for two more ServerWorks Host-PCI bridges so that we can | jhb | 2010-11-25 | 1 | -0/+5 |
* | Change the MPTable and $PIR PCI-PCI bridge drivers to inherit from the | jhb | 2010-08-05 | 1 | -25/+2 |
* | number of cleanups in i386 and amd64 pci md code | avg | 2009-09-24 | 1 | -7/+7 |
* | Match PCI Express root bridge _HID directly instead of | jkim | 2009-07-13 | 1 | -0/+1 |
* | strict kobj signatures: fix legacy i386 pcib_write_config impl | avg | 2009-06-11 | 1 | -4/+4 |
* | Add a read-only sysctl hw.pci.mcfg to mirror the tunable by the same name. | jhb | 2009-05-18 | 1 | -0/+5 |
* | Fall back to using configuration type 1 accesses for PCI config requests if | jhb | 2009-03-24 | 1 | -0/+2 |
* | Add a 'hw.pci.mcfg' tunable. It can be set to 0 to disable memory-mapped | jhb | 2008-09-11 | 1 | -0/+6 |
* | Some K8 chipsets don't expose all of the PCI devices on bus 0 via PCIe | jhb | 2008-09-10 | 1 | -14/+44 |
* | Extend the support for PCI-e memory mapped configuration space access: | jhb | 2008-08-22 | 1 | -36/+42 |
* | - Add support for memory mapped PCI config space access on Intel 915GM | jhb | 2008-08-20 | 1 | -3/+23 |
* | Use switch statements instead of if-else for enabling PCI-express config | jhb | 2008-08-20 | 1 | -3/+9 |
* | Integrate support for xen in to i386 common code. | kmacy | 2008-08-15 | 2 | -1/+18 |
* | More properly handle links who only have 1 valid IRQ in their bitmask. The | jhb | 2007-12-21 | 1 | -13/+12 |
* | MFamd64: 1.109 of pci_cfgreg.c which changes pci_cfgdisable() into a nop | jhb | 2007-11-28 | 1 | -2/+6 |
* | Adjust the code to probe for the PCI config mechanism to use. | jhb | 2007-11-28 | 1 | -25/+25 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 1 | -0/+5 |
* | Revamp the MSI/MSI-X code a bit to achieve two main goals: | jhb | 2007-05-02 | 1 | -5/+15 |
* | Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support. | jhb | 2007-01-22 | 1 | -0/+2 |
* | Give Host-PCI bridge drivers their own pcib_alloc_msi() and | jhb | 2006-12-12 | 1 | -2/+24 |
* | Replace a few magic numbers. | jhb | 2006-12-12 | 1 | -2/+2 |
* | MD support for PCI Message Signalled Interrupts on amd64 and i386: | jhb | 2006-11-13 | 1 | -0/+8 |
* | Don't dump the $PIR table under bootverbose. The pirtool program in | jhb | 2006-11-09 | 1 | -39/+0 |
* | - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the | jhb | 2006-01-06 | 1 | -17/+7 |
* | Move the hostb driver out of the i386 and amd64 PCI code (where it was | jhb | 2005-12-20 | 1 | -58/+0 |
* | Add support for 7320 and 915 PCIe chipsets. | rodrigc | 2005-12-08 | 1 | -7/+11 |
* | Provide a dummy NO_XBOX option that lives in opt_xbox.h for pc98. | imp | 2005-11-14 | 1 | -2/+0 |
* | Fix pc98 build. | nyan | 2005-11-09 | 1 | -0/+2 |
* | Add support for XBOX to the FreeBSD port. The xbox architecture is | imp | 2005-11-09 | 1 | -0/+39 |
* | MFamd64: indent with tabs instead of spaces. | peter | 2005-11-04 | 1 | -1/+1 |
* | Undo the change to pci_cfgdisable() on i386 for now. It seems to fix | wpaul | 2005-10-25 | 1 | -6/+2 |
* | Modify the pci_cfgdisable() routine to bring it more in line with | wpaul | 2005-10-25 | 1 | -3/+7 |
* | Expose legacy_pcib_alloc_resource, and use it in the mptable pci bus | imp | 2005-09-17 | 1 | -1/+1 |
* | Commit a workaround to a problem with resource allocation. This helps | imp | 2005-09-16 | 1 | -0/+2 |
* | Note that pc98 specific defines maybe would be better in a header file. | imp | 2005-09-08 | 1 | -0/+1 |
* | - Ignore BIOS IRQs (that is, IRQ settings left by the BIOS or a previous OS | jhb | 2005-07-13 | 1 | -1/+10 |
* | Trust the settings programmed by the BIOS over what the $PIR says. | jhb | 2005-04-14 | 1 | -18/+48 |
* | Add code to read the primary PCI bus number out of the Compaq/HP 6010 | jhb | 2005-03-25 | 1 | -0/+6 |