freebsd-dev/sys/amd64
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
..
amd64 Submitted by: seb@erix.ericsson.se (Sebastian Strollo) 1995-02-23 17:32:38 +00:00
conf Include three lines about the pcvt console driver, so we don't ever need 1995-02-15 20:38:36 +00:00
include Fix syntax errors in #ifdefed out code. 1995-02-16 13:21:47 +00:00
isa I belive I finally got the "on eisa" right. 1995-02-25 18:29:10 +00:00
pci Keep PCI_CONF_MODE in a safe place for later reference, if #defined. 1995-02-25 17:51:18 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00