Domain Validation with aic7xxx.c scsi driver

Alex Buell abuell en nrsc.co.uk
Vie Ene 21 04:13:01 CST 2000


Guys,

Firstly, forgive me for using shitty Microsoft Outlook (not my fault),
and secondly, we've been using a Exabyte stacker with our SCSI DELL
machines. We have noticed that the /var/log/messages (we're uing RH 6.1
at work), grows very large (3.5MB at time of writing and still growing)
because of the aic7xxx.c doing domain validation stuff. 

The messages are as follows:

Jan 20 11:28:19 lbr_copy kernel: (scsi1:0:3:0) Performing Domain
validation. 
Jan 20 11:28:20 lbr_copy kernel: (scsi1:0:3:0) Successfully completed
Domain validation. 
Jan 20 11:28:20 lbr_copy kernel: (scsi1:0:3:0) Performing Domain
validation. 
Jan 20 11:28:20 lbr_copy kernel: (scsi1:0:3:0) Successfully completed
Domain validation. 
Jan 20 11:28:20 lbr_copy kernel: (scsi1:0:3:0) Performing Domain
validation. 
Jan 20 11:28:20 lbr_copy kernel: (scsi1:0:3:0) Successfully completed
Domain validation. 
Jan 20 11:28:20 lbr_copy kernel: (scsi1:0:3:0) Performing Domain
validation. 

After looking through the aic7xxx.c file in linux/drivers/scsi, I've
produced a little patch:

--- /usr/src/linux/drivers/scsi/aic7xxx.c.orig	Thu Jan 20 11:23:18 2000
+++ /usr/src/linux/drivers/scsi/aic7xxx.c	Thu Jan 20 11:23:36 2000
@@ -1410,8 +1410,7 @@
 #define VERBOSE_RESET_FIND     0x2000
 #define VERBOSE_RESET_PROCESS  0x4000
 #define VERBOSE_RESET_RETURN   0x8000
-static int aic7xxx_verbose = VERBOSE_NORMAL | VERBOSE_NEGOTIATION |
-           VERBOSE_PROBE;                     /* verbose messages */
+static int aic7xxx_verbose = VERBOSE_NORMAL | VERBOSE_PROBE; /* verbose
messages */
 
 
 
/***********************************************************************
*****

Please cc any replies to me, as this e-mail account isn't subscribed to
linux-kernel (my home e-mail is though)

Cheers,
Alex.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo en vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



Más información sobre la lista de distribución Ayuda