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
*
More properly handle links who only have 1 valid IRQ in their bitmask. The
jhb
2007-12-21
1
-13
/
+12
*
MFamd64: 1.109 of pci_cfgreg.c which changes pci_cfgdisable() into a nop
jhb
2007-11-28
1
-2
/
+6
*
Adjust the code to probe for the PCI config mechanism to use.
jhb
2007-11-28
1
-25
/
+25
*
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
-5
/
+15
*
Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.
jhb
2007-01-22
1
-0
/
+2
*
Give Host-PCI bridge drivers their own pcib_alloc_msi() and
jhb
2006-12-12
1
-2
/
+24
*
Replace a few magic numbers.
jhb
2006-12-12
1
-2
/
+2
*
MD support for PCI Message Signalled Interrupts on amd64 and i386:
jhb
2006-11-13
1
-0
/
+8
*
Don't dump the $PIR table under bootverbose. The pirtool program in
jhb
2006-11-09
1
-39
/
+0
*
- Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the
jhb
2006-01-06
1
-17
/
+7
*
Move the hostb driver out of the i386 and amd64 PCI code (where it was
jhb
2005-12-20
1
-58
/
+0
*
Add support for 7320 and 915 PCIe chipsets.
rodrigc
2005-12-08
1
-7
/
+11
*
Provide a dummy NO_XBOX option that lives in opt_xbox.h for pc98.
imp
2005-11-14
1
-2
/
+0
*
Fix pc98 build.
nyan
2005-11-09
1
-0
/
+2
*
Add support for XBOX to the FreeBSD port. The xbox architecture is
imp
2005-11-09
1
-0
/
+39
*
MFamd64: indent with tabs instead of spaces.
peter
2005-11-04
1
-1
/
+1
*
Undo the change to pci_cfgdisable() on i386 for now. It seems to fix
wpaul
2005-10-25
1
-6
/
+2
*
Modify the pci_cfgdisable() routine to bring it more in line with
wpaul
2005-10-25
1
-3
/
+7
*
Expose legacy_pcib_alloc_resource, and use it in the mptable pci bus
imp
2005-09-17
1
-1
/
+1
*
Commit a workaround to a problem with resource allocation. This helps
imp
2005-09-16
1
-0
/
+2
*
Note that pc98 specific defines maybe would be better in a header file.
imp
2005-09-08
1
-0
/
+1
*
- Ignore BIOS IRQs (that is, IRQ settings left by the BIOS or a previous OS
jhb
2005-07-13
1
-1
/
+10
*
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
[next]