cvs commit: src/sys/conf files files.i386 files.sparc64 src/sys/modules Makefile src/sys/modules/i2c/controllers/pcf Makefile src/sys/i386/isa pcf.c

Joerg Wunsch joerg at FreeBSD.org
Fri Oct 28 08:58:20 PDT 2005


joerg       2005-10-28 15:58:19 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files files.i386 files.sparc64 
    sys/modules          Makefile 
    sys/modules/i2c/controllers/pcf Makefile 
  Removed files:
    sys/i386/isa         pcf.c 
  Log:
  Finally complete some work on generalizing the PCF8584-based I2C
  drivers I started quite some time before.
  
  Retire the old i386-only pcf driver, and activate the new general
  driver that has been sitting in the tree already for quite some
  time.
  
  Build the i2c modules for sparc64 architectures as well (where I've
  been developing all this on).
  
  Revision  Changes    Path
  1.1061    +1 -0      src/sys/conf/files
  1.542     +1 -1      src/sys/conf/files.i386
  1.74      +2 -0      src/sys/conf/files.sparc64
  1.24      +0 -633    src/sys/i386/isa/pcf.c (dead)
  1.460     +1 -0      src/sys/modules/Makefile
  1.3       +10 -1     src/sys/modules/i2c/controllers/pcf/Makefile


More information about the cvs-all mailing list