home *** CD-ROM | disk | FTP | other *** search
- /* Entry used to acces a CD-ROM not hooked to the EMPLANT SCSI port */
-
- /* Name of the device controlling the CD-ROM.
- * IMPORTANT: only Mount V39+ recognizes this field. Workbench 2.x users must
- * modify empcd.device using an hex editor (the default is scsi.device)
- */
- Control = tandemcd.device
-
- /* Unit of the device controlling the CD-ROM */
- Unit = 0
-
- /* Flags for the device */
- Flags = 0
-
- /* Number of buffers to use for the prefetch cache.
- * Increasing this value by 1 consumes an additional 4K of RAM.
- */
- Buffers = 25
-
- /* Memory flags used to allocate buffers. Set this to 513 when using a DMA
- * Zorro-2 controller on a 32 bit addressing machine (A3000, A4000)
- */
- BufMemType = 1
-
- /* Maximum amount of bytes to trasfer in one go */
- MaxTransfer = 0x100000
-
- /* DO NOT TOUCH the following fields */
- Device = empcd.device
- BlocksPerTrack = 32
- Surfaces = 16
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 3000
- StackSize = 600
- Mount = 0
-