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
/
pci_user.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Emulate the Device ID and Vendor ID registers for VFs
rstone
2015-03-01
1
-16
/
+4
*
Add support for displaying VPD for PCI devices via pciconf.
jhb
2014-01-20
1
-9
/
+119
*
Always initialize pattern_buf pointers to NULL, otherwise AMD64 machine
davidxu
2012-12-26
1
-4
/
+2
*
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
*
Explicitly track the state of all known BARs for each PCI device. The PCI
jhb
2011-03-31
1
-47
/
+6
*
Fix 'pciconf -a' by providing an implementation of PCIOCATTACHED.
neel
2010-07-29
1
-0
/
+10
*
pci(4): don't perform maximum register number check
avg
2009-09-11
1
-2
/
+1
*
- Add a new ioctl to /dev/pci to fetch details on an individual BAR of a
jhb
2009-02-02
1
-3
/
+70
*
Don't cache the new-bus name of a PCI device in the PCI conf structure,
jhb
2008-01-15
1
-1
/
+4
*
Fix some bugs in the FreeBSD 4/5/6 pci(4) IOCTLs compatibility code:
marius
2007-12-26
1
-12
/
+9
*
Simplify the old compat #ifdefs.
imp
2007-10-26
1
-22
/
+12
*
Add ABI backwards compatibility to the FreeBSD 4/5/6 versions of
marius
2007-10-24
1
-51
/
+295
*
Make the PCI code aware of PCI domains (aka PCI segments) so we can
marius
2007-09-30
1
-2
/
+8
*
Actually make bounds checking for PCIOCREAD and PCIOCWRITE work.
ru
2006-10-06
1
-6
/
+8
*
For FreeBSD 4 binaries, when trying to read from a device that does
ps
2005-08-26
1
-1
/
+8
*
Use pci_find_bsf() to retrieve the PCI device associated with
bms
2005-04-13
1
-13
/
+16
*
Use dynamic major number allocation.
phk
2005-02-27
1
-7
/
+0
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-3
/
+3
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
MF-p4/diff reduction:
imp
2004-01-11
1
-1
/
+0
*
The code that was meant to test alignment of the register offset
se
2003-10-11
1
-46
/
+24
*
Use __FBSDID().
obrien
2003-08-24
1
-4
/
+4
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
prevent the number of patterns from exceeding the number of pci devices.
jmg
2003-06-23
1
-1
/
+1
*
cleanup /dev/pci code some:
jmg
2003-06-23
1
-54
/
+20
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+5
*
Make /dev/pci use MAJOR_AUTO.
se
2003-03-01
1
-0
/
+4
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
o Modify access control code for /dev/pci device to use securelevel_gt()
rwatson
2001-09-26
1
-3
/
+9
*
KSE Milestone 2
julian
2001-09-12
1
-6
/
+6
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Next round of PCI subsystem updates:
msmith
2000-12-13
1
-0
/
+487