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-02-21 18:41:30 +00:00
1995-02-25 01:46:26 +00:00
1995-02-25 15:57:55 +00:00
1994-12-13 22:33:05 +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
1994-08-02 07:55:43 +00:00
1995-02-22 22:46:48 +00:00