]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - release/texts/alpha/HARDWARE.TXT
Revamped Multia section. Included comments received from Peter Jeremy
[FreeBSD/FreeBSD.git] / release / texts / alpha / HARDWARE.TXT
1                 FreeBSD/alpha Hardware Information
2                 ==================================
3
4 This file is maintained by Wilko Bulte <wilko@freebsd.org>
5
6 Additions, corrections and constructive criticism are invited. In 
7 particular information on system quirks is more than welcome. 
8
9
10 Overview
11 --------
12
13 This document tries to provide a starting point for those who want to start
14 running FreeBSD on an Alpha-based machine. It is aimed at providing
15 background information on the various hardware designs. It is not a
16 replacement for the system's manuals. 
17
18 The information is structured as follows:
19
20 - general hardware requirements to run FreeBSD on Alpha.
21 - system specific information for each of the systems/boards supported
22   by FreeBSD/alpha.
23 - information on expansion boards for FreeBSD/alpha, including things
24   that differ from what is in the generic supported hardware list.
25
26
27 In general, what do you need to run FreeBSD/alpha? 
28 --------------------------------------------------
29
30 Obviously you will need an Alpha machine that FreeBSD/alpha knows about.
31 Alpha machines are NOT PC-architectures. There are considerable differences
32 between the various chip sets and mainboard designs. This means that a kernel
33 needs to know the intimate details of a particular machine before it can run
34 on it. Throwing some odd GENERIC kernel at unknown hardware is almost
35 guaranteed to fail miserably.
36
37 For a machine even to be considered for FreeBSD use please make sure it has
38 the SRM console firmware installed. Or at least make sure that SRM console 
39 firmware is available for this particular model. If FreeBSD does not
40 currently support your machine type, there is a good chance that this will
41 change some time, assuming there is a SRM available.
42
43 Machines with the ARC/AlphaBIOS console firmware are intended for 
44 WindowsNT. Some of them have SRM firmware available in the system ROMs 
45 which you only have to select (via an ARC/AlphaBIOS menu). In other cases 
46 you will have to re-flash the ROMs with SRM code. Check on
47 http://ftp.digital.com/pub/DEC/Alpha/firmware to see what is available
48 for your particular system. In any case: no SRM -> no FreeBSD (or NetBSD, 
49 OpenBSD, Tru64 Unix or OpenVMS for that matter). 
50
51 As part of the SRM you will get the so called OSF/1 PAL code (OSF/1 being the
52 initial name of DEC's Unix offering on Alpha). The PAL code can be thought
53 of as a software abstraction layer between the hardware and the operating
54 system. It uses normal CPU instruction plus a handful of privileged
55 instructions specific for PAL use. PAL is not microcode by the way. 
56 The ARC firmware contains a different PAL code, geared towards WinNT and in
57 no way suitable for use by FreeBSD (or more generic: Unix or OpenVMS).
58 Before someone asks: AlphaLinux brings it's own PAL code, allowing it to
59 boot. There are various reasons why this is not a very good idea in the
60 eyes of the *BSD folks. I don't want to go into details here.
61
62 There is another pitfall ahead: you will need a disk adapter that the SRM
63 console recognizes in order to be able to boot from your disk. What is 
64 acceptable to SRM as a boot adapter is unfortunately system / SRM version
65 dependent. For older PCI based machines this means you will need either 
66 a NCR/Symbios 53C810 based adapter, or a Qlogic 1020/1040 based adapter. 
67 Some machines come with a SCSI chip embedded on the
68 mainboard. Newer machine designs and SRM versions will be able to work with
69 later SCSI chips/adapters. Check out the machine specific info below.
70
71 The problem might bite those who have machines that started their lives as 
72 WinNT boxes. The ARC/AlphaBIOS knows about *other* adapter types that it 
73 can boot from than the SRM. For example you can boot from an Adaptec 2940UW 
74 with ARC but not with SRM. 
75
76 Some adapters that cannot be booted from work fine for data-only disks
77 (e.g. Adaptec 2940x boards). The differences between SRM and ARC could also
78 get you pre-packaged IDE CDROMs and hard drives in some (former NT) systems. 
79 SRM versions versions exist (depends on the mainboard) that can also boot 
80 from IDE disks. 
81
82 FreeBSD/alpha 4.0 and later can be booted from the distribution CDROM.
83 Earlier versions needed booting from a 2 floppy set.
84
85 If you don't have/want a local disk drive you can boot via the Ethernet.
86 This assumes a Ethernet adapter/chip that is recognized by the SRM.
87 Generally speaking this boils down to either a 21040 or 21142 or 21143 
88 based Ethernet interface. Older machines / SRM versions may not recognize
89 the 21142 / 21143 Fast Ethernet chips, you are limited to using 10Mbit
90 Ethernet for net booting those machines. Non-DEC cards based on said chips will
91 generally (but are not guaranteed to) work. Note that Intel took over the
92 21x4x chips when it bought Digital Semiconductor. So you might see an Intel
93 logo on them these days.
94
95 Alpha machines can be run with SRM on a graphics console or on
96 a serial console. ARC does can be run on a serial consoles if need be. VT100
97 with 8 bit controls should at least allow you to switch from ARC to SRM
98 mode.
99
100 If you want to run your Alpha without a monitor/graphics card 
101 just don't connect a keyboard/mouse to the machine. Instead hook 
102 up a serial terminal[emulator] to serial port #1.  The SRM will 
103 talk 9600N81 to you. This can be really practical for debugging purposes.
104
105 Most PCI based Alphas can use ordinary PC-type VGA cards. The SRM contains
106 enough smarts to make that work. It does not, however, mean that each and
107 every PCI VGA card out on the street will work in an Alpha machine. Things
108 like S3 Trio64 generally work. But ask around first before buying.
109
110 Most PCI devices from the PC-world will also work in FreeBSD/alpha PCI-based
111 machines. Check the /sys/alpha/conf/GENERIC file for the latest word on
112 this.
113
114 Currently all parallel ports do not work on FreeBSD/alpha. The driver needs
115 work to make this happen. 
116
117 For Alpha CPUs you will find multiple versions. The original Alpha
118 design is the 21064. It was produced in a chip baking process called MOS4,
119 chips made in this process are nicknamed EV4. Newer CPUs are 21164, 21264
120 etc. You will see designations like EV4S, EV45, EV5, EV56, EV6, EV67.
121 The EVs with double digit numbers are slightly improved versions. For example
122 EV45 has an improved FPU and 16 kByte onchip seperate I & D caches compared
123 to the EV4 on which it is based. Rule of thumb: the higher the digit
124 immediately following 'EV' the more desirable (read: faster / more modern).
125
126 For memory you want at least 32 Mbytes. I have had FreeBSD/alpha run on a
127 16 Mbyte system but you will not like that. Kernel build times halved when
128 going to 32 Mbytes. Note that the SRM steals 2Mbyte from the total system 
129 memory (and keeps it). For more serious use >= 64Mbyte is recommended. 
130
131 While on the subject of memory: pay close attention to the type of memory
132 your machine uses. There are very different memory configurations and
133 requirements for the various machines.
134
135 Final word: I expect the above to sound a bit daunting to the first-time
136 Alpha user. Don't be daunted too much. And do feel free to ask questions.
137
138
139 System specific information
140 ---------------------------
141
142 Below is an overview of the hardware that FreeBSD/alpha runs on.
143 This list is bound to grow, a look in /sys/alpha/conf/GENERIC
144 can be enlightening. Alpha machines are often best known by their project
145 code name, when known these are listed below in ().
146
147 *
148 * AXPpci33 ("NoName")
149 *
150 The NoName is a baby-AT mainboard based on the 21066 LCA (Low Cost Alpha)
151 processor. It was originally designed for OEM-use. The LCA chip includes
152 almost all of the logic to drive a PCI bus and the memory subsystem. 
153 All of this makes for a low-priced design. 
154
155 Due to the limited memory interface the system is not particularly
156 fast in case of cache misses. As long as you stay inside the on-chip cache
157 the CPU is comparable to a 21064 (first generation Alpha). These boards 
158 should be very cheap to obtain these days (even here in the Netherlands 
159 they were sold new for US$ 25).
160
161 Features:
162 - 21066 Alpha CPU at 166 MHz or 21066A CPU at 233MHz
163   (21068 CPUs are also possible, but are even slower. Never seen/used one)
164 - memory bus: 64 bits 
165 - on-board Bcache / L2 cache: 0, 256k or 1Mbyte (uses DIL chips)
166 - PS/2 mouse & keyboard port OR 5pin DIN keyboard (2 mainboard models)
167 - memory: PS/2 style 72 pin 36 bit Fast Page Mode SIMMs, 
168           70ns or better,
169           installed in pairs of 2,
170           4 SIMM sockets
171           uses ECC 
172 - 512kB Flash ROM for the console code.
173 - 2x 16550A serial ports, 1x parallel port, floppy interface
174 - 1x embedded IDE interface
175 - expansion: 3 32 bit PCI slots (1 shared with ISA)
176              5 ISA slots (1 shared with PCI)
177 - embedded Fast SCSI using a NCR/Symbios 53C810 chip
178
179 SRM:
180 NoName's can either have SRM *or* ARC console firmware in their Flash ROM.
181 The Flash ROM is not big enough to hold both ARC and SRM at the same time 
182 and allow software selection of alternate console code. But you need 
183 SRM only anyway.
184
185 Cache:
186 Cache for the NoNames are 15 or 20ns DIL chips. For a 256kByte cache you
187 want to check your junked 486 mainboard. Chips for a 1Mbyte cache are a rarer
188 breed unfortunately. Getting at least a 256kByte cache is recommended
189 performance wise. Cache-less they are really slow.
190
191 Power:
192 The NoName mainboard has a PC/AT-standard power connector. It also has 
193 a power connector for 3.3 Volts. No need to rush out to get
194 a new power supply. The 3.3 Volts is only needed in case you run 3.3 Volts
195 PCI expansion boards.
196
197 IDE:
198 SRM presumably cannot boot from IDE disks (have never tried this myself)
199
200 Memory:
201 Make sure you use true 36 bit SIMMs, and only FPM (Fast Page Mode). EDO RAM
202 or SIMMs with fake parity *will not work* (the board uses the 4 extra bits
203 for ECC!). 33 bit FPM SIMMs will for the same reason not work either. 
204
205 Keyboard/mouse:
206 Given the choice, get the PS/2-variant mainboard. Apart from giving you a
207 mouse port as bonus it is directly supported by Tru64 Unix in case you ever
208 want/need to run it. The "DIN-plug"-variant should work OK for FreeBSD.
209
210 The OEM manual is recommended reading. If you did not get one with your
211 system/board send me email, I have a Postscript copy.
212
213 The kernel configuration file for a NoName kernel must contain:
214         options         DEC_AXPPCI_33           
215         cpu             EV4
216
217
218 *
219 * Universal Desktop Box (UDB or "Multia")
220 *
221
222 Note: Multia can be either Intel or Alpha CPU based. We assume Alpha based
223       ones here for obvious reasons.
224
225 Features:
226 - 21066 Alpha CPU at 166 MHz or 21066A CPU at 233MHz
227 - memory bus: 64 bits 
228 - on-board Bcache / L2 cache: COAST-like 256kByte cache module
229 - PS/2 mouse & keyboard port
230 - memory: PS/2 style 72 pin 36 bit Fast Page Mode SIMMs, 
231           70ns or better,
232           installed in pairs of 2,
233           4 SIMM sockets
234           uses ECC 
235 - 2x 16550A serial ports, 1x parallel port, floppy interface
236 - 1x embedded 21040 based 10Mbit Ethernet, AUI or 10base2 connector
237 - expansion: 1 32 bit PCI slot
238 - embedded Fast SCSI using a NCR/Symbios 53C810 chip on the PCI riser card
239
240 SRM/ARC:
241 Multia has enough Flash ROM to store both SRM and ARC code at the same time
242 and allow software selection of one of them.
243
244 Expansion:
245 Multia has only one 32 bit PCI slot for expansion, and it is only 
246 suitable for a small form factor PCI card too. In sacrificing the PCI slot
247 space you can mount a 3.5" hard disk drive. Mounting stuff may have come
248 with your Multia. 
249
250 CPU:
251 The CPU might or might not be socketed, check before considering CPU upgrade 
252 hacks. 
253
254 Graphics: 
255 It comes with a TGA based graphics on-board. Which is not suitable for
256 console use according to reports I have received.
257
258 Hot:
259 Multias are somewhat notorious for dying of heat strokes. The very compact
260 box does not really allow cooling air access very well. Please use the 
261 Multia on it's vertical stand, don't put it horizontally ('pizza style').
262 Replacing the fan with something which pushes around more air is
263 wholeheartedly recommended. Beware of PCI cards with high power consumption.
264
265 SCSI:
266 In case you want to change the internal hard drive: the internal flat cable
267 running from the PCI riser board to the 2.5" (!!) hard drive has a finer pitch
268 than the standard SCSI flat cables. Otherwise it would not fit on the 2.5"
269 drives. I recommend against trying to cram replacement hard disk inside. Use the
270 external SCSI connector and put your disk in an external enclosure. Multias run
271 hot enough as-is. In most cases you will have the external high density 
272 50pin SCSI connector but some Multia models came without disk and may lack
273 the connector. Something to check before buying one.
274
275 The kernel configuration file for a Multia kernel must contain:
276         options         DEC_AXPPCI_33
277         cpu             EV4
278
279
280 *
281 * Personal Workstation ("Miata")
282 *
283
284 The Miata is a small tower machine intended to be put under a desk. There
285 are multiple Miata variants. The original Miata is the MX5 model. Because 
286 it suffers from a number of hardware design flaws a redesign was performed,
287 yielding the MiataGL. Unfortunately the boxes are quite indistinguishable.
288 An easy check is to see if the back of the machine sports two
289 USB connectors. If yes, it is a MiataGL. 
290
291 System designations look like "Personal Workstation 433a". This means 
292 it has a 433 MHz CPU, and started life as a WinNT workstation 
293 (the trailing 'a'). Systems designated from day 1 to run Tru64 
294 Unix or OpenVMS will sport '433au'. WinNT-Miata's are likely
295 to come pre-configured with an IDE CDROM drive. There was also a Miata model
296 with a special cooling system by Kryotech. This one has a different
297 enclosure.
298
299 Features:
300
301 - 21164A EV56 Alpha CPU, at 433, 500 or 600MHz 
302 - 21174 Core Logic ("Pyxis") chip set
303 - on-board Bcache / L3 cache: 0, 2, 4Mbyte (uses a cache module)
304 - memory bus: 128 bits wide, ECC protected
305 - memory: Miata uses unbuffered SDRAMs, 
306           installed in pairs of 2,
307           6 DIMM sockets
308 - on-board Fast Ethernet based on:
309   - MX5 uses a 21142 or 21143 Ethernet chip dependent on the version of the
310     PCI riser card, 
311   - MiataGL has a 21143 chip)
312   the bulkhead can be 10/100 UTP, or 10 UTP/BNC.
313 - 2x on-board [E]IDE based on:
314   - MX5: CMD 646
315   - MiataGL: Cypress 82C693
316 - 1x Ultra-Wide SCSI Qlogic 1040 [MiataGL only]
317 - expansion: 2 64-bit PCI slots
318              3 32-bit PCI slots (behind a DEC PCI-PCI bridge chip)
319              3 ISA slots (physically shared with the 32 bit PCI slots, via
320                           a Intel 82378IB PCI to ISA bridge chip)
321 - 2x 16550A serial port
322 - 1x parallel port 
323 - PS/2 keyboard & mouse port
324 - USB interface [MiataGL only]
325 - embedded sound based on a ESS1888 chip
326
327 CPU mainboard and PCI 'riser' board: 
328 the Miata is divided into two printed circuit boards. 
329 The lower board in the bottom of the machine has the PCI 
330 and ISA slots and things like the sound chip etc. The top board
331 has the CPU, the Pyxis chip, memory etc. Note that MX5 and the MiataGL use
332 a different PCI riser board. This means that you cannot just upgrade to
333 a MiataGL CPU board (with the newer Pyxis chip) but that you will also need
334 a different riser board. Apparently an MX5 riser with a MiataGL CPU board
335 will work but it is definitely not a supported or tested configuration.
336 Everything else (cabinet, wiring etc etc) is identical for MX5 and MiataGL.
337
338 DMA bug: 
339 MX5 has problems with DMA via the 2 64-bit PCI slots when this DMA
340 crosses a page boundary. The 32bit slots don't have this problem because the
341 PCI-PCI bridge chip does not allow the offending transfers. The SRM code 
342 knows about the problem and refuses to start the system if there is a PCI
343 card in one of the 64bit slots that it does not know about. Cards that are
344 'known good' to the SRM are allowed to be used in the 64bit slots. 
345
346 If you want to fool the SRM you can type "set pci_device_override" at
347 the SRM prompt. Just don't complain if your data mysteriously gets mangled.
348 The complete command is:
349
350         set pci_device_override <vendor_id><device_id>
351         e.g. set pci_device_override 88c15333
352
353 The kernel reports it when it sees a buggy Pyxis chip:
354 Sep 16 18:39:43 miata /kernel: cia0: Pyxis, pass 1
355 Sep 16 18:39:43 miata /kernel: cia0: extended capabilities: 1<BWEN>
356 Sep 16 18:39:43 miata /kernel: cia0: WARNING: Pyxis pass 1 DMA bug; no
357 bets...
358
359 A MiataGL probes as:
360 Jan  3 12:22:32 miata /kernel: cia0: Pyxis, pass 1
361 Jan  3 12:22:32 miata /kernel: cia0: extended capabilities: 1<BWEN>
362 Jan  3 12:22:32 miata /kernel: pcib0: <2117x PCI host bus adapter> on cia0
363
364 MiataGL does not have the DMA problems of the MX5. PCI cards that make
365 the MX5 SRM choke when installed in the 64bit slots are accepted without 
366 problems by the MiataGL SRM.
367
368 The latest mainboard revisions of MX5 contain a hardware workaround for the
369 bug. The SRM does not know about the ECO and will complain about unknown cards
370 just like before. The same applies to the FreeBSD kernel by the way.
371
372 EIDE:
373 The Miata SRM can boot from IDE CDROM drives. It is also known to work for
374 MiataGL with hard disks, so you can root FreeBSD from an IDE disk. DMA is
375 not currently working so speed is not optimal. Boot-ability of EIDE on MX5 is
376 currently unknown.
377
378 PCI-PCI bridge:
379 The MiataGL has a faster PCI-PCI bridge chip on the PCI riser card than 
380 some of the MX5 riser card versions. Some of the MX5 risers have the *same*
381 chip as the MiataGL. All in all there is a lot of variation.
382
383 Sound: 
384 both MX5 and MiataGL have an onboard sound chip, an ESS1888.  
385 I have yet to see/hear it work on my MiataGL. But it is being worked on.
386
387 Cache: 
388 in case your Miata has the optional cache board installed make sure
389 it is firmly seated. A slightly loose cache has been observed to cause
390 weird crashes (not surprising obviously, but maybe not so obvious when
391 troubleshooting). The cache module is identical between MX5 and MiataGL.
392
393 Installing a cache module achieves, apart from a 10-15% speed increase (based 
394 on buildworld elapsed time), a *decrease* for PCI DMA read bandwidth from 
395 64bit PCI cards. A benchmark on a 64-bit Myrinet card resulted in a decrease
396 from 149 Mb/sec to 115 Mb/sec. Something to keep in mind when doing really
397 high speed things with 64 bit PCI adapters.
398
399 USB:
400 Does not currently seem to work on FreeBSD/alpha judging from the kernel
401 probe messages.
402
403 Power:
404 disconnect the powercord before dismantling the machine, the soft-power
405 switch keeps part of the logic powered even when the machine is switched
406 off.
407
408 The kernel configuration file for a Miata kernel must contain:
409         options         DEC_ST550               
410         cpu             EV5
411
412 *
413 * DEC3000 family (the "Bird" machines)
414 *
415
416 The DEC3000 series were among the first Alpha machines ever produced. They
417 are based on an I/O bus called the Turbo Channel (TC) bus. These
418 machines are built like tanks (watch your back). 
419
420 DEC3000 can be subdivided in DEC3000/500-class and DEC3000/300-class. 
421 The DEC3000/500-class is the early high-end workstation/server Alpha family. 
422 Servers use serial consoles, workstations have graphics tubes. 
423 DEC3000/300-class is the lower-cost workstation class.
424
425 DEC3000/500-class are quite fast (considering their age) thanks to the 
426 good memory design. DEC3000/300 is crippled compared to DEC3000/500 because
427 of it's much narrower memory bus.
428
429 They are called 'Birds' because their internal DEC codenames were bird
430 names:
431
432         DEC3000/400     'Sandpiper' 133MHz CPU, desktop
433         DEC3000/500     'Flamingo'  150MHz CPU, floor standing
434         DEC3000/500X    'Hot Pink'  200MHz CPU, floor standing
435         DEC3000/600                 175MHz CPU, desktop
436         DEC3000/700,                225MHz CPU, floor standing
437         DEC3000/800,                200MHz CPU, floor standing
438         DEC3000/900,                275MHz CPU, floor standing
439
440         DEC3000/300     'Pelican'   150MHz CPU, desktop, 2 TC slots
441         DEC3000/300X                175MHz CPU, desktop, 2 TC slots
442         DEC3000/300LX               125MHz CPU, desktop, 2 TC slots
443         DEC3000/300L                100MHz CPU, desktop, no TC slots
444                 
445
446 Features:
447 - 21064 CPU  (100 to 200 MHz)
448   21064A CPU (225 to 275 MHz)
449 - memory bus: 256 bit, with ECC         [DEC3000/500-class]
450                64 bit, with ECC         [DEC3000/300-class]
451 - memory: - proprietary 100pin SIMMs 
452             installed in sets of 8      [DEC3000/500-class]
453           - PS/2 style 72pin 36 bit FPM SIMMs, 70ns or better
454             used in pairs of 2          [DEC3000/300-class]
455 - Bcache / L2 cache: varying sizes, 512 kB to 2 Mbyte
456 - built-in 10Mbit Ethernet based on a Lance 7990 chip, AUI and UTP 
457 - one or two SCSI buses based on a NCR53C94 or a NCR53CF94-2 chip 
458 - 2 serial ports based on Zilog 8530 (one usable as a serial console)
459 - embedded ISDN interface
460 - on-board 8 bit sound 
461 - 8 bit graphics on-board [some models] or via a TC card [some other models]
462
463 SCSI:
464 Currently DEC3000 machines can only be used diskless on FreeBSD/alpha. The
465 reason for this is that the SCSI drivers needed for the TC SCSI adapters
466 were not brought into CAM that the current FreeBSD versions use. TC option
467 cards for single (PMAZ-A) or dual fast SCSI (PMAZC-AA) are also available.
468 And currently have no drivers n FreeBSD either.
469
470 DEC3000/300 has 5Mbytes/sec SCSI on-board. This bus is used for both internal
471 and external devices. DEC3000/500 has 2 SCSI buses. One is for internal 
472 devices only, the other one is for external devices only.
473
474 ISDN interface:
475 does not work on FreeBSD (to be honest I don't think there is any 
476 operating system, including Tru64 Unix, that can use it). 
477
478 Memory:
479 DEC3000/300-class uses standard 36 bit, 72 pin Fast Page Mode SIMMs.
480 EDO SIMMs, 32 or 33 bit SIMMs all will not work in Pelicans.
481 For 32Mbyte SIMMs to work on the DEC3000/300-class the presence detect 
482 bits/pins of the SIMM must correspond to what the machine expects. If they
483 don't, the SIMM is 'seen' as a 8 Mbyte SIMM. 8 Mbyte and 32 Mbyte SIMMs can 
484 be mixed, as long as the pairs themselves are identical.
485
486 DEC3000/500-class can use 2, 4, 8, 16 and 32Mbyte 100pin SIMMs. 
487 Note that the maximum memory size varies from system to system, 
488 desktop machines have sacrificed box size for less memory SIMM sockets. 
489 Given enough sockets and enough SIMMs you can get to 512Mbytes maximum.
490 This is one of the main differences between floor standing and desktop
491 machines, the latter have much less SIMM sockets.
492
493 Sound:
494 is not supported on any of the Birds.
495
496 Graphics:
497 The is no X-Windows version available for the TC machines. 
498 DEC3000/300 needs a serial console. DEC3000/500-class might
499 work with a graphical console. I ran mine with a serial console so I cannot
500 verify this. 
501
502 Birds can be obtained from surplus sales etc. As they are not PCI
503 based they are no longer actively maintained. TC expansion boards can 
504 be difficult to obtain these days and support for them is not too good
505 unless you write/debug the code yourself. Programming information for TC
506 boards is hard to find. Birds are recommended only if a. you can get them
507 cheap and b. if you prepared to work on the code to support them better.
508
509 For the DEC3000/[4-9]00 series machines the kernel config file must 
510 contain:
511         options         DEC_3000_500           
512         cpu             EV4
513
514 For the DEC3000/300 ("Pelican") machines the kernel config file must
515 contain:
516         options         DEC_3000_300            
517         cpu             EV4
518
519 *
520 *Evaluation Board 64plus ("EB64+"), Aspen Alpine
521 *
522
523 In it's attempts to popularize the Alpha CPU DEC produced a number of so
524 called Evaluation Boards. The EB64+ family boards have the following feature
525 set:
526
527 - 21064 or 21064A CPU, 150 to 275MHz 
528 - memory bus: 128 bit
529 - memory:  PS/2 style 72 pin 33 bit Fast Page Mode SIMMs, 
530            70ns or better,
531            installed in sets of 4,
532            8 SIMM sockets
533            uses parity
534 - Bcache / L2 cache: 512 kByte, 1 Mbyte or 2 Mbyte
535 - 21072 ("APECS") chip set 
536 - Intel 82378ZB PCI to ISA bridge chip ('Saturn')
537 - dual 16550A serial ports
538 - NCR/Symbios 53C810 Fast-SCSI
539 - embedded 10Mbit Ethernet
540 - 2 PCI slots
541 - 3 ISA slots
542
543 Aspen Alpine:
544 Aspen Alpine is slightly different, but is close enough to the EB64+ to
545 run an EB64+ SRM EPROM (mine does..). The Aspen Alpine does not have 
546 an embedded Ethernet, has 3 instead of 2 PCI slots. It comes with 2 Mbytes
547 of cache already soldered onto the mainboard. It has jumpers to select
548 the use of 60, 70 or 80ns SIMM speeds.
549
550 Memory:
551 36 bits SIMMs work fine, 3 bits simply remain unused.
552
553 SRM:
554 The SRM console code is housed in an UV-erasable EPROM. No easy flash SRM
555 upgrades for the EB64+ The latest SRM version available for EB64+ is quite
556 ancient anyway.
557
558 SCSI: 
559 The EB64+ SRM can boot both 53C810 and Qlogic1040 SCSI adapters. Pitfall for
560 the Qlogic is that the firmware that is downloaded by the SRM onto the
561 Qlogic chip is very old. There are no updates for the EB64+ SRM available. 
562 So you are stuck with old Qlogic bits too. I have had quite some problems
563 when I wanted to use Ultra-SCSI drives on the Alpine/Qlogic. The
564 FreeBSD/alpha kernel can be compiled to include a much newer Qlogic firmware
565 revision. This is not the default because it adds hundreds of kBytes worth
566 of bloat to the kernel. All of this might mean that you need to use a
567 non-Qlogic adapter to boot from. 
568
569 For the EB64+ class machines the kernel config file must contain:
570         options         DEC_EB64PLUS            
571         cpu             EV4
572
573 *
574 * Evaluation Board 164 ("EB164, PC164, PC164LX, PC164SX") family
575 *
576
577 EB164 is a newer design evaluation board, based on the 21164A CPU. This
578 design has been used to 'spin off' multiple variations, some of which are
579 used by OEM manufacturers/assembly shops. Samsung did it's own PC164LX
580 which has only 32 bit PCI, whereas the DEC variant has 64 bit PCI.
581
582 Features:
583 - 21164A, multiple speed variants [EB164, PC164, PC164LX]
584   21164PC                         [only on PC164SX]
585 - 21174 (Alcor) chip set
586 - Bcache / L3 cache:  EB164 uses special cache-SIMMs
587 - memory bus: 128 bit / 256 bit
588 - memory:  PS/2 style SIMMs in sets of 4 or 8, 
589            36 bit, Fast Page Mode, uses ECC, [EB164 and PC164]
590            SDRAM DIMMs in sets of 2, uses ECC [PC164SX and PC164LX]
591 - dual 16550A serial ports
592 - PS/2 style keyboard & mouse
593 - floppy controller
594 - parallel port
595 - 32 bits PCI
596 - 64 bits PCI [some models]
597 - ISA slots via an Intel 82378ZB PCI to ISA bridge chip
598
599 Memory:
600 Using 8 SIMMs for a 256bit wide memory can yield interesting speedups over
601 a 4 SIMM/128bit wide memory. Obviously all 8 SIMMs must be of the same type
602 to make this work. The system must be explicitly setup to use the 
603 8 SIMM memory arrangement. You must have 8 SIMMs, 4 SIMMs distributed 
604 over 2 banks does not work.
605
606 SCSI:
607 The SRM can boot from Qlogic 10xx boards or the NCR/Symbios 53C810. 
608 53C825[a] will also work as boot adapter. Diamond FirePort, although 
609 based on Symbios chips, are not bootable by the PC164SX SRM. 
610 PC164SX is reported to boot fine with an NCR875 based card.
611
612 SRM quirks:
613 PC164 the SRM sometimes seems to loose it's variable settings. 
614 "For PC164's, current superstition says that, to avoid losing settings,
615 you want to first downgrade to SRM 4.x and then upgrade to a 5.x"
616
617 On PC164SX the AlphaBIOS allows you a selection to select 'SRM' to
618 be used as console on the next power up. This selection does not appear to
619 have any effect. In other words, you will get to the AlphaBIOS regardless
620 of what you select. The fix is to reflash the console ROM with the SRM 
621 code for PC164SX. This will overwrite the AlphaBIOS and will get you the
622 SRM console you desire. The SRM code can be found on the Compaq Web site.
623
624 IDE:
625 PC164 can boot from IDE disks assuming your SRM version is recent enough.
626
627 Samsung PC164UX:
628 Whether FreeBSD/alpha runs on this board is unknown. Please let me know if
629 it does.
630
631 Power:
632 EB164 needs a power supply that supplies 3.3 Volts.
633
634 For the EB164 class machines the kernel config file must contain:
635         options         DEC_EB164
636         cpu             EV5
637
638
639 *
640 * AlphaStation 200 ("Mustang") and 400 ("Avanti") series
641 *
642
643 The Digital AlphaStation 200 and 400 series systems are early PCI based
644 workstations for the lower end. The 200 series is a desktop box, the 400
645 series is a deskside mini-tower.
646
647 Features:
648 - 21064 or 21064A CPU
649 - DECchip 21071-AA (core logic chipset) consisting of:
650     Cache/memory controller (one 21071-CA chip)
651     PCI interface (one 21071-DA chip)
652     Data path (two 21071-BA chips)
653 - Bcache / L2 cache: 512 Kbytes
654 - memory bus: 64 bit
655 - memory: 8 to 384 MBytes of RAM,
656           70 ns or better Fast Page DRAM,
657           in three pairs
658           uses parity 
659 - PS/2 keyboard and mouse port
660 - two 16550 serial ports
661 - parallel port
662 - floppy disk interface
663 - 32 bit PCI expansion slots (3 for 400 series, 2 for 200 series)
664 - ISA expansion slots (4 for 400 series, 2 for 200 series) 
665   (some ISA/PCI slots are physically shared)
666 - embedded 21040-based Ethernet (200 series only)
667 - embedded NCR/Symbios 53c810 Fast SCSI-2 chip
668 - Intel 82378IB ("Saturn") PCI-ISA bridge chip
669 - graphics is embedded TGA or PCI VGA (model dependent)
670 - 16 bit sound (on 200 series)
671
672 Memory:
673 the system uses parity memory SIMMs, but it does not need 36 bit wide SIMMs.
674 33 bit wide SIMMs are sufficient, 36 bit SIMMs are acceptable too. EDO or 32
675 bit SIMMs will not work. 4, 8, 16, 32 and 64 Mbyte SIMMs are supported.
676
677 Sound:
678 the sound interface is not supported by FreeBSD. 
679
680 SCSI:
681 AlphaStation 200 series has an automatic SCSI terminator. This means that as
682 soon as you plug a cable onto the external SCSI connector the internal
683 terminator of the system is disabled. It also means that you should not
684 leave unterminated cables plugged into the machine.
685
686 AlphaStation 400 series have an SRM variable that controls termination. In
687 case you have external SCSI devices connected you must set this SRM
688 variable using: "set control_scsi_term external". If only internal SCSI devices
689 are present use: "set control_scsi_term internal"
690
691 For the AlphaStation-[24]00 machines the kernel config file must contain:
692         options         DEC_2100_A50
693         cpu             EV4
694
695
696 *
697 * AlphaStation 500 and 600
698 *
699 AS500 and 600 were the high-end EV5 / PCI based workstations. EV6 based
700 machines have in the meantime taken their place as front runners. AS500 is
701 a desktop in a dark blue case (TopGun blue), AS600 is a sturdy deskside box.
702 AS600 has a nice LCD panel to observe the early stages of SRM startup.
703
704 Features:
705 - 21164 EV5 CPU at 333, 400 or 500 MHz (AS500)
706                 at 266 or 300 MHz (AS600)
707 - 21171 or 21172 (Alcor) core logic chipset
708 - cache: 2 or 4 Mb L3 / Bcache (AS600 at 266 MHz)
709          4 Mb L3 / Bcache (AS600 at 300 MHz)
710          2 or 8 Mb L3 / Bcache (8 Mb on 500 MHz version only)
711          2 to 16 Mb L3 / Bcache (AS600; 3 cache-SIMM slots)
712 - memory bus: 256 bits, uses ECC
713 - memory: AS500: industry standard 8 byte wide DIMMs
714                  8 DIMM slots
715                  installed in sets of 4,
716                  maximum memory is 1 Gb (512Mb max on 333 MHz CPUs)
717                  uses ECC 
718           AS600: industry standard 36 bit Fast Page Mode SIMMs
719                  32 SIMM slots,
720                  installed in sets of 8,
721                  maximum memory is 1 Gb
722                  uses ECC
723 - Qlogic 1020 based wide SCSI bus (1 bus/chip for AS500, 2 for AS600)
724 - 21040 based 10 Mbit Ethernet adapter with both Thinwire and UTP connectors
725 - expansion: AS500: 3 32-bit PCI slots
726                     1 64-bit PCI slot
727              AS600: 2 32-bit PCI slot 
728                     3 64-bit PCI slots
729                     1 PCI/EISA physically shared slot
730                     3 EISA slots
731                     1 PCI and 1 EISA slot are occupied by default
732 - 21050 PCI-to-PCI bridge chip
733 - Intel 82375EB PCI-EISA bridge (AS600 only)
734 - 2 16550A serial ports
735 - 1 parallel port
736 - 16 bit audio Windows Sound System,
737   in dedicated slot (AS500)
738   in EISA slot (AS600, this is an ISA card)
739 - PS/2 keyboard and mouse port
740
741 SCSI:
742 Early machines had Fast SCSI interfaces, later ones are Ultra SCSI capable.
743 AS500 shares it's single SCSI bus with internal and external devices. For a
744 Fast SCSI bus you are limited to 1.8 meters bus length external to the box.
745 +++ This is what some DEC docs suggest. Did they ever go Ultra?
746
747 AS600 has one Qlogic chip dedicated to the internal devices whereas the
748 other one is dedicated to external SCSI devices.
749
750 Memory:
751 In AS500 DIMMs are installed in sets of 4, in 'physically interleaved'
752 layout. So, a bank of 4 DIMMs is *not* 4 adjacent DIMMs!
753
754 In AS600 the memory SIMMs are placed onto two memory daughter cards. SIMMs
755 are installed in sets of 8. Both memory daughter cards must be populated
756 identical. 
757
758 PCI:
759 AS600 has a peculiarity for it's PCI slots. AS600 (or rather the PCI
760 expansion card containing the SCSI adapters) does not allow I/O port 
761 mapping, therefore all devices behind it must use memory mapping.  
762 If you have problems getting the SCSI adapters to work, add the following 
763 option to /boot/loader.rc: 
764
765         set isp_mem_map=0xff                                        
766         
767 This may need to be typed at the boot loader prompt before booting the
768 installation kernel.                                                 
769
770 For the AlphaStation-[56]00 machines the kernel config file must contain:
771         options         DEC_KN20AA 
772         cpu             EV5
773
774 *
775 * AlphaServer 1000 ("Mikasa"), 1000A ("Noritake") and 800 
776 *
777 The AlphaServer range of machines are aimed as departmental servers. They
778 come in quite some variations in packaging and mainboard/cpu. Generally
779 speaking there are 21064 (EV4) CPU based machines and 21164 (EV5) based
780 ones. The CPU is on a daughter card, and the type of CPU (EV4 or EV5) must
781 match the mainboard in use. AlphaServer 800 is a much smaller mini tower
782 case, it lacks the StorageWorks SCSI hot-plug chassis. The main difference
783 between AS1000 and AS1000A is that AS1000A has 7 PCI slots whereas AS1000
784 only has 3 PCI slots and has EISA slots instead.
785
786 Features:
787 - 21064 EV4 CPU at 200, 233 or 266 MHz
788   21164 EV5 CPU at 300, 333 or 400 MHz (or 500 MHz for AS800 only)
789 - cache:
790 - memory bus: 128 bit with ECC
791 - memory:
792         AS1000[A]-systems:
793           Use 72pin 36 bit Fast Page Mode SIMMs, 70ns or better
794           16 or 20 SIMM slots
795           max memory is 1 Gb
796           uses ECC
797         AS800:
798           Uses SDRAM DIMMs.
799 - embedded VGA (on some mainboard models)
800 - expansion: 
801         3 PCI, 2 EISA, 1 64-bit PCI/EISA combo (AS800)
802         7 PCI, 2 EISA (AS1000A)
803         2 PCI, 1 EISA/PCI, 7 EISA (AS1000)
804 - embedded SCSI based on NCR/Symbios 810 [AS1000] or Qlogic 1020 [AS1000A]
805         
806 Box:
807 AS1000 based machines come in multiple boxes. Floor standing, rackmount,
808 with or without StorageWorks SCSI chassis etc. The electronics are the
809 same.
810
811 Memory:
812   AS1000-systems:
813   All EV4 based machines use standard PS/2 style 36 bit 72pin SIMMs in sets of
814   5. The fifth SIMM is used for ECC.
815   All EV5 based machines use standard PS/2 style 36 bit 72pin SIMMs in sets of
816   4. The ECC is done based on the 4 extra bits per SIMM (4 bits out of 36).
817   The EV5 mainboards have 16 SIMM slots, the EV4 mainboards have 20 slots.
818
819   AS800:
820   Uses DIMMs in sets of 4. DIMM installation must start in slots marked 
821   bank 0. A bank is four physically adjacent slots. The biggest size DIMMs
822   must be installed in bank 0 in case 2 banks of different DIMM sizes are
823   used. Max memory size is 2Gb.
824
825 SCSI:
826 For AS800 you want to check if your Ultra-Wide SCSI is indeed in Ultra mode.
827 This can be done using the EEROMCFG.EXE utility that is on the Firmware 
828 Upgrade CDROM. 
829   
830 For the AlphaServer1000/1000A/800 machines the kernel config file must contain:
831         options         DEC_1000A
832         cpu             EV4             # depends on model CPU installed
833         cpu             EV5             # depends on model CPU installed
834
835 *
836 * DS10/VS10/XP900 ("Webbrick") / XP1000 ("Monet")
837 *
838 Webbrick and Monet are high performance workstations/servers based on the
839 EV6 CPU and the Tsunami chipset. Tsunami is also used in much higher-end 
840 systems and as such has plenty of performance to offer. DS10, VS10 and XP900
841 are different names for essentially the same system. The difference are the 
842 software and options that are supported.
843
844 Monet has, by 1999 standards, *stunning* (the words of a satisfied
845 user) memory and I/O system bandwidth.
846
847 ** Webbrick 
848
849 Features:
850 - 21264 EV6 CPU at 466 MHz
851 - L2 / Bcache: 4MB 
852 - memory bus: 128 bit via crossbar
853 - memory: industry standard 200 pin 83 MHz buffered ECC SDRAM DIMMs
854           4 DIMM slots
855           installed in pairs of 2
856           max memory is 2Gb
857 - 21271 Core Logic chipset ("Tsunami")
858 - 2 on-board 21143 Fast Ethernet controllers
859 - AcerLabs M5237 (Aladdin-V) USB controller
860 - AcerLabs M1533 PCI-ISA bridge   
861 - AcerLabs Aladdin ATA-33 controller 
862 - embedded dual EIDE 
863 - expansion: 3 64-bit PCI slots
864              1 32-bit PCI slots
865 - 2x 16550A serial ports
866 - 1x parallel port
867 - 2x USB
868 - PS/2 keyboard & mouse port        
869
870 Power:
871 The system has a smart power controller. This means that parts of the system
872 remain powered when it is switched off (like an ATX-style PC power supply).
873 Before servicing the machine remove the power cord.
874
875 Case:
876 Webbrick is shipped in a desktop-style case similar to the older 21164
877 "Maverick" workstations but which offers much better access to        
878 components. If you intend to build a farm you can rackmount them in a 19"
879 rack.
880
881 Memory:
882 DS10 has 4 DIMM slots. DIMMs are installed as pairs. Please note that 
883 DIMM pairs are not installed in adjacent DIMM sockets but rather physically
884 interleaved. 
885
886 EIDE:
887 The base model comes with a FUJITSU 9.5GB ATA disk as its boot device.
888 FreeBSD/alpha works just fine using EIDE disks on Webbrick.
889
890 USB:
891 whether this works on FreeBSD on DS10 is as yet unknown.
892
893 The kernel config file must contain:
894         options         DEC_ST6600    
895 Contrary to expectation there is no 'cpu EV6' defined for inclusion in the
896 kernel config file. A 'cpu EV5' is mandatory to keep config(8) happy.
897
898 ** Monet 
899
900 Features:
901 - 21264 EV6 at 500 MHz
902   21264 EV67 at 500 or 667 MHz
903 - L2 / Bcache: 4MB 
904 - memory bus: 256 bit 
905 - memory: 128 or 256Mb 100 MHz (PC100) registered ECC SDRAM DIMMs
906 - 21271 Core Logic chip-set ("Tsunami")
907 - 1 on-board 21143 Ethernet controller
908 - Cypress 82C693 USB controller       
909 - Cypress 82C693 PCI-ISA bridge       
910 - Cypress 82C693 controller 
911 - expansion: 2 independent PCI buses (called hoses)
912         hose 0: (the upper 3 slots)
913              2 64-bit PCI slots    
914              1 32-bit PCI slot     
915         hose 1: (the bottom 2 slots)
916              2 32-bit PCI slots (behind a PCI-PCI bridge)
917         2 of the 64-bit PCI slots are for full-length cards
918         all of the 32-bit PCI slots are for short cards
919         1 of the 32-bit PCI slots is physically shared with an ISA slot
920 - 1x Ultra-Wide SCSI port based on a Qlogic 1040 chip
921 - 2x 16550A serial port        
922 - 1x parallel port        
923 - PS/2 keyboard & mouse port        
924 - embedded 16-bit ESS ES1888 sound chip
925 - 2x USB
926 - graphics options: ELSA Gloria Synergy or DEC/Compaq PowerStorm 3D
927                     accelerator cards
928
929 Case:
930 Monet is housed in a mini-tower like enclosure quite similar to the Miata
931 box.
932
933 Memory:
934 For 500 MHz CPUs 83 MHz DIMMs will do. DIMMs are installed in sets of 4,
935 starting with the DIMM slots marked '0'. Memory capacity is max 4Gb. 
936 DIMMs are installed 'physically interleaved', note the markings of the
937 slots.
938
939 EIDE:
940 Is usable / bootable for system disk so FreeBSD can be rooted on an EIDE
941 disk.
942
943 Expansion:
944 Don't try to use NCR/Symbios-chip based SCSI adapters in the PCI slots
945 connected to hose 1. There is a not-yet-found FreeBSD bug that prevents this
946 from working correctly.
947
948 Sound:
949 The sound chip is not currently supported with FreeBSD. There is work in
950 progress in this area.
951
952 The kernel config file must contain:
953         options         DEC_ST6600    
954 Contrary to expectation there is no 'cpu EV6' defined for inclusion in the
955 kernel config file. A 'cpu EV5' is mandatory to keep config(8) happy.
956
957 ** DS20/DS20E ("Goldrush" ?):
958
959 Features:
960 - 21264 EV6 CPU at 500 or 600 MHz
961 - dual CPU capable machine
962 - L2 / Bcache: 4 Mbytes per CPU
963 - memory bus: 256 bit 
964 - memory: SDRAM DIMMs
965           installed in sets of 4
966           uses ECC 
967           16 DIMM slots
968           max. 4Gb
969 - 21271 Core Logic chip-set ("Tsunami") 
970 - embedded Adaptec ? Wide Ultra SCSI 
971 - expansion: 2 independent PCI buses (called hoses)
972              6 64-bit PCI slots (3 per hose)
973              1 ISA slot
974
975 Case:
976 DS20 is housed in a fat minitower-like enclosure. The enclosure also
977 contains a StorageWorks SCSI hotswap shelf for a maximum of 7 3.5" SCSI
978 devices. DS20E is a sleeker case, without the StorageWorks shelf.
979
980 Embedded SCSI:
981 The embedded Adaptec SCSI chip on DS20 is disabled and therefore 
982 not usable under FreeBSD.
983
984 CPU:
985 DS20 can have 2 CPUs installed. FreeBSD/alpha is not currently SMP-capable 
986 and will only use the primary CPU.
987
988 Memory:
989 If you are using banks of DIMMs of different sizes the biggest DIMMs should
990 be installed in the DIMM slots marked '0' on the mainboard. The DIMM slots
991 should be filled 'in order' so after bank 0 install in bank 1 and so on.
992
993 Expansion:
994 Don't try to use NCR/Symbios-chip based SCSI adapters in the PCI slots
995 connected to hose 1. There is a not-yet-found FreeBSD bug that prevents this
996 from working correctly. DS20 ships by default with an NCR on hose 1 so you
997 have to move this card before you can install/boot FreeBSD on it.
998
999 The kernel config file must contain:
1000         options         DEC_ST6600    
1001 Contrary to expectation there is no 'cpu EV6' defined for inclusion in the
1002 kernel config file. A 'cpu EV5' is mandatory to keep config(8) happy.
1003
1004 ** DP264
1005
1006 < need info on this one >
1007
1008 - onboard Adaptec is not bootable but works with FreeBSD 4.0 and later
1009   as a datadisk-only SCSI bus.
1010
1011
1012 Supported hardware overview
1013 ---------------------------
1014
1015 Word of caution: the installed base for FreeBSD/alpha is not nearly as large
1016 as for FreeBSD/intel. This means that the enormous variation of PCI/ISA
1017 expansion cards out there has much less chance of having been tested on
1018 alpha than on intel. This is not to imply they are doomed to fail, just that
1019 the chance of running into something never tested before is much greater.
1020 GENERIC contains things that are known to work on Alpha only.
1021
1022 - Expansion buses: PCI and ISA are fully supported. Turbo Channel is not
1023 in GENERIC and has limited support (see the relevant machine model info).
1024 The MCA bus is not supported.
1025
1026 - Floppy drives: 1.44Mbyte and 1.2Mbyte floppy drives are supported.
1027 2.88Mbyte drives sometimes found in Alpha machines are supported up to
1028 1.44Mbyte.
1029
1030 - ATA / ATAPI (IDE): are supported via the ata driver framework. As most
1031 people run their Alphas with SCSI disks it is not as well tested as SCSI. Be
1032 aware of bootability restrictions for IDE disks. See the machine specific
1033 information.
1034
1035 - SCSI: full support via the CAM layer for Adaptec 2940x (AIC7xxx
1036 chip-based), Qlogic family and NCR/Symbios. Be aware of the machine-specific
1037 bootability issues for the various adapter types.
1038
1039 - graphics console/keyboard/mouse: in general the SRM console emulates 
1040 a VGA-compatibility mode on PCI VGA cards. This is, however, not guaranteed 
1041 to work by Compaq/DEC for each and every card type out there. When the SRM 
1042 thinks the VGA is acceptable FreeBSD will be able to use it. The console driver
1043 works just like on a FreeBSD/intel machine. The TGA video graphics which 
1044 is builtin on for example Multia is reported to be not usable with FreeBSD.
1045
1046 - serial ports: the 'PC standard' serial ports found on most Alphas are 
1047 supported. For TurboChannel machines the serial ports are also supported.
1048
1049 - parallel ports: are not currently supported on FreeBSD/alpha
1050
1051 - ISDN (i4b): is not supported on FreeBSD/alpha
1052
1053 - multimedia: is not really supported on FreeBSD/alpha but work is underway
1054
1055
1056 Acknowledgments
1057 ----------------
1058
1059 In compiling this file I used multiple information sources, but
1060 http://www.netbsd.org proved to be an invaluable source of information.
1061 If it wasn't for NetBSD/alpha there probably would not be a FreeBSD/alpha
1062 in the first place.
1063
1064 People who kindly helped me with creating this document:
1065
1066 - Nick Maniscalco <nmanisca@vt.edu>
1067 - Andrew Gallatin <gallatin@cs.duke.edu>
1068 - Christian Weisgerber <naddy@mips.rhein-neckar.de>
1069 - David O'Brien <obrien@NUXI.com>
1070 - Wim Lemmers <wim.lemmers@compaq.com>
1071 - Matthew Jacob <mjacob@feral.com>
1072 - Eric Schnoebelen <eric@cirr.com>
1073 - Chuck Robey <chuckr@picnic.mat.net>
1074 - Mike Smith <msmith@FreeBSD.ORG>
1075 - Peter Jeremy <peter.jeremy@alcatel.com.au>