/linux-2.4.37.9/drivers/cdrom/ |
D | Makefile | 12 export-objs := cdrom.o 27 obj-$(CONFIG_BLK_DEV_IDECD) += cdrom.o 28 obj-$(CONFIG_BLK_DEV_SR) += cdrom.o 29 obj-$(CONFIG_PARIDE_PCD) += cdrom.o 32 obj-$(CONFIG_CDU31A) += cdu31a.o cdrom.o 33 obj-$(CONFIG_CM206) += cm206.o cdrom.o 36 obj-$(CONFIG_MCD) += mcd.o cdrom.o 37 obj-$(CONFIG_MCDX) += mcdx.o cdrom.o 39 obj-$(CONFIG_SBPCD) += sbpcd.o cdrom.o 40 obj-$(CONFIG_SBPCD2) += sbpcd2.o cdrom.o [all …]
|
D | Config.in | 25 tristate ' ISP16/MAD16/Mozart soft configurable cdrom interface support' CONFIG_ISP16_CDI
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | cm206 | 1 This is the readme file for the driver for the Philips/LMS cdrom drive 9 cdrom.c. This allows runtime-configurable `behavior' of the cdrom-drive, 72 a generic cdrom interface in the file cdrom.c. The module cm206.o 73 depends on cdrom.o. If the latter is not compiled into the kernel, 76 insmod /usr/src/linux/modules/cdrom.o 119 (CM206_IRQ) into the file /usr/src/linux/drivers/cdrom/cm206.h. Change 123 Mounting the cdrom 129 2) Make sure there is a mount point, e.g., /cdrom 131 mkdir /cdrom 135 mount -rt iso9660 /dev/cm206cd /cdrom [all …]
|
D | cdrom-standard.tex | 2 \def\version{$Id: cdrom-standard.tex,v 1.9 1997/12/28 15:42:49 david Exp $} 11 \def\cdrom{{\sc cd-rom}} 13 \def\cdromc{{\tt {cdrom.c}}} 14 \def\cdromh{{\tt {cdrom.h}}} 24 \title{A \linux\ \cdrom\ standard} 52 This divergence of behavior has been very significant for \cdrom\ 55 their drivers totally inconsistent, the writers of \linux\ \cdrom\ 58 maintain uniform behavior across all the \linux\ \cdrom\ drivers. 61 all the different \cdrom\ device drivers for \linux. This document also 62 defines the various $ioctl$s, and how the low-level \cdrom\ device [all …]
|
D | isp16 | 1 -- Documentation/cdrom/isp16 5 This is the README for version 0.6 of the cdrom interface on an 9 in both the sjcd and optcd cdrom driver. Drives supported by these 19 included. Especially when they already include a bunch of cdrom drivers. 20 Hence, the cdrom interface should be configurable _independently_ of 25 any cdrom attached to the card, which is 'electrically' compatible 31 sjcd (in Sanyo/Panasonic compatibility mode) cdrom drivers 34 cdrom interface with a cdrom drive supported by any of the other cdrom 56 These options indicate the values that your cdrom drive has been (or will be) 85 the file linux/drivers/cdrom/ips16.h. [all …]
|
D | sjcd | 1 -- Documentation/cdrom/sjcd 9 This is the README for the sjcd cdrom driver, version 1.6. 12 cdrom drive. It will grow as the questions arise. ;-) 13 For info on configuring the ISP16 sound card look at Documentation/cdrom/isp16. 17 The cdrom interface on Media Magic's soft configurable sound card ISP16, 21 documentation Documentation/cdrom/isp16. 28 and mount the cdrom by /dev/sjcd). 42 i/o address with SJCD_BASE_ADDR in /usr/src/linux/drivers/cdrom/sjcd.h.
|
D | ide-cd | 58 Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support 106 5. You may want to create a symbolic link /dev/cdrom pointing to the 109 ln -s /dev/hdX /dev/cdrom 124 mount -t iso9660 /dev/cdrom /mnt/cdrom 126 where it is assumed that /dev/cdrom is a link pointing to the actual 127 device (as described in step 5 of the last section) and /mnt/cdrom is 129 CDROM under the /mnt/cdrom directory. If you want to eject the CDROM, 132 umount /mnt/cdrom 139 You should feel free to remove the cdrom line from /etc/fstab and 149 cdtester program in Documentation/cdrom/sbpcd. [all …]
|
D | Makefile | 1 LATEXFILE = cdrom-standard
|
D | sonycd535 | 39 /usr/src/linux/drivers/cdrom/sonycd535.h and build the 50 2) when the cdrom device is opened the eject button is disabled to keep the 52 Unfortunately xcdplayer and workman also open the cdrom device so you 54 cdrom player refuses to give up its disk -- exit workman or xcdplayer, or
|
D | gscd | 26 Change to '/usr/src/linux/drivers/cdrom' and edit the file 'gscd.h'. Insert 54 That's it! Mount a disk, i.e. 'mount -rt iso9660 /dev/gscd0 /cdrom'
|
D | sbpcd | 17 hdb=noprobe hdc=cdrom 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. 192 a. Go into /usr/src/linux/drivers/cdrom/sbpcd.h and configure it for your 254 ln -s sbpcd /dev/cdrom 255 you can use the name /dev/cdrom, too. 388 "/dev/rsr0", workman loves "/dev/sr0" or "/dev/cdrom" - so, make the 423 #include <linux/cdrom.h> [all …]
|
D | 00-INDEX | 7 cdrom-standard.tex
|
D | aztcd | 2 Readme-File /usr/src/Documentation/cdrom/aztcd 58 in /usr/src/linux/drivers/cdrom and the source code 'aztcd.c', which normally 160 /usr/src/linux/drivers/cdrom/aztcd.h to the appropriate value. 194 implemented in the AZTECH driver. Please edit linux/drivers/cdrom/aztdc.h, 489 directory 'pub/linux/cdrom' and at 'ftp.cdrom.com', directory 'pub/cdrom'. 502 ln -s /dev/aztcd0 /dev/cdrom # creates a link 508 /dev/aztcd0 in order to use it. Remember, that you should not have /dev/cdrom 528 /usr/src/linux/Documentation/cdrom/sbpcd, written by E.Moenkeberg. 544 using it, you should set a symlink from /dev/cdrom to your real CDROM 565 #include <linux/cdrom.h> [all …]
|
D | optcd | 17 ftp.gwdg.de:/pub/linux/cdrom/drivers/optics/
|
/linux-2.4.37.9/drivers/sound/ |
D | aedsp16.c | 437 int cdrom; member 608 DBG((" CDROM : %s present\n", (decoded_hcfg.cdrom!=4)?"":" not")); in aedsp16_pinfo() 624 decoded_hcfg.cdrom = CDROM(hard_cfg[1]); in aedsp16_hard_decode() 643 decoded_hcfg.cdrom = CONFIG_SC6600_CDROM; /* 4:N-3:I-2:G-1:P-0:S */ in aedsp16_hard_decode() 670 BLDCDROM(hard_cfg[1], decoded_hcfg.cdrom); in aedsp16_hard_encode() 761 if (decoded_hcfg.cdrom != 2) in aedsp16_ext_cfg_write() 763 if ((decoded_hcfg.cdrom == 4) || in aedsp16_ext_cfg_write() 764 (decoded_hcfg.cdrom == 3)) in aedsp16_ext_cfg_write() 779 if (decoded_hcfg.cdrom == 3) { in aedsp16_ext_cfg_write()
|
/linux-2.4.37.9/Documentation/ |
D | ide.txt | 18 - support for reading IDE ATAPI cdrom drives (NEC,MITSUMI,VERTOS,SONY) 152 or hdx=cdrom 157 hdc=1050,32,64 hdd=cdrom 179 Courtesy of Scott Snyder and others, the driver supports ATAPI cdrom drives 183 If for some reason your cdrom drive is *not* found at boot time, you can force 187 hdc=cdrom /* hdc = "master" on second interface */ 189 hdd=cdrom /* hdd = "slave" on second interface */ 192 interface (/dev/hda) and an IDE cdrom drive on the secondary interface 193 (/dev/hdc). To mount a CD in the cdrom drive, one would use something like: 195 ln -sf /dev/hdc /dev/cdrom [all …]
|
D | ioctl-number.txt | 73 0x20 all drivers/cdrom/cm206.h 99 'S' all linux/cdrom.h conflict! 168 0x90 00 drivers/cdrom/sbpcd.h
|
D | scsi.txt | 27 as a module). The disk driver (sd_mod.o), cdrom driver (sr_mod.o),
|
D | modules.txt | 60 All SCSI high-level drivers: disk, tape, cdrom, generic. 80 isp16: cdrom interface
|
/linux-2.4.37.9/Documentation/networking/ |
D | dl2k.txt | 78 [root@XXX /] mkdir cdrom 79 [root@XXX /] mount -r -t iso9660 -o conv=auto /dev/cdrom /cdrom 83 [root@XXX dl2k] cp /cdrom/linux/dl2k-xx.tgz /root/dl2k
|
/linux-2.4.37.9/drivers/ |
D | Makefile | 13 subdir-y := parport char block net sound misc media cdrom hotplug
|
/linux-2.4.37.9/Documentation/kbuild/ |
D | bug-list.txt | 22 drivers/cdrom/sbpcd2.c.
|
/linux-2.4.37.9/Documentation/sound/ |
D | Opti | 155 The 82C931 chip has support only for secondary ATAPI cdrom. 157 and if a cdrom was already mounted it may cause a complete 161 before the cdrom is accessed the first time.
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | udf.txt | 11 scsi and ide cdrom drivers do not support writing.
|
/linux-2.4.37.9/Documentation/sysctl/ |
D | README | 59 dev/ device specific information (eg dev/cdrom/info)
|