From owner-freebsd-stable@FreeBSD.ORG Wed Jun 11 05:40:22 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AB821065686 for ; Wed, 11 Jun 2008 05:40:22 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from mx1.highperformance.net (s3.stradamotorsports.com [64.81.163.125]) by mx1.freebsd.org (Postfix) with ESMTP id 5A3F98FC25 for ; Wed, 11 Jun 2008 05:40:22 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from [192.168.1.16] (w16.stradamotorsports.com [192.168.1.16]) by mx1.highperformance.net (8.13.8/8.13.8) with ESMTP id m5B578gU017877; Tue, 10 Jun 2008 22:07:09 -0700 (PDT) (envelope-from jcw@highperformance.net) Message-ID: <484F5D80.1000803@highperformance.net> Date: Tue, 10 Jun 2008 22:07:12 -0700 From: "Jason C. Wells" User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: dennis_flynn@yahoo.com References: <437286.30504.qm@web54011.mail.re2.yahoo.com> In-Reply-To: <437286.30504.qm@web54011.mail.re2.yahoo.com> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=2.5 tests=ALL_TRUSTED,BAYES_00 autolearn=failed version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on s4.stradamotorsports.com Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 7.0 Stable and the CP2101 driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2008 05:40:22 -0000 Dennis Flynn wrote: > That doesn't seem right to me. Shouldn't I see something like > 7.0-RELEASE-p1 or 7.0-STABLE? Did I do something wrong in my update > to RELEASE? How do I know if I'm running the STABLE kernel with the > driver I want? How can I tell if the driver (uslcom) is there and/or > loaded? To tell if a driver is loaded: dmesg | grep uslcom You'll also want to know about kldstat(1). I've never used freebsd-update. I do suspect that the standard MO in FreeBSD land is to _not_ update the kernel unless explicitly requested. You might want to snoop around the docs with that in mind. Also, FreeBSD may support your driver, but not build it into the GENERIC kernel by default. If the driver you want does not appear in the GENERIC kernel, then you will have to compile a kernel or load a kernel module. There is good documentation on building a kernel in the handbook. Regards, Jason