Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/alpha Let this build again after the pckbc_cn...



details:   https://anonhg.NetBSD.org/src/rev/4e3bb2704417
branches:  trunk
changeset: 487664:4e3bb2704417
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Sun Jun 11 01:59:26 2000 +0000

description:
Let this build again after the pckbc_cnattach change

diffstat:

 sys/arch/alpha/alpha/api_up1000.c |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r d28133a644c9 -r 4e3bb2704417 sys/arch/alpha/alpha/api_up1000.c
--- a/sys/arch/alpha/alpha/api_up1000.c Sun Jun 11 01:13:44 2000 +0000
+++ b/sys/arch/alpha/alpha/api_up1000.c Sun Jun 11 01:59:26 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: api_up1000.c,v 1.2 2000/06/06 20:26:19 matt Exp $ */
+/* $NetBSD: api_up1000.c,v 1.3 2000/06/11 01:59:26 sommerfeld 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: api_up1000.c,v 1.2 2000/06/06 20:26:19 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: api_up1000.c,v 1.3 2000/06/11 01:59:26 sommerfeld Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -51,6 +51,7 @@
 
 #include <dev/isa/isareg.h>
 #include <dev/isa/isavar.h>
+#include <dev/ic/i8042reg.h>
 #include <dev/ic/pckbcvar.h>
 #include <dev/pci/pcireg.h>
 #include <dev/pci/pcivar.h>
@@ -128,7 +129,8 @@
 #if NPCKBD > 0
                /* display console ... */
                /* XXX */
-               (void) pckbc_cnattach(&icp->ic_iot, IO_KBD, PCKBC_KBD_SLOT);
+               (void) pckbc_cnattach(&icp->ic_iot, IO_KBD, KBCMDP,
+                   PCKBC_KBD_SLOT);
 
                if (CTB_TURBOSLOT_TYPE(ctb->ctb_turboslot) ==
                    CTB_TURBOSLOT_TYPE_ISA)



Home | Main Index | Thread Index | Old Index