diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-03 22:40:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-03 22:40:20 +0000 |
commit | 27b4b627291e409fae17809f5eeac5f3f3390121 (patch) | |
tree | 5d696be232228454741549dfe220620106cb53d6 | |
parent | 00ae60cf6c832000dece2dbaf23ca62e0779f624 (diff) |
``device'' is not written ``devic''.
-rw-r--r-- | distrib/notes/mvme68k/install | 4 | ||||
-rw-r--r-- | distrib/notes/mvme88k/install | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/notes/mvme68k/install b/distrib/notes/mvme68k/install index d3dbb1b1755..2a283daef35 100644 --- a/distrib/notes/mvme68k/install +++ b/distrib/notes/mvme68k/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.22 2003/09/06 23:34:00 miod Exp $ +dnl $OpenBSD: install,v 1.23 2004/01/03 22:40:18 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -56,7 +56,7 @@ The encoding for the drive ID is as follows: - built-in controller and MVME327 SCSI controller: 'yy' is ten times the device ID. - MVME328 SCSI controller: - 'yy' is eight times the devic ID, written in hexadecimal + 'yy' is eight times the device ID, written in hexadecimal - MVME350 tape controller: 'yy' is always zero, as this controller only supports one tape drive. diff --git a/distrib/notes/mvme88k/install b/distrib/notes/mvme88k/install index 4395743bb4b..279203cf780 100644 --- a/distrib/notes/mvme88k/install +++ b/distrib/notes/mvme88k/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.11 2003/12/30 10:45:45 miod Exp $ +dnl $OpenBSD: install,v 1.12 2004/01/03 22:40:19 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -56,7 +56,7 @@ The encoding for the drive ID is as follows: - MVME187 built-in controller and MVME327 SCSI controller: 'yy' is ten times the device ID. - MVME328 SCSI controller: - 'yy' is eight times the devic ID, written in hexadecimal + 'yy' is eight times the device ID, written in hexadecimal - MVME350 tape controller: 'yy' is always zero, as this controller only supports one tape drive. |