summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-04-02 23:08:50 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-04-02 23:08:50 +0000
commit2c60bd74547c6a13bb746c0ebe9762faa0e84a27 (patch)
tree587f9efd72550a2679dd7725e9b1df901221cc84 /share/man/man4
parent896f6373873faabf765cb512db8255be5a1f3a53 (diff)
tweak previous; half of the tweaks from jmc@; ok jmc@
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/pci.44
-rw-r--r--share/man/man4/se.447
2 files changed, 25 insertions, 26 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index a586522c284..390bcc718a0 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.297 2010/04/02 20:07:31 deraadt Exp $
+.\" $OpenBSD: pci.4,v 1.298 2010/04/02 23:08:49 schwarze Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -239,7 +239,7 @@ Realtek 8129/8139 10/100 Ethernet device
.It Xr san 4
Sangoma Technologies AFT T1/E1 network device
.It Xr se 4
-SiS 190 10/100(/1000) Ethernet device
+SiS 190 10/100/Gigabit Ethernet device
.It Xr sf 4
Adaptec AIC-6915 "Starfire" PCI 10/100 Ethernet device
.It Xr sis 4
diff --git a/share/man/man4/se.4 b/share/man/man4/se.4
index 559857db049..9003d95210d 100644
--- a/share/man/man4/se.4
+++ b/share/man/man4/se.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: se.4,v 1.2 2010/04/02 21:29:04 deraadt Exp $
+.\" $OpenBSD: se.4,v 1.3 2010/04/02 23:08:49 schwarze Exp $
.\"
.\" Copyright (c) 2010
.\" Christopher Zimmermann <madroach@zakweb.de>. All rights reserved.
@@ -35,29 +35,25 @@
.\" $FreeBSD: src/share/man/man4/sis.4,v 1.2 1999/11/15 23:14:27 phantom Exp $
.\"
.Dd $Mdocdate: April 2 2010 $
-.Dt SIS 4
+.Dt SE 4
.Os
.Sh NAME
-.Nm sis
-.Nd "SiS 190 10/100(/1000) Ethernet device"
+.Nm se
+.Nd SiS 190 10/100/Gigabit Ethernet device
.Sh SYNOPSIS
-.Cd "sis* at pci?"
+.Cd "se* at pci?"
.Cd "rlphy* at mii?"
.Sh DESCRIPTION
The
.Nm
-.An driver provides support for the Fast Ethernet controler SiS190
-integrated into the SiS965L and SiS966L southbridges. The SiS191
-gigabit controler in the SiS965 and SiS966 southbridges is not yet
-supported. If you own such hardware and want to help please contact
-.Aq madroach@zakweb.de
-or the
-.Aq tech@openbsd.org
-mailing list.
+driver provides support for the Fast Ethernet controller SiS190
+integrated into the SiS965L and SiS966L southbridges.
+The SiS191 Gigabit controller in the SiS965 and SiS966 southbridges
+is not yet supported.
.Pp
-The SiS 190/191 are 100Mbps Ethernet MACs with external PHY. It uses a bus
-master DMA and a scatter/gather descriptor scheme and includes a 64-bit
-multicast hash filter.
+The SiS 190/191 are 100Mbps Ethernet MACs with external PHY.
+They use a bus master DMA and a scatter/gather descriptor scheme
+and include a 64-bit multicast hash filter.
.Pp
The
.Nm
@@ -108,11 +104,11 @@ A fatal initialization error has occurred.
.It "seN: couldn't map/establish interrupt"
A fatal initialization error has occurred.
.It "seN: EEPROM read timeout"
-The driver could not acquire the controlers MAC address by EEPROM.
+The driver could not acquire the controller's MAC address by EEPROM.
.It "seN: Could not find ISA bridge to retrieve MAC address"
-The driver could not acquire the controlers MAC address by CMOS.
+The driver could not acquire the controller's MAC address by CMOS.
.It "seN: MIIBUS timeout"
-The driver could not talk to PHY
+The driver could not talk to PHY.
.It "seN: cannot init the RX map array!"
A fatal initialization error has occurred.
.It "seN: cannot init the RX map array!"
@@ -145,16 +141,19 @@ the network connection (cable).
.Xr ifconfig 8
.Sh HISTORY
The
-.Ox
-support was added in
-.Ox 4.7 .
+.Nm
+driver first appeared in
+.Ox 4.8 .
.Sh AUTHORS
.An -nosplit
The
.Nm
driver was written by
-.An Bill Paul Aq wpaul@ee.columbia.edu ,
-.An ported to FreeBSD by Alexander Pohoyda Aq alexander.pohoyda@gmx.net
+.An Bill Paul Aq wpaul@ee.columbia.edu ,
+ported to
+.Fx
+by
+.An Alexander Pohoyda Aq alexander.pohoyda@gmx.net ,
and ported to
.Ox
by