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/hppa | |
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/hppa')
-rw-r--r-- | distrib/hppa/install.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/hppa/install.md b/distrib/hppa/install.md index 346f6964340..359c7137e31 100644 --- a/distrib/hppa/install.md +++ b/distrib/hppa/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.6 2005/03/27 15:13:49 krw Exp $ +# $OpenBSD: install.md,v 1.7 2008/03/04 00:36:38 krw Exp $ # # machine dependent section of installation/upgrade script. # @@ -41,3 +41,6 @@ md_prep_disklabel() { md_congrats() { } + +md_consoleinfo() { +} |