From owner-cvs-all Sun Apr 2 14:59:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C4CB37B62E; Sun, 2 Apr 2000 14:59:29 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA29218; Sun, 2 Apr 2000 14:59:29 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200004022159.OAA29218@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Apr 2000 14:59:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/04/02 14:59:29 PDT Modified files: sys/dev/usb umass.c Log: Remove a static variable, a uniquifier for a SCSI command. It might have produced inadvertently failed transfers in the case were multiple Bulk-Only devices are connected and a command is prepared at the same time. Revision Changes Path 1.16 +6 -6 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message