diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-07-31 06:39:08 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-07-31 06:39:08 +0000 |
commit | 040a15aac8ce2bbd3f07d723e729bfd22b485a6e (patch) | |
tree | 964ccf76bd71c0b6bb94e98b3cbe496c8917a9e2 /sys/arch/hppa | |
parent | 92c5c008f7c07453547cea9ceaedee383cbb482e (diff) |
remove the config glue between the /dev entry for ses and its driver
sure deraadt@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/conf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hppa/hppa/conf.c b/sys/arch/hppa/hppa/conf.c index 34ce8783929..caba8cf1f9e 100644 --- a/sys/arch/hppa/hppa/conf.c +++ b/sys/arch/hppa/hppa/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.33 2005/06/21 17:43:34 martin Exp $ */ +/* $OpenBSD: conf.c,v 1.34 2005/07/31 06:39:06 dlg Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -48,7 +48,6 @@ #include "cd.h" #include "ch.h" #include "ss.h" -#include "ses.h" #include "uk.h" #include "wd.h" bdev_decl(wd); @@ -176,7 +175,7 @@ struct cdevsw cdevsw[] = cdev_systrace_init(NSYSTRACE,systrace), /* 34: system call tracing */ cdev_audio_init(NAUDIO,audio), /* 35: /dev/audio */ cdev_crypto_init(NCRYPTO,crypto), /* 36: /dev/crypto */ - cdev_ses_init(NSES,ses), /* 37: SCSI SES/SAF-TE */ + cdev_notdef(), /* 37 */ cdev_ptm_init(NPTY,ptm), /* 38: pseudo-tty ptm device */ cdev_disk_init(NWD,wd), /* 39: ST506 disk */ cdev_usb_init(NUSB,usb), /* 40: USB controller */ |