]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/counter.c
Fix PCI probe. Fix bothering. Fix the all. Fix outw order for 3cxxx.
[netwatch.git] / aseg / counter.c
index 4876acf354535a4cd00db8c45a8a8684fca0bdea..f5a2602da9344fe7d1a4d7dbd9338034934e0997 100644 (file)
@@ -26,7 +26,7 @@ void pci_dump() {
        {
                unsigned char b;
                b = inb(cts & 0xFFFF);
-               dologf("READ: %08x (%02x)", cts, b);
+               //dologf("READ: %08x (%02x)", cts, b);
                if ((cts & 0xFFFF) == 0x64)
                        curdev = (b & 0x20) ? 1 : 0;
                if ((curdev == 0) && ((cts & 0xFFFF) == 0x60) && (b == 0x01))
This page took 0.022446 seconds and 4 git commands to generate.