patch-1.3.18 linux/drivers/block/README.aztcd
Next file: linux/drivers/block/aztcd.c
Previous file: linux/arch/i386/kernel/setup.c
Back to the patch index
Back to the overall index
- Lines: 106
- Date:
Wed Aug 9 18:50:27 1995
- Orig file:
v1.3.17/linux/drivers/block/README.aztcd
- Orig date:
Mon Jul 31 15:58:59 1995
diff -u --recursive --new-file v1.3.17/linux/drivers/block/README.aztcd linux/drivers/block/README.aztcd
@@ -1,8 +1,8 @@
-$Id: README.aztcd,v 1.50 1995/07/29 20:33:35 root Exp root $
+$Id: README.aztcd,v 1.60 1995/08/09 12:37:46 root Exp root $
Readme-File README.aztcd
for Aztech CD-ROM CDA268-01A, ORCHID CD-3110, OKANO/WEARNES CDD110
CD-ROM Driver
- Version 1.5 and newer
+ Version 1.6 and newer
(for other drives see 6.-8.)
NOTE: THIS DRIVER WILL WORK WITH THE CD-ROM DRIVES LISTED, WHICH HAVE
@@ -73,7 +73,8 @@
address can be overwritten by boot parameter aztcd=....You should reboot and
start Linux with boot parameter aztcd=<base address>, e.g. aztcd=0x320. If
you do not know the base address, start your PC with DOS and look at the boot
-message of your CD-ROM's DOS driver.
+message of your CD-ROM's DOS driver. If that still does not help, use boot
+parameter aztcd=<base address>,0x79 , this tells aztcd to try a little harder.
If the message looks correct, as user 'root' you should be able to mount the
drive by
@@ -181,11 +182,10 @@
5. KNOWN PROBLEMS, FUTURE DEVELOPMENTS
5.1 MULTISESSION SUPPORT
I have now (July 1995) started support of multisession CDs. Unfortunately I
-do neither have a multisession CD nor use appropriate applications, so I can
-program, but will not test it :-(. If you'd like to help me, please contact
-me. As of version 1.4 you can enable the multisession support in aztcd.h by
-setting AZT_MULTISESSION to 1. As I have not tested it, I don't know, if it
-works ...
+do only have one multisession CD and no appropriate applications, so I can
+program, but testing is a little too less :-(. If you'd like to help me,
+please contact me. As of version 1.4 you can enable the multisession support
+in aztcd.h by setting AZT_MULTISESSION to 1.
5.2 STATUS RECOGNITION
The drive status recognition does not work correctly in all cases. Changing
@@ -497,7 +497,7 @@
Copyright 1994, 1995 Werner Zimmermann (zimmerma@rz.fht-esslingen.de)
-This programm originally was written to test the audio functions of the
+This program originally was written to test the audio functions of the
AZTECH.CDROM-driver, but it should work with every CD-ROM drive. Before
using it, you should set a symlink from /dev/cdrom to your real CDROM
device.
@@ -545,7 +545,7 @@
} azt;
struct cdrom_volctrl volctrl;
- printf("\nMini-Audio CD-Player V0.7 (C) 1994,1995 W.Zimmermann\n");
+ printf("\nMini-Audio CD-Player V0.71 (C) 1994,1995 W.Zimmermann\n");
handle=open("/dev/cdrom",O_RDWR);
ioctl(handle,CDROMRESUME);
@@ -675,7 +675,7 @@
}
break;
case 'a': cmd=CDROMPLAYMSF;
- printf("Adress (min:sec:frame) ");
+ printf("Address (min:sec:frame) ");
scanf("%d:%d:%d",&arg1,&arg2,&arg3);
msf.cdmsf_min0 =arg1;
msf.cdmsf_sec0 =arg2;
@@ -686,12 +686,12 @@
msf.cdmsf_sec1=00;
msf.cdmsf_frame1=00;
if (ioctl(handle,cmd,&msf))
- { printf("Drive error or invalid adress\n");
+ { printf("Drive error or invalid address\n");
}
break;
#ifdef AZT_PRIVATE_IOCTLS /*not supported by every CDROM driver*/
case 'd': cmd=CDROMREADCOOKED;
- printf("Adress (min:sec:frame) ");
+ printf("Address (min:sec:frame) ");
scanf("%d:%d:%d",&arg1,&arg2,&arg3);
azt.msf.cdmsf_min0 =arg1;
azt.msf.cdmsf_sec0 =arg2;
@@ -699,7 +699,7 @@
if (azt.msf.cdmsf_sec0 > 59) azt.msf.cdmsf_sec0 =59;
if (azt.msf.cdmsf_frame0> 74) azt.msf.cdmsf_frame0=74;
if (ioctl(handle,cmd,&azt.msf))
- { printf("Drive error, invalid adress or unsupported command\n");
+ { printf("Drive error, invalid address or unsupported command\n");
}
k=0;
getchar();
@@ -724,7 +724,7 @@
}
break;
case 'w': cmd=CDROMREADRAW;
- printf("Adress (min:sec:frame) ");
+ printf("Address (min:sec:frame) ");
scanf("%d:%d:%d",&arg1,&arg2,&arg3);
azt.msf.cdmsf_min0 =arg1;
azt.msf.cdmsf_sec0 =arg2;
@@ -732,7 +732,7 @@
if (azt.msf.cdmsf_sec0 > 59) azt.msf.cdmsf_sec0 =59;
if (azt.msf.cdmsf_frame0> 74) azt.msf.cdmsf_frame0=74;
if (ioctl(handle,cmd,&azt))
- { printf("Drive error, invalid adress or unsupported command\n");
+ { printf("Drive error, invalid address or unsupported command\n");
}
k=0;
for (i=0;i<147;i++)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this