From owner-freebsd-current@FreeBSD.ORG Sun Jan 11 10:41:57 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08ECD1065670 for ; Sun, 11 Jan 2009 10:41:57 +0000 (UTC) (envelope-from ken@mthelicon.com) Received: from hercules.mthelicon.com (hercules.mthelicon.com [IPv6:2001:49f0:2023::2]) by mx1.freebsd.org (Postfix) with ESMTP id C82E58FC17 for ; Sun, 11 Jan 2009 10:41:56 +0000 (UTC) (envelope-from ken@mthelicon.com) Received: from feathers.peganest.com (78-33-110-3.static-adsl.entanet.co.uk [78.33.110.3] (may be forged)) (authenticated bits=0) by hercules.mthelicon.com (8.14.3/8.14.3) with ESMTP id n0BAfsxW080340 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sun, 11 Jan 2009 10:41:56 GMT (envelope-from ken@mthelicon.com) From: Pegasus Mc Cleaft Organization: Feathers To: current@freebsd.org Date: Sun, 11 Jan 2009 10:41:53 +0000 User-Agent: KMail/1.10.1 (FreeBSD/8.0-CURRENT; KDE/4.1.1; amd64; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901111041.53255.ken@mthelicon.com> Cc: Subject: USB2 & umass problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2009 10:41:57 -0000 Hi Current... I think there may be a problem with the USB2 stack and the umass driver on AMD64. I have tried this with both a USB SATA/IDE controller and a USB flash stick. Both of them give similar results below. Please note that the disconnect message is when I pulled the device out of the USB port on the computer. feathers$ uname -a FreeBSD feathers.peganest.com 8.0-CURRENT FreeBSD 8.0-CURRENT #43: Sun Jan 11 02:40:44 UTC 2009 ken@feathers.peganest.com:/usr/obj/usr/src/sys/FEATHERS amd64 (USB IDE/SATA controller) usb2_set_config_index:582: could not read device status: USB_ERR_SHORT_XFER ugen7.2: at usbus7 umass0: on usbus7 umass0: SCSI over Bulk-Only; quirks = 0x0000 umass0:15:0:-1: Attached to scbus15 usb2_pc_common_mem_cb:429: Page offset was not preserved! usb2_pc_common_mem_cb:429: Page offset was not preserved! usb2_pc_common_mem_cb:429: Page offset was not preserved! usb2_pc_common_mem_cb:429: Page offset was not preserved! usb2_pc_common_mem_cb:429: Page offset was not preserved! umass0: at ushub7, port 1, addr 2 (disconnected) ugen7.2: at usbus7 (disconnected) (USB Flash Stick) ugen7.2: at usbus7 umass0: on usbus7 umass0: SCSI over Bulk-Only; quirks = 0x0000 umass0:15:0:-1: Attached to scbus15 usb2_pc_common_mem_cb:429: Page offset was not preserved! usb2_pc_common_mem_cb:429: Page offset was not preserved! usb2_pc_common_mem_cb:429: Page offset was not preserved! usb2_pc_common_mem_cb:429: Page offset was not preserved! usb2_pc_common_mem_cb:429: Page offset was not preserved! umass0: at ushub7, port 1, addr 2 (disconnected) ugen7.2: at usbus7 (disconnected) Peg