pci/amd64: Duplicate pci/i386 to pci/amd64.
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 6 Jul 2009 12:32:48 +0000 (20:32 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 8 Jul 2009 10:50:44 +0000 (18:50 +0800)
commit2ac05e9170cff6633af92992e98d803abe184f4c
tree767594ee97f87d93ea340cbc3c1b515848a1a9b1
parent6a45dbfa6fc564cbaa116bb4646fafd275ba2caf
pci/amd64: Duplicate pci/i386 to pci/amd64.

PIR and BIOS related parts are commented out as in the original code.
sys/bus/pci/amd64/legacy.c [new file with mode: 0644]
sys/bus/pci/amd64/legacyvar.h [new file with mode: 0644]
sys/bus/pci/amd64/pci_bus.c [new file with mode: 0644]
sys/bus/pci/amd64/pci_cfgreg.c [new file with mode: 0644]
sys/bus/pci/amd64/pci_cfgreg.h [new file with mode: 0644]
sys/bus/pci/amd64/pci_pir.c [new file with mode: 0644]
sys/bus/pci/amd64/pcibus.h [new file with mode: 0644]
sys/platform/pc64/conf/files