Date: Sat, 25 Feb 1995 10:29:12 -0800 From: Poul-Henning Kamp <phk> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa isa.c Message-ID: <199502251829.KAA22269@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
phk 95/02/25 10:29:11 Modified: sys/i386/isa isa.c Log: 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502251829.KAA22269>