linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0 and VMWare Buslogic Error?
@ 2003-12-24 21:00 Eric
  2003-12-24 21:04 ` David Ford
  2003-12-24 21:15 ` Andrew Morton
  0 siblings, 2 replies; 4+ messages in thread
From: Eric @ 2003-12-24 21:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: lnz

Hello, 
	When booting the linux kernel 2.6.0 (and since 2.6.0-test9 when I started 
using 2.6) I am not sure if I get it using 2.4 However my vague memory says 
no.. I get this message on startup. I am using VMWare Workstation 4.0.5 build 
6030.

scsi: ***** BusLogic SCSI Driver Version 2.1.16 of 18 July 2002 *****
scsi: Copyright 1995-1998 by Leonard N. Zubkoff <lnz@dandelion.com>
ERROR: SCSI host `BusLogic' has no error handling
ERROR: This is not a safe way to run your SCSI host
ERROR: The error handling must be added to this driver
Call Trace:
 [<c0213068>] scsi_host_alloc+0x77/0x288
 [<c0213289>] scsi_register+0x10/0x51
 [<c03349b5>] BusLogic_DetectHostAdapter+0x1ae/0x32e
 [<c0335345>] init_this_scsi_driver+0x51/0xce
 [<c031e773>] do_initcalls+0x2c/0x7a
 [<c01050db>] init+0x58/0x13d
 [<c0105083>] init+0x0/0x13d
 [<c01071f9>] kernel_thread_helper+0x5/0xb

scsi0: Configuring BusLogic Model BT-958 PCI Wide Ultra SCSI Host Adapter
scsi0:   Firmware Version: 5.07B, I/O Address: 0x1060, IRQ Channel: 17/Level
scsi0:   PCI Bus: 0, Device: 16, Address: 0xF4000000, Host Adapter SCSI ID: 7
scsi0:   Parity Checking: Enabled, Extended Translation: Enabled
scsi0:   Synchronous Negotiation: Ultra, Wide Negotiation: Enabled
scsi0:   Disconnect/Reconnect: Enabled, Tagged Queuing: Enabled
scsi0:   Scatter/Gather Limit: 128 of 8192 segments, Mailboxes: 211
scsi0:   Driver Queue Depth: 211, Host Adapter Queue Depth: 192
scsi0:   Tagged Queue Depth: Automatic, Untagged Queue Depth: 3
scsi0:   Error Recovery Strategy: Default, SCSI Bus Reset: Enabled
scsi0: *** BusLogic BT-958 Initialized Successfully ***
scsi0 : BusLogic BT-958
  Vendor: VMware,   Model: VMware Virtual S  Rev: 1.0 
  Type:   Direct-Access                      ANSI SCSI revision: 02
SCSI device sda: 12582912 512-byte hdwr sectors (6442 MB)
sda: asking for cache data failed
sda: assuming drive cache: write through
sda: sda1

I have been running my VMMachines for a while now so I dont think theres a 
huge problem. But should I be worried? Am I just lucky my data hasnt been 
corrupted by this unsafe mode? Is this being fixed in a future version or 
2.6? Would you like more debugging info to support this variant of the 
Buslogic controller better?

Just a curios side-note... what the HECK are mailboxes relating to this scsi 
driver?! I know what most of the other parameters are, but I cant figure out 
what a mailbox could be in a scsi driver. 

I am on the LKML, however I prefer to have replies CC'd to me. I notice them 
MUCH faster.
-------------------------
Eric Bambach
Eric at cisu dot net
-------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.0 and VMWare Buslogic Error?
  2003-12-24 21:00 2.6.0 and VMWare Buslogic Error? Eric
@ 2003-12-24 21:04 ` David Ford
  2003-12-24 21:15 ` Andrew Morton
  1 sibling, 0 replies; 4+ messages in thread
From: David Ford @ 2003-12-24 21:04 UTC (permalink / raw)
  To: Eric; +Cc: linux-kernel, lnz

The BusLogic driver has had this problem for a long long time.  It works 
as long as nothing breaks... how's that for an answer ;)

David

Eric wrote:

>Hello, 
>	When booting the linux kernel 2.6.0 (and since 2.6.0-test9 when I started 
>using 2.6) I am not sure if I get it using 2.4 However my vague memory says 
>no.. I get this message on startup. I am using VMWare Workstation 4.0.5 build 
>6030.
>
>scsi: ***** BusLogic SCSI Driver Version 2.1.16 of 18 July 2002 *****
>scsi: Copyright 1995-1998 by Leonard N. Zubkoff <lnz@dandelion.com>
>ERROR: SCSI host `BusLogic' has no error handling
>ERROR: This is not a safe way to run your SCSI host
>ERROR: The error handling must be added to this driver
>Call Trace:
> [<c0213068>] scsi_host_alloc+0x77/0x288
> [<c0213289>] scsi_register+0x10/0x51
> [<c03349b5>] BusLogic_DetectHostAdapter+0x1ae/0x32e
> [<c0335345>] init_this_scsi_driver+0x51/0xce
> [<c031e773>] do_initcalls+0x2c/0x7a
> [<c01050db>] init+0x58/0x13d
> [<c0105083>] init+0x0/0x13d
> [<c01071f9>] kernel_thread_helper+0x5/0xb
>
>scsi0: Configuring BusLogic Model BT-958 PCI Wide Ultra SCSI Host Adapter
>scsi0:   Firmware Version: 5.07B, I/O Address: 0x1060, IRQ Channel: 17/Level
>scsi0:   PCI Bus: 0, Device: 16, Address: 0xF4000000, Host Adapter SCSI ID: 7
>scsi0:   Parity Checking: Enabled, Extended Translation: Enabled
>scsi0:   Synchronous Negotiation: Ultra, Wide Negotiation: Enabled
>scsi0:   Disconnect/Reconnect: Enabled, Tagged Queuing: Enabled
>scsi0:   Scatter/Gather Limit: 128 of 8192 segments, Mailboxes: 211
>scsi0:   Driver Queue Depth: 211, Host Adapter Queue Depth: 192
>scsi0:   Tagged Queue Depth: Automatic, Untagged Queue Depth: 3
>scsi0:   Error Recovery Strategy: Default, SCSI Bus Reset: Enabled
>scsi0: *** BusLogic BT-958 Initialized Successfully ***
>scsi0 : BusLogic BT-958
>  Vendor: VMware,   Model: VMware Virtual S  Rev: 1.0 
>  Type:   Direct-Access                      ANSI SCSI revision: 02
>SCSI device sda: 12582912 512-byte hdwr sectors (6442 MB)
>sda: asking for cache data failed
>sda: assuming drive cache: write through
>sda: sda1
>
>I have been running my VMMachines for a while now so I dont think theres a 
>huge problem. But should I be worried? Am I just lucky my data hasnt been 
>corrupted by this unsafe mode? Is this being fixed in a future version or 
>2.6? Would you like more debugging info to support this variant of the 
>Buslogic controller better?
>
>Just a curios side-note... what the HECK are mailboxes relating to this scsi 
>driver?! I know what most of the other parameters are, but I cant figure out 
>what a mailbox could be in a scsi driver. 
>
>I am on the LKML, however I prefer to have replies CC'd to me. I notice them 
>MUCH faster.
>-------------------------
>Eric Bambach
>Eric at cisu dot net
>-------------------------
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/
>  
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.0 and VMWare Buslogic Error?
  2003-12-24 21:00 2.6.0 and VMWare Buslogic Error? Eric
  2003-12-24 21:04 ` David Ford
@ 2003-12-24 21:15 ` Andrew Morton
       [not found]   ` <200312241615.59018.eric@cisu.net>
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2003-12-24 21:15 UTC (permalink / raw)
  To: Eric; +Cc: linux-kernel, lnz

Eric <eric@cisu.net> wrote:
>
> ERROR: SCSI host `BusLogic' has no error handling
> ERROR: This is not a safe way to run your SCSI host
> ERROR: The error handling must be added to this driver

