Poul-Henning Kamp
d8ee5072e3
I belive I finally got the "on eisa" right.
| if (!(isdp->id_iobase & 0xf300)) {
| printf(" on motherboard\n");
| } else if (isdp->id_iobase >= 0x1000 &&
| !(isdp->id_opbase & 0x300)) {
| printf (" on eisa slot %d\n",
| isdp->id_iobase >> 12);
| } else {
| printf (" on isa\n");
| }
| }
Based on info in "The undocumented PC" p.165
1995-02-25 18:29:10 +00:00
..
1995-02-23 17:32:38 +00:00
1995-02-15 20:38:36 +00:00
1995-02-16 13:21:47 +00:00
1995-02-25 18:29:10 +00:00
1995-02-25 17:51:18 +00:00
1993-10-16 19:17:18 +00:00