Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Aug 2011 19:44:40 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225200 - head/share/man/man4
Message-ID:  <201108261944.p7QJie2n068374@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Fri Aug 26 19:44:39 2011
New Revision: 225200
URL: http://svn.freebsd.org/changeset/base/225200

Log:
  - Replace references to sio(4) with uart(4) instead.
  - We no longer use the same data structure in as NetBSD in pucdata.c.
  - ppc(4) has had a puc(4) attachment for a while now.
  
  Approved by:	re (blackend)
  MFC after:	3 days

Modified:
  head/share/man/man4/puc.4

Modified: head/share/man/man4/puc.4
==============================================================================
--- head/share/man/man4/puc.4	Fri Aug 26 18:00:07 2011	(r225199)
+++ head/share/man/man4/puc.4	Fri Aug 26 19:44:39 2011	(r225200)
@@ -35,11 +35,11 @@ Communications driver
 .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.
@@ -49,14 +49,9 @@ The list of supported devices is in
 Support for new cards should be added there.
 .Sh SEE ALSO
 .Xr ppc 4 ,
-.Xr sio 4
+.Xr uart 4
 .Sh HISTORY
 This driver took the idea from the
 .Nx
 .Xr puc 4
-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.
+driver.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108261944.p7QJie2n068374>