freebsd-nq/sys/i386
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
..
apm This is the latest version of the APM stuff from HOSOKAWA, I have looked 1995-02-17 02:22:57 +00:00
bios This is the latest version of the APM stuff from HOSOKAWA, I have looked 1995-02-17 02:22:57 +00:00
boot Adjust for rearranged slice numbers. 1995-02-16 15:06:09 +00:00
conf Make diskslice files standard and remove option DISKSLICE. ufs_disksubr.c 1995-02-23 17:19:54 +00:00
eisa Add $Id 1995-01-16 16:31:34 +00:00
i386 Totally get rid of the snic driver. 1995-02-21 04:26:35 +00:00
ibcs2 Use of vm_allocate and vm_deallocate has been deprecated. 1995-02-20 23:52:39 +00:00
include Put the joystick status in a struct {int x, y, b1, b2;} rather than in a 1995-02-22 23:34:58 +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
scsi Add tagged queueing support. Right now, we only allow two tagged 1995-02-22 01:43:25 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00