mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Add an entry for my HP Model 4020i CDR drive.
This commit is contained in:
parent
4ab7a1a6c7
commit
10fd4c5933
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13777
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* New configuration setup: dufault@hda.com
|
* 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 <sys/types.h>
|
#include <sys/types.h>
|
||||||
@ -325,6 +325,10 @@ static struct scsidevs knowndevs[] =
|
|||||||
T_WORM, T_WORM, T_REMOV, "YAMAHA", "CDR100", "*",
|
T_WORM, T_WORM, T_REMOV, "YAMAHA", "CDR100", "*",
|
||||||
"worm", SC_ONE_LU
|
"worm", SC_ONE_LU
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
T_READONLY, T_WORM, T_REMOV, "HP", "C4324/C4325", "*",
|
||||||
|
"worm", SC_ONE_LU
|
||||||
|
},
|
||||||
{
|
{
|
||||||
T_WORM, T_WORM, T_REMOV, "*", "*", "*",
|
T_WORM, T_WORM, T_REMOV, "*", "*", "*",
|
||||||
"worm", SC_ONE_LU
|
"worm", SC_ONE_LU
|
||||||
|
Loading…
Reference in New Issue
Block a user