Add amd64 files for the ISA and PCI busses and adjust the header files
commitd7510ae6e055eb1d972f99601d16dd718803a197
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 2 Aug 2008 05:22:21 +0000 (2 05:22 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 2 Aug 2008 05:22:21 +0000 (2 05:22 +0000)
tree11337920d1d258b50d08875c403692aa163472fa
parent82040d23110218047e73471fbb392aa2d6b3229e
Add amd64 files for the ISA and PCI busses and adjust the header files
to operate in more of a machine-independant fashion.
12 files changed:
sys/bus/isa/amd64/isa.c [new file with mode: 0644]
sys/bus/isa/amd64/isa.h [new file with mode: 0644]
sys/bus/isa/amd64/isa_compat.c [new file with mode: 0644]
sys/bus/isa/amd64/isa_compat.h [new file with mode: 0644]
sys/bus/isa/amd64/isa_device.h [new file with mode: 0644]
sys/bus/isa/amd64/isa_dma.c [new file with mode: 0644]
sys/bus/pci/amd64/pci_cfgreg.c [copied from sys/bus/pci/i386/pci_cfgreg.c with 98% similarity]
sys/bus/pci/amd64/pci_cfgreg.h [new file with mode: 0644]
sys/bus/pci/amd64/pcibus.c [new file with mode: 0644]
sys/bus/pci/amd64/pcibus.h [new file with mode: 0644]
sys/bus/pci/i386/pci_cfgreg.c
sys/platform/vkernel/i386/vm_machdep.c