Skip site navigation (1)Skip section navigation (2)
Date:      04 Jun 1998 08:01:32 -0500
From:      Dave Marquardt <marquard@zilker.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Plug'n'Play [Was Re: Plug'n'play and PPP]
Message-ID:  <85ra15tj6b.fsf@localhost.zilker.net>
In-Reply-To: Albert Kinderman's message of "Wed, 03 Jun 1998 23:27:32 -0700"
References:  <Pine.BSF.3.96.980603002856.22038v-100000@gdi.uoregon.edu> <35763E54.9B0ABAAB@csun.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Albert Kinderman <albert.kinderman@email.csun.edu> writes:
>   I'm not sure what should be in the kernel.  If I put in device statements
> for
> sio2 and sio3, they are not found at "COM3" or "COM4".  If I don't put in
> device statements, neither is found.  As far as I can see, the controller pnp
> statement produces only one line of output (after the Probing for PnP message)
> 
> during boot.
> CSN 1 Vendor ID: SUP1310 [0x1013b04e] serial 0x0006a8d7
> 
> What statement(s) other than the controller pnp statement do I need for the
> kernel?

Well, actually, you'll need to modify /usr/src/sys/i386/isa/sio.c.
Find the siopnp_ids[] array and add a new entry that looks like this:

	{ 0x1013b04e, "SUP1310"},

just before the last entry (the one with just a 0 in it).  Then go to
your kernel compilation directory and run make install, and reboot.
Then your adapter should be recognized as an sio device.

-Dave

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?85ra15tj6b.fsf>