Date: Fri, 20 Sep 1996 14:51:58 -0400 (EDT) From: Sujal Patel <smpatel@umiacs.umd.edu> To: Janice McLaughlin <janus@freegate.net> Cc: hackers@freebsd.org Subject: RE: Plug and Play naivety Message-ID: <Pine.OSF.3.91.960920144536.31553D-100000@mickey.umiacs.umd.edu> In-Reply-To: <01BBA6E8.D79F85C0@ws40.freegate.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 20 Sep 1996, Janice McLaughlin wrote: > It turns out that apparently I can't turn off PnP on my card. Let's > pretend that the BIOS *has* configured the card correctly. How > would I find out what address it has set the IO port and IRQ level to? > How do I find out how to talk to the card without putting mine and all > the other ISA PnP cards in the system through the Isolation Protocol > etc etc all over again? I haven't finished the code for this yet :-) Eventually all FreeBSD PnP (Isa PNP I mean), will just read the settings from the isa_device structure. In the meantime, if you look at the PnP configuration code, after the CSN is set- You can read the registers for IRQ/DRQ/etc (instead of setting them, as I do now). If would like to wait a couple of days, I'll cleanup some of the code I have now and send it to you... Sujal
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.91.960920144536.31553D-100000>