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
/
i386
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trust the settings programmed by the BIOS over what the $PIR says.
jhb
2005-04-14
1
-18
/
+48
*
Add code to read the primary PCI bus number out of the Compaq/HP 6010
jhb
2005-03-25
1
-0
/
+6
*
Make a bunch of malloc types static.
phk
2005-02-10
1
-1
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
3
-3
/
+3
*
Remove a stray critical_exit().
scottl
2004-12-13
1
-1
/
+0
*
Expand the scope of the critical section in the PCIe read and write methods
scottl
2004-12-10
1
-4
/
+14
*
Due to a significant addition of code, add my copyright to this file. Also
scottl
2004-12-06
1
-0
/
+1
*
Add support for the memory-mapped PCI Express configuration mechanism. This
scottl
2004-12-06
1
-8
/
+211
*
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
-8
/
+8
*
Make the lower range of the memory area 0x80000000 again. Also
imp
2004-10-11
1
-1
/
+15
*
Add missing 'static'
imp
2004-10-06
1
-2
/
+1
*
For legacy PCI bridges, limit memory allocation to the top 32MB of
imp
2004-10-06
1
-4
/
+24
*
Consistently use __inline instead of __inline__ as the former is an empty macro
stefanf
2004-07-04
1
-1
/
+1
*
Trim a few things from the dmesg output and stick them under bootverbose to
jhb
2004-07-01
2
-4
/
+5
*
Remove atdevbase and replace it's remaining uses with direct references to
jhb
2004-06-10
1
-0
/
+1
*
Allow the pir0 device add to fail since pir0 may already exist. This should
jhb
2004-06-01
1
-2
/
+2
*
Add some missing <sys/module.h> includes which are masked by the
phk
2004-05-30
2
-0
/
+2
*
- Create a pir0 psuedo device as a child of legacy0 if we attach a legacy
jhb
2004-05-04
2
-8
/
+125
*
Make the legacy_pcib_attach() function static.
jhb
2004-05-03
1
-1
/
+1
*
Don't call the BIOS to route a link that has already been routed by the
jhb
2004-04-16
1
-2
/
+3
*
Add back an include to fix the build for the CPU_ELAN case.
jhb
2004-02-19
1
-0
/
+3
*
Switch to using the new $PIR interrupt routing code and remove the old
jhb
2004-02-18
2
-434
/
+17
*
Rework the $PIR (aka PCIBIOS) PCI interrupt routing code and split it off
jhb
2004-02-18
1
-609
/
+445
*
Replace an outb() during the test for configuration mechanism #1 with a
jhb
2003-12-31
2
-2
/
+2
*
New APIC support code:
jhb
2003-11-03
2
-98
/
+4
*
Lower the priority of the legacy host to pci bridge driver so that other
jhb
2003-10-31
1
-1
/
+1
*
Change all SYSCTLS which are readonly and have a related TUNABLE
silby
2003-10-21
2
-2
/
+2
*
We represent PCI intpin's two different ways. One is the way that the
jhb
2003-09-10
2
-2
/
+2
*
- Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.
jhb
2003-08-28
1
-3
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-3
/
+3
*
PC98 uses different mask of IRQ.
nyan
2003-08-02
2
-4
/
+16
*
The MI code was modified to filter the devices based on its header
imp
2003-08-01
1
-0
/
+8
*
Add hw.pci.irq_override_mask, which is a mask of interrupts that are
imp
2003-08-01
2
-0
/
+28
*
- Rename nexus_pcib to legacy_pcib. I've been meaning to do this for a
jhb
2003-06-06
1
-56
/
+50
*
Use the secondary bus number instead of the number of the bus the PCI-PCI
jhb
2003-06-06
1
-1
/
+5
*
Use __FBSDID().
obrien
2003-06-02
3
-9
/
+9
*
Remove unused variable.
phk
2003-05-31
1
-2
/
+1
*
Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been
peter
2003-02-18
3
-276
/
+56
*
Outdent the string rather than use concatenation.
phk
2002-12-23
1
-2
/
+2
*
MFp4:
imp
2002-11-14
2
-2
/
+2
*
Recognize the Serverworks CIOB30 host to pci bridge.
peter
2002-11-13
1
-0
/
+5
*
MFp4:
imp
2002-11-02
2
-20
/
+68
*
Use 0xffffffff instead of -1 for id to compare against.
imp
2002-11-02
2
-20
/
+22
*
Revert last commit, there actually was a -1 waaaaay down in pcireg_cfgread().
phk
2002-10-20
1
-0
/
+2
*
"id" is never going to be -1 when it is unsigned.
phk
2002-10-20
1
-2
/
+0
*
Use the global pcib devclass instead of our own static copy.
jhb
2002-10-16
1
-2
/
+0
*
o go ahead and route the interupt, even if it is supposedly unique.
imp
2002-10-07
2
-14
/
+24
*
Add 2 Ids for new ServerWorks host to PCI bridge chipset.
iwasaki
2002-10-02
1
-0
/
+8
*
Don't call function in return() for a void function.
phk
2002-09-28
2
-6
/
+10
[next]