diff options
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r-- | sys/scsi/scsiconf.c | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index fd237dcb4f5..474bc4bdaea 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.102 2006/05/13 18:31:34 krw Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.103 2006/07/11 09:28:35 dlg Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -56,21 +56,6 @@ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> -#if 0 -#if NCALS > 0 - { T_PROCESSOR, T_FIXED, 1, - 0, 0, 0 }, -#endif /* NCALS */ -#if NBLL > 0 - { T_PROCESSOR, T_FIXED, 1, - "AEG ", "READER ", "V1.0" }, -#endif /* NBLL */ -#if NKIL > 0 - { T_SCANNER, T_FIXED, 0, - "KODAK ", "IL Scanner 900 ", 0 }, -#endif /* NKIL */ -#endif - /* * Declarations */ |