Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2003 07:00:57 -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/dev/firewire fwohci_pci.c src/sys/dev/fxp if_fxp.c src/sys/dev/lge if_lge.c src/sys/dev/nge if_nge.c src/sys/dev/pccbb pccbb.c src/sys/dev/txp if_txp.c
Message-ID:  <200307031400.h63E0vim067078@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2003/07/03 07:00:57 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/firewire     fwohci_pci.c 
    sys/dev/fxp          if_fxp.c 
    sys/dev/lge          if_lge.c 
    sys/dev/nge          if_nge.c 
    sys/dev/pccbb        pccbb.c 
    sys/dev/txp          if_txp.c 
  Log:
  All current uses of pci_set_powerstate are bogus, at least in theory.
  However, they are presently necessary due to bigger bogusness in the
  pci bus layer not doing the right thing on suspend/resume or on
  initial device probe.  This is exactly the sort of thing that the
  BURN_BRIDGES option was invented for.  Mark all of them as
  BURN_BRIDGES.  As soon as I have the powerstate stuff properly
  integrated into the pci bus code, I intend to remove all these
  workarounds.
  
  Revision  Changes    Path
  1.28      +2 -0      src/sys/dev/firewire/fwohci_pci.c
  1.186     +8 -4      src/sys/dev/fxp/if_fxp.c
  1.21      +2 -2      src/sys/dev/lge/if_lge.c
  1.46      +2 -2      src/sys/dev/nge/if_nge.c
  1.79      +3 -2      src/sys/dev/pccbb/pccbb.c
  1.18      +2 -2      src/sys/dev/txp/if_txp.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307031400.h63E0vim067078>