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

Warner Losh imp at FreeBSD.org
Thu Jul 3 14:39:55 PDT 2003


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


More information about the cvs-all mailing list