index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC 261524,261526,261527:
jhb
2014-02-19
2
-16
/
+35
*
MFC 261517,261520:
jhb
2014-02-18
1
-3
/
+0
*
MFC 260926:
jhb
2014-02-17
3
-10
/
+133
*
MFC r259679:
dumbbell
2013-12-22
1
-17
/
+54
*
MFC r257072:
kib
2013-11-01
2
-1
/
+1
*
MFC r257071:
kib
2013-11-01
1
-0
/
+9
*
MFC r257070:
kib
2013-11-01
2
-4
/
+9
*
vgapci: Use vga_pci_alloc_resource() to map PCI Expansion ROM
dumbbell
2013-09-14
1
-22
/
+17
*
vga_pci: Remove left-over debugging printf()'s
dumbbell
2013-08-25
1
-4
/
+0
*
vga_pci: Add API to map the Video BIOS
dumbbell
2013-08-25
2
-0
/
+105
*
Use device_printf().
rpaulo
2013-08-11
1
-3
/
+4
*
Properly handle I/O windows in bridges with the ISA enable bit set. These
jhb
2013-07-18
4
-91
/
+449
*
- As it turns out, not only MSI-X is broken for devices passed through by
marius
2013-07-09
4
-36
/
+77
*
Make detaching drivers from PCI devices more robust. While here, fix a
jhb
2013-06-27
2
-1
/
+31
*
Disable hw.pci.realloc_bars by default. It wasn't needed for the original
jhb
2013-06-24
1
-1
/
+1
*
Add new capability types encodings from HyperTransport I/O Link
kib
2013-05-17
1
-0
/
+4
*
Revision 233677 broke certain machines. Specifically, if the firmware/BIOS
jhb
2013-05-09
1
-2
/
+29
*
Usnure that PCI bus BIS_GET_DMA_TAG() method sees the actual PCI
kib
2013-04-14
1
-0
/
+8
*
Proxy allocation requests for the PCI ROM BAR from child devices similar
jhb
2013-04-09
1
-25
/
+35
*
- Complete r231621 by also blacklisting the bridge used by VMware for PCIe
marius
2013-03-02
1
-10
/
+11
*
Remove the quirk to allow use of MSI when the guest is running inside bhyve.
neel
2013-02-28
1
-1
/
+0
*
Add quirk to indicate that the bhyve hostbridge is capable of supporting
neel
2013-01-05
1
-0
/
+1
*
Always initialize pattern_buf pointers to NULL, otherwise AMD64 machine
davidxu
2012-12-26
1
-4
/
+2
*
Remove duplicate const specifiers in many drivers (I hope I got all of
dim
2012-11-05
1
-1
/
+1
*
Add missing Extended Capability ID Numbers from PCIe 3.0.
imp
2012-10-19
1
-2
/
+12
*
Fix zillions of style(9) and spacing bugs introduced by r240981.
glebius
2012-09-27
1
-140
/
+142
*
Fix several build failures for !COMPAT_FREEBSD32 and
glebius
2012-09-27
1
-31
/
+44
*
Add 32-bit ABI compat shims. Those are necessary for i386 binary-only
sobomax
2012-09-27
1
-6
/
+201
*
The correct generic term for PCIS_STORAGE_NVM is "NVM" not "NVM Express".
gavin
2012-09-20
1
-1
/
+1
*
Recognise NVM Express devices and pretty-print their name.
gavin
2012-09-19
1
-0
/
+1
*
Add constants for programming interfaces for NVM/solid state storage
jimharris
2012-09-19
1
-0
/
+2
*
Add PCI subclass for NVM Express devices.
gavin
2012-09-19
1
-0
/
+1
*
Align the PCI Express #defines with the style used for the PCI-X
gavin
2012-09-18
2
-181
/
+181
*
- Add #defines for the bits within the iPCI Express PCIR_EXPRESS_LINK_CTL
gavin
2012-09-17
1
-1
/
+15
*
- Add some registers defined in PCI 3.0 including new AER bits.
jhb
2012-09-13
1
-11
/
+68
*
Add #defines for the bits in the PCI Express SLOT registers. Names
gavin
2012-09-05
1
-0
/
+32
*
Explicitly enable busmastering on PCI-PCI bridges. Transactions initiated
jhb
2012-08-06
1
-0
/
+7
*
For subtractively decoding bridges, don't try to grow windows but pass
marius
2012-06-27
1
-2
/
+2
*
Add a 'wmask' variable to hold the expression '(1ul << w->step) - 1' in
jhb
2012-06-19
1
-9
/
+8
*
Fix another off-by-one error in the previous fix so that the new start
jhb
2012-06-19
1
-2
/
+2
*
Fix a couple of bugs that prevented windows in PCI-PCI bridges from
jhb
2012-06-13
1
-3
/
+3
*
Add 'drmn' device as another drm child, to allow drm2 drivers to live
kib
2012-05-23
1
-0
/
+1
*
Only check to see if a memory resource is a PCI ROM BAR when activating
jhb
2012-05-23
1
-2
/
+2
*
Fix couple of style nits.
jkim
2012-03-29
1
-2
/
+2
*
Revert r233662 and generalize the hack. Writing zero to BAR actually does
jkim
2012-03-29
1
-41
/
+6
*
Use a more proper fix for enabling HT MSI mapping windows on Host-PCI
jhb
2012-03-29
1
-1
/
+1
*
Fix for boot issue: Don't disable BARs on AGP devices. In general:
hselasky
2012-03-29
1
-0
/
+21
*
Add a PCI quirk to ignore PCI map registers from configuration space.
jkim
2012-03-14
1
-8
/
+36
*
Save more of config space for PCI Express and PCI-X devices.
kan
2012-03-08
3
-0
/
+127
*
Remove the PAE-specific 2GB DMA boundary since HEAD now supports a proper 4G
jhb
2012-03-07
1
-11
/
+0
[next]