summaryrefslogtreecommitdiff
path: root/sys/dev/pci/adv_pci.c
AgeCommit message (Collapse)Author
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD.
1998-11-17Remove 940UW from the comments.Jason Downs
1998-11-17Kill redundant PCI code.Jason Downs
1998-09-28Sync w/ NetBSD.Jason Downs
1998-09-27AdvanSys PCI SCSI driver, from NetBSD; dante@mclink.it.Jason Downs