patch-1.3.44 linux/drivers/cdrom/aztcd.c
Next file: linux/drivers/net/3c501.c
Previous file: linux/drivers/block/umc8672.c
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Sat Nov 25 17:28:41 1995
- Orig file:
v1.3.43/linux/drivers/cdrom/aztcd.c
- Orig date:
Thu Nov 9 11:23:47 1995
diff -u --recursive --new-file v1.3.43/linux/drivers/cdrom/aztcd.c linux/drivers/cdrom/aztcd.c
@@ -1,5 +1,5 @@
-#define AZT_VERSION "1.90"
-/* $Id: aztcd.c,v 1.90 1995/10/21 17:51:59 root Exp root $
+#define AZT_VERSION "2.0"
+/* $Id: aztcd.c,v 2.0 1995/11/10 19:33:41 root Exp root $
linux/drivers/block/aztcd.c - AztechCD268 CDROM driver
Copyright (C) 1994,1995 Werner Zimmermann (zimmerma@rz.fht-esslingen.de)
@@ -128,14 +128,19 @@
Werner Zimmermann, August 8, 1995
V1.70 Multisession support now is completed, but there is still not
enough testing done. If you can test it, please contact me. For
- details please read README.aztcd.
+ details please read /usr/src/linux/Documentation/cdrom/aztcd
Werner Zimmermann, August 19, 1995
V1.80 Modification to suit the new kernel boot procedure introduced
with kernel 1.3.33. Will definitely not work with older kernels.
Programming done by Linus himself.
Werner Zimmermann, October 11, 1995
- V1.90 Support for Conrad TXC drives, thank's to Jochen and Olaf.
+ V1.90 Support for Conrad TXC drives, thank's to Jochen Koch and Olaf Koluza.
Werner Zimmermann, October 21, 1995
+ V2.00 Changed #include "blk.h" to <linux/blk.h> as the directory
+ structure was changed. README.aztcd is now /usr/src/docu-
+ mentation/cdrom/aztcd
+ Werner Zimmermann, November 10, 95
+
NOTE:
Points marked with ??? are questionable !
*/
@@ -1526,7 +1531,7 @@
}
printk("aztcd: Aztech,Orchid,Okano,Wearnes,TXC CD-ROM Driver (C) 1994,1995 W.Zimmermann\n");
printk("aztcd: DriverVersion=%s BaseAddress=0x%x For IDE/ATAPI-drives use ide-cd.c\n",AZT_VERSION,azt_port);
- printk("aztcd: If you have problems, read /usr/src/linux/drivers/block/README.aztcd\n");
+ printk("aztcd: If you have problems, read /usr/src/linux/Documentation/cdrom/aztcd\n");
if (check_region(azt_port, 4)) {
printk("aztcd: conflict, I/O port (%X) already used\n",
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