]>
git.saurik.com Git - apple/xnu.git/blob - iokit/KernelConfigTables.cpp
2 * Copyright (c) 1998-2000 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * The contents of this file constitute Original Code as defined in and
7 * are subject to the Apple Public Source License Version 1.1 (the
8 * "License"). You may not use this file except in compliance with the
9 * License. Please obtain a copy of the License at
10 * http://www.apple.com/publicsource and read it before using this file.
12 * This Original Code and all software distributed under the License are
13 * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
14 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
15 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
17 * License for the specific language governing rights and limitations
20 * @APPLE_LICENSE_HEADER_END@
24 /* This list is used in IOStartIOKit.cpp to declare fake kmod_info
25 * structs for kext dependencies that are built into the kernel.
26 * Empty version strings get replaced with osrelease at runtime.
28 const char * gIOKernelKmods
=
30 "'com.apple.kernel' = '';"
31 "'com.apple.kpi.bsd' = '';"
32 "'com.apple.kpi.iokit' = '';"
33 "'com.apple.kpi.libkern' = '';"
34 "'com.apple.kpi.mach' = '';"
35 "'com.apple.kpi.unsupported' = '';"
36 "'com.apple.iokit.IONVRAMFamily' = '';"
37 "'com.apple.driver.AppleNMI' = '';"
38 "'com.apple.iokit.IOSystemManagementFamily' = '';"
39 "'com.apple.iokit.ApplePlatformFamily' = '';"
40 "'com.apple.kernel.6.0' = '7.9.9';"
41 "'com.apple.kernel.bsd' = '7.9.9';"
42 "'com.apple.kernel.iokit' = '7.9.9';"
43 "'com.apple.kernel.libkern' = '7.9.9';"
44 "'com.apple.kernel.mach' = '7.9.9';"
48 const char * gIOKernelConfigTables
=
51 " 'IOClass' = IOPanicPlatform;"
52 " 'IOProviderClass' = IOPlatformExpertDevice;"
53 " 'IOProbeScore' = '-1';"
58 " 'IOClass' = AppleCPU;"
59 " 'IOProviderClass' = IOPlatformDevice;"
60 " 'IONameMatch' = 'cpu';"
61 " 'IOProbeScore' = 100:32;"
64 " 'IOClass' = AppleNMI;"
65 " 'IOProviderClass' = AppleMacIODevice;"
66 " 'IONameMatch' = 'programmer-switch';"
69 " 'IOClass' = AppleNVRAM;"
70 " 'IOProviderClass' = AppleMacIODevice;"
71 " 'IONameMatch' = nvram;"
77 " 'IOClass' = AppleIntelClock;"
78 " 'IOProviderClass' = IOPlatformDevice;"
79 " 'IONameMatch' = intel-clock;"