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
*
style(9)ize the whole file
imp
2002-07-21
1
-474
/
+492
*
Add support for probing secondary buses on the ServerWorks Grand Champion
gallatin
2002-07-19
1
-0
/
+11
*
Add initialization code for the AMD Elan sc520 which maps the MMCR
phk
2002-07-18
1
-0
/
+2
*
Add an entry for the AMD Elan SC520 hostbridge. I do not belive we can
phk
2002-07-18
1
-0
/
+3
*
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
*
Fix a PNPID in a comment
imp
2002-04-24
1
-1
/
+1
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-0
/
+13
*
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
*
Add identification string for AMD-761 host to PCI bridge.
murray
2001-12-10
1
-0
/
+3
*
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
2
-0
/
+31
*
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
2
-4
/
+54
*
Hack to work around a probe which will lock up at least some i450GX-based
msmith
2000-11-08
1
-1
/
+5
*
Improve the PCI interrupt routing code. Now the process is as follows:
msmith
2000-11-02
1
-16
/
+162
*
Return -10000 in pci_hostb_probe to allow agp driver (disabled otherwise)
ache
2000-10-20
1
-1
/
+1
*
Add i815 Host to Hub
ache
2000-10-20
1
-0
/
+3
*
Call the BIOS to route the selected interrupt. Correctly calculate the
msmith
2000-10-19
1
-4
/
+22
*
Remove debug writes introduced in prior commit
imp
2000-10-16
1
-5
/
+2
*
Add the ability to use the $PIR table in the BIOS to route interrupts
imp
2000-10-16
2
-3
/
+74
*
Change the text for the ServerWorks north bridge chips. RCC is now
alc
2000-10-14
1
-4
/
+4
*
When testing for PCI bus overlap with another enumerator, make sure we
msmith
2000-10-11
1
-1
/
+1
*
Only attach "legacy" PCI busses if none have been attached via any other
msmith
2000-10-09
1
-3
/
+23
*
Move the i386 PCI attachment code out of i386/isa back into i386/pci.
msmith
2000-10-02
2
-1028
/
+255
*
Get out the roto-rooter and clean up the abuse of nexus ivars by the
peter
2000-09-28
2
-38
/
+12
*
Catch a few more bogosities in certain chipsets before they mess us up.
peter
2000-09-05
2
-38
/
+178
*
Take a shot at fixing multiple pci busses on i386.
peter
2000-08-31
2
-20
/
+100
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
2
-96
/
+168
*
Add PnP probe methods to some common AT hardware drivers. In each case,
msmith
2000-06-23
2
-0
/
+108
*
Add OPTi 82C700 chipset.
kuriyama
2000-05-24
2
-0
/
+6
*
Add 440MX chipset.
kuriyama
2000-05-24
2
-0
/
+6
*
Don't assume that the PCI BIOS is going to clear the unused bits in %ecx
msmith
2000-05-04
2
-2
/
+10
*
Some more i386-only BIOS-friendliness:
msmith
2000-04-16
2
-18
/
+224
*
Add a workaround to allow us to detect the second pci bus on an HP
dfr
2000-02-23
2
-2
/
+20
*
Fix an uninitialised variable which affected probing on some machines.
dfr
2000-02-13
2
-0
/
+2
*
Allow allows peer pci buses which are directly connected to the RCC host pci
gallatin
2000-02-09
2
-14
/
+44
*
Add PCI Id's for i810 chipsets.
n_hibma
2000-02-07
2
-0
/
+18
*
Clean up the cfgmech/pci_mechanism debris. The reason for the existance
peter
2000-01-08
2
-12
/
+0
*
Don't use a bogus bus number for Ross host-pci bridges.
dfr
1999-12-05
2
-0
/
+4
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
2
-2
/
+2
*
If we have found pci devices via pci_cfgopen(), but don't find a
peter
1999-11-18
2
-0
/
+28
[next]