Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Use the right name to decide if we should...



details:   https://anonhg.NetBSD.org/src/rev/ae35ba0991fe
branches:  trunk
changeset: 518781:ae35ba0991fe
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Dec 05 16:10:09 2001 +0000

description:
Use the right name to decide if we should use irframe entry.

diffstat:

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

diffs (27 lines):

diff -r e1bab6d90d27 -r ae35ba0991fe sys/arch/i386/i386/conf.c
--- a/sys/arch/i386/i386/conf.c Wed Dec 05 15:51:11 2001 +0000
+++ b/sys/arch/i386/i386/conf.c Wed Dec 05 16:10:09 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.149 2001/12/02 10:45:40 augustss Exp $      */
+/*     $NetBSD: conf.c,v 1.150 2001/12/05 16:10:09 augustss Exp $      */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.149 2001/12/02 10:45:40 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.150 2001/12/05 16:10:09 augustss Exp $");
 
 #include "opt_compat_svr4.h"
 
@@ -348,7 +348,7 @@
        cdev__ocim_init(NAGP,agp),      /* 82: AGP graphics aperture device */
        cdev_pci_init(NPCI,pci),        /* 83: PCI bus access device */
        cdev__oci_init(NDPTI,dpti),     /* 84: DPT/Adaptec RAID management */
-       cdev_ir_init(NIRFRAME,irframe), /* 85: IrDA physical driver */
+       cdev_ir_init(NIRFRAMEDRV,irframe),/* 85: IrDA frame driver */
        cdev_ir_init(NCIR,cir),         /* 86: Consumer Ir */
 };
 int    nchrdev = sizeof(cdevsw) / sizeof(cdevsw[0]);



Home | Main Index | Thread Index | Old Index