xref: /openbsd-src/share/man/man4/man4.alpha/intro.4 (revision 8500990981f885cbe5e6a4958549cacc238b5ae6)
1.\"     $OpenBSD: intro.4,v 1.22 2003/11/09 16:06:07 jmc Exp $
2.\"     $NetBSD: intro.4,v 1.10 2003/05/06 07:44:54 wiz Exp $
3.\"
4.\" Copyright (c) 1998 The OpenBSD Project
5.\" All Rights Reserved.
6.\"
7.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
8.\" All rights reserved.
9.\"
10.\" This code is derived from software contributed to The NetBSD Foundation
11.\" by Gregory McGarry.
12.\"
13.\" Redistribution and use in source and binary forms, with or without
14.\" modification, are permitted provided that the following conditions
15.\" are met:
16.\" 1. Redistributions of source code must retain the above copyright
17.\"    notice, this list of conditions and the following disclaimer.
18.\" 2. Redistributions in binary form must reproduce the above copyright
19.\"    notice, this list of conditions and the following disclaimer in the
20.\"    documentation and/or other materials provided with the distribution.
21.\" 3. All advertising materials mentioning features or use of this software
22.\"    must display the following acknowledgement:
23.\"        This product includes software developed by the NetBSD
24.\"        Foundation, Inc. and its contributors.
25.\" 4. Neither the name of The NetBSD Foundation nor the names of its
26.\"    contributors may be used to endorse or promote products derived
27.\"    from this software without specific prior written permission.
28.\"
29.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
30.\" `AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
31.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
32.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
33.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
34.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
35.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
36.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
37.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
38.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
39.\" POSSIBILITY OF SUCH DAMAGE.
40.\"
41.Dd March 7, 1998
42.Dt INTRO 4 alpha
43.Os
44.Sh NAME
45.Nm intro
46.Nd introduction to special files and hardware support
47.Sh DESCRIPTION
48The manual pages in section 4 describe the special files,
49related driver functions, and networking support
50available in the system.
51In this part of the manual, the
52.Tn SYNOPSIS
53section of
54each configurable device gives a sample specification
55for use in constructing a system description for the
56.Xr config 8
57program.
58The
59.Tn DIAGNOSTICS
60section lists messages which may appear on the console
61and/or in the system error log
62.Pa /var/log/messages
63due to errors in device operation;
64see
65.Xr syslogd 8
66for more information.
67.Pp
68This section contains both devices
69which may be configured into the system
70and network related information.
71The networking support is introduced in
72.Xr netintro 4 .
73.Sh DEVICE SUPPORT
74This section describes the hardware supported on the
75Alpha
76platform.
77Software support for these devices comes in two forms.
78A hardware device may be supported with a character or block
79.Em device driver ,
80or it may be used within the networking subsystem and have a
81.Em network interface driver .
82Block and character devices are accessed through files in the file
83system of a special type; see
84.Xr mknod 8 .
85Network interfaces are indirectly accessed through the interprocess
86communication facilities provided by the system; see
87.Xr socket 2 .
88.Pp
89A hardware device is identified to the system at configuration time
90and the appropriate device or network interface driver is then compiled
91into the system.
92When the resultant system is booted, the autoconfiguration facilities in
93the system probe for the device and, if found, enable the software support
94for it.
95If a device does not respond at autoconfiguration
96time it is not accessible at any time afterwards.
97To enable a device which did not autoconfigure,
98the system will have to be rebooted.
99.Pp
100The autoconfiguration system is described in
101.Xr autoconf 4 .
102A list of the supported hardware and devices is given below.
103.Sh SUPPORTED SYSTEMS
104.Tn DEC
105and
106.Tn Compaq
107have produced a series of the
108.Tn Alpha
109.Tn CPU ,
110some of which are listed below, along with some systems which contain them.
111.Pp
112.Qq EV
113stands for
114.Qq Extended VAX
115.Po
116or
117.Qq Electro Vlassic
118.Pc
119and the number following is a reference to the
120.Tn CMOS
121process used to make the chips.
122.Qq LCA
123stands for Low Cost Alpha, and
124.Qq PCA
125stands for PC-architecture Alpha.
126.Bl -hang -width 9n
127.It 21064
128.Sy EV4
129.Po
130100-200
131.Tn MHz ,
1320.75 micron
133.Pc
134.Pp
135AlphaPC 64
136.Pq EB64
137.Bl -hang -width 4n
138.It Avanti family
139.br
140Digital's lower-end PCI-based workstations.
141.Pp
142AlphaStation 200 4/100-166
143.Pq Mustang
144.br
145AlphaStation 400 4/166
146.Pq Chinet
147.It Pelican family
148.br
149Low-end
150.Tn TURBOchannel
151based workstations.
152.Pp
153DEC 3000/300
154.Pq 150 Tn MHz
155.Pq Pelican
156.br
157DEC 3000/300X
158.Pq 175 Tn MHz
159.Pq Pelican+
160.br
161DEC 3000/300L
162.Pq 100 Tn MHz
163.Pq Pelica
164.br
165DEC 3000/300LX
166.Pq 125 Tn MHz
167.Pq Pelica+
168.It Sandpiper family
169.br
170High-end
171.Tn TURBOchannel
172based workstations.
173.Pp
174DEC 3000/400
175.Pq 133 Tn MHz
176.Pq Sandpiper
177.br
178DEC 3000/600
179.Pq 175 Tn MHz
180.Pq Sandpiper+
181.It Flamingo family
182.br
183High-end
184.Tn TURBOchannel
185based workstations.
186.Pp
187DEC 3000/500
188.Pq 150 Tn MHz
189.Pq Flamingo
190.br
191DEC 3000/500X
192.Pq 200 Tn MHz
193.Pq Hot Pink
194.br
195DEC 3000/800
196.Pq 200 Tn MHz
197.Pq Flamingo II
198.br
199.El
200.It 21064-A
201.Sy EV45
202.Po
203225-333
204.Tn MHz ,
2050.50 micron
206.Pc
207.Pp
208DEC 3000/700
209.Pq 225 Tn MHz
210.Pq Sandpiper45
211.br
212DEC 3000/900
213.Pq 275 Tn MHz
214.Pq Flamingo45
215.Bl -hang -width 4n
216.It Avanti family
217.br
218Digital's lower-end PCI-based workstations.
219.Pp
220AlphaStation 200 4/233
221.Pq Mustang+
222.br
223AlphaStation 205 4/133-333
224.Pq LX3
225.br
226AlphaStation 250 4/300
227.Pq M3+
228.br
229AlphaStation 255 4/133-333
230.Pq LX3+
231.br
232AlphaStation 300 4/266
233.Pq Melmac
234.br
235AlphaStation 400 4/233-300
236.Pq Avanti
237.br
238.El
239.It 21066
240.Sy LCA4
241.Po
242166-233
243.Tn MHz ,
2440.75 micron
245.Pc
246.Bl -hang -width 4n
247.It NoName family
248.br
249Digital's lowest-end family of PCI-based systems.
250.Pp
251DEC AXPpci33
252.Pq NoName
253.br
254Universal Desktop Box AXPpci166MT
255.Pq UDB/Multia
256.El
257.Pp
25821066 evaluation motherboard
259.Pq EB66
260.It 21066-A
261.Sy LCA45
262.Po
263233
264.Tn MHz ,
2650.50 micron
266.Pc
267.Pp
26821066-A evaluation motherboard
269.Pq EB66+
270.It 21068
271.Sy LCA4s
272.Po
27366-233
274.Tn MHz ,
2750.75 micron
276.Pc
277.Pp
278Universal Desktop Box AXPpci233MT
279.Pq UDB/Multia
280.It 21164
281.Sy EV5
282.Po
283250-366
284.Tn MHz ,
2850.50 micron
286.Pc
287.Bl -hang -width 4n
288.It Mikasa family
289.br
290AlphaServer 1000 5/300
291.Pq Pinnacle
292.It Noritake family
293.br
294AlphaServer 1000A 5/300
295.Pq Pinnacle
296.Pp
29721164 evaluation motherboard
298.Pq EB164
299.br
300.El
301.It 21164-A
302.Sy EV56
303.Po
304400-766
305.Tn MHz ,
3060.35 micron, BWX
307.Pc
308.Bl -hang -width 4n
309.It Personal Workstation Pq PWS
310.br
311PWS 433a/433au
312.Pq Miata
313.br
314PWS 500a/500au
315.Pq Miata
316.br
317PWS 600a/600au
318.Pq Miata
319.It Mikasa family
320.br
321AlphaServer 1000 5/333-500
322.Pq Primo
323.It Noritake family
324.br
325AlphaServer 1000A 5/333-500
326.Pq Primo
327.br
328AlphaServer 800 5/333-500
329.Pq Corelle
330.It EB164 family
331.br
332AlphaPC 164 motherboard
333.Pq EB164
334.br
335AlphaPC 164LX motherboard
336.Pq EB164
337.br
338.El
339.Pp
340DigitalServer 3300
341.Po
342rebadged AlphaServer 800 for NT
343.Pc
344.Pp
345.It 21164-PC
346.Sy PCA56
347.Po
348400-600
349.Tn MHz ,
3500.35 micron, MVI, no L2 cache
351.Pc
352.Pp
353AlphaPC 164SX motherboard
354.Pq EB164
355.Pp
356PWS 466au
357.Pq Miata
358.br
359PWS 550au
360.Pq Miata
361.It 21264
362.Sy EV6
363.Po
364450-600
365.Tn MHz ,
3660.35 micron
367.Pc
368.Pp
369APi UP1000 and UP1100;
370AMD 751-based EV6 systems.
371.Pp
372264DP, XP1000, DS10, DS20
373Tsunami-based systems.
374.It 21264-A
375.Sy EV67
376.Po
377600-833
378.Tn MHz ,
3790.28 micron
380.Pc
381.El
382.Sh LIST OF DEVICES
383The devices listed below are supported in this incarnation of
384the system.
385Pseudo-devices are not listed.
386Devices are indicated by their functional interface.
387Not all supported devices are listed.
388.Pp
389.Bl -tag -width 12n -compact -offset ind
390.It Xr adv 4
391AdvanSys PCI narrow SCSI Host Adapters.
392.It Xr adw 4
393AdvanSys PCI wide SCSI Host Adapters.
394.It Xr ahc 4
395Adaptec 2xxx and 3xxx series PCI/VLB/EISA SCSI adapter boards.
396.It Xr aic 4
397Adaptec AIC-6260, Adaptec AIC-6360, Adaptec 152x, and SoundBlaster SCSI boards.
398.It Xr ami 4
399American Megatrends Inc.
400MegaRAID Controllers.
401.It Xr an 4
402Aironet Communications 4500/4800 IEEE 802.11DS wireless network adapter.
403.It Xr asc 4
404NCR 53c[f]94 on-board or TURBOchannel SCSI controller.
405.It Xr aue 4
406ADMtek AN986-based USB Ethernet adapters.
407.It Xr bge 4
408Broadcom BCM570x (Tigon3) Gigabit Ethernet boards.
409.It Xr cmpci 4
410C-Media CMI8x38 audio.
411.It Xr com 4
412NS8250-, NS16450-, NS16550-, ST16550- and TI16750-based asynchronous
413serial communications.
414.It Xr cue 4
415CATC USB-EL1201A based USB Ethernet adapters.
416.It Xr cy 4
417Cyclades Cyclom-4Y, -8Y, and -16Y asynchronous serial adapters.
418.It Xr dc 4
419DEC tulip clone ethernet cards (Macronix, Lite-On, Davicom, ADMtek).
420.It Xr de 4
421DEC tulip-based ethernet cards.
422.It Xr dpt 4
423DPT SmartCache/SmartRAID III and IV SCSI controllers.
424.It Xr eap 4
425Ensoniq AudioPCI (ES137x) audio.
426.It Xr ec 4
4273Com EtherLink II Ethernet (3C503).
428.It Xr em 4
429Intel i82542, i82543, and i82544 Pro/1000 Gigabit Ethernet.
430.It Xr ep 4
4313Com EtherLink III Ethernet (3C5x9, 3C59x).
432.It Xr eso 4
433ESS Technology Solo-1 PCI AudioDrive (ES1938/ES1946) audio.
434.It Xr fea 4
435.Tn DEC
436DEFEA PCI FDDI controller.
437.It Xr fms 4
438Forte Media FM801 audio.
439.It Xr fpa 4
440.Tn DEC
441DEFPA PCI FDDI controller.
442.It Xr fxp 4
443.Tn Intel
444EtherExpress PRO/100 Ethernet.
445.It Xr gdt 4
446ICP-Vortex GDT RAID controllers.
447.It Xr hifn 4
448Hi/Fn 7751 Encryption Accelerator.
449.It Xr ises 4
450Securealink PCC-ISES hardware crypto accelerator.
451.It Xr isp 4
452QLogic PCI SCSI controllers.
453.It Xr lc 4
454DEC EtherWORKS III Ethernet interfaces.
455.It Xr le 4
456AMD Lance Ethernet.
457.It Xr lmc 4
458Lan Media Corporation SS1/DS1/HSSI/DS3 PCI WAN adapters.
459.It Xr lpt 4
460Parallel port.
461.It Xr ne 4
462Novell NE1000 and 2000 Ethernet interface.
463.It Xr pckbc 4
464Traditional PC (ISA) keyboard.
465.It Xr pms 4
466PS/2 auxiliary port mouse, for generic mice.
467.It Xr rl 4
468Realtek 8129/8139 Ethernet.
469.It Xr sf 4
470Adaptec AIC-6915 Starfire PCI Fast Ethernet.
471.It Xr siop 4
472LSI/Symbios Logic/NCR 53c8xx SCSI adapter boards.
473.It Xr sis 4
474SiS 900, Sis 7016 and NS DP83815 Fast Ethernet.
475.It Xr sk 4
476SysKonnect 984x Gigabit Ethernet (9841/9842/9843/9844).
477.It Xr speaker 4
478Console speaker.
479.It Xr stge 4
480Sundance/Tamarack TC9021 Gigabit Ethernet.
481.It Xr ti 4
482Alteon Tigon I & II Gigabit ethernet (3Com 3C985, Netgear GA620, etc).
483.It Xr tl 4
484Texas Instruments ThunderLAN ethernet.
485.It Xr twe 4
4863ware Escalade RAID controller.
487.It Xr tx 4
488SMC 9432 10/100 Mbps Ethernet cards.
489.It Xr txp 4
4903Com 3XP Typhoon/Sidewinder (3CR990) Ethernet.
491.It Xr ubsec 4
492Broadcom Bluesteelnet uBsec 5501, 5601, 5805, and 5820.
493.\" keep commented until USB is enabled by default... and bring up-to-date
494.\" when it isn't anymore.
495.\" .It Xr uftdi 4
496.\" FTDI FT8U100AX-based USB serial adapters.
497.\" .It Xr upl 4
498.\" Prolific PL2301/PL2302-based host-to-host USB connectors.
499.\" .It Xr uplcom 4
500.\" I/O Data USB-RSAQ2 USB serial adapters.
501.\" .It Xr urio 4
502.\" Diamond Multimedia Rio MP3 device interface.
503.\" .It Xr uvisor 4
504.\" Handspring Visor device interface.
505.\" .It Xr uyap 4
506.\" YAP phone firmware interface.
507.It Xr vga 4
508PC display adapter driver for VGA compatible adapters.
509.It Xr vr 4
510VIA Rhine Ethernet.
511.It Xr wb 4
512Winbond W89C840F fast ethernet.
513.It Xr wdc 4
514Standard ISA Western Digital type hard drive controllers.
515MFM, RLL, ESDI, and IDE.
516.It Xr we 4
517Western Digital/SMC WD 80x3, SMC Elite Ultra and SMC EtherEZ Ethernet cards.
518.It Xr wss 4
519Windows Sound System audio.
520.It Xr xl 4
5213Com EtherLink XL and Fast EtherLink XL (3c9xx).
522.El
523.Sh SEE ALSO
524.Xr autoconf 4 ,
525.Xr config 8
526.Sh HISTORY
527The
528Alpha
529.Nm intro
530first appeared in
531.Ox 2.3 .
532