Source-Changes-HG archive

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

[src/trunk]: src/sys/arch fix some obvious paste errors in 'uk' cdev inits



details:   https://anonhg.NetBSD.org/src/rev/60a0d55e462c
branches:  trunk
changeset: 494766:60a0d55e462c
user:      cgd <cgd%NetBSD.org@localhost>
date:      Thu Jul 13 17:40:34 2000 +0000

description:
fix some obvious paste errors in 'uk' cdev inits

diffstat:

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

diffs (36 lines):

diff -r ac46d299c133 -r 60a0d55e462c sys/arch/cobalt/cobalt/conf.c
--- a/sys/arch/cobalt/cobalt/conf.c     Thu Jul 13 17:39:03 2000 +0000
+++ b/sys/arch/cobalt/cobalt/conf.c     Thu Jul 13 17:40:34 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.3 2000/06/06 18:00:23 soren Exp $   */
+/*     $NetBSD: conf.c,v 1.4 2000/07/13 17:40:34 cgd Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -129,7 +129,7 @@
        cdev_ipf_init(NIPFILTER,ipl),   /* 20: IP filter */
        cdev_scanner_init(NSS,ss),      /* 21: SCSI scanner */
        cdev_ch_init(NCH,ch),           /* 22: SCSI changer */
-       cdev_ch_init(NCH,ch),           /* 23: SCSI unknown */
+       cdev_uk_init(NUK,uk),           /* 23: SCSI unknown */
        cdev_scsibus_init(NSCSIBUS,scsibus), /* 24: SCSI bus */
        cdev_ses_init(NSES,ses),        /* 25: SCSI SES/SAF-TE */
        cdev_tty_init(NCOM,com),        /* 26: com serial port */
diff -r ac46d299c133 -r 60a0d55e462c sys/arch/x68k/x68k/conf.c
--- a/sys/arch/x68k/x68k/conf.c Thu Jul 13 17:39:03 2000 +0000
+++ b/sys/arch/x68k/x68k/conf.c Thu Jul 13 17:40:34 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.19 2000/06/11 14:20:46 minoura Exp $        */
+/*     $NetBSD: conf.c,v 1.20 2000/07/13 17:40:35 cgd Exp $    */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -240,7 +240,7 @@
        cdev_disk_init(NCCD,ccd),       /* 34: concatenated disk driver */
        cdev_scanner_init(NSS,ss),      /* 35: SCSI scanner */
        cdev_ch_init(NCH,ch),           /* 36: SCSI changer device */
-       cdev_ch_init(NUK,uk),           /* 37: SCSI unknown device */
+       cdev_uk_init(NUK,uk),           /* 37: SCSI unknown device */
        cdev_ipf_init(NIPFILTER,ipl),   /* 38: IP filter device */
        cdev_rnd_init(NRND,rnd),        /* 39: random source pseudo-device */
        cdev_scsibus_init(NSCSIBUS,scsibus), /* 40: SCSI bus */



Home | Main Index | Thread Index | Old Index