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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add pci_get|set_max_read_req() helper functions to control maximum PCIe
mav
2010-02-05
1
-0
/
+34
*
Move the PCI-specific logic of removing a cardbus device into a
jhb
2010-01-05
1
-0
/
+40
*
Teach the PCI bus driver to handle PCIR_BIOS BARs properly and remove special
jhb
2009-12-30
1
-4
/
+79
*
Remove no longer used pci_release_resource().
jhb
2009-12-30
1
-19
/
+0
*
Implement a rudimentary suspend/resume methods for PCI P2P bridge.
jkim
2009-12-10
1
-1
/
+1
*
For some buses, devices may have active resources assigned even though they
jhb
2009-12-09
1
-62
/
+22
*
Disable interrupts after doing early takeover of the usb controller in case usb
thompsa
2009-11-25
1
-0
/
+17
*
BIOSes, buggy or otherwise, are i386 or amd64 specific.
marcel
2009-10-23
1
-0
/
+4
*
Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover for
thompsa
2009-10-15
1
-0
/
+121
*
Don't reread the command register to see if enabling I/O or memory
jhb
2009-09-22
1
-25
/
+1
*
Add a MD __PCI_BAR_ZERO_VALID which denotes that BARs containing 0
marius
2009-07-21
1
-8
/
+15
*
Enable MSI in the MSI capability registers any time that the first message
jhb
2009-06-22
1
-1
/
+3
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-1
/
+1
*
Include <machine/stdarg.h> for va_*(). I'm not sure how this compiled
jhb
2009-06-02
1
-0
/
+1
*
Add an internal pci_printf() routine similar to device_printf() except
jhb
2009-06-01
1
-7
/
+18
*
Revert junk from last commit. These are WIP and not ready (and don't
imp
2009-05-20
1
-87
/
+0
*
We no longer need to use d_thread_t, migrate to struct thread *.
imp
2009-05-20
1
-0
/
+87
*
- 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
*
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
1
-22
/
+33
*
Honor the prefetchable flag in memory BARs by setting the RF_PREFETCHABLE
jhb
2009-03-05
1
-2
/
+6
*
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
1
-82
/
+163
*
Disable INTx when enabling MSI/MSIX
rnoland
2009-03-02
1
-0
/
+4
*
Don't throw away upper 32-bits of the HT MSI address window. In practice
jhb
2009-02-26
1
-1
/
+1
*
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
*
Add HDA multimedia subclass.
mav
2008-10-21
1
-0
/
+1
*
Add "SD host controller" subclass name.
mav
2008-10-21
1
-0
/
+1
*
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
*
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
1
-4
/
+42
*
Relax the check for a PCI-express chipset by assuming the system is a
jhb
2008-02-01
1
-5
/
+2
*
Make VPD register access more robust:
jkim
2007-11-16
1
-69
/
+121
*
Make the PCI code aware of PCI domains (aka PCI segments) so we can
marius
2007-09-30
1
-36
/
+62
*
In pci_alloc_map(), restore the original value of the BAR for
marcel
2007-07-29
1
-0
/
+8
*
Don't completely skip pci_cfg_save() in the PCI nomatch routine if
jhb
2007-05-16
1
-3
/
+1
*
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
1
-90
/
+437
*
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
1
-8
/
+12
*
Add constants for the fields in a BAR. Also, add two new macros
jhb
2007-03-31
1
-34
/
+30
*
- Add missing constants for subclasses.
jhb
2007-03-31
1
-1
/
+1
[next]