Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2000 12:43:59 -0600
From:      "Justin T. Gibbs" <gibbs@plutotech.com>
To:        "George W. Dinolt" <gdinolt@pacbell.net>
Cc:        scsi@FreeBSD.org
Subject:   Re: (noperiph:ahc0:0:-1:-1): ... error
Message-ID:  <200007241843.MAA17178@pluto.plutotech.com>

next in thread | raw e-mail | index | archive | help
> (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted.
> panic: Bogus resid sgptr value 0xbd68609
				 ^^^^^^^^^<==== Is this value correct?

Please double check the value printed out by the panic line.  The
panic checks the last three bits of the value printed out, and having
bit one set should have prevented the routine from progressing this
far (bit one is SG_LIST_NULL).  So, either the value wass not written
down correctly, the compiler is generating bad code, or something
is corrupting the kernel text image in memory.

Can you also provide a full dmesg listing for your system based on
an earlier kernel?  I'm most interested in what chipset your computer
uses.

Thanks,
Justin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007241843.MAA17178>