cvs commit: src/sys/modules/i2c/controllers/alpm Makefile src/sys/modules/i2c/controllers/viapm Makefile

Nate Lawson njl at FreeBSD.org
Sun Jun 24 20:35:59 UTC 2007


njl         2007-06-24 20:35:59 UTC

  FreeBSD src repository

  Modified files:
    sys/modules/i2c/controllers/alpm Makefile 
    sys/modules/i2c/controllers/viapm Makefile 
  Log:
  The viapm module build had what appear to be some debugging CFLAGS left
  around to force the IO port to a fixed address.  They were only turned
  on in the module build and were present since the original import.  This
  breaks soft power-off on the Asus A7V since it reprograms the SMBus base
  address to a different one than the BIOS expects.  A similar issue was
  found in the alpm(4) module build.
  
  PR:             kern/113986, i386/97468
  MFC after:      3 days
  Approved by:    re
  
  Revision  Changes    Path
  1.2       +0 -1      src/sys/modules/i2c/controllers/alpm/Makefile
  1.3       +0 -1      src/sys/modules/i2c/controllers/viapm/Makefile


More information about the cvs-src mailing list