At 11:20 PM 11/13/1999 -0600, Jim King wrote:
>At 10:23 PM 11/13/1999 -0500, Mathew Kanner wrote:
>>On Nov 13, Jim King wrote:
>> > At 01:05 PM 11/13/1999 -0800, Alex Zepeda wrote:
>> > >What does pnpinfo show?
>> >
>> > pnpinfo shows a bunch of information about my USR PnP modem, but 
>> nothing at
>> > all about the AWE64 (or anything else).
>> >
>>
>>         Sorry to jump in.  I once difficulties with PnP that felt
>>similiar.  I had a working sound card and when I stuck in an ISA PnP
>>ethernet card, the sound card disapeared.
>>         I fixed it by hacking the for loop in pnp_identify in
>>isa/pnp.c.  When the loop went backwards, I could detect both devices.
>
>That does it.  When running the loop forward only the ISA PnP modem is 
>found; after hacking it to run the loop backwards the AWE64 *and* the 
>modem are both found.  Thanks!

fwiw, the same thing applies to FreeBSD 3.3 - an out-of-the-box kernel will 
only find the ISA PnP modem (a USR3090); reversing the loop in 
pnp_configure() in sys/i386/isa/pnp.c makes both the modem and the AWE64 
get detected.

Jim



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to