Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 add "wd" to chrtoblktbl



details:   https://anonhg.NetBSD.org/src/rev/eae122dda9b4
branches:  trunk
changeset: 503181:eae122dda9b4
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Feb 02 07:39:28 2001 +0000

description:
add "wd" to chrtoblktbl

diffstat:

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

diffs (18 lines):

diff -r 01e3a184207c -r eae122dda9b4 sys/arch/sparc64/sparc64/conf.c
--- a/sys/arch/sparc64/sparc64/conf.c   Fri Feb 02 07:33:42 2001 +0000
+++ b/sys/arch/sparc64/sparc64/conf.c   Fri Feb 02 07:39:28 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.13 2001/01/14 11:17:30 martin Exp $ */
+/*     $NetBSD: conf.c,v 1.14 2001/02/02 07:39:28 mrg Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -365,7 +365,7 @@
        /* 23 */        9,
        /* 24 */        NODEV,
        /* 25 */        NODEV,
-       /* 26 */        NODEV,
+       /* 26 */        12,
        /* 27 */        NODEV,
        /* 28 */        NODEV,
        /* 29 */        NODEV,



Home | Main Index | Thread Index | Old Index