patch-1.3.82 linux/drivers/cdrom/sjcd.c
Next file: linux/drivers/cdrom/sonycd535.c
Previous file: linux/drivers/cdrom/optcd.c
Back to the patch index
Back to the overall index
- Lines: 53
- Date:
Tue Apr 2 08:43:06 1996
- Orig file:
v1.3.81/linux/drivers/cdrom/sjcd.c
- Orig date:
Tue Feb 13 10:30:25 1996
diff -u --recursive --new-file v1.3.81/linux/drivers/cdrom/sjcd.c linux/drivers/cdrom/sjcd.c
@@ -1447,7 +1447,7 @@
int sjcd_init( void ){
int i;
- printk("SJCD: Sanyo CDR-H94A cdrom driver version %d.%d.\n", SJCD_VERSION_MAJOR,
+ printk(KERN_INFO "SJCD: Sanyo CDR-H94A cdrom driver version %d.%d.\n", SJCD_VERSION_MAJOR,
SJCD_VERSION_MINOR);
#if defined( SJCD_TRACE )
@@ -1473,7 +1473,7 @@
* Check for card. Since we are booting now, we can't use standard
* wait algorithm.
*/
- printk( "SJCD: Resetting: " );
+ printk(KERN_INFO "SJCD: Resetting: " );
sjcd_send_cmd( SCMD_RESET );
for( i = 1000; i > 0 && !sjcd_status_valid; --i ){
unsigned long timer;
@@ -1494,7 +1494,7 @@
/*
* Get and print out cdrom version.
*/
- printk( "SJCD: Getting version: " );
+ printk(KERN_INFO "SJCD: Getting version: " );
sjcd_send_cmd( SCMD_GET_VERSION );
for( i = 1000; i > 0 && !sjcd_status_valid; --i ){
unsigned long timer;
@@ -1525,7 +1525,7 @@
* Check and print out the tray state. (if it is needed?).
*/
if( !sjcd_status_valid ){
- printk( "SJCD: Getting status: " );
+ printk(KERN_INFO "SJCD: Getting status: " );
sjcd_send_cmd( SCMD_GET_STATUS );
for( i = 1000; i > 0 && !sjcd_status_valid; --i ){
unsigned long timer;
@@ -1544,7 +1544,7 @@
} else printk( "\n" );
}
- printk("SJCD: Status: port=0x%x.\n", sjcd_base);
+ printk(KERN_INFO "SJCD: Status: port=0x%x.\n", sjcd_base);
sjcd_present++;
return( 0 );
@@ -1573,6 +1573,6 @@
if ( sjcd_cleanup() )
printk( "SJCD: module: cannot be removed.\n" );
else
- printk( "SJCD: module: removed.\n");
+ printk(KERN_INFO "SJCD: module: removed.\n");
}
#endif
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