diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1997-06-11 22:29:01 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1997-06-11 22:29:01 +0000 |
| commit | 79a853b932c32c95c70524aec632b1d0b7860db9 (patch) | |
| tree | ef31aecb058ebcf220604e2a94bf4dc29f563814 | |
| parent | 1d389e50e0713a01689a1d173b7cd61b2ee64e66 (diff) | |
Notes
| -rw-r--r-- | sys/scsi/scsiconf.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 47a8a165df5e..79c9728d55bc 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -16,7 +16,7 @@ * * New configuration setup: dufault@hda.com * - * $Id: scsiconf.c,v 1.87 1997/05/21 19:35:11 joerg Exp $ + * $Id: scsiconf.c,v 1.88 1997/05/25 14:20:28 joerg Exp $ */ #include "opt_scsi.h" @@ -449,6 +449,10 @@ static struct scsidevs knowndevs[] = #endif /* NOD */ #if NSD > 0 { + T_DIRECT, T_DIRECT, T_FIXED, "HP", "C372*", "*", + "sd", SC_ONE_LU, SD_Q_NO_TAGS + }, + { T_DIRECT, T_DIRECT, T_FIXED, "*", "*", "*", "sd", SC_ONE_LU }, |
