git: i386 removal, part 33/x: Remove LongRun and GLXSB support.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed Aug 12 07:33:29 PDT 2015


commit c292f53669b4862993224dcf5c489355215be50d
Author: Sascha Wildner <saw at online.de>
Date:   Wed Aug 12 13:16:51 2015 +0200

    i386 removal, part 33/x: Remove LongRun and GLXSB support.
    
    LongRun was the Transmeta Crusoe's power saving modes, similar to
    Intel SpeedStep.
    
    GLXSB was the AMD Geode LX's crypto accelerator.

Summary of changes:
 Makefile_upgrade.inc               |   2 +-
 share/man/man4/crypto.4            |   1 -
 sys/config/X86_64_GENERIC          |   1 -
 sys/dev/crypto/Makefile            |   4 -
 sys/dev/crypto/glxsb/Makefile      |   6 -
 sys/dev/crypto/glxsb/glxsb.c       | 959 -------------------------------------
 sys/dev/crypto/glxsb/glxsb.h       |  57 ---
 sys/dev/crypto/glxsb/glxsb_hash.c  | 181 -------
 sys/dev/powermng/longrun/longrun.c | 301 ------------
 9 files changed, 1 insertion(+), 1511 deletions(-)
 delete mode 100644 sys/dev/crypto/glxsb/Makefile
 delete mode 100644 sys/dev/crypto/glxsb/glxsb.c
 delete mode 100644 sys/dev/crypto/glxsb/glxsb.h
 delete mode 100644 sys/dev/crypto/glxsb/glxsb_hash.c
 delete mode 100644 sys/dev/powermng/longrun/longrun.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c292f53669b4862993224dcf5c489355215be50d


-- 
DragonFly BSD source repository



More information about the Commits mailing list