phk
daa114fa61
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-28 22:18:05 +00:00
1995-02-25 18:29:10 +00:00
1994-08-25 16:20:16 +00:00
1995-02-23 17:19:54 +00:00
1995-02-05 21:09:04 +00:00
1995-02-25 17:26:22 +00:00
1995-02-21 18:41:30 +00:00
1995-02-22 01:37:52 +00:00
1995-02-25 18:29:10 +00:00
1995-02-24 00:11:01 +00:00
1995-02-21 18:41:30 +00:00
1995-02-25 01:46:26 +00:00
1995-01-10 01:57:56 +00:00
1995-02-20 15:53:33 +00:00
1995-02-23 19:45:30 +00:00
1995-02-10 18:39:45 +00:00
1995-02-25 15:57:55 +00:00
1995-02-15 06:29:47 +00:00
1995-02-24 14:33:54 +00:00
1994-12-13 22:33:05 +00:00
1994-11-15 14:26:31 +00:00
1995-02-15 04:21:32 +00:00
1995-02-15 04:21:32 +00:00
1995-02-15 04:21:32 +00:00
1995-02-25 17:34:03 +00:00
1995-02-03 21:49:18 +00:00
1994-08-07 18:41:02 +00:00
1995-02-22 01:44:21 +00:00
1995-02-22 23:34:58 +00:00
1994-08-02 07:55:43 +00:00
1995-02-22 22:46:48 +00:00
1995-02-25 17:02:48 +00:00
1994-08-25 13:54:28 +00:00