From owner-freebsd-stable@FreeBSD.ORG Thu Jan 6 19:22:03 2005 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 18FF216A4CE for ; Thu, 6 Jan 2005 19:22:03 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F86D43D3F for ; Thu, 6 Jan 2005 19:22:02 +0000 (GMT) (envelope-from falkenbe@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so52164rne for ; Thu, 06 Jan 2005 11:22:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=m1Qt7F3qr9Ki9JQZkvBXy1nJj8IITqGugns1l8cEbMPfWa3Kbza2Nd9DC3ikast5Lv3eUJWimogdnCs8+sPbRS+1s9t8N4kOJRRxiA2XjvbdTsTwT9g+6kAdcbgxzf+ElaypmOvRrcFXSSKHSkBgNhpVBg10bfREmj0M9hj680o= Received: by 10.38.11.49 with SMTP id 49mr125358rnk; Thu, 06 Jan 2005 11:22:01 -0800 (PST) Received: by 10.38.14.69 with HTTP; Thu, 6 Jan 2005 11:22:01 -0800 (PST) Message-ID: <9cfc1397050106112249f2d96@mail.gmail.com> Date: Thu, 6 Jan 2005 12:22:01 -0700 From: Ryan Falkenberg To: Brian Reichert In-Reply-To: <20050106015816.GB42653@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <9cfc13970501051029471941fd@mail.gmail.com> <20050105221817.GC48133@numachi.com> <200501061033.26372.doconnor@gsoft.com.au> <20050106015816.GB42653@numachi.com> cc: freebsd-stable@freebsd.org Subject: Re: uplcom usb to serial adapter broken X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ryan Falkenberg List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 19:22:03 -0000 On Thu, 6 Jan 2005 11:21:28 +1100, David Billett wrote: > Hi Ryan, > > It must be the season for these or something... I just answered the same > question over at freebsd-questions@. > > http://marc.theaimsgroup.com/?l=freebsd-questions&m=110494189823566&w=2 > > I'll cut and paste my answer to Stefano here. I'm new to FreeBSD, for future reference should this type of question appear on this list or -questions? For the record I'm running FreeBSD 5.3-STABLE is that considered to be 5.3 or stable? > Alex's patch cleaned up by Nick Denev: > http://www.totalterror.com/src/uplcom.c.patch > > I don't run 5.3, so I've no idea if it will apply to a 5.3 kernel > source, but it may point you in the right direction. > --------------------------------------------------------------------------- > > I've just checked the source of sys/dev/usb/uplcom.c for 4.10 and 5.3 > and I think the patch should apply to both. Let me know if it works for > you. Thanks, the patch does apply properly but it doesn't seem to help the problem. I can still send data but not receive. Am Installing the patched drivers properly? I did a cvsup, deleted all of /usr/obj/, applied the patch, then followed the buildworld canonical instructions from the handbook. Is there a way to only build and install the uplcom drivers?