Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/sandpoint fix comment; cdev_notdef() is a...



details:   https://anonhg.NetBSD.org/src/rev/da431c727e60
branches:  trunk
changeset: 509670:da431c727e60
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu May 10 01:23:23 2001 +0000

description:
fix comment; cdev_notdef() is a funny pc console :)

diffstat:

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

diffs (18 lines):

diff -r cf380af5af44 -r da431c727e60 sys/arch/sandpoint/sandpoint/conf.c
--- a/sys/arch/sandpoint/sandpoint/conf.c       Thu May 10 01:05:47 2001 +0000
+++ b/sys/arch/sandpoint/sandpoint/conf.c       Thu May 10 01:23:23 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.4 2001/03/21 22:25:56 lukem Exp $   */
+/*     $NetBSD: conf.c,v 1.5 2001/05/10 01:23:23 lukem Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -196,7 +196,7 @@
        cdev_disk_init(NFDC,fd),        /* 9: floppy disk */
        cdev_tape_init(NWT,wt),         /* 10: QIC-02/QIC-36 tape */
        cdev_disk_init(NSCD,scd),       /* 11: Sony CD-ROM */
-       cdev_notdef(),                  /* 12: PC console */
+       cdev_notdef(),                  /* 12 */
        cdev_disk_init(NSD,sd),         /* 13: SCSI disk */
        cdev_tape_init(NST,st),         /* 14: SCSI tape */
        cdev_disk_init(NCD,cd),         /* 15: SCSI CD-ROM */



Home | Main Index | Thread Index | Old Index