1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
$NetBSD: patch-ad,v 1.4 1999/10/20 05:44:05 dan Exp $
Note: before adding drives to the compatibility list, please test them
thoroughly. This means you should be able to read the same
track off a CD at least 10 times and get identical files out.
Once you've done this for several CD's, then you can say that
the drive has been sufficiently tested, and add it to the list.
--- cdd_cdcmds.c.orig Sun May 31 17:13:24 1998
+++ cdd_cdcmds.c Sun May 23 21:31:10 1999
@@ -160,6 +160,26 @@
mmc_end_cdda
}
,
+ {
+ "MATSHITA CD-R CW-7502",
+ mmc_getcdtoc,
+ mmc_cd_setblocksize,
+ mmc_cdrawread,
+ mmc_cddaread,
+ mmc_begin_cdda,
+ mmc_end_cdda
+ }
+ ,
+ {
+ "MATSHITA CD-R CW-7582",
+ mmc_getcdtoc,
+ mmc_cd_setblocksize,
+ mmc_cdrawread,
+ mmc_cddaread,
+ mmc_begin_cdda,
+ mmc_end_cdda
+ }
+ ,
+ {
+ "TEAC CD-532E-A",
+ mmc_getcdtoc,
+ mmc_cd_setblocksize,
+ mmc_cdrawread,
+ mmc_cddaread,
+ mmc_begin_cdda,
+ mmc_end_cdda
+ }
+ ,
{
"END-OF-DEVICES",
unsupported,
|