Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/alpha/alpha Apply patch (requested by elric):
details: https://anonhg.NetBSD.org/src/rev/5df59373efb6
branches: netbsd-1-4
changeset: 470367:5df59373efb6
user: he <he%NetBSD.org@localhost>
date: Sun Feb 13 23:12:41 2000 +0000
description:
Apply patch (requested by elric):
Make this compile when NPCKBD > 0.
diffstat:
sys/arch/alpha/alpha/dec_550.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r aa40aa4dfcb5 -r 5df59373efb6 sys/arch/alpha/alpha/dec_550.c
--- a/sys/arch/alpha/alpha/dec_550.c Sun Feb 13 22:58:17 2000 +0000
+++ b/sys/arch/alpha/alpha/dec_550.c Sun Feb 13 23:12:41 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_550.c,v 1.3.2.3 2000/02/12 20:29:28 he Exp $ */
+/* $NetBSD: dec_550.c,v 1.3.2.4 2000/02/13 23:12:41 he Exp $ */
/*
* Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: dec_550.c,v 1.3.2.3 2000/02/12 20:29:28 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_550.c,v 1.3.2.4 2000/02/13 23:12:41 he Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -129,7 +129,7 @@
#if NPCKBD > 0
/* display console ... */
/* XXX */
- (void) pckbc_cnattach(&ccp->cc_iot, IO_KBD, PCKBC_KBD_SLOT);
+ (void) pckbc_cnattach(&ccp->cc_iot, PCKBC_KBD_SLOT);
if (CTB_TURBOSLOT_TYPE(ctb->ctb_turboslot) ==
CTB_TURBOSLOT_TYPE_ISA)
Home |
Main Index |
Thread Index |
Old Index