summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohns <johns@cvs.openbsd.org>1998-03-08 00:41:16 +0000
committerjohns <johns@cvs.openbsd.org>1998-03-08 00:41:16 +0000
commit1a05ea047c4698aaa08a8d43a2792b7910ec3864 (patch)
tree373271015b6216182d306b157bab06c52438f40a
parent16c6b271c468732ce9b1ab0224ac1861ba7cf287 (diff)
Add initial esp.4 man page for Alpha. Got info from GENERIC kernel config file.
-rw-r--r--share/man/man4/man4.alpha/Makefile4
-rw-r--r--share/man/man4/man4.alpha/esp.424
2 files changed, 26 insertions, 2 deletions
diff --git a/share/man/man4/man4.alpha/Makefile b/share/man/man4/man4.alpha/Makefile
index 6a14260ea0f..995ba9c1df6 100644
--- a/share/man/man4/man4.alpha/Makefile
+++ b/share/man/man4/man4.alpha/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.2 1998/03/08 00:09:38 johns Exp $
+# $OpenBSD: Makefile,v 1.3 1998/03/08 00:41:14 johns Exp $
-MAN= com.4 intro.4 scc.4
+MAN= com.4 esp.4 intro.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
new file mode 100644
index 00000000000..dfb5c68008b
--- /dev/null
+++ b/share/man/man4/man4.alpha/esp.4
@@ -0,0 +1,24 @@
+.\" $OpenBSD: esp.4,v 1.1 1998/03/08 00:41:15 johns Exp $
+.\"
+.\" Copyright (c) 1998 The OpenBSD Project
+.\" All rights reserved.
+.\"
+.\"
+.Dd March 4, 1998
+.Dt ESP 4 alpha
+.Os
+.Sh NAME
+.Nm esp
+.Nd ESP NCR 53c[f]94 on-board SCSI controller
+.Sh SYNOPSIS
+.Cd "esp0 at tcds? slot ? " Pq "TurboChannel Alpha systems"
+.Cd "esp1 at tcds? slot ? " Pq "TurboChannel Alpha systems"
+.Sh DESCRIPTION
+The
+.Nm
+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.
+.Sh SEE ALSO
+.Xr intro 4