X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fdrv%2Fpci.c;h=8a86c35c06b4465cdcf067742fd5efbeda1284bd;hb=c2adb8d03edd3bcf25eb2fd9a90ed74200ca78fe;hp=c52ab63a117551b33ae451fbf1b41b8deecef97c;hpb=f013b667c76be64a32ae1d934d440dfb50226661;p=tpg%2Facess2.git diff --git a/Kernel/drv/pci.c b/Kernel/drv/pci.c index c52ab63a..8a86c35c 100644 --- a/Kernel/drv/pci.c +++ b/Kernel/drv/pci.c @@ -2,8 +2,8 @@ * AcessOS/AcessBasic v0.1 * PCI Bus Driver */ -#define DEBUG 1 -#include +#define DEBUG 0 +#include #include #include #include @@ -553,9 +553,10 @@ Uint8 PCI_CfgReadByte(Uint16 bus, Uint16 dev, Uint16 func, Uint16 offset) // === EXPORTS === -/* +//* EXPORT(PCI_CountDevices); EXPORT(PCI_GetDevice); +EXPORT(PCI_GetDeviceByClass); EXPORT(PCI_AssignPort); EXPORT(PCI_GetIRQ); -*/ +//*/