From b180c8ac8aa0cdf62951421a4020736eff52705e Mon Sep 17 00:00:00 2001 From: mjacob Date: Mon, 21 Feb 2000 08:15:33 +0000 Subject: recycle unused char 24 to be SES device --- sys/arch/i386/i386/conf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386') 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 -- cgit v1.2.3