diff options
author | mjacob <mjacob@cvs.openbsd.org> | 2000-02-21 08:15:33 +0000 |
---|---|---|
committer | mjacob <mjacob@cvs.openbsd.org> | 2000-02-21 08:15:33 +0000 |
commit | b180c8ac8aa0cdf62951421a4020736eff52705e (patch) | |
tree | cd470befa23326fc0fd423134e79212c18dd1aa6 /sys | |
parent | 3228d7f69940908fc28ea39daf20b807477086a6 (diff) |
recycle unused char 24 to be SES device
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/conf.c | 5 |
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 |