Modify pci_intr_map() implementation to pass the pci_attach_args to the
authormiod <miod@openbsd.org>
Tue, 22 Jul 2008 18:45:50 +0000 (18:45 +0000)
committermiod <miod@openbsd.org>
Tue, 22 Jul 2008 18:45:50 +0000 (18:45 +0000)
commitecdb3a5fad23dc7dfddbca7ac4247f989dca18c7
tree917ab5d32e0b7450663c888efd7c1c260a19ad89
parentdb47007f6a10ab673388a12a5beb1a9ef485801a
Modify pci_intr_map() implementation to pass the pci_attach_args to the
per-platform implementation, instead of selected members of it; this allows
us to get rid of some globals, and paves the way for better bridge support
on some models.
12 files changed:
sys/arch/alpha/pci/pci_1000.c
sys/arch/alpha/pci/pci_1000a.c
sys/arch/alpha/pci/pci_2100_a50.c
sys/arch/alpha/pci/pci_550.c
sys/arch/alpha/pci/pci_6600.c
sys/arch/alpha/pci/pci_axppci_33.c
sys/arch/alpha/pci/pci_eb164.c
sys/arch/alpha/pci/pci_eb64plus.c
sys/arch/alpha/pci/pci_kn20aa.c
sys/arch/alpha/pci/pci_kn300.c
sys/arch/alpha/pci/pci_machdep.h
sys/arch/alpha/pci/pci_up1000.c