CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/26 05:27:31
Modified files:
sys/arch/amd64/include: pci_machdep.h
sys/arch/amd64/pci: pci_machdep.c
Log message:
Change pci_intr_handle_t to be like i386 where it is a struct that stores the
tag and pin. Reduces the differences between the two architectures and I need
it to fix acpiprt(4)-based interrupt routing.
ok toby@, jordan@
