Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/macppc s/NUMODEM/NUCOM/



details:   https://anonhg.NetBSD.org/src/rev/e216eccaaa48
branches:  trunk
changeset: 481376:e216eccaaa48
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Thu Jan 27 15:41:19 2000 +0000

description:
s/NUMODEM/NUCOM/

diffstat:

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

diffs (18 lines):

diff -r c74763790410 -r e216eccaaa48 sys/arch/macppc/macppc/conf.c
--- a/sys/arch/macppc/macppc/conf.c     Thu Jan 27 15:25:00 2000 +0000
+++ b/sys/arch/macppc/macppc/conf.c     Thu Jan 27 15:41:19 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.17 2000/01/25 08:32:04 augustss Exp $       */
+/*     $NetBSD: conf.c,v 1.18 2000/01/27 15:41:19 tsubai Exp $ */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -192,7 +192,7 @@
        cdev_lpt_init(NULPT,ulpt),      /* 41: USB printer */
        cdev_ugen_init(NUGEN,ugen),     /* 42: USB generic driver */
        cdev_mouse_init(NWSMUX,wsmux),  /* 43: ws multiplexor */
-       cdev_tty_init(NUMODEM,ucom),    /* 44: USB tty */
+       cdev_tty_init(NUCOM,ucom),      /* 44: USB tty */
        cdev_tty_init(NCOM,com),        /* 45: NS16x50 compatible ports */
 };
 int nchrdev = sizeof cdevsw / sizeof cdevsw[0];



Home | Main Index | Thread Index | Old Index