diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2005-02-28 00:55:16 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-02-28 00:55:16 +0000 |
| commit | fdbbb288dda6c1cfd0c910a2f0579e191439d59d (patch) | |
| tree | e1168a7a20b2b4ae6417c765c9375d7a3f83bd54 | |
| parent | bb4e63066a87a5a270fb96bd181894769b726db1 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/conf/NOTES | 5 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index b5d4833dced88..6cc53effde21b 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -42,6 +42,11 @@ device atpic # Optional legacy pic support device mptable # Optional MPSPEC mptable support options NO_MIXED_MODE # Disable use of mixed mode +# +# Watchdog routines. +# +options MP_WATCHDOG + ##################################################################### # CPU OPTIONS diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 8df31a7c4bad9..ad10d56e8cbee 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -55,6 +55,11 @@ device apic # I/O apic options MPTABLE_FORCE_HTT # Enable HTT CPUs with the MP Table options NO_MIXED_MODE # Disable use of mixed mode +# +# Watchdog routines. +# +options MP_WATCHDOG + ##################################################################### # CPU OPTIONS |
