From owner-cvs-src@FreeBSD.ORG Thu Jul 3 14:39:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A33CC37B401; Thu, 3 Jul 2003 14:39:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C8E843FE0; Thu, 3 Jul 2003 14:39:54 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h63Lds0U021907; Thu, 3 Jul 2003 14:39:54 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h63Lds49021906; Thu, 3 Jul 2003 14:39:54 -0700 (PDT) Message-Id: <200307032139.h63Lds49021906@repoman.freebsd.org> From: Warner Losh Date: Thu, 3 Jul 2003 14:39:53 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_vr.c if_wb.c if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 21:39:55 -0000 imp 2003/07/03 14:39:53 PDT FreeBSD src repository Modified files: sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_vr.c if_wb.c if_xl.c Log: Due to extreme bogusness in the pci bus layer, these drivers were forced to do slightly bogus power state manipulation. However, this is one of those features that is preventing further progress, so mark them as BURN_BIRDGES like I did for the drivers in sys/dev/... This, like the other change, are a no-op unless you have BURN_BRIDGES in your kernel. Revision Changes Path 1.112 +8 -4 src/sys/pci/if_dc.c 1.47 +2 -2 src/sys/pci/if_pcn.c 1.103 +2 -2 src/sys/pci/if_rl.c 1.58 +2 -2 src/sys/pci/if_sf.c 1.78 +2 -2 src/sys/pci/if_sis.c 1.63 +2 -2 src/sys/pci/if_sk.c 1.54 +2 -2 src/sys/pci/if_ste.c 1.72 +2 -2 src/sys/pci/if_vr.c 1.61 +2 -2 src/sys/pci/if_wb.c 1.147 +2 -2 src/sys/pci/if_xl.c