diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-03-10 20:51:17 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-03-10 20:51:17 +0000 |
| commit | 930bb1a4da5df36487ac972c12c7ce1ad13c2e7a (patch) | |
| tree | 250dbfafbafe468b8dadd3bb073b50ee5aedac4a | |
| parent | fdc58e30dae51805544e57b4b951a6e9f3d9d95e (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 c0dc22a9f930..38941e66f668 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.79 1997/02/22 09:44:34 peter Exp $ + * $Id: scsiconf.c,v 1.80 1997/03/06 15:36:17 joerg Exp $ */ #include "opt_scsi.h" @@ -385,6 +385,10 @@ static struct scsidevs knowndevs[] = "worm", SC_ONE_LU }, { + T_READONLY, T_WORM, T_REMOV, "HP", "CD-Writer 6020", "*", + "worm", SC_ONE_LU + }, + { /* That's the Philips drive, in case anybody wonders... */ T_READONLY, T_WORM, T_REMOV, "IMS", "CDD2000*", "*", "worm", SC_ONE_LU |
