diff options
author | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2010-11-23 04:07:56 +0000 |
---|---|---|
committer | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2010-11-23 04:07:56 +0000 |
commit | 6c3fd4be2069e04c665d400d35dacfeb3188cd98 (patch) | |
tree | 743a1be9fd70652f9dbd173a39eab3de133ef22e /sys/arch/loongson | |
parent | 4846dc5b38dce4b29e241b6320b4dac098e5e05f (diff) |
removed slot argument of function pckbc_cnattach
because it is always PCKBC_KBD_SLOT
ok krw@, miod@
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/loongson/wscons_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/loongson/wscons_machdep.c b/sys/arch/loongson/loongson/wscons_machdep.c index 6374b3157e2..5d4244d9728 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.8 2010/07/18 13:36:14 miod Exp $ */ +/* $OpenBSD: wscons_machdep.c,v 1.9 2010/11/23 04:07:55 shadchin Exp $ */ /* * Copyright (c) 2010 Miodrag Vallat. @@ -209,7 +209,7 @@ setup_kbd: #if NPCKBC > 0 if (rc != 0) rc = pckbc_cnattach(&bonito_pci_io_space_tag, IO_KBD, - KBCMDP, PCKBC_KBD_SLOT, 0); + KBCMDP, 0); #endif #if NUKBD > 0 if (rc != 0) |