From owner-freebsd-current@FreeBSD.ORG Tue Jul 1 18:18:37 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC1721065671 for ; Tue, 1 Jul 2008 18:18:37 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id 750A78FC1C for ; Tue, 1 Jul 2008 18:18:37 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id CF2A9198E49; Tue, 1 Jul 2008 20:18:36 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id C2DC5198E48; Tue, 1 Jul 2008 20:18:36 +0200 (CEST) Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id 96586198E47; Tue, 1 Jul 2008 20:18:35 +0200 (CEST) Received: from wep4017.physik.uni-wuerzburg.de ([132.187.37.17]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.0.1HF110) with ESMTP id 2008070120183533-94931 ; Tue, 1 Jul 2008 20:18:35 +0200 Received: by wep4017.physik.uni-wuerzburg.de (sSMTP sendmail emulation); Tue, 1 Jul 2008 20:18:35 +0200 From: "Alexey Shuvaev" Date: Tue, 1 Jul 2008 20:18:35 +0200 To: xcllnt@mac.com Message-ID: <20080701181835.GB93601@wep4017.physik.uni-wuerzburg.de> References: <20080701181358.GA93601@wep4017.physik.uni-wuerzburg.de> MIME-Version: 1.0 In-Reply-To: <20080701181358.GA93601@wep4017.physik.uni-wuerzburg.de> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.18 (2008-05-17) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.0.1HF110 | April 11, 2008) at 07/01/2008 08:18:35 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.0.1HF110 | April 11, 2008) at 07/01/2008 08:18:36 PM, Serialize complete at 07/01/2008 08:18:36 PM Content-Type: multipart/mixed; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: freebsd-current@freebsd.org Subject: Re: puc(4) man page update? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2008 18:18:38 -0000 --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jul 01, 2008 at 08:13:58PM +0200, Alexey Shuvaev wrote: > [snip] > > Attached is a draft of a patch to share/man/man4/puc.4 but maybe more > work is required (regarding COM_MULTIPORT and sio(4) man page...). > Forgotten patch: --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch --- /usr/src/share/man/man4/puc.4 2008-01-24 13:09:59.000000000 +0100 +++ man4/puc.4 2008-07-01 20:11:57.000000000 +0200 @@ -35,11 +35,11 @@ .Sh SYNOPSIS .Cd "device pci" .Cd "device puc" -.Cd "device sio" +.Cd "device uart" .Cd "device ppc" .Sh DESCRIPTION This driver acts as a shim to connect PCI serial and parallel ports to the -.Xr sio 4 +.Xr uart 4 and .Xr ppc 4 driver. @@ -47,9 +47,12 @@ The list of supported devices is in .Pa sys/dev/puc/pucdata.c . Support for new cards should be added there. +.Pp +Note that this driver should be compiled into the kernel +in order to work properly. .Sh SEE ALSO .Xr ppc 4 , -.Xr sio 4 +.Xr uart 4 .Sh HISTORY This driver took the idea from the .Nx @@ -57,6 +60,8 @@ driver and still uses the same structure to describe cards, to ease exchanging card info. .Sh BUGS -Only serial ports are supported through the -.Xr sio 4 -driver at the moment. +The serial ports are supported through the +.Xr uart 4 +driver. The support of parallel ports through the +.Xr ppc 4 +driver is not widely tested at the moment. --M9NhX3UHpAaciwkO--