git: Resolve some kernel option / .Cd mismatches.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Jun 4 00:28:03 PDT 2018


commit 28f4018c7f5e8d3831b02cfa82a45ea476a9fb75
Author: Sascha Wildner <saw at online.de>
Date:   Mon Jun 4 09:27:42 2018 +0200

    Resolve some kernel option / .Cd mismatches.
    
    * There is no WATCHDOG option. kern_wdog.c is compiled into the kernel
      by default.
    
    * SC_NO_PALETTE_LOADING was never a kernel option, so remove the
      associated #ifndefs.
    
    * powernow(4) can't be compiled into the kernel

Summary of changes:
 share/man/man4/powernow.4       | 14 +++++++-------
 share/man/man4/syscons.4        |  4 +---
 share/man/man5/rc.conf.5        |  4 +---
 sys/dev/misc/syscons/scvidctl.c |  4 ----
 sys/dev/misc/syscons/syscons.c  |  8 --------
 5 files changed, 9 insertions(+), 25 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/28f4018c7f5e8d3831b02cfa82a45ea476a9fb75


-- 
DragonFly BSD source repository


More information about the Commits mailing list