Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2005 16:56:36 +0000 (UTC)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files src/sys/dev/utopia idtphy.c suni.c utopia.c utopia.h utopia_priv.h
Message-ID:  <200502241656.j1OGuafR073449@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-02-24 16:56:36 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files 
    sys/dev/utopia       utopia.c utopia.h 
  Added files:
    sys/dev/utopia       idtphy.c suni.c utopia_priv.h 
  Log:
  Split the chip-specific code from the generic Utopia code. This simplifies
  adding of new physical chips. Now one just needs to add a .h and a .c
  file for the new chip and add one line to utopia.c for that chip.
  
  Revision  Changes    Path
  1.998     +2 -0      src/sys/conf/files
  1.1       +494 -0    src/sys/dev/utopia/idtphy.c (new)
  1.1       +545 -0    src/sys/dev/utopia/suni.c (new)
  1.9       +32 -922   src/sys/dev/utopia/utopia.c
  1.5       +3 -1      src/sys/dev/utopia/utopia.h
  1.1       +46 -0     src/sys/dev/utopia/utopia_priv.h (new)



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