Home
last modified time | relevance | path

Searched refs:sbpcd (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/Documentation/cdrom/
Dsbpcd5 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
[all …]
D00-INDEX25 sbpcd
Dide-cd149 cdtester program in Documentation/cdrom/sbpcd.
Daztcd528 /usr/src/linux/Documentation/cdrom/sbpcd, written by E.Moenkeberg.
Dcdrom-standard.tex740 mimics the behavior of the current sbpcd-driver. The option flags are
/linux-2.4.37.9/drivers/cdrom/
DMakefile39 obj-$(CONFIG_SBPCD) += sbpcd.o cdrom.o
Dsbpcd.c442 static int sbpcd[] = variable
486 static int sbpcd[] = {CDROM_PORT, SBPRO}; /* probe with user's setup only */ variable
488 MODULE_PARM(sbpcd, "2i");
491 #define NUM_PROBE (sizeof(sbpcd) / sizeof(int))
5589 sbpcd_ioaddr = sbpcd[0]; in sbpcd_setup()
5590 sbpro_type = sbpcd[1]; in sbpcd_setup()
5740 sbpcd[0]=sbpcd_ioaddr; /* possibly changed by kernel command line */ in __SBPCD_INIT()
5741 sbpcd[1]=sbpro_type; /* possibly changed by kernel command line */ in __SBPCD_INIT()
5746 addr[1]=sbpcd[port_index]; in __SBPCD_INIT()
5753 if (sbpcd[port_index+1]==2) type=str_sp; in __SBPCD_INIT()
[all …]
/linux-2.4.37.9/Documentation/
Dioctl-number.txt168 0x90 00 drivers/cdrom/sbpcd.h
Dmodules.txt72 sbpcd: Matsushita/Panasonic CR52x, CR56x, CD200,
Dkernel-parameters.txt577 sbpcd= [HW,CD] Soundblaster CD adapter.
DConfigure.help13786 <file:Documentation/cdrom/sbpcd>.
13803 <file:drivers/cdrom/sbpcd.h> and set "DISTRIBUTION 0" there.
13817 The module will be called sbpcd.o. If you want to compile it as a
13825 <file:drivers/cdrom/sbpcd.h> before compiling the new kernel. Read
13826 the file <file:Documentation/cdrom/sbpcd>.
13833 into <file:include/linux/sbpcd.h> before compiling the new kernel.
13834 Read the file <file:Documentation/cdrom/sbpcd>.
13841 into <file:include/linux/sbpcd.h> before compiling the new kernel.
13842 Read the file <file:Documentation/cdrom/sbpcd>.
29196 # LocalWords: Matsushita Panasonic SBPCD Soundblaster Longshine sbpcd Aztech
/linux-2.4.37.9/
DCREDITS2196 D: CDROM driver "sbpcd" (Matsushita/Panasonic/Soundblaster)