From owner-freebsd-current@FreeBSD.ORG Tue Apr 29 16:11:00 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75D3E106567E for ; Tue, 29 Apr 2008 16:11:00 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id EE7788FC29 for ; Tue, 29 Apr 2008 16:10:59 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so63545fgg.35 for ; Tue, 29 Apr 2008 09:10:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=VmEPGeQuXR5KSt5H+RjieNbFa6vkWRwb9QbyALp3DKQ=; b=HO6UHnEhstG6JmMbMk5zH1GWlTMQrmeaDsUhsS0zmYDkIYrtm7QVVhOuXXRyfMWmRP/lViO7fsOBjLnY9dt/8KjWhY8gYkICHDAnHcUtlksb7wL0jkFSxutS4WZEEvErYjl7NqYCq+UZtmiD1/6l14E5IEDLhC6g/iLke3V7ggk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=HjrDQPhCzUmq3jEsjcZcJ5evh23xmeomvNzjfAmRBds04AyqHHL7vY+kAGwn1a4pOJqvUxSLf8tq9vxrOLqwRe9ZcOAd6Lq/wrFjCDdUeywesyEInU3G6+VjgQcfGNOJc1H1rhMjw64Yhne2Q0Zuyj0VBhXe5D+4Ml5aG9uQTUY= Received: by 10.86.28.5 with SMTP id b5mr9518236fgb.47.1209485458745; Tue, 29 Apr 2008 09:10:58 -0700 (PDT) Received: by 10.86.26.8 with HTTP; Tue, 29 Apr 2008 09:10:58 -0700 (PDT) Message-ID: <7d6fde3d0804290910x40bfd9a6yfc5cffcb4483ce8a@mail.gmail.com> Date: Tue, 29 Apr 2008 09:10:58 -0700 From: "Garrett Cooper" To: "Kris Kennaway" In-Reply-To: <481747BE.9000704@FreeBSD.org> MIME-Version: 1.0 References: <7d6fde3d0804290238t20eae04bj298e6030e14d33d4@mail.gmail.com> <48170DDC.6000501@FreeBSD.org> <7d6fde3d0804290816u58aabe3dg4c45e15dbbeb418b@mail.gmail.com> <481747BE.9000704@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: current@freebsd.org Subject: Re: ADAPTIVE_GIANT removed from x86? 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: Tue, 29 Apr 2008 16:11:00 -0000 On Tue, Apr 29, 2008 at 9:07 AM, Kris Kennaway wrote: > Garrett Cooper wrote: > > On Tue, Apr 29, 2008 at 5:00 AM, Kris Kennaway > kris@freebsd.org>> wrote: >> >> Garrett Cooper wrote: >> >> Out of curiosity, was the def removed from CURRENT just recently? >> Thanks, >> -Garrett >> >> >> Some months ago, yes. You can find out the answers to such >> questions by consulting the CVS logs :) >> >> Kris >> >> >> >> (Sorry but) >> The best means for searching FreeBSD's CVS logs (cvsweb isn't really a >> winner solution -- too much source to gleam info from)? >> >> Thanks, >> -Garrett >> > > Actually cvsweb would be fine here, you can go to > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/conf/GENERIC > > and see that ADAPTIVE_GIANT removal is listed in the commit log from a > commit 5 months ago, but if this wasn't the case then you can still do a > binary search to find out when it was removed (finding out when something > was added is easier, you just use cvs annotate or the cvsweb version). > > Kris > Ok. Odd why support for ADAPTIVE_GIANT was suddenly yanked for me over the past 2 weeks (it came up as a kernel config error, go figure...) but I haven't seen hind nor tail of it on any current@ discussion... -Garrett