diff options
author | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-07-22 04:59:30 +0000 |
---|---|---|
committer | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-07-22 04:59:30 +0000 |
commit | ed61e5a1a88e9d8f1ae551e9bb6114225db17fb2 (patch) | |
tree | 928f32d0a6c91da28e0388535a91599eb75f784b | |
parent | 75eb3022cd2cd067cc7650893ada2d277d3e78e0 (diff) |
list of supported devices now reflects reality
-rw-r--r-- | share/man/man4/man4.vax/intro.4 | 81 |
1 files changed, 24 insertions, 57 deletions
diff --git a/share/man/man4/man4.vax/intro.4 b/share/man/man4/man4.vax/intro.4 index 576c70672dc..1177ce96c18 100644 --- a/share/man/man4/man4.vax/intro.4 +++ b/share/man/man4/man4.vax/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.4 1999/06/05 13:18:36 aaron Exp $ +.\" $OpenBSD: intro.4,v 1.5 2000/07/22 04:59:29 bjc Exp $ .\" $NetBSD: intro.4,v 1.3 1996/03/03 17:13:44 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -63,7 +63,7 @@ for more information. .Sh VAX DEVICE SUPPORT This section describes the hardware supported on the .Tn DEC -.Tn VAX-11 . +.Tn VAX . Software support for these devices comes in two forms. A hardware device may be supported with a character or block .Em device driver , @@ -71,8 +71,6 @@ or it may be used within the networking subsystem and have a .Em network interface driver . Block and character devices are accessed through files in the file system of a special type; see -.Xr physio 4 -and .Xr mknod 8 . Network interfaces are indirectly accessed through the interprocess communication facilities provided by the system; see @@ -82,12 +80,6 @@ A hardware device is identified to the system at configuration time and the appropriate device or network interface driver is then compiled into the system. When the resultant system is booted, the autoconfiguration facilities in the system probe for the device -on either the -.Tn UNIBUS -(or -.Tn Q-bus ) -or -.Tn MASSBUS and, if found, enable the software support for it. If a .Tn UNIBUS @@ -130,53 +122,28 @@ ONLY with the hardware indicated on the appropriate manual page. Occasionally, new devices of a similar type may be added simply by creating appropriate table entries in the driver. .Pp -.Bl -column tmscp -offset indent -acc ACC LH/DH IMP communications interface -ad Data translation A/D interface -css DEC IMP-11A communications interface -crl VAX 8600, 8650 console RL02 disk -ct C/A/T or APS phototypesetter -ddn ACC ACP625 DDN Standard Mode X.25 IMP interface -de DEC DEUNA 10Mb/s Ethernet controller -dh DH-11 emulators, terminal multiplexor -dhu DHU-11 terminal multiplexor -dmc DEC DMC-11/DMR-11 point-to-point communications device -dmf DEC DMF-32 terminal multiplexor and parallel printer interface -dmz DEC DMZ-32 terminal multiplexor -dn DEC DN-11 autodialer interface -dz DZ-11 terminal multiplexor -ec 3Com 10Mb/s Ethernet controller -en Xerox 3Mb/s Ethernet controller (obsolete) -ex Excelan 10Mb/s Ethernet controller -fl VAX-11/780 console floppy interface -hdh ACC IF-11/HDH IMP interface -hk RK6-11/RK06 and RK07 moving head disk -hp MASSBUS disk interface (with RP06, RM03, RM05, etc.) -ht TM03 MASSBUS tape drive interface (with TE-16, TU-45, TU-77) -hy DR-11B or GI-13 interface to an NSC Hyperchannel -ik Ikonas frame buffer graphics device interface -il Interlan 1010, 1010A 10Mb/s Ethernet controller -ix Interlan NP-100 10Mb/s Ethernet controller -kg KL-11/DL-11W line clock -lp LP-11 parallel line printer interface -mt TM78 MASSBUS tape drive interface -np Interlan NP-100 10Mb/s Ethernet controller (intelligent mode) -pcl DEC PCL-11 communications interface -ps Evans and Sutherland Picture System 2 graphics interface -qe DEC DEQNA Q-bus 10 Mb/s Ethernet interface -rx DEC RX02 floppy interface -tm TM-11/TE-10 tape drive interface -tmscp TMSCP-compatible tape controllers (e.g., TU81, TK50) -ts TS-11 tape drive interface -tu VAX-11/730 TU58 console cassette interface -uda DEC UDA-50 disk controller -un DR-11W interface to Ungermann-Bass -up Emulex SC-21V, SC-31 UNIBUS disk controller -ut UNIBUS TU-45 tape drive interface -uu TU58 dual cassette drive interface (DL11) -va Benson-Varian printer/plotter interface -vp Versatec printer/plotter interface -vv Proteon proNET 10Mb/s and 80Mb/s ring network interface +.Bl -tag -width mscpbus -offset indent -compact +.It dz +DZ-11 terminal multiplexer. +.It ibus +Internal bus on MicroVAX, VAX 4000 series, and otheres +.It le +LANCE ethernet interface. +.It mem +Main memory interface. +.It mscpbus +Mass Storage Control Protocol interface. +.It mt +MSCP tape drive interface. +.It ncr +NCR 5380 SCSI controller +.It rx +DEC floppy interface. +.It vsbus +VAXstation internal +.Dq bus . +.It ze +SGEC ethernet interface. .El .Sh HISTORY The section 4 |