Date: Thu, 1 Oct 1998 13:43:22 +0100 From: Josef Karthauser <joe@pavilion.net> To: freebsd-scsi@FreeBSD.ORG Cc: freebsd-hackers@FreeBSD.ORG Subject: chio.c (bug?) Message-ID: <19981001134322.E16056@pavilion.net> In-Reply-To: <19980930192132.D11002@pavilion.net>; from Josef Karthauser on Wed, Sep 30, 1998 at 07:21:32PM %2B0100 References: <19980929114402.9912.qmail@modgud.nordicdms.com> <86g1d9ab83.fsf@samizdat.uucom.com> <19980930192132.D11002@pavilion.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
I'm doing some work with chio and amanda under CAM and I've discovered
what appears to be a bug :)
chio.c:
--- chio.c 1998/09/15 07:48:51 1.7
+++ chio.c 1998/10/01 12:36:19
@@ -405,6 +405,8 @@
if (data.cp_nportals)
(void) printf(", %d portal%s", data.cp_nportals,
(data.cp_nportals > 1) ? "s" : "");
+ printf("\n%s: current picker: %d\n", changer_name, data.cp_curpicker);
+
return (0);
Oops I think. Can someone either put the offending line back in,
or expain why it shouldn't be there.
Thanks :)
Joe
--
Josef Karthauser
Technical Manager FreeBSD: The power to serve (http://www.uk.freebsd.org)
Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk]
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?19981001134322.E16056>
