From owner-freebsd-current@FreeBSD.ORG Wed May 2 16:49:06 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7AA4416A401 for ; Wed, 2 May 2007 16:49:06 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.swip.net [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id 1BF7013C4B9 for ; Wed, 2 May 2007 16:49:05 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.71.38.142] (account mc467741@c2i.net HELO [10.42.11.147]) by mailfe12.swip.net (CommuniGate Pro SMTP 5.1.7) with ESMTPA id 308557815; Wed, 02 May 2007 18:49:04 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 2 May 2007 18:48:47 +0200 User-Agent: KMail/1.9.5 References: <20070502083356.GB1787@obelix.dsto.defence.gov.au> In-Reply-To: <20070502083356.GB1787@obelix.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705021848.47920.hselasky@c2i.net> Cc: "Wilkinson, Alex" Subject: Re: [new usb4bsd stack] Feedback ... 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: Wed, 02 May 2007 16:49:06 -0000 On Wednesday 02 May 2007 10:33, Wilkinson, Alex wrote: > All looks good so far: > > FreeBSD 7.0-CURRENT #2: Wed May 2 09:28:13 WST 2007 > > 1st device successfully attached: > > umass0: rev 2.00 /0.01, addr 126> umass0: SCSI over Bulk-Only; quirks = 0x0000 > umass0:0:0:-1: Attached to scbus0 > cd0 at umass-sim0 bus 0 target 0 lun 0 > cd0: Removable CD-ROM SCSI-0 device > cd0: 40.000MB/s transfers > cd0: cd present [252723 x 2048 byte records] > GEOM_LABEL: Label for provider cd0 is iso9660/HPSMST740. > > 2nd device attached succesfully: > > umass1: > umass1: SCSI over Bulk-Only; quirks = 0x0000 > umass1:1:1:-1: Attached to scbus1 > da0 at umass-sim1 bus 1 target 0 lun 0 > da0: Removable Direct Access SCSI-0 device > da0: 40.000MB/s transfers > da0: 931MB (1907712 512 byte sectors: 64H 32S/T 931C) > > I will scrounge up some more USB devs to test. > > How does one tell that they are using the usb4bsd stack 100% for certain ? > #ident /boot/kernel/kernel does help much. The new USB stack has a file called "usb_transfer.c" in the kernel which the old stack does not have, for example. --HPS