Deleted Added
full compact
NOTES (131814) NOTES (131840)
1# $FreeBSD: head/sys/conf/NOTES 131814 2004-07-08 13:40:33Z brian $
1# $FreeBSD: head/sys/conf/NOTES 131840 2004-07-08 22:35:36Z brian $
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#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

2119device vpo
2120device lpt
2121device plip
2122device ppi
2123device pps
2124device lpbb
2125device pcfclock
2126
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#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

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

2119device vpo
2120device lpt
2121device plip
2122device ppi
2123device pps
2124device lpbb
2125device pcfclock
2126
2127# Kernel BOOTP support - see loader(8)
2127# Kernel BOOTP support
2128
2128
2129options BOOTP # Use BOOTP to obtain IP address/hostname
2130 # Requires NFSCLIENT and NFS_ROOT
2131options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info
2132options BOOTP_NFSV3 # Use NFS v3 to NFS mount root
2133options BOOTP_COMPAT # Workaround for broken bootp daemons.
2134options BOOTP_WIRED_TO=fxp0 # Use interface fxp0 for BOOTP
2135
2129#
2130# Add tie-ins for a hardware watchdog. This only enables the hooks;
2131# the user must still supply the actual driver.
2132#
2133options HW_WDOG
2134
2135#
2136# Add software watchdog routines.

--- 309 unchanged lines hidden ---
2136#
2137# Add tie-ins for a hardware watchdog. This only enables the hooks;
2138# the user must still supply the actual driver.
2139#
2140options HW_WDOG
2141
2142#
2143# Add software watchdog routines.

--- 309 unchanged lines hidden ---