Searched refs:sbpcd (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/Documentation/cdrom/ |
D | 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 [all …]
|
D | 00-INDEX | 25 sbpcd
|
D | ide-cd | 149 cdtester program in Documentation/cdrom/sbpcd.
|
D | aztcd | 528 /usr/src/linux/Documentation/cdrom/sbpcd, written by E.Moenkeberg.
|
D | cdrom-standard.tex | 740 mimics the behavior of the current sbpcd-driver. The option flags are
|
/linux-2.4.37.9/drivers/cdrom/ |
D | Makefile | 39 obj-$(CONFIG_SBPCD) += sbpcd.o cdrom.o
|
D | sbpcd.c | 442 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/ |
D | ioctl-number.txt | 168 0x90 00 drivers/cdrom/sbpcd.h
|
D | modules.txt | 72 sbpcd: Matsushita/Panasonic CR52x, CR56x, CD200,
|
D | kernel-parameters.txt | 577 sbpcd= [HW,CD] Soundblaster CD adapter.
|
D | Configure.help | 13786 <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/ |
D | CREDITS | 2196 D: CDROM driver "sbpcd" (Matsushita/Panasonic/Soundblaster)
|