diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-10 18:20:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-10 18:20:08 +0000 |
commit | be38412e49d78c13c55bcd0a1f1b3c1959bc4dae (patch) | |
tree | 2ca720180c06e2c56472665fefa10cd63a114795 /sys/arch/vax/boot/boot/version | |
parent | a9ae17faa40d7f53f21c89598a89c1a87f985b91 (diff) |
Add support for the VAXstation 3[58][24]0 to the bootblocks, currently
limited to serial console. This is enough for a 3520 to mopboot and download
a kernel over NFS.
Diffstat (limited to 'sys/arch/vax/boot/boot/version')
-rw-r--r-- | sys/arch/vax/boot/boot/version | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/vax/boot/boot/version b/sys/arch/vax/boot/boot/version index 8aaeca812aa..781a361f1b4 100644 --- a/sys/arch/vax/boot/boot/version +++ b/sys/arch/vax/boot/boot/version @@ -1,4 +1,4 @@ -$OpenBSD: version,v 1.5 2008/03/30 19:54:05 miod Exp $ +$OpenBSD: version,v 1.6 2008/08/10 18:20:07 miod Exp $ $NetBSD: version,v 1.4 2001/11/09 19:53:15 scw Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this @@ -34,3 +34,4 @@ is taken as the current. 1.11: Better VXT2000{,+} support. 1.12: Glass console support on VXT2000{,+}. 1.13: Enable the loadfile code added in revision 1.8. +1.14: Support for VaxStation 3[58][24]0 (serial port console only). |