NOTES (cdd40f3bd6e7801d237d985ecee0194f06eb2397) NOTES (4103b7652d1c438d04b360d0c81bae619b1b8259)
1# $FreeBSD$
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#

--- 2075 unchanged lines hidden (view full) ---

2084
2085#
2086# Add tie-ins for a hardware watchdog. This only enable the hooks;
2087# the user must still supply the actual driver.
2088#
2089options HW_WDOG
2090
2091#
1# $FreeBSD$
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#

--- 2075 unchanged lines hidden (view full) ---

2084
2085#
2086# Add tie-ins for a hardware watchdog. This only enable the hooks;
2087# the user must still supply the actual driver.
2088#
2089options HW_WDOG
2090
2091#
2092# Add software watchdog routines. This will add some sysctl OIDs that
2093# can be used in combination with an external daemon to create a
2094# software-based watchdog solution.
2092# Add software watchdog routines.
2095#
2093#
2096options WATCHDOG
2094options SW_WATCHDOG
2097
2098#
2099# Disable swapping of upages and stack pages. This option removes all
2100# code which actually performs swapping, so it's not possible to turn
2101# it back on at run-time.
2102#
2103# This is sometimes usable for systems which don't have any swap space
2104# (see also sysctls "vm.defer_swapspace_pageouts" and

--- 291 unchanged lines hidden ---
2095
2096#
2097# Disable swapping of upages and stack pages. This option removes all
2098# code which actually performs swapping, so it's not possible to turn
2099# it back on at run-time.
2100#
2101# This is sometimes usable for systems which don't have any swap space
2102# (see also sysctls "vm.defer_swapspace_pageouts" and

--- 291 unchanged lines hidden ---