]>
git.saurik.com Git - apple/xnu.git/blob - iokit/KernelConfigTables.cpp
daf20ac17571bae096c74ff3b191beea18fec050
2 * Copyright (c) 1998-2000 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
8 * This file contains Original Code and/or Modifications of Original Code
9 * as defined in and that are subject to the Apple Public Source License
10 * Version 2.0 (the 'License'). You may not use this file except in
11 * compliance with the License. Please obtain a copy of the License at
12 * http://www.opensource.apple.com/apsl/ and read it before using this
15 * The Original Code and all software distributed under the License are
16 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
17 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
18 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
20 * Please see the License for the specific language governing rights and
21 * limitations under the License.
23 * @APPLE_LICENSE_HEADER_END@
27 /* This list is used in IOStartIOKit.cpp to declare fake kmod_info
28 * structs for kext dependencies that are built into the kernel.
29 * See the SystemKEXT project for fuller information on these
30 * fake or pseudo-kexts, including their compatible versions.
32 const char * gIOKernelKmods
=
34 'com.apple.kernel' = '6.8.5';
35 'com.apple.kernel.bsd' = '6.8.5';
36 'com.apple.kernel.iokit' = '6.8.5';
37 'com.apple.kernel.libkern' = '6.8.5';
38 'com.apple.kernel.mach' = '6.8.5';
39 'com.apple.iokit.IOADBFamily' = '6.8.5';
40 'com.apple.iokit.IONVRAMFamily' = '6.8.5';
41 'com.apple.iokit.IOSystemManagementFamily' = '6.8.5';
42 'com.apple.iokit.ApplePlatformFamily' = '6.8.5';
43 'com.apple.driver.AppleNMI' = '6.8.5';
47 const char * gIOKernelConfigTables
=
50 'IOClass' = IOPanicPlatform;
51 'IOProviderClass' = IOPlatformExpertDevice;
52 'IOProbeScore' = '-1';
59 'IOProviderClass' = IOPlatformDevice;
60 'IONameMatch' = 'cpu';
61 'IOProbeScore' = 100:32;
65 'IOProviderClass' = AppleMacIODevice;
66 'IONameMatch' = 'programmer-switch';
69 'IOClass' = AppleNVRAM;
70 'IOProviderClass' = AppleMacIODevice;
71 'IONameMatch' = nvram;
74 'IOClass' = IOPMUADBController;
75 'IOProviderClass' = AppleMacIODevice;
83 'IOClass' = AppleI386PlatformExpert;
84 'IOProviderClass' = IOPlatformExpertDevice;
86 /* set of dicts to make into nubs */
89 { IOName = intel-pic; },
90 { IOName = intel-clock; },
91 { IOName = ps2controller; },
93 { IOName = display; 'AAPL,boot-display' = Yes; }
97 'IOClass' = AppleI386CPU;
98 'IOProviderClass' = IOPlatformDevice;
100 'IOProbeScore' = 100:32;
103 'IOClass' = AppleIntelClassicPIC;
104 'IOProviderClass' = IOPlatformDevice;
105 'IONameMatch' = intel-pic;
108 'IOClass' = AppleIntelClock;
109 'IOProviderClass' = IOPlatformDevice;
110 'IONameMatch' = intel-clock;