From owner-freebsd-stable@FreeBSD.ORG Thu May 1 16:59:15 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5C9637B401 for ; Thu, 1 May 2003 16:59:15 -0700 (PDT) Received: from figg.securenet.com.au (ns2.isecure.com.au [202.125.4.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id D258543FB1 for ; Thu, 1 May 2003 16:59:13 -0700 (PDT) (envelope-from carl@ipaustralia.gov.au) Received: from iron.securenet.com.au (iron.isecure.com.au [202.125.4.94] (may be forged))h41NxCAL019069 for ; Fri, 2 May 2003 09:59:12 +1000 Received: (from uucp@localhost) by iron.securenet.com.au (8.12.6/8.12.6) id h41NxCfE023064 for ; Fri, 2 May 2003 09:59:12 +1000 (EST) X-Authentication-Warning: iron.securenet.com.au: uucp set sender to using -f Received: from nodnsquery(10.11.3.10) by iron.securenet.com.au via csmap (V6.0) id srcAAARXa4cT; Fri, 2 May 03 09:59:11 +1000 Received: from vmail.aipo.gov.au (localhost [127.0.0.1]) id h41NxBEF008912 for ; Fri, 2 May 2003 09:59:11 +1000 Received: from xena.aipo.gov.au (xena.aipo.gov.au [10.0.100.52]) by vmail.aipo.gov.au (8.12.6/8.12.6) with ESMTP id h41NxBZM029954 for ; Fri, 2 May 2003 09:59:11 +1000 (EST) (envelope-from carl@ipaustralia.gov.au) Received: from ipaustralia.gov.au (newton.aipo.gov.au [10.0.100.18]) by xena.aipo.gov.au (8.12.6/8.12.6) with ESMTP id h41NxAnK030659 for ; Fri, 2 May 2003 09:59:10 +1000 (EST) (envelope-from carl@ipaustralia.gov.au) Message-ID: <3EB1B4CE.90807@ipaustralia.gov.au> Date: Fri, 02 May 2003 09:59:10 +1000 From: Carl Makin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030407 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: USB Serial devices appearing as ugen instead of ucom X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 23:59:16 -0000 Morning All, I have a Keyspan USA-28X USB serial converter and a Telstra NT1 Plus II (OPEN Networks Ltd) ISDN modem with USB connection that should both appear as ucom devices (I think) but both appear as ugen instead. They both get defined as serial devices using the manufacturer's device drivers on both MacOS X and Windows. I've been through the USB code as much as I'm capable and I'm lost as to how to make these devices appear as ucom. Trying to use the NT1 through the ugen device causes a kernel panic. Can anyone supply any hints? This is on FreeBSD 4.8-RC (the last one before the release). Thanks, Carl.