summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-09-28 15:18:54 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-09-28 15:18:54 +0000
commit8fd53dfc38031a4164589a5b2390282b093b37a1 (patch)
treeb301207422a9243c21bff8081291930da24835fa
parent88bca2b52d6ed862585ea5b2ae73e8cc90fa489b (diff)
add the missing ksym entry into the cdev table. pointed out by kevlo
-rw-r--r--sys/arch/arm/arm/conf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/arm/arm/conf.c b/sys/arch/arm/arm/conf.c
index 6343f7e9b73..c59133f20f9 100644
--- a/sys/arch/arm/arm/conf.c
+++ b/sys/arch/arm/arm/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.4 2004/04/07 03:20:47 drahn Exp $ */
+/* $OpenBSD: conf.c,v 1.5 2004/09/28 15:18:53 drahn Exp $ */
/* $NetBSD: conf.c,v 1.10 2002/04/19 01:04:38 wiz Exp $ */
/*
@@ -73,6 +73,7 @@
#include "pf.h"
#include "pty.h"
#include "tun.h"
+#include "ksyms.h"
/*
* Disk/Filesystem pseudo-devices
@@ -270,7 +271,7 @@ struct cdevsw cdevsw[] = {
cdev_ptc_init(NPTY,ptc), /* 5: pseudo-tty master */
cdev_log_init(1,log), /* 6: /dev/klog */
cdev_fd_init(1,filedesc), /* 7: file descriptor pseudo-device */
- cdev_lkm_dummy(), /* 8: */
+ cdev_ksyms_init(NKSYMS,ksyms), /* 8: Kernel symbols device */
cdev_lpt_init(NLPT,lpt), /* 9: parallel printer */
cdev_lkm_dummy(), /* 10: */
cdev_lkm_dummy(), /* 11: */