From 3a3661fb581bae5d0ae5021762061e4d9068315c Mon Sep 17 00:00:00 2001 From: nonaka Date: Fri, 15 Jun 2001 15:24:03 +0000 Subject: [PATCH] Delete unused function. --- sys/arch/prep/prep/machdep.c | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/sys/arch/prep/prep/machdep.c b/sys/arch/prep/prep/machdep.c index 65faf5caf7a4..96e93716f6da 100644 --- a/sys/arch/prep/prep/machdep.c +++ b/sys/arch/prep/prep/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.18 2001/06/02 18:09:20 chs Exp $ */ +/* $NetBSD: machdep.c,v 1.19 2001/06/15 15:24:03 nonaka Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -93,7 +93,6 @@ #include #include #endif -#include "pckbd.h" /* for pckbc_machdep_cnattach */ #include "com.h" #if (NCOM > 0) @@ -681,25 +680,6 @@ dokbd: panic("invalid console device %s", consinfo->devname); } -#if (NPCKBC > 0) && (NPCKBD == 0) -/* - * glue code to support old console code with the - * mi keyboard controller driver - */ -int -pckbc_machdep_cnattach(kbctag, kbcslot) - pckbc_tag_t kbctag; - pckbc_slot_t kbcslot; -{ - -#if (NPC > 0) && (NPCCONSKBD > 0) - return (pcconskbd_cnattach(kbctag, kbcslot)); -#else - return (ENXIO); -#endif -} -#endif - void dumpsys() {