From owner-cvs-all@FreeBSD.ORG Tue Dec 21 01:32:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA6D216A4CE; Tue, 21 Dec 2004 01:32:09 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 647BC43D39; Tue, 21 Dec 2004 01:32:09 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.12] (g4.samsco.home [192.168.254.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBL1ZUZ7076005; Mon, 20 Dec 2004 18:35:31 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41C77D17.2030003@freebsd.org> Date: Mon, 20 Dec 2004 18:32:07 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <20041219194305.4469C16A4F0@hub.freebsd.org> <41C5DAD5.1060004@root.org> In-Reply-To: <41C5DAD5.1060004@root.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/hptmv entry.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 01:32:10 -0000 Nate Lawson wrote: > Nate Lawson wrote: > >> njl 2004-12-19 19:42:55 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/hptmv entry.c Log: >> Move launching the worker thread from a SYSINIT to the first device's >> attach. This fixes the previous behavior where systems without hptmv >> hardware always had a worker thread running. >> Revision Changes Path >> 1.3 +10 -4 src/sys/dev/hptmv/entry.c > > > I submitted this to scottl for review 3 weeks ago. If it's not correct, > feel free to back it out, Scott. > Yeah, my bad for not taking care of this. I've had my HPTMV hardware in storage and haven't had time recently to pull it out and test your patch. Scott