diff options
author | johns <johns@cvs.openbsd.org> | 1998-03-08 00:54:43 +0000 |
---|---|---|
committer | johns <johns@cvs.openbsd.org> | 1998-03-08 00:54:43 +0000 |
commit | 80423a2abe283f6293a16df554a27f80318a2704 (patch) | |
tree | e007fd9803a7da4a51d350d72c7525b0b414f641 /share/man | |
parent | adfab4c296f3ed6d00a0c5269b9e83bb8fd3d882 (diff) |
add Alpha le.4 and fix formatting for alpha esp.4
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.alpha/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.alpha/esp.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.alpha/le.4 | 40 |
3 files changed, 44 insertions, 4 deletions
diff --git a/share/man/man4/man4.alpha/Makefile b/share/man/man4/man4.alpha/Makefile index 995ba9c1df6..4e8a3a6a0ce 100644 --- a/share/man/man4/man4.alpha/Makefile +++ b/share/man/man4/man4.alpha/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1998/03/08 00:41:14 johns Exp $ +# $OpenBSD: Makefile,v 1.4 1998/03/08 00:54:39 johns Exp $ -MAN= com.4 esp.4 intro.4 scc.4 +MAN= com.4 esp.4 intro.4 le.4 scc.4 MANSUBDIR=/alpha .include <bsd.prog.mk> diff --git a/share/man/man4/man4.alpha/esp.4 b/share/man/man4/man4.alpha/esp.4 index dfb5c68008b..e1c1fa782f0 100644 --- a/share/man/man4/man4.alpha/esp.4 +++ b/share/man/man4/man4.alpha/esp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: esp.4,v 1.1 1998/03/08 00:41:15 johns Exp $ +.\" $OpenBSD: esp.4,v 1.2 1998/03/08 00:54:41 johns Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -19,6 +19,6 @@ The is an on-board SCSI controller based on the NCR 53c[f]94 chips, found on DEC 3000/[3456789]00 series Alpha workstations. .Sh BUGS - Both on-board SCSI chips may or may not work at the same time. +Both on-board SCSI chips may or may not work at the same time. .Sh SEE ALSO .Xr intro 4 diff --git a/share/man/man4/man4.alpha/le.4 b/share/man/man4/man4.alpha/le.4 new file mode 100644 index 00000000000..533332b2b99 --- /dev/null +++ b/share/man/man4/man4.alpha/le.4 @@ -0,0 +1,40 @@ +.\" $OpenBSD: le.4,v 1.1 1998/03/08 00:54:42 johns Exp $ +.\" +.\" Copyright (c) 1998 The OpenBSD Project +.\" All rights reserved. +.\" +.Dd March 7, 1998 +.Dt LE 4 alpha +.Os +.Sh NAME +.Nm le +.Nd Alpha on-board or PCI LANCE ethernet interface +.Sh SYNOPSIS +.Cd "le* at tc? slot ? offset ? " Pq "TurboChannel Alphas" +.Cd "le* at pci? dev ? function ?" Pq "PCI LANCE Ethernet (untested)" +.Sh DESCRIPTION +The +.Nm +interface provides access to the Ethernet network via the +.Tn AMD +.Tn LANCE +Ethernet chip set. +.Pp +Each of the host's network addresses +is specified at boot time with an +.Dv SIOCSIFADDR +.Xr ioctl . +The +.Nm +interface employs the address resolution protocol described in +.Xr arp 4 +to dynamically map between Internet and Ethernet addresses on the local +network. +.Pp +.Sh BUGS +The PCI form of the Lance driver is untested. +.Pp +.Sh SEE ALSO +.Xr intro 4 , +.Xr inet 4 , +.Xr arp 4 |