Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2006 21:37:38 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files options src/sys/dev/tdfx tdfx_linux.c tdfx_pci.c src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/3dfx Makefile src/sys/modules/3dfx_linux Makefile src UPDATING src/share/man/man4 Makefile tdfx.4
Message-ID:  <200603032137.k23LbcnL076760@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2006-03-03 21:37:38 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files options 
    sys/dev/tdfx         tdfx_pci.c 
    sys/i386/conf        NOTES 
    sys/modules          Makefile 
    sys/modules/3dfx     Makefile 
    .                    UPDATING 
    share/man/man4       Makefile tdfx.4 
  Added files:
    sys/dev/tdfx         tdfx_linux.c 
    sys/modules/3dfx_linux Makefile 
  Log:
  Take the functionality contained in the former "options TDFX_LINUX"
  into a separate module.  Accordingly, convert the option into a device
  named similarly.
  
  Note for MFC: Perhaps the option should stay in RELENG_6 for POLA reasons.
  
  Suggested by:   scottl
  Reviewed by:    cokane
  MFC after:      5 days
  
  Revision  Changes    Path
  1.440     +7 -0      src/UPDATING
  1.341     +1 -0      src/share/man/man4/Makefile
  1.8       +4 -7      src/share/man/man4/tdfx.4
  1.1098    +1 -0      src/sys/conf/files
  1.530     +0 -1      src/sys/conf/options
  1.1       +87 -0     src/sys/dev/tdfx/tdfx_linux.c (new)
  1.39      +1 -38     src/sys/dev/tdfx/tdfx_pci.c
  1.1220    +2 -3      src/sys/i386/conf/NOTES
  1.13      +1 -12     src/sys/modules/3dfx/Makefile
  1.1       +8 -0      src/sys/modules/3dfx_linux/Makefile (new)
  1.481     +2 -0      src/sys/modules/Makefile



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