summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci/pcib.c
AgeCommit message (Collapse)Author
2001-01-27change interrupt routing strategy from simpleMichael Shalayeff
run through the devices and programming the icu and pci headers before real pci bus autoconf starts and include all devices present on all pci busses, to a per attached device routing in pci_intr_map(). this solves several cases of premature interrupts hanging system due to absent interrupt handlers during autoconf. 10x for testing: millert@ krw@ aaron@ chris@ tholo@ brad@ jason@ deraadt@
2000-03-27add missing OpenBSD RCS IDsBrad Smith
2000-03-26from netbsd: pci interrupt routing code.Michael Shalayeff
also, change a few pcidevs names to match netbsd (and more descriptive). tested on a bunch of laptops, helps resolving 'pin X unmapped' problems for (usually) usb and cardbus cntrollers.
2000-01-09Change an instance of #if NISA that should be #if NISADMATodd C. Miller
1999-09-13isa0 at pcib?; netbsd via peterTheo de Raadt
1999-07-18SIS_85C503 misidenties itself; g.mcgarry@qut.edu.auTheo de Raadt
1998-11-24deal with busses which misidentify; enami@netbsdTheo de Raadt
1998-07-03add stupid pcib driverTheo de Raadt