summaryrefslogtreecommitdiff
path: root/distrib/notes/sparc64
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 05:53:56 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 05:53:56 +0000
commitb13c289929e257cab1b006c9729ba42cb1a36e43 (patch)
treeb7fca2b7163335a580f5c3fbd9ee342a991c70d4 /distrib/notes/sparc64
parent05957ef75e5bfab37e160ad7ba105c09c4b972de (diff)
knf
Diffstat (limited to 'distrib/notes/sparc64')
-rw-r--r--distrib/notes/sparc64/hardware6
-rw-r--r--distrib/notes/sparc64/install10
2 files changed, 8 insertions, 8 deletions
diff --git a/distrib/notes/sparc64/hardware b/distrib/notes/sparc64/hardware
index 78b58f993ba..ca4a9b12000 100644
--- a/distrib/notes/sparc64/hardware
+++ b/distrib/notes/sparc64/hardware
@@ -1,4 +1,4 @@
-dnl $OpenBSD: hardware,v 1.28 2002/05/29 01:52:47 fgsch Exp $
+dnl $OpenBSD: hardware,v 1.29 2002/06/09 05:53:55 todd Exp $
OpenBSD/MACHINE OSREV runs on the following classes of machines:
- SBUS based workstations:
Ultra 1
@@ -39,7 +39,7 @@ To install the entire system requires much more disk space, and to run
X or compile the system, more RAM is recommended.
Supported devices {:-include-:}:
- SCSI Host Adapters:
+ SCSI Host Adapters:
SBus NCR53c9x adapters (esp)
SBus 10/100Mbit SunSwift Ethernet+SCSI cards, aka HME + FAS366
cards (esp)
@@ -66,7 +66,7 @@ Supported devices {:-include-:}:
PCI GEM Ethernet (gem)
PCI Davicom DM9102 Ethernet (dc)
- Serial ports:
+ Serial ports:
onboard SBUS Zilog 8530 (zs)
onboard EBUS Infineon (Siemens) 82532 (sab)
onboard 16550 compatibles (com)
diff --git a/distrib/notes/sparc64/install b/distrib/notes/sparc64/install
index 84604e1a7be..b9c96916ea0 100644
--- a/distrib/notes/sparc64/install
+++ b/distrib/notes/sparc64/install
@@ -1,4 +1,4 @@
-dnl $OpenBSD: install,v 1.24 2002/04/17 23:32:12 miod Exp $
+dnl $OpenBSD: install,v 1.25 2002/06/09 05:53:55 todd Exp $
OpenBSDInstallPrelude
There are several ways to install OpenBSD onto a disk. The easiest way
@@ -65,7 +65,7 @@ Boot the miniroot by typing the appropriate command at the PROM:
If you've loaded the miniroot onto some other disk than the default
drive 0, modify the boot specifier accordingly, keeping in mind the
-partition naming a=0, b=1...
+partition naming a=0, b=1...
ok boot disk1:b bsd # example - scsi target 1 or
# second ide drive
@@ -190,10 +190,10 @@ need to edit /etc/ttys and change the terminal type, and getty method from
"sun" and "suncons" to "vt100" and "std.9600" or something similar. Also
when running from a serial console, you may wish to adjust the eeprom
settings for input-device, output-device, screen-#columns, and screen-#rows
-as appropriate.
+as appropriate.
In order to use 'tip' on OpenBSD/MACHINE, you'll need to edit /etc/ttys
-and add "local" to the end of the tty configuration line, and run
+and add "local" to the end of the tty configuration line, and run
'ttyflags -a' to put your changes into effect.
@@ -232,7 +232,7 @@ Use Solaris to newfs the partitions which will have filesystems on them.
solaris# newfs /dev/rdsk/c0t1d0s0
[... lots of output]
-
+
Repeat for any other partition (in this example, /dev/rdsk/c0t1d0s3,
/dev/rdsk/c0t1d0s4, /dev/rdsk/c0t1d0s5 and /dev/rdsk/c0t1d0s6).