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 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
*
Fix the subvendor ID for PCI-PCI bridges.
jhb
2007-01-16
2
-5
/
+11
*
- Add a new flag to the PCI-PCI driver to disable MSI on devices behind the
jhb
2007-01-13
3
-0
/
+16
*
Disable MSI for two ServerWorks chipsets. The first is based on a user
jhb
2007-01-12
1
-0
/
+7
*
Blacklist a few more Intel chipsets re: MSI based on user reports:
jhb
2007-01-12
1
-2
/
+4
*
- Condense the comment for Intel chipset MSI blacklist entries.
jhb
2007-01-12
1
-7
/
+3
*
Disable MSI on the Intel E7505 chipset. It is reported broken on a Tyan
jhb
2006-12-28
1
-0
/
+6
*
Disable MSI for the Intel E7501 chipset.
jhb
2006-12-14
1
-0
/
+6
*
Add a first pass at a way to blacklist MSI on systems where it doesn't
jhb
2006-12-14
2
-0
/
+52
*
Replace #define<space> with #define<tab> so the code is consistent with
jhb
2006-12-14
5
-368
/
+368
*
- Add constants for HT PCI capability registers including the various
jhb
2006-12-12
2
-0
/
+51
*
Give the WREG() macro the same lifetime as the REG() macro.
jhb
2006-12-12
1
-3
/
+3
*
Add some bootverbose printf's to detail how many MSI messages are allocated
jhb
2006-12-12
1
-0
/
+92
*
don't mark the cksum as invalid here... off is incorrect when we get
jmg
2006-11-21
1
-1
/
+0
*
Look for capabilities in PCI-PCI bridges using the same CAP PTR register
jhb
2006-11-16
1
-0
/
+2
*
Fix a couple of comment typos.
jhb
2006-11-14
1
-2
/
+2
*
First cut at MI support for PCI Message Signalled Interrupts (MSI):
jhb
2006-11-13
8
-8
/
+605
*
fix hanging on invalid data... (This doesn't fix hanging due to broken
jmg
2006-11-09
1
-3
/
+4
*
Don't try to print a NULL string during boot. If a device doesn't have a
jhb
2006-11-09
1
-9
/
+15
*
Various whitespace cleanups.
jhb
2006-11-07
3
-25
/
+27
*
Doh! Actually commit checking against NULL for res.
imp
2006-11-04
1
-5
/
+5
*
Assign start to the value we were able to allocate and use that to
imp
2006-10-30
1
-10
/
+11
*
More fully support 64-bit bars. Prior to this commit, we supported
imp
2006-10-30
3
-58
/
+69
*
fix tab indentation for CP and RV...
jmg
2006-10-20
1
-7
/
+51
*
Remove redundant casts. The casts inside the macros should be
imp
2006-10-12
1
-4
/
+4
*
provide routines to access VPD data at the PCI layer...
jmg
2006-10-09
4
-3
/
+390
*
Actually make bounds checking for PCIOCREAD and PCIOCWRITE work.
ru
2006-10-06
1
-6
/
+8
*
spell PCIS_CRYPTO_ENTERTAIN properly...
jmg
2006-09-20
1
-1
/
+1
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-2
/
+2
*
Simplify the pager support in DDB. Allowing different db commands to
jhb
2006-07-12
1
-4
/
+3
*
Add a define for the Standard SD Host Controller Base Peripheral.
imp
2006-05-30
1
-0
/
+1
*
Workaround a hang on some nForce2 systems that can happen if the CPU goes
jhb
2006-05-24
1
-0
/
+38
*
Fixup some comments to allow for the fact that PCI domains are not specific
jhb
2006-05-11
1
-3
/
+3
*
The size of I/O ranges can be anything from 16 bytes to 2G bytes.
marcel
2006-04-27
1
-2
/
+2
*
Free allocated environment variables after use.
jkim
2006-04-21
1
-4
/
+12
*
Don't add an agp child in vgapci's attach routine if the PCIY_AGP
jhb
2006-02-01
1
-7
/
+0
*
Make the 'pci_devclass' pointer variable private (drivers really shouldn't
jhb
2006-01-20
2
-4
/
+3
[next]