Loading...
iokit/KernelConfigTables.cpp xnu-792.21.3 xnu-1228
--- xnu/xnu-792.21.3/iokit/KernelConfigTables.cpp
+++ xnu/xnu-1228/iokit/KernelConfigTables.cpp
@@ -25,6 +25,12 @@
  * 
  * @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
@@ -35,6 +41,7 @@
 "{"
    "'com.apple.kernel'                         = '';"
    "'com.apple.kpi.bsd'                        = '';"
+   "'com.apple.kpi.dsep'                       = '';"
    "'com.apple.kpi.iokit'                      = '';"
    "'com.apple.kpi.libkern'                    = '';"
    "'com.apple.kpi.mach'                       = '';"
@@ -77,13 +84,6 @@
 "       'IONameMatch'           = nvram;"
 "   }"
 #endif /* PPC */
-#ifdef i386
-"   ,"
-"   {"
-"       'IOClass'           = AppleIntelClock;"
-"       'IOProviderClass'   = IOPlatformDevice;"
-"       'IONameMatch'       = intel-clock;"
-"   }"
-#endif /* i386 */
 ")";
 
+