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/sparc | |
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/sparc')
-rw-r--r-- | distrib/sparc/install.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md index 3da8e0058b8..55b964f21aa 100644 --- a/distrib/sparc/install.md +++ b/distrib/sparc/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.52 2005/04/03 19:33:59 krw Exp $ +# $OpenBSD: install.md,v 1.53 2008/03/04 00:36:38 krw Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -92,3 +92,6 @@ md_prep_disklabel() { md_congrats() { } + +md_consoleinfo() { +} |