Date: Wed, 21 Nov 2007 11:30:01 -0800 From: Xin LI <delphij@delphij.net> To: Christoph Hoffmann <christoph.hoffmann@biff.ch> Cc: simokawa@FreeBSD.org, FreeBSD Current <freebsd-current@freebsd.org>, "Simon L. Nielsen" <simon@FreeBSD.org>, iwasaki@FreeBSD.org Subject: Re: ciss driver Message-ID: <47448739.8030308@delphij.net> In-Reply-To: <17A10E5D-F517-4E21-88FC-3183488DA0AE@biff.ch>
index | next in thread | previous in thread | raw e-mail
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Christoph Hoffmann wrote:
> Just to give you the latest news:
>
> (o) FreeBSD 8.0-CURRENT #2
> --------------------------
>
> from sysctl -a
>
> hw.cardbus.cis_debug: 0
> hw.pccard.cis_debug: 0
> dev.ciss.0.%desc: Compaq Smart Array 5i
> dev.ciss.0.%driver: ciss
> dev.ciss.0.%location: slot=3 function=0 handle=\_SB_.PCI1.SCS0
> dev.ciss.0.%pnpinfo: vendor=0x0e11 device=0xb178 subvendor=0x0e11
> subdevice=0x4080 class=0x010400
> dev.ciss.0.%parent: pci1
> dev.ciss.0.soft_reset: 0
>
> from /var/log/messages
>
> kernel: ciss0: SENDING NOP MESSAGE FAILED 3139
>
> so we getting it from
> 3099 /*
> 3100 * Send the NOP message and wait for a response.
> 3101 */
> 3102 if ((error = ciss_get_request(sc, &cr)) == 0) {
> 3103 cc = CISS_FIND_COMMAND(cr);
> 3104 cr->cr_complete = ciss_nop_complete;
>
> ciss_nop_complete(struct ciss_request *cr)
> [...]
> if (ciss_report_request(cr, NULL, NULL) != 0) {
> ciss_printf(sc, "SENDING NOP MESSAGE FAILED 3139\n");
> [...]
>
> (o) FreeBSD 7.0-BETA3 #7 (different box)
> ----------------------------------------
>
> from sysctl
>
> hw.cardbus.cis_debug: 0
> hw.pccard.cis_debug: 0
> dev.ciss.0.%desc: Compaq Smart Array 5i
> dev.ciss.0.%driver: ciss
> dev.ciss.0.%location: slot=3 function=0
> dev.ciss.0.%pnpinfo: vendor=0x0e11 device=0xb178 subvendor=0x0e11
> subdevice=0x4080 class=0x010400
> dev.ciss.0.%parent: pci1
> dev.ciss.0.soft_reset: 0
>
> same story as 8.0-CURRENT,
> kernel: ciss0: SENDING NOP MESSAGE FAILED 3139
I get confused with the problem you have. What problem do you have with
a unpatched RELENG_7 code?
Cheers,
- --
Xin LI <delphij@delphij.net> http://www.delphij.net/
FreeBSD - The Power to Serve!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)
iD8DBQFHRIc5hcUczkLqiksRAoxZAKDPUOcKbUXiL4O0LlNUOO6Kc+c4gACfai9Y
41j0olAsMrznqOQrb784YQY=
=CLuT
-----END PGP SIGNATURE-----
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47448739.8030308>
