Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/luna68k use cdev_mouse_init() for wsmux



details:   https://anonhg.NetBSD.org/src/rev/91be3fecf7c4
branches:  trunk
changeset: 533599:91be3fecf7c4
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jul 04 23:24:43 2002 +0000

description:
use cdev_mouse_init() for wsmux

diffstat:

 sys/arch/luna68k/luna68k/conf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7a0c7048a237 -r 91be3fecf7c4 sys/arch/luna68k/luna68k/conf.c
--- a/sys/arch/luna68k/luna68k/conf.c   Thu Jul 04 22:46:04 2002 +0000
+++ b/sys/arch/luna68k/luna68k/conf.c   Thu Jul 04 23:24:43 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.5 2002/06/17 16:33:08 christos Exp $ */
+/* $NetBSD: conf.c,v 1.6 2002/07/04 23:24:43 lukem Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.5 2002/06/17 16:33:08 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.6 2002/07/04 23:24:43 lukem Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -178,7 +178,7 @@
        cdev_lkm_dummy(),               /* 30 */
        cdev_scsibus_init(NSCSIBUS,scsibus), /* 31: SCSI bus */
        cdev_disk_init(NRAID,raid),     /* 32: RAIDframe disk driver */
-       cdev_disk_init(NWSMUX,wsmux),   /* 33: ws multiplexor */
+       cdev_mouse_init(NWSMUX,wsmux),  /* 33: ws multiplexor */
        cdev_rnd_init(NRND,rnd),        /* 34: random source pseudo-device */
        cdev_clockctl_init(NCLOCKCTL, clockctl),/* 35: clockctl pseudo device */
 #ifdef SYSTRACE



Home | Main Index | Thread Index | Old Index