Lines Matching refs:sbpcd

5 sbpcd really, really is NOT for ANY IDE/ATAPI drive!
91 The interface type has to get configured in linux/drivers/cdrom/sbpcd.h,
177 - the driver file linux/drivers/cdrom/sbpcd.c
178 - the stub files linux/drivers/cdrom/sbpcd[234].c
179 - the header file linux/drivers/cdrom/sbpcd.h.
187 everyday use. You should let sbpcd auto-probe once and use the reported
192 a. Go into /usr/src/linux/drivers/cdrom/sbpcd.h and configure it for your
203 sbpcd.c holds some examples in its auto-probe list.
211 sbpcd=0x320,LaserMate
213 sbpcd=0x230,SoundBlaster
215 sbpcd=0x338,SoundScape
217 sbpcd=0x2C0,Teac16bit
223 sbpcd=0x230,1
225 sbpcd=0x230,SoundBlaster
237 mknod /dev/sbpcd b 25 0 (if you have only one drive)
254 ln -s sbpcd /dev/cdrom
262 mount -rt iso9660 /dev/sbpcd /CD
264 mount -rt iso9660 -o block=2048 /dev/sbpcd /CD
270 Using sbpcd as a "loadable module":
274 "make config" of your kernel, you can build the "loadable module" sbpcd.o.
277 If sbpcd gets used as a module, the support of more than one interface
281 # insmod /usr/src/linux/modules/sbpcd.o sbpcd=0x340,0
283 # insmod /usr/src/linux/modules/sbpcd.o sbpcd=0x230,1
285 # insmod /usr/src/linux/modules/sbpcd.o sbpcd=0x338,2
293 0x0340 first. If this is not appropriate, sbpcd.h should get changed
298 To reduce or increase the amount of kernel messages, edit sbpcd.c and play
313 Within sbpcd.h, you will find some "#define"s (e.g. EJECT and JUKEBOX). With
347 For everyday use, address and type should get configured within sbpcd.h. That
350 The kernel command "sbpcd=0" suppresses each auto-probing and causes
351 the driver not to find any drive; it is meant for people who love sbpcd
354 If you configure "#define CDROM_PORT 0" in sbpcd.h, the auto-probing is
362 sbpcd.h.
369 the beginning of sbpcd.h and configure them: set SBPRO to 0 or 1 or 2, and
378 you can set SOUND_BASE (in sbpcd.h) to get it done with your card, too...
411 * ftp.gwdg.de:/pub/linux/misc/cdda2wav-sbpcd.*.tar.gz holds an example of
523 At ftp.gwdg.de:/pub/linux/misc/cdda2wav-sbpcd.*.tar.gz is an adapted version of
574 #include <linux/../../drivers/cdrom/sbpcd.h>