- Add options NTP (sync with GENERIC)
- Fix ident (s/GENERIC/TCWSCONS/)
This commit is contained in:
parent
1f30e6db74
commit
f3b589fc41
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: TCWSCONS,v 1.17 2000/12/19 15:43:07 tsutsui Exp $
|
||||
# $NetBSD: TCWSCONS,v 1.18 2001/02/12 12:55:18 tsutsui Exp $
|
||||
#
|
||||
# TURBOchannel Alpha DEC3000
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.17 $"
|
||||
#ident "TCWSCONS-$Revision: 1.18 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -14,6 +14,7 @@ options DEC_3000_300 # Pelican etc: 3000/300*
|
|||
|
||||
# Standard system options
|
||||
options KTRACE # System call tracing support
|
||||
options NTP # kernel PLL for NTP
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # Cheap kernel consistency checks
|
||||
|
|
Loading…
Reference in New Issue