cvs commit: src/sys/conf files options src/sys/dev/tdfx tdfx_linux.c tdfx_pci.c src/sys/modules Makefile src/sys/modules/3dfx Makefile src/sys/modules/3dfx_linux Makefile src UPDATING

Yar Tikhiy yar at FreeBSD.org
Thu Mar 9 21:51:01 UTC 2006


yar         2006-03-09 21:51:01 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/conf             files options 
    sys/dev/tdfx         tdfx_pci.c 
    sys/modules          Makefile 
    sys/modules/3dfx     Makefile 
    .                    UPDATING 
  Added files:           (Branch: RELENG_6)
    sys/dev/tdfx         tdfx_linux.c 
    sys/modules/3dfx_linux Makefile 
  Log:
  MFC:
  
  Move the functionality controlled by "options TDFX_LINUX"
  from 3dfx.ko to a separate module, 3dfx_linux.ko.
  The option is retained in RELENG_6 for POLA reasons
  while it has been turned into "device tdfx_linux" in HEAD.
  
  Approved by:    re (scottl)
  
  Revision     Changes    Path
  1.416.2.20   +6 -0      src/UPDATING
  1.1031.2.24  +1 -0      src/sys/conf/files
  1.510.2.4    +1 -1      src/sys/conf/options
  1.1.2.1      +87 -0     src/sys/dev/tdfx/tdfx_linux.c (new)
  1.37.2.1     +1 -38     src/sys/dev/tdfx/tdfx_pci.c
  1.11.14.2    +1 -12     src/sys/modules/3dfx/Makefile
  1.1.2.1      +8 -0      src/sys/modules/3dfx_linux/Makefile (new)
  1.450.2.13   +2 -0      src/sys/modules/Makefile


More information about the cvs-src mailing list