git: i386 removal, part 39/x: Remove est(4) driver.

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Sep 10 13:50:12 PDT 2015


commit 0533ddd949924d815466451d25d3b599089397c7
Author: Sascha Wildner <saw at online.de>
Date:   Thu Sep 10 22:43:41 2015 +0200

    i386 removal, part 39/x: Remove est(4) driver.
    
    Of the 36 CPUs it supports, only one supports Intel 64 (aka AMD64),
    namely the Intel Core 2 Duo T7500, released in May 2007. The rest,
    Intel Pentium Ms and two Intel Core CPUs, were 32 bit only.
    
    If someone is still using a T7500 with DragonFly and our regular
    ACPI P-state support doesn't work with it, we'd be interested in
    hearing about it. As a last resort, there's always cpucontrol(8)
    to set the MSRs manually. :)
    
    Also, estd isn't in ports or dports.

Summary of changes:
 Makefile_upgrade.inc           |   2 +
 share/man/man4/Makefile        |   1 -
 share/man/man4/est.4           |  92 -----
 share/man/man4/powernow.4      |   1 -
 sys/config/LINT64              |   4 -
 sys/dev/powermng/Makefile      |   2 +-
 sys/dev/powermng/est/Makefile  |   4 -
 sys/dev/powermng/est/est.c     | 772 -----------------------------------------
 sys/platform/pc64/conf/files   |   1 -
 sys/platform/pc64/conf/options |   7 +-
 10 files changed, 5 insertions(+), 881 deletions(-)
 delete mode 100644 share/man/man4/est.4
 delete mode 100644 sys/dev/powermng/est/Makefile
 delete mode 100644 sys/dev/powermng/est/est.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0533ddd949924d815466451d25d3b599089397c7


-- 
DragonFly BSD source repository



More information about the Commits mailing list