Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc/arc vga/pckbc attachment for jazz internal bus ...



details:   https://anonhg.NetBSD.org/src/rev/f88738725791
branches:  trunk
changeset: 488062:f88738725791
user:      soda <soda%NetBSD.org@localhost>
date:      Sat Jun 17 07:28:07 2000 +0000

description:
vga/pckbc attachment for jazz internal bus of Magnum derived machines
(including Pica, NEC RISCstation/RISCserver).

diffstat:

 sys/arch/arc/arc/conf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a247f4d5e2bf -r f88738725791 sys/arch/arc/arc/conf.c
--- a/sys/arch/arc/arc/conf.c   Sat Jun 17 07:25:57 2000 +0000
+++ b/sys/arch/arc/arc/conf.c   Sat Jun 17 07:28:07 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.17 2000/03/03 12:29:57 soda Exp $   */
+/*     $NetBSD: conf.c,v 1.18 2000/06/17 07:28:07 soda Exp $   */
 /*     $OpenBSD: conf.c,v 1.27 1999/08/12 13:06:33 niklas Exp $ */
 
 /*
@@ -201,7 +201,7 @@
        cdev_bpftun_init(NBPFILTER,bpf),/* 12: berkeley packet filter */
        cdev_disk_init(NFDC,fd),        /* 13: Floppy disk */
        cdev_pc_init(NPC,pc),           /* 14: builtin pc style console dev */
-       cdev_mouse_init(NPC,opms),      /* 15: builtin PS2 style mouse */
+       cdev_mouse_init(NOPMS,opms),    /* 15: builtin PS2 style mouse */
        cdev_lpt_init(NLPT,lpt),        /* 16: Parallel printer interface */
        cdev_tty_init(NCOM,com),        /* 17: 16C450 serial interface */
        cdev_disk_init(NWD,wd),         /* 18: ST506/ESDI/IDE disk */



Home | Main Index | Thread Index | Old Index