Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha Oops, wrong number (84 -> 69)



details:   https://anonhg.NetBSD.org/src/rev/50bfe3b91ee4
branches:  trunk
changeset: 520474:50bfe3b91ee4
user:      manu <manu%NetBSD.org@localhost>
date:      Sat Jan 12 12:32:58 2002 +0000

description:
Oops, wrong number (84 -> 69)

diffstat:

 sys/arch/alpha/alpha/conf.c |  21 +++------------------
 1 files changed, 3 insertions(+), 18 deletions(-)

diffs (49 lines):

diff -r 40aa5497aecc -r 50bfe3b91ee4 sys/arch/alpha/alpha/conf.c
--- a/sys/arch/alpha/alpha/conf.c       Sat Jan 12 12:28:03 2002 +0000
+++ b/sys/arch/alpha/alpha/conf.c       Sat Jan 12 12:32:58 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.60 2002/01/12 12:28:03 manu Exp $ */
+/* $NetBSD: conf.c,v 1.61 2002/01/12 12:32:58 manu Exp $ */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.60 2002/01/12 12:28:03 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.61 2002/01/12 12:32:58 manu Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -302,7 +302,7 @@
        cdev_pci_init(NPCI,pci),        /* 66: PCI bus access device */
        cdev__ocim_init(NAGP,agp),      /* 67: AGP graphics aperture device */
        cdev__ocm_init(NSTIC,stic),     /* 68: PixelStamp mmap interface */
-       cdev_clockctl_init(NCLOCKCTL, clockctl),/* 84: clockctl pseudo device */
+       cdev_clockctl_init(NCLOCKCTL, clockctl),/* 69: clockctl pseudo device */
 };
 int    nchrdev = sizeof (cdevsw) / sizeof (cdevsw[0]);
 
@@ -414,21 +414,6 @@
        /* 67 */        NODEV,
        /* 68 */        NODEV,
        /* 69 */        NODEV,
-       /* 70 */        NODEV,
-       /* 71 */        NODEV,
-       /* 72 */        NODEV,
-       /* 73 */        NODEV,
-       /* 74 */        NODEV,
-       /* 75 */        NODEV,
-       /* 76 */        NODEV,
-       /* 77 */        NODEV,
-       /* 78 */        NODEV,
-       /* 79 */        NODEV,
-       /* 80 */        NODEV,
-       /* 81 */        NODEV,
-       /* 82 */        NODEV,
-       /* 83 */        NODEV,
-       /* 84 */        NODEV,
 };
 
 /*



Home | Main Index | Thread Index | Old Index