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
/
pci_cfgreg.c
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
*
number of cleanups in i386 and amd64 pci md code
avg
2009-09-24
1
-8
/
+8
*
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
*
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
*
Modify the pci_cfgdisable() routine to bring it more in line with
wpaul
2005-10-25
1
-2
/
+6
*
MFi386: whitespace, copyright header, etc updates
peter
2005-01-21
1
-1
/
+0
*
Begin all license/copyright comments with /*-
imp
2005-01-05
1
-1
/
+1
*
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
1
-0
/
+1
*
Use __FBSDID().
obrien
2003-07-25
1
-3
/
+3
*
Commit MD parts of a loosely functional AMD64 port. This is based on
peter
2003-05-01
1
-489
/
+15
*
Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been
peter
2003-02-18
1
-129
/
+28
*
MFp4:
imp
2002-11-14
1
-1
/
+1
*
MFp4:
imp
2002-11-02
1
-10
/
+34
*
Use 0xffffffff instead of -1 for id to compare against.
imp
2002-11-02
1
-10
/
+11
*
o go ahead and route the interupt, even if it is supposedly unique.
imp
2002-10-07
1
-7
/
+12
*
Don't call function in return() for a void function.
phk
2002-09-28
1
-3
/
+5
*
Put verbose printf's in the PCI BIOS interrupt routing code under
jhb
2002-09-23
1
-1
/
+4
*
Axe unused include.
jhb
2002-09-20
1
-1
/
+0
*
Make sure a $PIR table header has a valid length before accepting the table
jhb
2002-09-09
1
-1
/
+2
*
Add a function pci_probe_route_table() that returns true if our PCI BIOS
jhb
2002-09-06
1
-0
/
+19
*
Dump the $PIR table if booting verbose.
jhb
2002-09-06
1
-0
/
+3
*
- Add a pci_cfgintr_valid() function to see if a given IRQ is a valid
jhb
2002-09-06
1
-1
/
+33
*
Add support for printing out the contents of a PCI BIOS $PIR interrupt
jhb
2002-09-06
1
-2
/
+54
*
Test PCIbios.ventry against 0 to see if we found a PCIbios entry point,
jhb
2002-09-05
1
-2
/
+2
*
style(9)ize the whole file
imp
2002-07-21
1
-474
/
+492
*
Use a common function to map the bogus intlines.
imp
2002-06-01
1
-11
/
+17
*
Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just having
brooks
2002-05-29
1
-0
/
+8
*
o Work around bugs in the powerof2 macro: It thinks that 0 is a power of
imp
2002-04-24
1
-12
/
+18
*
Don't call the bios if the interrupt appaers to be already routed. Some
imp
2002-03-16
1
-3
/
+3
*
The Libretto L series has no $PIR table, but does have a _PIR table.
imp
2002-01-20
1
-13
/
+22
*
MFS: I was confused. This code wasn't in -current after all.
imp
2001-11-26
1
-5
/
+14
*
It turns out that while Toshiba laptops don't want to route interrupts
imp
2001-08-28
1
-17
/
+10
*
MFS: IRQ ordering, PRVERB and more whining in pcibios_get_version on failure.
imp
2001-08-27
1
-30
/
+60
*
The general conesnsus on irc was that pci bios for config registers
imp
2001-08-21
1
-2
/
+25
*
Detect a certain type of PCIBIOS brain damage. For some reason,
peter
2001-08-21
1
-0
/
+13
*
Un-swap irq/link byte values so that printf works.
msmith
2001-05-11
1
-1
/
+1
*
Free the memory we get from devclass_get_devices and device_get_children.
msmith
2001-02-08
1
-3
/
+8
*
Fix a warning due to missing prototype.
peter
2001-01-19
1
-1
/
+1
*
Remove declaration of airq variable from outer block. There were two
bmilekic
2001-01-12
1
-1
/
+1
*
Next phase in the PCI subsystem cleanup.
msmith
2000-12-08
1
-2
/
+52
*
Improve the PCI interrupt routing code. Now the process is as follows:
msmith
2000-11-02
1
-16
/
+162
[next]