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

Warner Losh imp at FreeBSD.org
Thu Jul 3 07:00:58 PDT 2003


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


More information about the cvs-all mailing list