From 10fd4c593397f1d5237c5dbb1a62994f6a4d92a1 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 31 Jan 1996 07:32:11 +0000 Subject: [PATCH] Add an entry for my HP Model 4020i CDR drive. --- sys/scsi/scsiconf.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 88a72175f7df..346e11912b40 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.47 1996/01/28 21:51:57 jkh Exp $ + * $Id: scsiconf.c,v 1.48 1996/01/28 22:41:44 julian Exp $ */ #include @@ -325,6 +325,10 @@ static struct scsidevs knowndevs[] = T_WORM, T_WORM, T_REMOV, "YAMAHA", "CDR100", "*", "worm", SC_ONE_LU }, + { + T_READONLY, T_WORM, T_REMOV, "HP", "C4324/C4325", "*", + "worm", SC_ONE_LU + }, { T_WORM, T_WORM, T_REMOV, "*", "*", "*", "worm", SC_ONE_LU