From owner-freebsd-current@FreeBSD.ORG Tue Nov 27 09:21:46 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A611816A476 for ; Tue, 27 Nov 2007 09:21:46 +0000 (UTC) (envelope-from schmidtm@mathematik.uni-marburg.de) Received: from alpha.staatsfeind.org (staatsfeind.org [217.20.114.241]) by mx1.freebsd.org (Postfix) with ESMTP id 2FFE913C4F8 for ; Tue, 27 Nov 2007 09:21:44 +0000 (UTC) (envelope-from schmidtm@mathematik.uni-marburg.de) Received: by alpha.staatsfeind.org (Postfix, from userid 1002) id 9EF5A6246; Tue, 27 Nov 2007 10:21:42 +0100 (CET) Date: Tue, 27 Nov 2007 10:21:42 +0100 From: Matthias Schmidt To: Remko Lodder Message-ID: <20071127092141.GE51762@staatsfeind.org> References: <20071126111520.GA29188@soaustin.net> <20071126165021.GC51762@staatsfeind.org> <474B1515.3020303@bellanet.org> <20071126211106.GD51762@staatsfeind.org> <474B3C4E.7090501@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <474B3C4E.7090501@FreeBSD.org> Cc: freebsd-current@freebsd.org Subject: Re: 7.0-BETA3 kernel panic when unplugging USB stick 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: Tue, 27 Nov 2007 09:21:46 -0000 Hi Remko, * Remko Lodder wrote: > > When the device is plugged in can you show us a pciconf -vl and perhaps > an excerpt from the dmesg? so that we might be able to add it to the > supported devicelist? (which might also resolve the problem, though that > would be a workaround imo since the machine should not panic because of > plugging in something and unplugging it, at least not when it's not > being used :-)) Here is the message from dmesg and additionally /var/log/messages: umass0: on uhub2 Nov 27 10:01:22 node008 root: Unknown USB device: vendor 0x0420 product 0x1307 bus uhub2 usbdevs -v shows the following: Controller /dev/usb1: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 4 addr 3: full speed, power 100 mA, config 1, product 0x1307(0x1307), vendor 0x0420(0x0420), rev 1.00 pciconf is quiet about the stick but you can find the complete output under http://www.mathematik.uni-marburg.de/~schmidtm/usbcrash/pciconf If I plug the stick into Mac OS X or Windows XP it identifies itself as "ChipsBnk Flash Disk USB Device" and shows a capacity of 8MB although it has 1GB. I found a closed PR about a ChipsBnk quirk, so the chip should be recognized properly. http://www.freebsd.org/cgi/query-pr.cgi?pr=103702 Regards Matthias