From owner-freebsd-scsi Tue Oct 21 09:43:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA23311 for freebsd-scsi-outgoing; Tue, 21 Oct 1997 09:43:14 -0700 (PDT) (envelope-from owner-freebsd-scsi) Received: from wall.jhs.no_domain (vector.muc.ditec.de [194.120.126.35]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA23305 for ; Tue, 21 Oct 1997 09:43:11 -0700 (PDT) (envelope-from jhs@freebsd.org) Received: (from jhs@localhost) by wall.jhs.no_domain (8.8.5/8.6.9) id KAA00815; Mon, 20 Oct 1997 10:15:32 +0100 (MET) Date: Mon, 20 Oct 1997 10:15:32 +0100 (MET) Message-Id: <199710200915.KAA00815@wall.jhs.no_domain> To: scsi@freebsd.org Subject: unknown error category from scsi driver From: "Julian H. Stacey" Reply-To: "Julian H. Stacey" X-Email: Home: X-Address: Holz Strasse 27d, 80469 Munich, Germany X-Web: http://www.freebsd.org/~jhs/ (Includes PGP Key) X-Tel: Home: +49.89.268616 X-Fax: Home: +49.89.2608126 X-Data: Home: +49.89.26023276 X-Company: Vector Systems Ltd, Unix & Internet Consultants. X-Mailer: EXMH 1.6.9 on FreeBSD (Unix) Sender: owner-freebsd-scsi@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I dont know why I got this message on console, so for now I'm just making a new kernel with the diff, so I can feed any info back to you scsi people if it happens again. Comments ? *** old/src/sys/scsi/scsi_base.c Fri Apr 4 21:50:04 1997 --- new/src/sys/scsi/scsi_base.c Mon Oct 20 10:57:13 1997 *************** *** 769,775 **** default: sc_print_addr(xs->sc_link); ! printf("unknown error category from scsi driver\n"); return sc_done(xs, EIO); } } --- 769,783 ---- default: sc_print_addr(xs->sc_link); ! printf("unknown error category (%d) from scsi driver\n", ! (int)xs->error ); ! /* %d added by jhs oct 97 after I got ! desk /kernel: sd4(aha0:6:0): unknown error category from scsi driver ! on my console, running FreeBSD 2.2-STABLE kernel & stable or ! release 2.2.2 commands, ! (aha0:6:0): "IBM DCAS-34330 S61A" type 0 fixed SCSI 2 ! sd4(aha0:6:0): Direct-Access 4134MB (8467200 512 byte sectors) ! */ return sc_done(xs, EIO); } } PS I'm not on scsi@, so please cc jhs@ Thanks. Julian -- Julian H. Stacey Home http://www.freebsd.org/~jhs/ Tel. +49 89 268616