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
/
amd64
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicate code. Reduce diff between amd64 and i386.
jkim
2012-12-01
1
-6
/
+7
*
Use volatile keywords properly.
jkim
2012-11-30
1
-11
/
+11
*
Tidy up inline assembly. No functional change.
jkim
2012-11-30
1
-8
/
+8
*
pciereg_cfg*: use assembly to access the mem-mapped cfg space
avg
2012-10-14
1
-6
/
+19
*
Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to
jhb
2011-06-22
1
-435
/
+0
*
Use uintXX_t instead of u_intXX_t.
jhb
2011-06-22
1
-3
/
+3
*
Add a helper routine to conditionally modify the start address of a
jhb
2011-06-22
1
-22
/
+32
*
Reimplement how PCI-PCI bridges manage their I/O windows. Previously the
jhb
2011-05-03
1
-0
/
+1
*
Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,
jhb
2011-05-02
1
-0
/
+1
*
number of cleanups in i386 and amd64 pci md code
avg
2009-09-24
1
-8
/
+8
*
Match PCI Express root bridge _HID directly instead of
jkim
2009-07-13
1
-0
/
+1
*
Add a read-only sysctl hw.pci.mcfg to mirror the tunable by the same name.
jhb
2009-05-18
1
-0
/
+5
*
Fall back to using configuration type 1 accesses for PCI config requests if
jhb
2009-03-24
1
-0
/
+2
*
Correct parameter types for pcib_{read,write}_config by fixing the
imp
2009-02-08
1
-5
/
+5
*
Add a 'hw.pci.mcfg' tunable. It can be set to 0 to disable memory-mapped
jhb
2008-09-11
1
-0
/
+6
*
Some K8 chipsets don't expose all of the PCI devices on bus 0 via PCIe
jhb
2008-09-10
1
-14
/
+48
*
Extend the support for PCI-e memory mapped configuration space access:
jhb
2008-08-22
1
-3
/
+137
*
Adjust the code to probe for the PCI config mechanism to use.
jhb
2007-11-28
1
-167
/
+11
*
Make the PCI code aware of PCI domains (aka PCI segments) so we can
marius
2007-09-30
1
-0
/
+5
*
Revamp the MSI/MSI-X code a bit to achieve two main goals:
jhb
2007-05-02
1
-4
/
+14
*
Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.
jhb
2007-01-22
1
-0
/
+1
*
Give Host-PCI bridge drivers their own pcib_alloc_msi() and
jhb
2006-12-12
1
-2
/
+24
*
MD support for PCI Message Signalled Interrupts on amd64 and i386:
jhb
2006-11-13
1
-0
/
+4
*
MFi386: rename pcib_devclass to hostb_devclass (cosmetic here)
peter
2006-03-13
1
-2
/
+2
*
- Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the
jhb
2006-01-06
1
-11
/
+3
*
Move the hostb driver out of the i386 and amd64 PCI code (where it was
jhb
2005-12-20
1
-58
/
+0
*
Modify the pci_cfgdisable() routine to bring it more in line with
wpaul
2005-10-25
1
-2
/
+6
*
MFi386: pci attribute allocation fixes.
imp
2005-09-18
1
-1
/
+3
*
MFi386: whitespace, copyright header, etc updates
peter
2005-01-21
1
-1
/
+0
*
Begin all license/copyright comments with /*-
imp
2005-01-05
2
-2
/
+2
*
Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for the
des
2004-10-31
1
-4
/
+3
*
Whitespace cleanup
des
2004-10-31
1
-5
/
+5
*
MFi386: sync with latest updates
peter
2004-10-11
1
-3
/
+36
*
Add missing <sys/module.h> instances which were shadowed by the nested
phk
2004-06-03
1
-0
/
+1
*
MFi386: numerous interrupt and acpi updates
peter
2004-05-16
1
-1
/
+1
*
Drastically clean up the legacy host-pci bridge table. We don't need
peter
2004-03-13
1
-208
/
+5
*
MFi386: nuke pci_cfgintr
peter
2004-03-13
1
-22
/
+1
*
MFi386: change an outb to a DELAY()
peter
2004-01-28
1
-1
/
+1
*
Various whitespace and cosmetic sync-up's with i386.
peter
2003-12-06
2
-2
/
+3
*
Initial landing of SMP support for FreeBSD/amd64.
peter
2003-11-17
1
-1
/
+1
*
GC unused child variable
peter
2003-09-23
1
-2
/
+1
*
MFi386 pci_bus.c 1.102 legacyvar.h 1.4: rename nexus_pcib to legacy_pcib
peter
2003-09-23
1
-51
/
+53
*
- Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.
jhb
2003-08-28
1
-2
/
+10
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-3
/
+3
*
Use __FBSDID().
obrien
2003-07-25
2
-6
/
+6
*
Commit MD parts of a loosely functional AMD64 port. This is based on
peter
2003-05-01
2
-558
/
+18
*
Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been
peter
2003-02-18
2
-147
/
+28
*
Outdent the string rather than use concatenation.
phk
2002-12-23
1
-2
/
+2
*
MFp4:
imp
2002-11-14
1
-1
/
+1
*
Recognize the Serverworks CIOB30 host to pci bridge.
peter
2002-11-13
1
-0
/
+5
[next]