From owner-freebsd-questions Thu Jun 4 08:29:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26883 for freebsd-questions-outgoing; Thu, 4 Jun 1998 08:29:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from email.csun.edu (csun1.csun.edu [130.166.1.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26831 for ; Thu, 4 Jun 1998 08:29:07 -0700 (PDT) (envelope-from vcmgt00b@email.csun.edu) Received: by csun1.csun.edu (1.40.112.8/16.2) id AA281924144; Thu, 4 Jun 1998 08:29:04 -0700 Date: Thu, 4 Jun 1998 08:29:04 -0700 (PDT) From: albert kinderman X-Sender: vcmgt00b@csun1.csun.edu To: Dave Marquardt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Plug'n'Play [Was Re: Plug'n'play and PPP] In-Reply-To: <85ra15tj6b.fsf@localhost.zilker.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 4 Jun 1998, Dave Marquardt wrote: > Albert Kinderman writes: > > 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. > I just rebuilt the kernel with the changes to sio.c. The only difference is that the message CSN 1 disabled appears after the CSN 1 Vendor ID line. Any more tips? Thanks. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Albert Kinderman albert.kinderman@email.csun.edu Management Science California State University, Northridge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message