From owner-freebsd-net@FreeBSD.ORG Fri Oct 8 09:45:17 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B5E16A4CE for ; Fri, 8 Oct 2004 09:45:17 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF3D43D1D for ; Fri, 8 Oct 2004 09:45:16 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 19730651FA for ; Fri, 8 Oct 2004 10:45:13 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31411-04 for ; Fri, 8 Oct 2004 10:45:12 +0100 (BST) Received: from empiric.dek.spc.org (adsl-67-121-92-60.dsl.snfc21.pacbell.net [67.121.92.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 52DF7651EB for ; Fri, 8 Oct 2004 10:45:12 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 0F5D0616C; Fri, 8 Oct 2004 02:45:07 -0700 (PDT) Date: Fri, 8 Oct 2004 02:45:07 -0700 From: Bruce M Simpson To: freebsd-net@FreeBSD.org Message-ID: <20041008094507.GG718@empiric.icir.org> Mail-Followup-To: freebsd-net@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: fxp(4) suspend/resume in 5.3 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 09:45:17 -0000 I was looking at the fxp suspend/resume routines and thought: hang on a minute, we already save PCI configuration space in the PCI bus suspend/resume routines, so do we need to do it in fxp(4)? Regards, BMS