index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
i386
/
pci
/
pci_intr_fixup.c
Age
Commit message (
Expand
)
Author
2004-09-26
make PCIBIOS_INTR_FIXUP_FORCE into an UKCable flag instead; from Thorsten Gla...
Michael Shalayeff
2004-07-14
treat via8366 as via586; from rees@
Michael Shalayeff
2004-06-22
support for rcc osb4 and csb5; tested on quad-zion and another box i have
Michael Shalayeff
2004-06-13
debranch SMP, have fun
Niklas Hallqvist
2004-02-24
skip _only_ irq 14 and 15; tested by form@
Markus Friedl
2004-02-13
avoid routing irqs that we ignore (14 15); from form@
Michael Shalayeff
2004-01-02
attach on two more ICHs
Michael Shalayeff
2004-01-02
PCI_PRODUCT_ALI_M1533 should use ali1543_init too. When the PCI id for
Todd C. Miller
2003-07-30
support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.com
Michael Shalayeff
2003-07-15
match on ich5 as piix; from couderc@
Michael Shalayeff
2003-06-03
three four kill
Michael Shalayeff
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2002-05-30
iff pcibios is enabled, record _every_ established pci interrupt
Michael Shalayeff
2002-05-06
drop out of any intr fixup activities if was disabled in the config flags
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-20
support amd766 as amd756; from peter@ (pr/1948); tested by Henning Brauer <li...
Michael Shalayeff
2001-12-16
match piix icu type on 82810ba/m; from netbsd
Michael Shalayeff
2001-11-28
somebody forgot something
Michael Shalayeff
2001-11-28
revert hardware breakage
Todd T. Fries
2001-10-25
add an ali1543 and fix amd756 icu drivers
Michael Shalayeff
2001-05-13
left tag uninitted in the good case in the last commit; jason@ pointed it out
Michael Shalayeff
2001-05-12
A number of buggy BIOS implementations leave the router
Michael Shalayeff
2001-05-12
always print the icu we've found
Michael Shalayeff
2001-01-28
better message
Michael Shalayeff
2001-01-27
change interrupt routing strategy from simple
Michael Shalayeff
2001-01-25
put pci_intr_fixup.h into pcibiosvar.h; billions of tiny headers for nothing
Michael Shalayeff
2000-11-07
AMD750 Athlon chipset support for PCIBIOS_INTR_FIXUP; from minoura@jp.netbsd.org
Michael Shalayeff
2000-10-31
rename pcibios.h to pcibiosvar.h
Theo de Raadt
2000-10-27
and angry dwarfs came on to me
Michael Shalayeff
2000-10-26
match via82c586 also on other apollo chipsets, such as VT82C585, VT82C596A, V...
Michael Shalayeff
2000-09-07
do not call pcibios_pir_init() if intr_fixup was disabled; also, sync w/ late...
Michael Shalayeff
2000-08-08
sync w/ netbsd almost -current code (;
Michael Shalayeff
2000-07-06
Add ICU 82801AA_LPC (as on the OR840 motherboard).
Hakan Olsson
2000-03-28
fix netbsd rcsids up.
Michael Shalayeff
2000-03-27
add missing OpenBSD RCS IDs
Brad Smith
2000-03-26
from netbsd: pci interrupt routing code.
Michael Shalayeff