summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/conf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c
index f18fbb98037..f5b74afd8a7 100644
--- a/sys/arch/i386/i386/conf.c
+++ b/sys/arch/i386/i386/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.57 1999/08/13 05:38:05 fgsch Exp $ */
+/* $OpenBSD: conf.c,v 1.58 2000/02/21 08:15:32 mjacob Exp $ */
/* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */
/*
@@ -50,6 +50,7 @@ bdev_decl(fd);
#include "wt.h"
bdev_decl(wt);
#include "sd.h"
+#include "ses.h"
#include "st.h"
#include "cd.h"
#include "uk.h"
@@ -245,7 +246,7 @@ struct cdevsw cdevsw[] =
cdev_ocis_init(NAPM,apm), /* 21: Advancded Power Management */
cdev_fd_init(1,filedesc), /* 22: file descriptor pseudo-device */
cdev_bpftun_init(NBPFILTER,bpf),/* 23: Berkeley packet filter */
- cdev_notdef(), /* 24 */
+ cdev_ses_init(NSES,ses), /* 24: SES/SAF-TE SCSI */
#if 0
cdev_ocis_init(NPCMCIA,pcmcia), /* 25: PCMCIA Bus */
#else