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-01-19 22:05:27 +00:00
1994-10-01 02:56:21 +00:00
1995-02-25 18:29:10 +00:00
1995-01-25 20:11:51 +00:00
1995-02-23 17:32:38 +00:00
1993-10-16 13:48:52 +00:00
1994-12-03 10:03:19 +00:00
1994-12-03 10:03:19 +00:00