diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-12-09 16:38:15 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-12-09 16:38:15 +0000 |
commit | 231b6827bc3d1097cd240ac26cb0e5cb0f482e3f (patch) | |
tree | 589bbaf8c8c943ef456eace53a38cf385270fbbe /share | |
parent | 5ded37ea684021f3cf1e744862d2d4669269e4a4 (diff) |
note where the new driver came from
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/sf.4 | 45 |
1 files changed, 43 insertions, 2 deletions
diff --git a/share/man/man4/sf.4 b/share/man/man4/sf.4 index 02a5e86fd99..41eac0ddd91 100644 --- a/share/man/man4/sf.4 +++ b/share/man/man4/sf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sf.4,v 1.20 2006/12/07 09:54:30 jmc Exp $ +.\" $OpenBSD: sf.4,v 1.21 2006/12/09 16:38:14 martin Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -32,6 +32,42 @@ .\" .\" $FreeBSD: src/share/man/man4/man4.i386/sf.4,v 1.4 1999/09/26 18:35:30 wpaul Exp $ .\" +.\" $NetBSD: sf.4,v 1.5 2003/03/31 12:34:49 bjh21 Exp $ +.\" +.\" Copyright (c) 2001 The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Jason R. Thorpe. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by the NetBSD +.\" Foundation, Inc. and its contributors. +.\" 4. Neither the name of The NetBSD Foundation nor the names of its +.\" contributors may be used to endorse or promote products derived +.\" from this software without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS +.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS +.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +.\" POSSIBILITY OF SUCH DAMAGE. +.\" .Dd December 6, 2006 .Dt SF 4 .Os @@ -137,10 +173,15 @@ The device driver first appeared in .Ox 2.7 . .Sh AUTHORS +.An -nosplit The .Nm driver was written by -.An Jason R. Thorpe Aq thorpej@NetBSD.org . +.An Jason R. Thorpe Aq thorpej@NetBSD.org +and ported to +.Ox +by +.An Martin Reindl Aq martin@openbsd.org . .Sh BUGS The .Nm |