| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFS r285863 (jhb): | Glen Barber | 2015-07-29 | 4 | -107/+54 |
| * | MFC r284012: | Hans Petter Selasky | 2015-06-17 | 1 | -0/+7 |
| * | MFC 274633,274639,274663,277233-277235,281870,281871,281873,281874: | John Baldwin | 2015-06-05 | 4 | -75/+118 |
| * | MFC r283735: | Konstantin Belousov | 2015-06-05 | 1 | -9/+5 |
| * | MFC 281887: | John Baldwin | 2015-06-02 | 1 | -1/+1 |
| * | MFC 281872: | John Baldwin | 2015-05-22 | 1 | -2/+2 |
| * | MFC 261790: | John Baldwin | 2015-04-01 | 5 | -37/+553 |
| * | MFC r271889, 272799, 272800, 274976 | Scott Long | 2015-03-12 | 1 | -0/+1 |
| * | MFC r265107 | Ryan Stone | 2015-03-01 | 2 | -4/+4 |
| * | MFC r264091 | Ryan Stone | 2015-03-01 | 1 | -4/+1 |
| * | MFC r264007,r264008,r264009,r264011,r264012,r264013 | Ryan Stone | 2015-03-01 | 8 | -15/+354 |
| * | MFC 277710: | John Baldwin | 2015-02-12 | 1 | -2/+4 |
| * | MFC: r276299 | Marius Strobl | 2015-02-08 | 1 | -8/+21 |
| * | MFC r272729,272732: | Pyun YongHyeon | 2014-10-21 | 1 | -2/+18 |
| * | MFC r266468: | Alexander Motin | 2014-06-03 | 2 | -0/+2 |
| * | MFC r265149 | Steven Hartland | 2014-05-14 | 1 | -92/+100 |
| * | MFC 261524,261526,261527: | John Baldwin | 2014-02-19 | 2 | -16/+35 |
| * | MFC 261517,261520: | John Baldwin | 2014-02-18 | 1 | -3/+0 |
| * | MFC 260926: | John Baldwin | 2014-02-17 | 3 | -10/+133 |
| * | MFC r259679: | Jean-Sébastien Pédron | 2013-12-22 | 1 | -17/+54 |
| * | MFC r257072: | Konstantin Belousov | 2013-11-01 | 2 | -1/+1 |
| * | MFC r257071: | Konstantin Belousov | 2013-11-01 | 1 | -0/+9 |
| * | MFC r257070: | Konstantin Belousov | 2013-11-01 | 2 | -4/+9 |
| * | vgapci: Use vga_pci_alloc_resource() to map PCI Expansion ROM | Jean-Sébastien Pédron | 2013-09-14 | 1 | -22/+17 |
| * | vga_pci: Remove left-over debugging printf()'s | Jean-Sébastien Pédron | 2013-08-25 | 1 | -4/+0 |
| * | vga_pci: Add API to map the Video BIOS | Jean-Sébastien Pédron | 2013-08-25 | 2 | -0/+105 |
| * | Use device_printf(). | Rui Paulo | 2013-08-11 | 1 | -3/+4 |
| * | Properly handle I/O windows in bridges with the ISA enable bit set. These | John Baldwin | 2013-07-18 | 4 | -91/+449 |
| * | - As it turns out, not only MSI-X is broken for devices passed through by | Marius Strobl | 2013-07-09 | 4 | -36/+77 |
| * | Make detaching drivers from PCI devices more robust. While here, fix a | John Baldwin | 2013-06-27 | 2 | -1/+31 |
| * | Disable hw.pci.realloc_bars by default. It wasn't needed for the original | John Baldwin | 2013-06-24 | 1 | -1/+1 |
| * | Add new capability types encodings from HyperTransport I/O Link | Konstantin Belousov | 2013-05-17 | 1 | -0/+4 |
| * | Revision 233677 broke certain machines. Specifically, if the firmware/BIOS | John Baldwin | 2013-05-09 | 1 | -2/+29 |
| * | Usnure that PCI bus BIS_GET_DMA_TAG() method sees the actual PCI | Konstantin Belousov | 2013-04-14 | 1 | -0/+8 |
| * | Proxy allocation requests for the PCI ROM BAR from child devices similar | John Baldwin | 2013-04-09 | 1 | -25/+35 |
| * | - Complete r231621 by also blacklisting the bridge used by VMware for PCIe | Marius Strobl | 2013-03-02 | 1 | -10/+11 |
| * | Remove the quirk to allow use of MSI when the guest is running inside bhyve. | Neel Natu | 2013-02-28 | 1 | -1/+0 |
| * | Add quirk to indicate that the bhyve hostbridge is capable of supporting | Neel Natu | 2013-01-05 | 1 | -0/+1 |
| * | Always initialize pattern_buf pointers to NULL, otherwise AMD64 machine | David Xu | 2012-12-26 | 1 | -4/+2 |
| * | Remove duplicate const specifiers in many drivers (I hope I got all of | Dimitry Andric | 2012-11-05 | 1 | -1/+1 |
| * | Add missing Extended Capability ID Numbers from PCIe 3.0. | Warner Losh | 2012-10-19 | 1 | -2/+12 |
| * | Fix zillions of style(9) and spacing bugs introduced by r240981. | Gleb Smirnoff | 2012-09-27 | 1 | -127/+129 |
| * | Fix several build failures for !COMPAT_FREEBSD32 and | Gleb Smirnoff | 2012-09-27 | 1 | -31/+44 |
| * | Add 32-bit ABI compat shims. Those are necessary for i386 binary-only | Maxim Sobolev | 2012-09-27 | 1 | -6/+201 |
| * | The correct generic term for PCIS_STORAGE_NVM is "NVM" not "NVM Express". | Gavin Atkinson | 2012-09-20 | 1 | -1/+1 |
| * | Recognise NVM Express devices and pretty-print their name. | Gavin Atkinson | 2012-09-19 | 1 | -0/+1 |
| * | Add constants for programming interfaces for NVM/solid state storage | Jim Harris | 2012-09-19 | 1 | -0/+2 |
| * | Add PCI subclass for NVM Express devices. | Gavin Atkinson | 2012-09-19 | 1 | -0/+1 |
| * | Align the PCI Express #defines with the style used for the PCI-X | Gavin Atkinson | 2012-09-18 | 2 | -181/+181 |
| * | - Add #defines for the bits within the iPCI Express PCIR_EXPRESS_LINK_CTL | Gavin Atkinson | 2012-09-17 | 1 | -1/+15 |