freebsd-nq/sys/amd64/isa
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
..
clock.c Submitted by: Bruce Evans 1995-01-19 22:05:27 +00:00
icu.h Laptop Advanced Power Management support by HOSOKAWA Tatsumi. 1994-10-01 02:56:21 +00:00
isa.c I belive I finally got the "on eisa" right. 1995-02-25 18:29:10 +00:00
isa.h Changed address of the game controller to 0x201 (was 0x200) 1995-01-25 20:11:51 +00:00
npx.c Submitted by: seb@erix.ericsson.se (Sebastian Strollo) 1995-02-23 17:32:38 +00:00
timerreg.h Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 13:48:52 +00:00
vector.s i386/exception.s, 1994-12-03 10:03:19 +00:00
vector.S i386/exception.s, 1994-12-03 10:03:19 +00:00