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