From owner-freebsd-current@FreeBSD.ORG Thu May 25 18:27:48 2006 Return-Path: X-Original-To: current@freebsd.org 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 D865D16B2C1 for ; Thu, 25 May 2006 18:27:48 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A6143D69 for ; Thu, 25 May 2006 18:27:33 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from [10.0.1.114] (nat-outside.atlanta.corp.yahoo.com [63.172.193.57]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k4PIRVYR004404; Thu, 25 May 2006 14:27:32 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Ben Kaduk" Date: Thu, 25 May 2006 13:49:20 -0400 User-Agent: KMail/1.9.1 References: <200605241556.44483.jhb@freebsd.org> <47d0403c0605241341k54586435xa76fa1e90a9e408e@mail.gmail.com> In-Reply-To: <47d0403c0605241341k54586435xa76fa1e90a9e408e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605251349.20316.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1484/Thu May 25 11:19:23 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.0 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: current@freebsd.org Subject: Re: [PATCH] if_dc cleanups.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 25 May 2006 18:27:55 -0000 On Wednesday 24 May 2006 16:41, Ben Kaduk wrote: > On 5/24/06, John Baldwin wrote: > > I've changed if_dc to use the full 32-bit device ID instead of just the lower > > 16-bit device ID in dc_attach() so that it doesn't have to deal with hacks > > like the FAKE device and to make it easier to add new device IDs that have > > collisions in the future. I've compiled it but have no dc(4) hardware to > > test with, so please test. Patch is available at: > > > > http://www.FreeBSD.org/~jhb/patches/if_dc.patch > > > > -- > > John Baldwin > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > > > John, > > I have an old machine running 6.0 with a dc card in it. Will I need > to stop making excuses and bring this machine up to HEAD to test this > patch properly? > > -Ben Kaduk I think it should apply to 6.x fine. It might need 6.1 instead of 6.0 though. Just try to apply the patch. If it fails, update to 6.1 and then try it again. :) -- John Baldwin