Date: Sat, 25 Feb 1995 10:43:43 -0800 From: "Justin T. Gibbs" <gibbs@estienne.CS.Berkeley.EDU> To: Poul-Henning Kamp <phk@freefall.cdrom.com> Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/i386/isa isa.c Message-ID: <199502251843.KAA06051@estienne.cs.berkeley.edu> In-Reply-To: Your message of "Sat, 25 Feb 1995 10:29:12 PST." <199502251829.KAA22269@freefall.cdrom.com>
next in thread | previous 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 Now we just need a way to detect VL cards (even if they live above 0x1000). -- Justin T. Gibbs ============================================== TCS Instructional Group - Programmer/Analyst 1 Cory | Po | Danube | Volga | Parker | Torus ==============================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502251843.KAA06051>