Please test with

	ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0/2.6.0-mm1/broken-out/buslogic-update.patch

applied.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.0 and VMWare Buslogic Error?
       [not found]   ` <200312241615.59018.eric@cisu.net>
@ 2003-12-25  6:00     ` Eric
  0 siblings, 0 replies; 4+ messages in thread
From: Eric @ 2003-12-25  6:00 UTC (permalink / raw)
  To: linux-kernel

On Wednesday 24 December 2003 04:15 pm, Eric wrote:
> On Wednesday 24 December 2003 03:15 pm, Andrew Morton wrote:
> > Eric <eric@cisu.net> wrote:
> > > ERROR: SCSI host `BusLogic' has no error handling
> > > ERROR: This is not a safe way to run your SCSI host
> > > ERROR: The error handling must be added to this driver
> >
> > Please test with
> >
> > 	ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0/2.6.
> >0- mm1/broken-out/buslogic-update.patch
> >
> > applied.
>
> 	Yes that gets rid of the message. So far no bad side effects. Ill
> certainly let you know if any come up. In the next few days I will be using
> the VMWare disk image as a base config for a new webserver, so I will be
> working on it. I will let you know If i have any weird scsi problems.
> 	Would you like me to run any sort of tests related to this patch? Im not
> sure how I can help besides just using the patch, but if you have a test
> program I could run, let me know and I'll be happy to give you results from
> it. -------------------------
> Eric Bambach
> Eric at cisu dot net
> -------------------------

-- 
-------------------------
Eric Bambach
Eric at cisu dot net
-------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-12-25  6:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-24 21:00 2.6.0 and VMWare Buslogic Error? Eric
2003-12-24 21:04 ` David Ford
2003-12-24 21:15 ` Andrew Morton
     [not found]   ` <200312241615.59018.eric@cisu.net>
2003-12-25  6:00     ` Eric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).