Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add "CPU_UCODE" option.



details:   https://anonhg.NetBSD.org/src/rev/96a0bdec8b5f
branches:  trunk
changeset: 772723:96a0bdec8b5f
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jan 14 12:30:12 2012 +0000

description:
Add "CPU_UCODE" option.

diffstat:

 sys/arch/i386/conf/ALL |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r d721b452f063 -r 96a0bdec8b5f sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sat Jan 14 12:14:28 2012 +0000
+++ b/sys/arch/i386/conf/ALL    Sat Jan 14 12:30:12 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.329 2011/12/31 00:11:20 christos Exp $
+# $NetBSD: ALL,v 1.330 2012/01/14 12:30:12 tron Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.329 $"
+#ident                 "ALL-$Revision: 1.330 $"
 
 maxusers       64              # estimated number of users
 
@@ -79,6 +79,8 @@
 
 options        KTRACE          # system call tracing via ktrace(1)
 
+options        CPU_UCODE       # cpu ucode loading support
+
 # Note: SysV IPC parameters could be changed dynamically, see sysctl(8).
 options        SYSVMSG         # System V-like message queues
 options        SYSVSEM         # System V-like semaphores



Home | Main Index | Thread Index | Old Index