Lines Matching +full:work +full:- +full:around
1 .. SPDX-License-Identifier: GPL-2.0
10 This is for *real* Jukeboxes. It is *not* supported to work with
11 common small CD-ROM changers, neither one-lun-per-slot SCSI changers
19 -------------------
21 First some words about how changers work: A changer has 2 (possibly
24 later may be anything, a MOD, a CD-ROM, a tape or whatever. For the
25 changer device this is a "don't care", he *only* shuffles around the
29 The SCSI changer model is complex, compared to - for example - IDE-CD
34 media transport this one shuffles around the media, i.e. the
42 CD-ROM / Tape / whatever drive.
46 123 CD-ROM's, 5 CD-ROM readers (and therefore 6 SCSI ID's: the changer
47 and each CD-ROM) and 2 transport arms. No problem to handle.
51 ---------------------
53 I implemented the driver as character device driver with a NetBSD-like
58 it should work with this driver too.
65 -------------
74 magneto-optical Jukebox. Probably with lots of other changers too, most
75 (but not all :-) people mail me only if it does *not* work...
77 I don't have any device lists, neither black-list nor white-list. Thus
79 not. In theory every changer device which supports the SCSI-2 media
80 changer command set should work out-of-the-box with this driver. If it
86 --------
98 1) echo "scsi add-single-device 0 0 ID 1" > /proc/scsi/scsi
99 (replace ID with the SCSI-ID of the device)
105 --------
110 because the kernel will translate the error codes into human-readable
119 --------------
145 are some vendor-specific element types. Grundig for example
148 driver about this vendor-specific element, use this::
155 All three insmod options accept up to four comma-separated
156 values, this way you can configure the element types 5-8.
158 find the correct values as they are not covered by the SCSI-2
163 -------
165 I wrote this driver using the famous mailing-patches-around-the-world
168 - Daniel Moehwald <moehwald@hdg.de>
169 - Dane Jasper <dane@sonic.net>
170 - R. Scott Bailey <sbailey@dsddi.eds.com>
171 - Jonathan Corbet <corbet@lwn.net>
175 - Martin Kuehne <martin.kuehne@bnbt.de>
177 for a old, second-hand (but full functional) cdrom jukebox which I use