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
/
usr.sbin
/
pciconf
/
pciconf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach pciconf how to dump out SR-IOV capability
rstone
2015-03-01
1
-35
/
+42
*
Fix the following clang 3.6.0 warnings in pciconf:
dim
2015-01-28
1
-2
/
+2
*
Fix some buglets in the error-handling of getdevice(). In particular, report
markj
2014-10-22
1
-3
/
+3
*
Add IOMMU PCI subclass, found on Tyan S8236 motherboard.
mav
2014-05-20
1
-0
/
+1
*
Add support for displaying VPD for PCI devices via pciconf.
jhb
2014-01-20
1
-7
/
+72
*
- Allow PCI devices that are attached to a driver to be identified by their
jhb
2014-01-20
1
-9
/
+92
*
Use the entire 64 bits of 'bar.pbi_length' when printing the bar size.
neel
2013-02-10
1
-1
/
+1
*
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 a new -e flag to pciconf(8)'s list mode to display PCI error details.
jhb
2012-06-01
1
-8
/
+16
*
Spelling fixes for usr.sbin/
uqs
2011-12-30
1
-2
/
+2
*
Simplify chkattached(). The PCIOCATTACHED ioctl only needs the pi_sel
jhb
2010-09-08
1
-7
/
+3
*
- Add a new ioctl to /dev/pci to fetch details on an individual BAR of a
jhb
2009-02-02
1
-6
/
+69
*
Add ADMA, SATA and SAS mass storage subclasses.
mav
2008-11-13
1
-0
/
+3
*
Add HDA multimedia subclass.
mav
2008-10-21
1
-0
/
+1
*
Add "SD host controller" subclass name.
mav
2008-10-21
1
-0
/
+1
*
style nit: indent continuation lines correctly, use style(9) style
imp
2008-09-03
1
-15
/
+16
*
minor style(9) police: sort getopt options alphabetically. The
imp
2008-09-03
1
-9
/
+9
*
Make selector parsing accept the dot "." as an alternative selector
se
2007-10-04
1
-1
/
+1
*
Restore compatibility with version before introduction of PCI domains.
se
2007-10-04
1
-14
/
+16
*
Make the PCI code aware of PCI domains (aka PCI segments) so we can
marius
2007-09-30
1
-3
/
+5
*
- Teach pciconf(8) to list the PCI capabilities supported by each device
jhb
2007-02-02
1
-30
/
+44
*
Use larger buffers to read lines from the vendor list.
des
2005-08-18
1
-3
/
+16
*
Whitespace cleanup.
des
2005-08-18
1
-13
/
+13
*
add some additional pci classes and sub-classes..
jmg
2005-03-26
1
-1
/
+25
*
Revert unintended commit that came in with 3rd clause removal
imp
2004-08-07
1
-67
/
+12
*
Fix syntax error introduced in the last commit.
le
2004-08-07
1
-2
/
+2
*
Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software
imp
2004-08-07
1
-12
/
+67
*
Only a read-only file descriptor is required to implement list_devs()
rwatson
2003-12-31
1
-1
/
+1
*
make pciconf understand it's own output as stated in the manpage.
jmg
2003-06-20
1
-5
/
+13
*
Use consistent terminology in the usage message, the man page
jdp
2002-09-17
1
-3
/
+3
*
When asked to print bytes (-b option) do that and put 16 on a line.
sos
2002-02-26
1
-3
/
+4
*
Support a range of registers to read.
imp
2001-05-31
1
-9
/
+34
*
Minor style(9) tweak: if ( instead of if(.
imp
2001-05-31
1
-3
/
+3
*
Update for new location of pcireg.h.
msmith
2000-12-09
1
-1
/
+1
*
Update to improve handling of verbose PCI vendor/device information.
msmith
2000-12-07
1
-24
/
+229
*
Add support for decoding the PCI vendor and device ID registers. Add a
msmith
2000-11-13
1
-7
/
+39
*
[ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the
ken
1999-12-08
1
-3
/
+1
*
.Fn -> .Xr
charnier
1999-11-27
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix a few problems on the Alpha, and fix -Wall while here.
peter
1999-08-23
1
-5
/
+5
*
Modify pciconf(8) so that it will print out PCI devices that have no driver
ken
1998-11-12
1
-4
/
+6
*
Revive PCIConf.
gibbs
1998-09-15
1
-14
/
+44
*
Sync usage string with man page.
charnier
1997-10-06
1
-10
/
+15
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-31
1
-1
/
+1
*
Add PCI LKM support:New -a option checks whether a driver has been assigned t...
se
1997-01-21
1
-6
/
+39
*
Fix core dump after printing usage message (pointed out by BDE).
se
1996-11-16
1
-2
/
+3
*
Initial version of the user land code for the PCI config register
se
1996-10-22
1
-0
/
+204