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
*
Revert junk from last commit. These are WIP and not ready (and don't
imp
2009-05-20
3
-116
/
+0
*
We no longer need to use d_thread_t, migrate to struct thread *.
imp
2009-05-20
3
-0
/
+116
*
- Add a few more register defintions for the PCI express capability
jhb
2009-04-17
1
-0
/
+28
*
- Consolidate duplicated code for reading and sizing BARs and writing base
jhb
2009-04-14
1
-121
/
+98
*
- Fix spacing in the comment.
stas
2009-04-03
1
-1
/
+1
*
- Correct the comment.
stas
2009-04-03
1
-3
/
+4
*
Don't adjust ranges at all for subtractive bridges. The simple-minded
imp
2009-03-15
1
-0
/
+4
*
Two fixes:
imp
2009-03-14
2
-18
/
+14
*
Fix a buglet in revision 189401: when restoring a 64-bit BAR,
marcel
2009-03-10
1
-1
/
+1
*
Invert the logic error for the MSI/MSIX vs INTx case.
rnoland
2009-03-06
1
-1
/
+1
*
Always read/write the full 64-bit value of 64-bit BARs. Specifically,
jhb
2009-03-05
2
-23
/
+34
*
Honor the prefetchable flag in memory BARs by setting the RF_PREFETCHABLE
jhb
2009-03-05
1
-2
/
+6
*
The recent PCI resource allocation fixes exposed a bug where the same
jhb
2009-03-04
1
-1
/
+60
*
Extend the management of PCIM_CMD_INTxDIS.
rnoland
2009-03-04
1
-18
/
+35
*
Further refine the handling of resources for BARs in the PCI bus driver.
jhb
2009-03-03
2
-82
/
+167
*
Disable INTx when enabling MSI/MSIX
rnoland
2009-03-02
2
-0
/
+5
*
Don't throw away upper 32-bits of the HT MSI address window. In practice
jhb
2009-02-26
1
-1
/
+1
*
Add SATA and PCI Advanced Features capabilities constants.
mav
2009-02-15
1
-0
/
+11
*
- Add a new ioctl to /dev/pci to fetch details on an individual BAR of a
jhb
2009-02-02
2
-4
/
+73
*
Change the probe priority for PCI and I2C generic bus modules from
nwhitehorn
2009-01-20
1
-1
/
+1
*
Disable decoding of BARs by devices before we trash the value in the BAR
jhb
2009-01-16
1
-0
/
+18
*
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
[next]