Date: Thu, 3 Jul 2003 14:39:53 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <200307032139.h63Lds49021906@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307032139.h63Lds49021906>