From owner-freebsd-current@FreeBSD.ORG Sat Oct 16 02:15:39 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B59516A4E1 for ; Sat, 16 Oct 2004 02:15:38 +0000 (GMT) Received: from out012.verizon.net (out012pub.verizon.net [206.46.170.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6730643D1D for ; Sat, 16 Oct 2004 02:15:35 +0000 (GMT) (envelope-from kent.hauser@verizon.net) Received: from kent ([4.35.227.55]) by out012.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041016021534.LJHK2120.out012.verizon.net@kent> for ; Fri, 15 Oct 2004 21:15:34 -0500 From: Kent Hauser To: current@freebsd.org Date: Fri, 15 Oct 2004 16:15:33 -1000 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410151615.33979.kent.hauser@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out012.verizon.net from [4.35.227.55] at Fri, 15 Oct 2004 21:15:34 -0500 Subject: uvisor not creating ucom0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 16 Oct 2004 02:15:39 -0000 Hi, I'm having a problem getting -CURRENT to talk to my new USB palm (actually a couple years old palm model). Without uvisor loaded, usbd reports it sees my palm & creates ugen0, ugen0.1, and ugen0.2 entries in /dev. With uvisor loaded, no entries are reported. With uvisor loaded, I get the following output from usbd: **** usbd: driver-attach event cookie=3217024892 devname=ucom0 USB_EVENT_DRIVER_ATTACH usbd: device-attach event at 1097892732.945264000, Palm Handheld, Palm, Inc.: vndr=0x0830 prdct=0x0001 rlse=0x0100 clss=0x0000 subclss=0x0000 prtcl=0x0000 device names: ucom0 usbd: Found action 'USB device' for Palm Handheld, Palm, Inc. at ucom0 **** ucom0 is mentioned, but no dev entry is created. I tried applying the patch from Axel Gonzales (8 Sep 04) for CLIE TH55 usb syncing with no effect. Any thoughts? Thanks. Kent