From owner-freebsd-questions Thu Jun 4 06:02:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02650 for freebsd-questions-outgoing; Thu, 4 Jun 1998 06:02:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-k56flex-0188.jumpnet.com [207.8.6.188]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA02636 for ; Thu, 4 Jun 1998 06:02:16 -0700 (PDT) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id IAA14771; Thu, 4 Jun 1998 08:02:23 -0500 (CDT) To: freebsd-questions@FreeBSD.ORG Subject: Re: Plug'n'Play [Was Re: Plug'n'play and PPP] References: <35763E54.9B0ABAAB@csun.edu> From: Dave Marquardt Date: 04 Jun 1998 08:01:32 -0500 In-Reply-To: Albert Kinderman's message of "Wed, 03 Jun 1998 23:27:32 -0700" Message-ID: <85ra15tj6b.fsf@localhost.zilker.net> Lines: 23 X-Mailer: Quassia Gnus v0.22/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Albert Kinderman 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