From owner-freebsd-questions@FreeBSD.ORG Mon Nov 17 19:24:20 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 E5C7C16A4CE for ; Mon, 17 Nov 2003 19:24:20 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id D95F843FD7 for ; Mon, 17 Nov 2003 19:24:19 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) hAI3OIKB022312; Mon, 17 Nov 2003 22:24:18 -0500 (EST) Message-ID: <3FB990D2.3060809@ec.rr.com> Date: Mon, 17 Nov 2003 22:24:02 -0500 From: Jason User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031205 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: what does kernel device puc do? 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: Tue, 18 Nov 2003 03:24:21 -0000 fbsd_user wrote: >Can some one explain what the kernel device puc statement does. >LINT does not give an info. > > >_______________________________________________ >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" > > > You do not need it. If you check the developers or archictics handbook you should find lots of detail there. Its a driver for all the older serial ports I think. It has some educationail purposes too. If you look in the source file and read the comments it tells what it does.