diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-12-04 20:33:28 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-12-04 20:33:28 +0000 |
commit | 0aeb0529684fa04cbb31e0a35b675f358cf144c0 (patch) | |
tree | 0ad83b81f8c7ef5bdd0be1fe17666cdbafe8c9cc /share/man/man4/sis.4 | |
parent | 8818ca75c0db179a5927ef5ecacb8693e12f13ec (diff) |
Some repair.
Diffstat (limited to 'share/man/man4/sis.4')
-rw-r--r-- | share/man/man4/sis.4 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/sis.4 b/share/man/man4/sis.4 index 7943e089ef5..3ab401769b7 100644 --- a/share/man/man4/sis.4 +++ b/share/man/man4/sis.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sis.4,v 1.1 1999/12/04 20:27:38 aaron Exp $ +.\" $OpenBSD: sis.4,v 1.2 1999/12/04 20:33:27 aaron Exp $ .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. .\" @@ -37,18 +37,18 @@ .Sh NAME .Nm sis .Nd -Silicon Integrated Systems fast ethernet device driver +Silicon Integrated Systems Fast Ethernet device driver .Sh SYNOPSIS .Cd "controller miibus0" .Cd "device sis0" .Sh DESCRIPTION The .Nm -driver provides support for PCI ethernet adapters and embedded +driver provides support for PCI Ethernet adapters and embedded controllers based on the Silicon Integrated Systems SiS 900 -and SiS 7016 fast ethernet controller chips. +and SiS 7016 Fast Ethernet controller chips. .Pp -The SiS 900 is a 100Mbps ethernet MAC and MII-compliant transceiver +The SiS 900 is a 100Mbps Ethernet MAC and MII-compliant transceiver in a single package. It uses a bus master DMA and a scatter/gather descriptor scheme. The SiS 7016 is similar to the SiS 900 except that it has no internal PHY, requiring instead an external transceiver @@ -75,7 +75,7 @@ option can also be used to select either or .Ar half-duplex modes. .It 100baseTX -Set 100Mbps (fast ethernet) operation. The +Set 100Mbps (Fast Ethernet) operation. The .Ar mediaopt option can also be used to select either .Ar full-duplex @@ -113,7 +113,7 @@ The driver failed to allocate an mbuf for the transmitter ring when allocating a pad buffer or collapsing an mbuf chain into a clusisr. .It "sis%d: chip is in D3 power state -- setting to D0" This message applies only to adapters which support power -management. Some operating sysisms place the controller in low power +management. Some operating systems place the controller in low power mode when shutting down, and some PCI BIOSes fail to bring the chip out of this state before configuring it. The controller loses all of its PCI configuration in the D3 state, so if the BIOS does not set @@ -126,7 +126,7 @@ the device as a network interface, you will have to perform second warm boot to have the device properly configured. .Pp Note that this condition only occurs when warm booting from another -operating sysism. If you power down your sysism prior to booting +operating system. If you power down your system prior to booting .Ox , the card should be configured correctly. .El |