From owner-freebsd-current@FreeBSD.ORG Fri Sep 26 08:16:37 2003 Return-Path: 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 F3EF016A4B3 for ; Fri, 26 Sep 2003 08:16:36 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C344244013 for ; Fri, 26 Sep 2003 08:16:33 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p1/8.12.9) with ESMTP id h8QFGRAD031345; Fri, 26 Sep 2003 09:16:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 26 Sep 2003 09:16:26 -0600 (MDT) Message-Id: <20030926.091626.65985841.imp@bsdimp.com> To: konfer@mikulas.com From: "M. Warner Losh" In-Reply-To: <3F743C00.3000300@mikulas.com> References: <3F743C00.3000300@mikulas.com> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: re,rl and BURN_BRIDGES X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 26 Sep 2003 15:16:37 -0000 In message: <3F743C00.3000300@mikulas.com> Jiri Mikulas writes: : when i use BURN_BRIDGES in kernel config, : it seems that there is resubmited old part of code : in function suspend and resume - PCIR_MAPS symbol : i made diff for me - see attachment : please could anybody submit corrected version into cvs tree? : i'm not maintainer ... But the suspend/resume routines shouldn't be defined to do these things when BURN_BRIDGES is defined. Warner