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
*
Add ADMA, SATA and SAS mass storage subclasses reporting.
mav
2008-11-13
1
-0
/
+3
*
Nit: Add a few leading zeros to make this match other mask constants
imp
2008-11-03
1
-1
/
+1
*
Add HDA multimedia subclass.
mav
2008-10-21
2
-0
/
+2
*
Add "SD host controller" subclass name.
mav
2008-10-21
1
-0
/
+1
*
pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methods
rnoland
2008-09-19
1
-2
/
+18
*
Allow child devices of vgapci(4) to query VPD strings and use MSI/MSI-X
jhb
2008-09-16
1
-1
/
+99
*
Style nit. Continued lines are indented 2 spaces in this file.
imp
2008-09-03
1
-4
/
+4
*
Cope with errors from device_get_children(). These errors can happen
imp
2008-08-23
1
-4
/
+7
*
Cosmetic nit.
imp
2008-08-23
1
-2
/
+0
*
The config space registers holding the upper 32-bits of the prefetchable
jhb
2008-08-20
2
-4
/
+19
*
Update a comment about not numbering pci busses. This may soon be
imp
2008-08-17
1
-7
/
+9
*
Remove useless #if 1.
imp
2008-08-16
1
-2
/
+0
*
Add some sysctl reporting for most pci_pci bridges. We now report
imp
2008-08-16
2
-3
/
+21
*
Change -1 to 0xfffffffful since the interface returns uint32_t.
imp
2008-08-09
1
-1
/
+1
*
Remove the second check for a 64-bit BAR value on a 32-bit system in
jhb
2008-08-05
1
-19
/
+1
*
If the kernel fails to allocate resources for the initial value of a BAR
jhb
2008-08-05
1
-13
/
+33
*
SATA device on some nForce based boards could get confused if MSI is not
luoqi
2008-07-23
3
-5
/
+59
*
Remove some remnant alpha hacks.
marius
2008-04-26
1
-7
/
+0
*
Remove a trailing comma which FlexeLint whines about.
phk
2008-04-12
1
-1
/
+1
*
Relax the check for a PCI-express chipset by assuming the system is a
jhb
2008-02-01
1
-5
/
+2
*
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
*
Make VPD register access more robust:
jkim
2007-11-16
1
-69
/
+121
*
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
6
-41
/
+89
*
- Fix a small bit slip in PCIM_PCAP_D[0-2]PME defines.
sepotvin
2007-09-19
1
-3
/
+5
*
In pci_alloc_map(), restore the original value of the BAR for
marcel
2007-07-29
1
-0
/
+8
*
Fix a typo in pcib_alloc_msi{x} which resulted in the
gallatin
2007-05-23
1
-2
/
+2
*
Don't completely skip pci_cfg_save() in the PCI nomatch routine if
jhb
2007-05-16
1
-3
/
+1
*
Change PCIM_CIS_ASI_TUPLE to _CONFIG.
imp
2007-05-16
1
-3
/
+5
*
Add some doxygen docs for pci_cfg_{save,restore}.
imp
2007-05-16
1
-0
/
+10
*
Fix a typo in a bootverbose printf.
jhb
2007-05-07
1
-1
/
+1
*
Revamp the MSI/MSI-X code a bit to achieve two main goals:
jhb
2007-05-02
7
-123
/
+495
*
Use more specific local variable pointers to narrow some expressions.
jhb
2007-05-02
1
-73
/
+72
*
- HT 2.00b added a new flag to the MSI mapping HT capability to indicate
jhb
2007-04-25
2
-8
/
+14
*
Add constants for the fields in a BAR. Also, add two new macros
jhb
2007-03-31
2
-34
/
+43
*
- Add missing constants for subclasses.
jhb
2007-03-31
3
-7
/
+33
*
Change the VPD code to read the VPD data on-demand when a driver asks for
jhb
2007-03-26
2
-30
/
+14
*
- Use constants for VPD capability register offsets.
jhb
2007-03-05
1
-13
/
+13
*
- Flesh out list of UART simple comms programming interfaces.
jhb
2007-03-05
1
-1
/
+15
*
Add support for chipsets that has NULL'd BAR's for legacy ports.
sos
2007-02-17
1
-1
/
+3
*
Adjust the global MSI blacklisting strategy so we don't have to explicitly
jhb
2007-02-14
1
-0
/
+26
*
- Fix an off by one error in pci_remap_msix_method() that effectively
jhb
2007-02-14
1
-2
/
+10
*
Add missing 'break' that in this case is harmless.
jhb
2007-02-14
1
-0
/
+1
*
As VPD support still causes hard hangs on boot with some hardware, add a
rwatson
2007-02-08
1
-2
/
+9
*
Add constants for the PCIY_VENDOR (vendor-specific), PCIY_DEBUG (EHCI
jhb
2007-02-02
1
-0
/
+22
*
Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.
jhb
2007-01-22
7
-27
/
+204
*
- Change the PCI-X registers constants to be relative to the PCI-X PCI
jhb
2007-01-19
1
-15
/
+71
*
Disable MSI for the Intel 845 and 865 chipsets and update comment for
jhb
2007-01-16
1
-1
/
+3
[next]