tag | line | file | source code |
---|---|---|---|
ancient | 96 | drivers/net/wd.c | int ancient = 0; /* An old card without config registers. */ |
ancient | 137 | drivers/net/wd.c | ancient = 1; |
ancient | 158 | drivers/net/wd.c | if ( !ancient && (inb(ioaddr+1) & 0x01) != (word16 & 0x01)) |
ancient | 192 | drivers/net/wd.c | if (ancient || reg1 == 0xff) { /* Ack!! No way to read the IRQ! */ |