summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>2001-12-05 16:10:09 +0000
committeraugustss <augustss@NetBSD.org>2001-12-05 16:10:09 +0000
commit81f90d8cd347f7b0bef07df0f10f33283a2ef074 (patch)
tree37784d8fa63a2284b9903cc9f069588cae9a01c4 /sys
parentbd8b498c42ea67c6f30d58fa1cded801ed29ce93 (diff)
Use the right name to decide if we should use irframe entry.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c
index 1c87db5306d..e2ca962cd13 100644
--- a/sys/arch/i386/i386/conf.c
+++ b/sys/arch/i386/i386/conf.c
@@ -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 @@ struct cdevsw cdevsw[] =
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]);