From owner-freebsd-stable@FreeBSD.ORG Tue Jan 31 09:36:27 2006 Return-Path: X-Original-To: stable@freebsd.org 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 A664C16A420; Tue, 31 Jan 2006 09:36:27 +0000 (GMT) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (lath.rinet.ru [195.54.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE8CF43D48; Tue, 31 Jan 2006 09:36:26 +0000 (GMT) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (localhost [127.0.0.1]) by lath.rinet.ru (8.13.4/8.13.4) with ESMTP id k0V9aPki090721 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jan 2006 12:36:25 +0300 (MSK) (envelope-from oleg@lath.rinet.ru) Received: (from oleg@localhost) by lath.rinet.ru (8.13.4/8.13.4/Submit) id k0V9aPEv090720; Tue, 31 Jan 2006 12:36:25 +0300 (MSK) (envelope-from oleg) Date: Tue, 31 Jan 2006 12:36:25 +0300 From: Oleg Bulyzhin To: husnu demir Message-ID: <20060131093625.GB88914@lath.rinet.ru> References: <20060127122438.GA1044592@metu.edu.tr> <20060127153512.GX83922@FreeBSD.org> <20060127161151.GA1093828@metu.edu.tr> <20060127161348.GA83922@cell.sick.ru> <20060127162904.GA1224732@metu.edu.tr> <20060128080843.GA22614@lath.rinet.ru> <20060129144448.GA1077392@metu.edu.tr> <20060130205742.GB82483@lath.rinet.ru> <20060131081435.GA1081452@metu.edu.tr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060131081435.GA1081452@metu.edu.tr> User-Agent: Mutt/1.5.11 Cc: stable@freebsd.org, Gleb Smirnoff Subject: Re: if_bge driver problem. - Upgrade to RELEASE :) 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: Tue, 31 Jan 2006 09:36:27 -0000 On Tue, Jan 31, 2006 at 10:14:35AM +0200, husnu demir wrote: > Hi Oleg, > > Sorry but The STABLE causes another problem with my SCSI driver (MPT - LSI LOGIC). Before compilation I made cvsup to sync the stable and get the if_bge.c requested version (a lazy work :() Then applied patch make compile and install finally reboot. And it is not working. I could not find even kernel.old :( Standart method shoul put the kernel.old but there is no one. I have some other works to do but will find to boot somehow. > > > I will try to let you know as soon as I solved the problem. By the way, do you know how to get cvsup to specified times stable (e.g. 25.01.2006). > > > Thanks. > > man cvsup: date=[cc]yy.mm.dd.hh.mm.ss This specifies a date that should be used to select the revi- sions that are checked out from the CVS repository. The client will receive the revisions that were in effect at the specified date and time. At present, the date format is inflexible. All 17 or 19 characters must be specified, exactly as shown. For the years 2000 and beyond, specify the century cc. For earlier years, specify only the last two digits yy. Dates and times are considered to be GMT. The default date is `.', which means ``as late as possible''. -- Oleg.