Add VIA_PADLOCK.
This commit is contained in:
parent
ce80f00ff3
commit
bcb48b7bb5
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ALL,v 1.112 2007/07/15 19:36:53 dsl Exp $
|
||||
# $NetBSD: ALL,v 1.113 2007/07/17 16:40:21 daniel Exp $
|
||||
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
|
||||
#
|
||||
# ALL machine description file
|
||||
|
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "ALL-$Revision: 1.112 $"
|
||||
#ident "ALL-$Revision: 1.113 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -44,6 +44,9 @@ options POWERNOW_K7
|
|||
# AMD PowerNow! and Cool`n'Quiet technology
|
||||
options POWERNOW_K8
|
||||
|
||||
# VIA PadLock
|
||||
options VIA_PADLOCK
|
||||
|
||||
# Intel(R) On Demand Clock Modulation (aka ODCM)
|
||||
options INTEL_ONDEMAND_CLOCKMOD
|
||||
|
||||
|
|
Loading…
Reference in New Issue