Query: cdrom
OS: plan9
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CDROM(3) Library Functions Manual CDROM(3)NAMEcdrom - CD-ROM disk interfaceSYNOPSISbind -a #Rn /dev /dev/cdn bind -a #m /dev /dev/cd /dev/cdctlDESCRIPTIONThe SCSI CD-ROM disk interface (#R) serves a one-level directory for a SCSI target holding a CD-ROM drive. Each drive is represented as a single file named #Rn/cdn, where n is the target number. A separate attach is necessary for each drive. On PCs, Panasonic, Matsushita, and Mitsumi CD-ROM drives connected to a Sound Blaster 16, Pro, MCD, or ACX card are also supported. This interface (#m) device serves a data file, #m/cd, and a control file, #m/cdctl. The control file is read-only and contains a string stating the type of drive and its port number. The driver determines the type of CD-ROM drive by a parameter in plan9.ini; see plan9.ini(8).SOURCE/sys/src/9/port/devcdrom.c /sys/src/9/pc/devsbcd.cSEE ALSO9660srv in dossrv(4), pip(8) CDROM(3)