Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2004 00:42:45 -0700 (PDT)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pcf envctrl.c pcf.c pcf_isa.c pcfvar.h
Message-ID:  <200405250742.i4P7gjYr091606@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       2004/05/25 00:42:45 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/pcf          pcf.c 
  Added files:
    sys/dev/pcf          envctrl.c pcf_isa.c pcfvar.h 
  Log:
  Round #1 of improving pcf(4).
  
  This splits the driver into a bus-independant backend, plus bus-specific
  frontends.  The old pcf(4) (i386/ISA) frontend is now in pcf_isa.c, the
  frontend in envctrl.c is for sparc64/Ebus2 (Sun device name: SUNW,envctrl
  from Sun E450 machines).  More frontends are expected to appear in future.
  
  This is not yet ready for public consumption, but it basically works.
  Nicolas will bring over his ISA-specific fixes soon.
  
  Reviewed by:    nsouch
  
  Revision  Changes    Path
  1.1       +196 -0    src/sys/dev/pcf/envctrl.c (new)
  1.24      +122 -320  src/sys/dev/pcf/pcf.c
  1.1       +185 -0    src/sys/dev/pcf/pcf_isa.c (new)
  1.1       +142 -0    src/sys/dev/pcf/pcfvar.h (new)



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