Adding a pnp device id

1999-02-11 Thread Jerry Bell
Where would I look to add a pnp id number for a modem that is not being
detected during the pnp device probe at boot?  I have tried putting it
in the pnpdata file and sio.c, (remaking  reinstalling afterward), but
the modem still is not detected.  The modem is detected by the bios and
displayed on the list after the post.

I am running 4.0 current, built from last weekend (2/7/99).  I have
tried this on several different pc's with different motherboards with
the same results.

Thank you,

Jerry Bell

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: Adding a pnp device id

1999-02-11 Thread Mike Smith
 Where would I look to add a pnp id number for a modem that is not being
 detected during the pnp device probe at boot?  I have tried putting it
 in the pnpdata file and sio.c, (remaking  reinstalling afterward), but
 the modem still is not detected.  The modem is detected by the bios and
 displayed on the list after the post.
 
 I am running 4.0 current, built from last weekend (2/7/99).  I have
 tried this on several different pc's with different motherboards with
 the same results.

It needs to be in sio.c at the moment, but being a modem it should have 
one of the compatibility fallback IDs as well.  You may need to 
explicitly enable it if your BIOS is not set for non PNP OS.

-- 
\\  Sometimes you're ahead,   \\  Mike Smith
\\  sometimes you're behind.  \\  m...@smith.net.au
\\  The race is long, and in the  \\  msm...@freebsd.org
\\  end it's only with yourself.  \\  msm...@cdrom.com



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message