Fix PCI access functions
authorhpa <hpa>
Tue, 4 Jan 2005 23:48:29 +0000 (23:48 +0000)
committerhpa <hpa>
Tue, 4 Jan 2005 23:48:29 +0000 (23:48 +0000)
commit5de270feba04b7b9d0ea24789b67224b2060733e
treedd8851ee71b895303bb1d05fe8e766f54eaeb4b9
parent0f5815800c602279e8a764441a16fd5478c0f387
Fix PCI access functions
com32/include/sys/pci.h
com32/lib/Makefile
com32/lib/pci/readb.c [new file with mode: 0644]
com32/lib/pci/readl.c [new file with mode: 0644]
com32/lib/pci/readw.c [new file with mode: 0644]
com32/lib/pci/writeb.c [new file with mode: 0644]
com32/lib/pci/writel.c [new file with mode: 0644]
com32/lib/pci/writew.c [new file with mode: 0644]