diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-06-04 16:52:13 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-06-04 16:52:13 +0000 |
commit | 918ea9fdd06d5989d37488280e79afd8b0aa95d8 (patch) | |
tree | 61b3948f3eeef6186957b56a87b55f846a42f6ae /sys/arch | |
parent | 579dccee5db7200c46c13de61f9ebf7c6b116e33 (diff) |
Don't bother setting RB_SERCONS in boothowto since this flag is not used
by anything.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sgi/sgi/machdep.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sgi/sgi/machdep.c b/sys/arch/sgi/sgi/machdep.c index 79a4121064d..20f4b55963b 100644 --- a/sys/arch/sgi/sgi/machdep.c +++ b/sys/arch/sgi/sgi/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.71 2009/06/03 21:30:20 beck Exp $ */ +/* $OpenBSD: machdep.c,v 1.72 2009/06/04 16:52:12 miod Exp $ */ /* * Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -719,10 +719,6 @@ dobootopts(int argc, void *argv) } } } - - /* Catch serial consoles on O2s. */ - if (strncmp(bios_console, "serial", 6) == 0) - boothowto |= RB_SERCONS; } |