xref: /openbsd-src/share/man/man4/man4.alpha/intro.4 (revision 50b7afb2c2c0993b0894d4e34bf857cb13ed9c80)
1.\"     $OpenBSD: intro.4,v 1.44 2013/06/29 16:57:33 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.\"
22.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
23.\" `AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
24.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
25.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
26.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
27.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
28.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
29.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
30.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
31.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32.\" POSSIBILITY OF SUCH DAMAGE.
33.\"
34.Dd $Mdocdate: June 29 2013 $
35.Dt INTRO 4 alpha
36.Os
37.Sh NAME
38.Nm intro
39.Nd introduction to special files and hardware support
40.Sh DESCRIPTION
41The manual pages in section 4 describe the special files,
42related driver functions, and networking support
43available in the system.
44In this part of the manual, the SYNOPSIS section of
45each configurable device gives a sample specification
46for use in constructing a system description for the
47.Xr config 8
48program.
49The DIAGNOSTICS section lists messages which may appear on the console
50and/or in the system error log
51.Pa /var/log/messages
52due to errors in device operation;
53see
54.Xr syslogd 8
55for more information.
56.Pp
57This section contains both devices
58which may be configured into the system
59and network related information.
60The networking support is introduced in
61.Xr netintro 4 .
62.Sh DEVICE SUPPORT
63This section describes the hardware supported on the
64Alpha
65platform.
66Software support for these devices comes in two forms.
67A hardware device may be supported with a character or block
68.Em device driver ,
69or it may be used within the networking subsystem and have a
70.Em network interface driver .
71Block and character devices are accessed through files in the file
72system of a special type; see
73.Xr mknod 8 .
74Network interfaces are indirectly accessed through the interprocess
75communication facilities provided by the system; see
76.Xr socket 2 .
77.Pp
78A hardware device is identified to the system at configuration time
79and the appropriate device or network interface driver is then compiled
80into the system.
81When the resultant system is booted, the autoconfiguration facilities in
82the system probe for the device and, if found, enable the software support
83for it.
84If a device does not respond at autoconfiguration
85time it is not accessible at any time afterwards.
86To enable a device which did not autoconfigure,
87the system will have to be rebooted.
88.Pp
89The autoconfiguration system is described in
90.Xr autoconf 4 .
91A list of the supported hardware and devices is given below.
92.Sh SUPPORTED SYSTEMS
93.Tn DEC
94and
95.Tn Compaq
96have produced a series of the
97.Tn Alpha
98.Tn CPU ,
99some of which are listed below, along with some systems which contain them.
100.Pp
101.Qq EV
102stands for
103.Qq Extended VAX
104.Po
105or
106.Qq Electro Vlassic
107.Pc
108and the number following is a reference to the
109.Tn CMOS
110process used to make the chips.
111.Qq LCA
112stands for Low Cost Alpha, and
113.Qq PCA
114stands for PC-architecture Alpha.
115.Bl -hang -width 9n
116.It 21064
117.Sy EV4
118.Po
119100-200
120.Tn MHz ,
1210.75 micron
122.Pc
123.Pp
124AlphaPC 64
125.Pq EB64
126.Bl -hang -width 4n
127.It Avanti family
128.br
129Digital's lower-end PCI-based workstations.
130.Pp
131AlphaStation 200 4/100-166
132.Pq Mustang
133.br
134AlphaStation 400 4/166
135.Pq Chinet
136.It Pelican family
137.br
138Low-end
139.Tn TURBOchannel
140based workstations.
141.Pp
142DEC 3000/300
143.Pq 150 Tn MHz
144.Pq Pelican
145.br
146DEC 3000/300X
147.Pq 175 Tn MHz
148.Pq Pelican+
149.br
150DEC 3000/300L
151.Pq 100 Tn MHz
152.Pq Pelica
153.br
154DEC 3000/300LX
155.Pq 125 Tn MHz
156.Pq Pelica+
157.It Sandpiper family
158.br
159High-end
160.Tn TURBOchannel
161based workstations.
162.Pp
163DEC 3000/400
164.Pq 133 Tn MHz
165.Pq Sandpiper
166.br
167DEC 3000/600
168.Pq 175 Tn MHz
169.Pq Sandpiper+
170.It Flamingo family
171.br
172High-end
173.Tn TURBOchannel
174based workstations.
175.Pp
176DEC 3000/500
177.Pq 150 Tn MHz
178.Pq Flamingo
179.br
180DEC 3000/500X
181.Pq 200 Tn MHz
182.Pq Hot Pink
183.br
184DEC 3000/800
185.Pq 200 Tn MHz
186.Pq Flamingo II
187.El
188.It 21064-A
189.Sy EV45
190.Po
191225-333
192.Tn MHz ,
1930.50 micron
194.Pc
195.Pp
196DEC 3000/700
197.Pq 225 Tn MHz
198.Pq Sandpiper45
199.br
200DEC 3000/900
201.Pq 275 Tn MHz
202.Pq Flamingo45
203.Bl -hang -width 4n
204.It Avanti family
205.br
206Digital's lower-end PCI-based workstations.
207.Pp
208AlphaStation 200 4/233
209.Pq Mustang+
210.br
211AlphaStation 205 4/133-333
212.Pq LX3
213.br
214AlphaStation 250 4/300
215.Pq M3+
216.br
217AlphaStation 255 4/133-333
218.Pq LX3+
219.br
220AlphaStation 300 4/266
221.Pq Melmac
222.br
223AlphaStation 400 4/233-300
224.Pq Avanti
225.El
226.It 21066
227.Sy LCA4
228.Po
229166-233
230.Tn MHz ,
2310.75 micron
232.Pc
233.Bl -hang -width 4n
234.It NoName family
235.br
236Digital's lowest-end family of PCI-based systems.
237.Pp
238DEC AXPpci33
239.Pq NoName
240.br
241Universal Desktop Box AXPpci166MT
242.Pq UDB/Multia
243.El
244.Pp
24521066 evaluation motherboard
246.Pq EB66
247.It 21066-A
248.Sy LCA45
249.Po
250233
251.Tn MHz ,
2520.50 micron
253.Pc
254.Pp
25521066-A evaluation motherboard
256.Pq EB66+
257.It 21068
258.Sy LCA4s
259.Po
26066-233
261.Tn MHz ,
2620.75 micron
263.Pc
264.Pp
265Universal Desktop Box AXPpci233MT
266.Pq UDB/Multia
267.It 21164
268.Sy EV5
269.Po
270250-366
271.Tn MHz ,
2720.50 micron
273.Pc
274.Bl -hang -width 4n
275.It Mikasa family
276.br
277AlphaServer 1000 5/300
278.Pq Pinnacle
279.It Noritake family
280.br
281AlphaServer 1000A 5/300
282.Pq Pinnacle
283.Pp
28421164 evaluation motherboard
285.Pq EB164
286.El
287.It 21164-A
288.Sy EV56
289.Po
290400-766
291.Tn MHz ,
2920.35 micron, BWX
293.Pc
294.Bl -hang -width 4n
295.It Personal Workstation Pq PWS
296.br
297PWS 433a/433au
298.Pq Miata
299.br
300PWS 500a/500au
301.Pq Miata
302.br
303PWS 600a/600au
304.Pq Miata
305.It Mikasa family
306.br
307AlphaServer 1000 5/333-500
308.Pq Primo
309.It Noritake family
310.br
311AlphaServer 1000A 5/333-500
312.Pq Primo
313.br
314AlphaServer 800 5/333-500
315.Pq Corelle
316.It EB164 family
317.br
318AlphaPC 164 motherboard
319.Pq EB164
320.br
321AlphaPC 164LX motherboard
322.Pq EB164
323.El
324.Pp
325DigitalServer 3300
326.Po
327rebadged AlphaServer 800 for NT
328.Pc
329.It 21164-PC
330.Sy PCA56
331.Po
332400-600
333.Tn MHz ,
3340.35 micron, MVI, no L2 cache
335.Pc
336.Pp
337AlphaPC 164SX motherboard
338.Pq EB164
339.Pp
340PWS 466au
341.Pq Miata
342.br
343PWS 550au
344.Pq Miata
345.It 21264
346.Sy EV6
347.Po
348450-600
349.Tn MHz ,
3500.35 micron
351.Pc
352.Pp
353APi UP1000 and UP1100;
354AMD 751-based EV6 systems.
355.Pp
356264DP, XP1000, DS10, DS20
357Tsunami-based systems.
358.It 21264-A
359.Sy EV67
360.Po
361600-833
362.Tn MHz ,
3630.28 micron
364.Pc
365.El
366.Sh LIST OF DEVICES
367A complete list of available devices is contained within the pages
368describing the system buses and controllers.
369For example, a PCI device would be listed in the
370.Xr pci 4
371man page.
372The following buses and controllers list these devices:
373.Pp
374.Bl -tag -width "cardbus(4)XX" -offset 3n -compact
375.It Xr eisa 4
376introduction to EISA bus support
377.It Xr iic 4
378Inter IC (I2C) bus
379.It Xr isa 4
380introduction to ISA bus support
381.It Xr onewire 4
3821-Wire bus
383.It Xr pci 4
384introduction to PCI bus support
385.It Xr usb 4
386introduction to Universal Serial Bus support
387.El
388.Sh SEE ALSO
389.Xr autoconf 4 ,
390.Xr config 8
391.Sh HISTORY
392The
393Alpha
394.Nm intro
395first appeared in
396.Ox 2.3 .
397