summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-09-01 08:09:14 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-09-01 08:09:14 +0000
commitc7926d4f8e8067eab084408affaa529f856e7c8a (patch)
tree8d83ca1539e64d4c58941d4babba3c8c74669607 /distrib
parent8b6787b7a179ce0cf17586ea254014de1506d6b7 (diff)
uppercase `id' and `nvram' for consistency w/ other docs;
ok miod@
Diffstat (limited to 'distrib')
-rw-r--r--distrib/notes/i386/hardware18
-rw-r--r--distrib/notes/luna88k/install10
-rw-r--r--distrib/notes/luna88k/prep6
-rw-r--r--distrib/notes/macppc/prep4
4 files changed, 19 insertions, 19 deletions
diff --git a/distrib/notes/i386/hardware b/distrib/notes/i386/hardware
index e5153a2ca45..73036acceb2 100644
--- a/distrib/notes/i386/hardware
+++ b/distrib/notes/i386/hardware
@@ -1,4 +1,4 @@
-dnl $OpenBSD: hardware,v 1.157 2004/08/11 01:28:42 nick Exp $
+dnl $OpenBSD: hardware,v 1.158 2004/09/01 08:09:13 jmc Exp $
OpenBSD/MACHINE OSREV works across a broad range of standard PCs and
clones, with a wide variety of processors and I/O bus architectures. It
can be expected to install and run with minimal difficulties on most
@@ -884,16 +884,16 @@ WD7000 and TMC-7000 SCSI host adapters
wds0 0x350 15 6
wds1 0x358 11 5
-SCSI disks sd0 first SCSI disk (by SCSI id)
- sd1 second SCSI disk (by SCSI id)
- sd2 third SCSI disk (by SCSI id)
- sd3 fourth SCSI disk (by SCSI id)
+SCSI disks sd0 first SCSI disk (by SCSI ID)
+ sd1 second SCSI disk (by SCSI ID)
+ sd2 third SCSI disk (by SCSI ID)
+ sd3 fourth SCSI disk (by SCSI ID)
-SCSI tapes st0 first SCSI tape (by SCSI id)
- st1 second SCSI tape (by SCSI id)
+SCSI tapes st0 first SCSI tape (by SCSI ID)
+ st1 second SCSI tape (by SCSI ID)
-SCSI CD-ROMs cd0 first SCSI CD-ROM (by SCSI id)
- cd1 second SCSI CD-ROM (by SCSI id)
+SCSI CD-ROMs cd0 first SCSI CD-ROM (by SCSI ID)
+ cd1 second SCSI CD-ROM (by SCSI ID)
SMC/WD 8003, 8013, Elite16, and Elite16 Ultra Ethernet boards
we0 0x280 9 iomem 0xd0000
diff --git a/distrib/notes/luna88k/install b/distrib/notes/luna88k/install
index 4afceaf1a15..ddcceea31ad 100644
--- a/distrib/notes/luna88k/install
+++ b/distrib/notes/luna88k/install
@@ -1,4 +1,4 @@
-dnl $OpenBSD: install,v 1.1 2004/05/16 21:52:22 miod Exp $
+dnl $OpenBSD: install,v 1.2 2004/09/01 08:09:13 jmc Exp $
OpenBSDInstallPrelude
There are several ways to install OpenBSD onto a disk. The easiest way
@@ -24,16 +24,16 @@ panel DIP switch #1 must be down to access the PROM prompt.
Booting from an installation tape:
- The internal tape drive is usually configured as SCSI id #4. At the
+ The internal tape drive is usually configured as SCSI ID #4. At the
prompt, enter
b st(0,0,0)
to boot the first file from the tape. If your tape drive uses a
- different SCSI id, replace the middle number with the appropriate number
+ different SCSI ID, replace the middle number with the appropriate number
from the following table:
- tape drive SCSI id: 0 1 2 3 4 5 6
+ tape drive SCSI ID: 0 1 2 3 4 5 6
middle number for st(): 4 3 2 1 0 6 5
If the tape drive is connected to the external SCSI controller, add 10 to
@@ -52,7 +52,7 @@ Booting from an existing partition:
the partition number (usually 0, for the 'a' partition), and 'n' with
the appropriate number from the following table:
- disk drive SCSI id: 0 1 2 3 4 5 6
+ disk drive SCSI ID: 0 1 2 3 4 5 6
value of 'n': 6 5 4 3 2 1 0
If the disk drive is connected to the external SCSI controller, add 10 to
diff --git a/distrib/notes/luna88k/prep b/distrib/notes/luna88k/prep
index 3abc38082ea..10ee034bc57 100644
--- a/distrib/notes/luna88k/prep
+++ b/distrib/notes/luna88k/prep
@@ -1,4 +1,4 @@
-dnl $OpenBSD: prep,v 1.2 2004/08/30 20:44:49 miod Exp $
+dnl $OpenBSD: prep,v 1.3 2004/09/01 08:09:13 jmc Exp $
Luna-88K do not require any specific preparation prior to the OpenBSD
installation. However, you might want to get familiar with the PROM
@@ -15,7 +15,7 @@ On the Luna-88k, the 'down' position is 'off', and the 'up' position is
and 'down' is 'on').
If the leftmost switch in SW1, #1, is in the Žoff' position, the system will
-auto-boot from the boot device saved in nvram. Otherwise, the boot process
+auto-boot from the boot device saved in NVRAM. Otherwise, the boot process
will stop at the PROM prompt.
The second switch in SW1, #2, selects the console device. When in the 'on'
@@ -29,4 +29,4 @@ found at the following URL:
dnl
dnl Need to provide a short monitor description. Start from
dnl http://www.nk-home.net/~aoyama/luna/monitor.txt
-dnl and also document nvram?
+dnl and also document NVRAM?
diff --git a/distrib/notes/macppc/prep b/distrib/notes/macppc/prep
index 9b451edb214..075e557158d 100644
--- a/distrib/notes/macppc/prep
+++ b/distrib/notes/macppc/prep
@@ -1,4 +1,4 @@
-dnl $OpenBSD: prep,v 1.14 2004/05/24 15:47:00 tom Exp $
+dnl $OpenBSD: prep,v 1.15 2004/09/01 08:09:13 jmc Exp $
To be able to boot the OpenBSD/MACHINE installation program, you will
need to acquire some limited knowledge of Open Firmware, the low-level
process that controls the microprocessor after hardware initialization
@@ -100,7 +100,7 @@ by setting up the following:
setenv auto-boot? true
setenv boot-device hd:,ofwboot
-[to save the results into nvram]
+[to save the results into NVRAM]
reset-all
These settings assume that the master of the first IDE bus has OpenBSD