Expand PMF_FN_* macros.
[netbsd-mini2440.git] / distrib / notes / sun3 / prep
blob8ae169d4f30ca68ab83abf7e5e626da53f3b3296
1 .\"     $NetBSD: prep,v 1.7 2000/10/29 14:08:11 lukem Exp $
3 Sun3 machines usually need little or no preparation before installing
4 NetBSD, other than the usual, well advised precaution of
5 .Em backing up all data
6 on any attached storage devices.
7 .Pp
8 You will need to know the SCSI target ID of the drive on which you
9 will install
10 .Nx .
11 .(Note
12 .Tn SunOS
13 on the \*M uses confusing names for
14 the SCSI devices: target 1 is
15 .Li sd2 ,
16 target 2 is
17 .Li sd4 ,
18 etc.
19 .Note)
20 .Pp
21 It might be a good time to run the diagnostics on your Sun3.
22 First, attach a terminal to the
23 .Li ttya
24 serial port, then set the
25 .Dq "Diag/Norm"
26 switch to the Diagnostic position, and power-on the machine.
27 The Diag. switch setting forces console interaction to occur on ttya.
28 Note that the 3/80 has a
29 .Dq "software"
30 diag switch you can set at
31 the PROM monitor prompt.
32 To turn on diag boot mode, do:
33 .Ic q 70b 12
34 To return to normal boot mode, do:
35 .Ic q 70b 6 .
36 .Pp
37 The console location (ttya, ttyb, or keyboard/display) is controlled
38 by address 0x1F in the EEPROM, which you can examine and change in
39 the PROM monitor by entering
40 .Ic "q1f"
41 followed by a numeric value (or
42 just a
43 .Sq Li \&.
44 if you don't want to change it).
45 Console values are:
46 .(tag 00xxx -offset indent
47 .It Li 00
48 Default graphics display
49 .It Li 10
50 tty a (9600-N-8-1)
51 .It Li 11
52 tty b (1200-N-8-1)
53 .It Li 20
54 Color option board on P4
55 .tag)