Home
last modified time | relevance | path

Searched refs:cm206 (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/Documentation/cdrom/
Dcm2062 cm206 in combination with the cm260 host adapter card.
72 a generic cdrom interface in the file cdrom.c. The module cm206.o
74 you must explicitly load it before cm206.o:
80 insmod /usr/src/linux/modules/cm206.o
85 insmod /usr/src/linux/modules/cm206.o cm206=0x300,11
98 LILO: linux cm206=0x340,11
111 append = "cm206=0x340,11"
119 (CM206_IRQ) into the file /usr/src/linux/drivers/cdrom/cm206.h. Change
155 - Look in the /proc directory to see if `cm206' shows up under one of
179 The copyright of the cm206 driver for Linux is
D00-INDEX11 cm206
12 - info on the Philips/LMS cm206/cm260 CD-ROM driver.
Dcdrom-standard.tex127 cheapest \cdrom\ drives was a Philips cm206, a double-speed proprietary
512 $cm206_audio_ioctl()$ in {\tt {cm206.c}} that should be updated with
976 source, \eg, from {\tt {cm206.c}} $cm206_dops$, and change all
/linux-2.4.37.9/drivers/cdrom/
Dcm206.c219 static int cm206[2] = { 0, 0 }; /* for compatible `insmod' parameter passing */ variable
224 MODULE_PARM(cm206, "1-2i"); /* base,irq or irq,base */
1525 if (0x300 <= cm206[i] && i <= 0x370 in parse_options()
1526 && cm206[i] % 0x10 == 0) { in parse_options()
1527 cm206_base = cm206[i]; in parse_options()
1529 } else if (3 <= cm206[i] && cm206[i] <= 15) { in parse_options()
1530 cm206_irq = cm206[i]; in parse_options()
DMakefile33 obj-$(CONFIG_CM206) += cm206.o cdrom.o
/linux-2.4.37.9/Documentation/
Dioctl-number.txt73 0x20 all drivers/cdrom/cm206.h
Dmodules.txt67 cm206: Philips/LMS CM206
Dkernel-parameters.txt153 cm206= [HW,CD]
DConfigure.help13894 If you have a Philips/LMS CD-ROM drive cm206 in combination with a
13896 <file:Documentation/cdrom/cm206>.
13904 The module will be called cm206.o. If you want to compile it as a
/linux-2.4.37.9/Documentation/filesystems/devfs/
DChangeLog1307 - Removed calls to <devfs_register> from cdu31a, cm206, mcd and mcdx
/linux-2.4.37.9/
DCREDITS1790 D: Philips/LMS cm206 cdrom driver, generic cdrom driver