diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-03-04 00:36:39 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-03-04 00:36:39 +0000 |
commit | cdc019c4cb32cd1685b06fc6775a0a98fa8fb2e8 (patch) | |
tree | 488b658901aa00981d425e128f4f88525306997d /distrib/sgi/ramdisk | |
parent | 44ae13d9a9c95b582d8fcd7a820e307bf8424aac (diff) |
Redo serial console configuration logic. Smaller, easier to
understand.
Add serial console handling for alpha, macppc, zaurus. No functional
change for i386/amd64.
All archs should now have automatic serial console configuration.
ok deraadt@
Diffstat (limited to 'distrib/sgi/ramdisk')
-rw-r--r-- | distrib/sgi/ramdisk/install.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/sgi/ramdisk/install.md b/distrib/sgi/ramdisk/install.md index f78430b54ab..ca0886c3f26 100644 --- a/distrib/sgi/ramdisk/install.md +++ b/distrib/sgi/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.8 2008/02/18 16:08:26 jsing Exp $ +# $OpenBSD: install.md,v 1.9 2008/03/04 00:36:38 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -181,3 +181,6 @@ refer to the install document. To reboot the system, just enter 'reboot' at the shell prompt. __EOT } + +md_consoleinfo() { +} |