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
*
- 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
*
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
[next]