Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Update man page to include 91c1xx and nubus i...
details: https://anonhg.NetBSD.org/src/rev/1b8ebf97b12e
branches: trunk
changeset: 495620:1b8ebf97b12e
user: briggs <briggs%NetBSD.org@localhost>
date: Tue Aug 01 23:19:21 2000 +0000
description:
Update man page to include 91c1xx and nubus information.
diffstat:
share/man/man4/sm.4 | 22 ++++++++++++++++++----
1 files changed, 18 insertions(+), 4 deletions(-)
diffs (63 lines):
diff -r aa272e49ec35 -r 1b8ebf97b12e share/man/man4/sm.4
--- a/share/man/man4/sm.4 Tue Aug 01 23:08:56 2000 +0000
+++ b/share/man/man4/sm.4 Tue Aug 01 23:19:21 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sm.4,v 1.7 1999/12/15 22:07:33 abs Exp $
+.\" $NetBSD: sm.4,v 1.8 2000/08/01 23:19:21 briggs Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -40,15 +40,16 @@
.Os
.Sh NAME
.Nm sm
-.Nd SMC91C9x-based Ethernet interfaces device driver
+.Nd SMC91Cxx-based Ethernet interfaces device driver
.Sh SYNOPSIS
.Cd "sm0 at isa? port 0x300 irq 10"
.Cd "sm* at mhzc?"
.Cd "sm* at pcmcia? function ?"
+.Cd "sm* at nubus?"
.Sh DESCRIPTION
The
.Nm
-device driver supports SMC91C9x-based Ethernet interfaces.
+device driver supports SMC91C9x-based and SMC91C1xx-based Ethernet interfaces.
.Pp
The ISA attachment of the
.Nm
@@ -64,8 +65,14 @@
The PCMCIA attachment of the
.Nm
driver supports Megahertz X-JACK Ethernet cards.
+.Pp
+The nubus attachment of the
+.Nm
+driver supports SMC-based ethernet cards for the macintosh.
.Sh MEDIA SELECTION
-The SMC91C9x supports AUI and UTP media types.
+The SMC91C1xx supports the MII interface and so the list of supported
+media depends on several factors, including which PHY is attached. The
+SMC91C9x supports AUI and UTP media types.
.Pp
To enable the AUI media, select the
.Em 10base5
@@ -79,6 +86,12 @@
or
.Em utp
media type.
+.Pp
+.Xr ifconfig 8 's
+.Sq -m
+option will display the full list of supported
+.Sq media
+directives for a particular configuration.
.Sh DIAGNOSTICS
.Bl -diag
.It "sm0: unable to read MAC address from CIS"
@@ -92,4 +105,5 @@
.Xr intro 4 ,
.Xr isa 4 ,
.Xr mhzc 4 ,
+.Xr mii 4 ,
.Xr pcmcia 4
Home |
Main Index |
Thread Index |
Old Index