Loading...
iokit/KernelConfigTables.cpp xnu-1228.0.2 xnu-792.21.3
--- xnu/xnu-1228.0.2/iokit/KernelConfigTables.cpp
+++ xnu/xnu-792.21.3/iokit/KernelConfigTables.cpp
@@ -25,12 +25,6 @@
  * 
  * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
  */
-/*
- * NOTICE: This file was modified by SPARTA, Inc. in 2005 to introduce
- * support for mandatory and extensible security protections.  This notice
- * is included in support of clause 2.2 (b) of the Apple Public License,
- * Version 2.0.
- */
 
 
 /* This list is used in IOStartIOKit.cpp to declare fake kmod_info
@@ -41,7 +35,6 @@
 "{"
    "'com.apple.kernel'                         = '';"
    "'com.apple.kpi.bsd'                        = '';"
-   "'com.apple.kpi.dsep'                       = '';"
    "'com.apple.kpi.iokit'                      = '';"
    "'com.apple.kpi.libkern'                    = '';"
    "'com.apple.kpi.mach'                       = '';"
@@ -84,6 +77,13 @@
 "       'IONameMatch'           = nvram;"
 "   }"
 #endif /* PPC */
+#ifdef i386
+"   ,"
+"   {"
+"       'IOClass'           = AppleIntelClock;"
+"       'IOProviderClass'   = IOPlatformDevice;"
+"       'IONameMatch'       = intel-clock;"
+"   }"
+#endif /* i386 */
 ")";
 
-