diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-11 20:15:30 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-11 20:15:30 +0000 |
commit | aef7268236ae3ae9b725cf206bbd37e9b77e96b8 (patch) | |
tree | 16ad44800fe4a3dad681ef448faa4437928dcea1 /sys/arch/loongson | |
parent | 624c3eac02013a804418d115625ad8d09ce17dd8 (diff) |
default to no pckbc and no legacy hardware; ok miod@
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/loongson/wscons_machdep.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/loongson/loongson/wscons_machdep.c b/sys/arch/loongson/loongson/wscons_machdep.c index ca6e707492f..50b3a613748 100644 --- a/sys/arch/loongson/loongson/wscons_machdep.c +++ b/sys/arch/loongson/loongson/wscons_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wscons_machdep.c,v 1.2 2010/02/05 20:53:28 miod Exp $ */ +/* $OpenBSD: wscons_machdep.c,v 1.3 2010/02/11 20:15:29 otto Exp $ */ /* * Copyright (c) 2010 Miodrag Vallat. @@ -158,10 +158,9 @@ setup_kbd: #if NPCKBC > 0 switch (sys_config.system_type) { - case LOONGSON_GDIUM: - /* no legacy hardware */ - break; default: + /* no pckbc or no legacy hardware */ + break; case LOONGSON_YEELOONG: if (rc != 0) rc = pckbc_cnattach(&bonito_pci_io_space_tag, IO_KBD, |