summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/sparc64/machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc64/sparc64/machdep.c')
-rw-r--r--sys/arch/sparc64/sparc64/machdep.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c
index 74b73f9c4ea..5e1a341b10c 100644
--- a/sys/arch/sparc64/sparc64/machdep.c
+++ b/sys/arch/sparc64/sparc64/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.73 2004/10/01 18:18:49 jason Exp $ */
+/* $OpenBSD: machdep.c,v 1.74 2004/11/02 21:20:59 miod Exp $ */
/* $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */
/*-
@@ -224,21 +224,6 @@ caddr_t allocsys(caddr_t);
void dumpsys(void);
void stackdump(void);
-#if (NPCKBC > 0) && (NPCKBD == 0)
-/*
- * This is called by the pckbc driver if no pckbd is configured.
- * On the i386, it is used to glue in the old, deprecated console
- * code. On the sparc64, it does nothing.
- */
-int
-pckbc_machdep_cnattach(kbctag, kbcslot)
- pckbc_tag_t kbctag;
- pckbc_slot_t kbcslot;
-{
- return (ENXIO);
-}
-#endif
-
/*
* Machine-dependent startup code
*/