diff options
author | 2009-06-04 16:52:12 +0000 | |
---|---|---|
committer | 2009-06-04 16:52:12 +0000 | |
commit | 60b7a79bff261e8e60b1617414c137947b4c3a76 (patch) | |
tree | 10db9fb8797f6cd174dd76f5f2690415d274b82f /sys | |
parent | - sync the descriptions of -h and -k (diff) | |
download | wireguard-openbsd-60b7a79bff261e8e60b1617414c137947b4c3a76.tar.xz wireguard-openbsd-60b7a79bff261e8e60b1617414c137947b4c3a76.zip |
Don't bother setting RB_SERCONS in boothowto since this flag is not used
by anything.
Diffstat (limited to 'sys')
-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; } |