From owner-freebsd-questions@FreeBSD.ORG Fri Dec 12 05:40:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4D0E16A4CE for ; Fri, 12 Dec 2003 05:40:14 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CB1043D36 for ; Fri, 12 Dec 2003 05:39:53 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) hBCDhDub040587; Fri, 12 Dec 2003 13:43:24 GMT (envelope-from peter@circlesquared.com) Message-ID: <3FD9C5F1.5040301@circlesquared.com> Date: Fri, 12 Dec 2003 13:43:13 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: rk47 cc: freebsd-questions@freebsd.org Subject: Re: puc driver -- config problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 13:40:14 -0000 I just had to do this, for the same reason, but had to edit the puc source code first, then re-make my kernel. The edit was specific to the vendor of the serial card, so you'll have to look up your card. It worked fine. PWR. fbsd_user wrote: > Device puc is for reading older bios on i386 machines, you are on >Alpha. You are sol (shit out of luck). > >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of rk47 >Sent: Friday, December 12, 2003 4:32 AM >To: freebsd-questions@freebsd.org >Subject: Re: puc driver -- config problem? > >Have you tried adding it in the file >/usr/src/sys/conf/files >Something like >dev/puc/puc.c optional puc > > > >David Brodbeck wrote: > > > >>I'm sure this is something really simple I'm missing, but after an >> >> >hour of > > >>tinkering and doing Google searches I'm at a loss. >> >>I'm running FreeBSD 4.8-RELEASE on an Alpha. I just installed an >> >> >NM9835 > > >>2-port PCI serial card. I added 'device puc' to my kernel >> >> >configuration > > >>file, as suggested in 'man puc', but when I run config I get this >> >> >error: > > >>Warning: device "puc" is unknown >> >>What am I doing wrong? >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to >>"freebsd-questions-unsubscribe@freebsd.org" >> >> > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > >