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
*
The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registers
nwhitehorn
2010-10-25
1
-1
/
+1
*
- Add a new PCI quirk to whitelist an old chipset that doesn't support
jhb
2010-10-22
1
-1
/
+31
*
Clarify a misleading comment. The test in pci_reserve_map() was meant to
jhb
2010-10-21
1
-9
/
+9
*
Update PCI power management registers per PCI Bus Power Management Interface
jkim
2010-10-20
3
-18
/
+22
*
Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets you
jkim
2010-10-20
3
-2
/
+11
*
Do not apply do_power_resume for suspending P2P bridge as we did in r214064.
jkim
2010-10-20
1
-1
/
+1
*
Remove PCI header type 0 restriction from power state changes. PCI config.
jkim
2010-10-19
1
-3
/
+1
*
Do not apply do_power_resume for suspending case. When do_powerstate was
jkim
2010-10-19
1
-4
/
+3
*
Remove unnecessary castings and fix couple of style(9) nits.
jkim
2010-10-15
1
-4
/
+3
*
Move setting power state for children into a separate function as they were
jkim
2010-10-15
1
-38
/
+40
*
- Rename the constant for the Master Data Parity Error flag in the
jhb
2010-09-09
1
-24
/
+24
*
- Add register definitions related to extended capability IDs in
jhb
2010-09-08
1
-0
/
+84
*
Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). This
jhb
2010-08-17
4
-52
/
+54
*
- Retire acpi_pcib_resume(). It is has just been an alias for
jhb
2010-08-05
1
-0
/
+1
*
Consistently check header type after reading PCIR_HDRTYPE register.
yongari
2010-07-29
1
-18
/
+23
*
Fix 'pciconf -a' by providing an implementation of PCIOCATTACHED.
neel
2010-07-29
1
-0
/
+10
*
Provide more defines for PCI-Express device ctrl.
raj
2010-07-11
1
-0
/
+3
*
Virtualize pci_remap_msi_irq() call from general MSI code. It allows MSI
mav
2010-06-14
2
-11
/
+5
*
Honor hw.pci.do_power_nodriver on resume. Power-down devices without
mav
2010-05-22
1
-0
/
+2
*
Add support for the U4 PCI-Express bridge chipset used in late-generation
nwhitehorn
2010-05-16
1
-3
/
+3
*
Small whitespace fixes.
jhb
2010-03-11
1
-2
/
+1
*
Add pci_get|set_max_read_req() helper functions to control maximum PCIe
mav
2010-02-05
2
-0
/
+37
*
Add more bit definitions to PCI express device control and device
yongari
2010-02-01
1
-0
/
+8
*
Move the PCI-specific logic of removing a cardbus device into a
jhb
2010-01-05
2
-0
/
+41
*
Teach the PCI bus driver to handle PCIR_BIOS BARs properly and remove special
jhb
2009-12-30
2
-4
/
+81
*
Remove no longer used pci_release_resource().
jhb
2009-12-30
2
-21
/
+0
*
Implement a rudimentary suspend/resume methods for PCI P2P bridge.
jkim
2009-12-10
2
-57
/
+200
*
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
*
- Partially revert hackish r198964 and r199002.
jkim
2009-11-12
1
-13
/
+0
*
Remove duplicate suspend/resume code from vga_pci.c and let vga(4) register
jkim
2009-11-06
1
-76
/
+11
*
Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c.
jkim
2009-11-05
1
-2
/
+80
*
BIOSes, buggy or otherwise, are i386 or amd64 specific.
marcel
2009-10-23
1
-0
/
+4
*
Rewrite x86bios and update its dependent drivers.
jkim
2009-10-19
1
-0
/
+21
*
Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover for
thompsa
2009-10-15
1
-0
/
+121
*
number of cleanups in i386 and amd64 pci md code
avg
2009-09-24
1
-0
/
+1
*
Don't reread the command register to see if enabling I/O or memory
jhb
2009-09-22
1
-25
/
+1
*
pci(4): don't perform maximum register number check
avg
2009-09-11
1
-2
/
+1
*
pci: remove definitions of duplicate constants
avg
2009-09-10
2
-12
/
+5
*
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
*
Adjust some comments.
jhb
2009-06-01
1
-4
/
+4
*
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
[next]