Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/cobalt/cobalt Pull up to rev 1.5:



details:   https://anonhg.NetBSD.org/src/rev/af30090a3b6f
branches:  netbsd-1-5
changeset: 489358:af30090a3b6f
user:      soren <soren%NetBSD.org@localhost>
date:      Sun Sep 03 22:41:24 2000 +0000

description:
Pull up to rev 1.5:
> date: 2000/07/13 18:10:38;  author: soren;  state: Exp;  lines: +2 -2
> Fix mem_no. Pointed out by cgd.

diffstat:

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

diffs (27 lines):

diff -r 8bc3beee8da9 -r af30090a3b6f sys/arch/cobalt/cobalt/conf.c
--- a/sys/arch/cobalt/cobalt/conf.c     Sun Sep 03 22:39:34 2000 +0000
+++ b/sys/arch/cobalt/cobalt/conf.c     Sun Sep 03 22:41:24 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.3.2.1 2000/09/03 22:41:24 soren 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 */
@@ -137,7 +137,7 @@
 };
 int    nchrdev = sizeof(cdevsw) / sizeof(cdevsw[0]);
 
-int    mem_no = 2;             /* Major device number of memory special file */
+int    mem_no = 10;            /* Major device number of memory special file */
 
 int
 iskmemdev(dev)



Home | Main Index | Thread Index | Old Index