From owner-freebsd-current Fri Apr 3 21:32:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29433 for freebsd-current-outgoing; Fri, 3 Apr 1998 21:32:22 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29426 for ; Fri, 3 Apr 1998 21:32:19 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id VAA22312 for ; Fri, 3 Apr 1998 21:32:09 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199804040532.VAA22312@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 to: current@FreeBSD.ORG Subject: Re: [TECH] physio split the request.. cannot proceed In-reply-to: Your message of "Fri, 03 Apr 1998 20:18:20 PST." <199804040418.UAA21747@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Apr 1998 21:32:09 -0800 From: Amancio Hasty Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A bit more info: This is from scsi_ioctl:do_command bp = malloc(sizeof (struct buf),M_TEMP,M_WAITOK); bzero(bp,sizeof(struct buf)); d_addr = screq->databuf; printf("do_command screq->datalen %d \n", screq-> datalen Apr 3 21:17:09 cioloco /kernel: do_command screq->datalen 5 in scsio_ioctl.c:scsistrategy /* We're in trouble if physio tried to break up the * transfer: */ if (bp->b_bcount != screq->datalen) { sc_print_addr(sc_link); printf("bp->b_bcount %d screq->datalen %d screq->cmdlen %d \n", bp->b_bcount, screq->datalen, screq->cmdlen); printf("physio split the request.. cannot proceed\n"); scsierr(bp, EIO); return; } So where are our scsi experts ? 8) Tnks! Amancio Apr 3 21:17:09 cioloco /kernel: uk0: bp->b_bcount 0 screq->datalen 5 screq-> cmd len 6 > > Try to use the Linux package SANE -- is a scsi scanner package. > > While trying to read from the scsi scanner , I am getting : > physio split the request.. cannot proceed > > This message is coming from :scsi_ioctl.c:scsistrategy > > A few months ago , I didn't have any problems at all using SANE. > > The scsi read request is way below the 32k limit . > > Anyone got a clue as to what changed in the kernel ? > > Tnks, > Amancio > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message