ddi_impl.c (8aec9182) ddi_impl.c (5cff7825)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 6 unchanged lines hidden (view full) ---

15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 6 unchanged lines hidden (view full) ---

15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
23 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
23 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27#pragma ident "%Z%%M% %I% %E% SMI"
28
29/*
30 * PC specific DDI implementation
31 */

--- 36 unchanged lines hidden (view full) ---

68/*
69 * DDI Boot Configuration
70 */
71
72/*
73 * No platform drivers on this platform
74 */
75char *platform_module_list[] = {
24 * Use is subject to license terms.
25 */
26
27#pragma ident "%Z%%M% %I% %E% SMI"
28
29/*
30 * PC specific DDI implementation
31 */

--- 36 unchanged lines hidden (view full) ---

68/*
69 * DDI Boot Configuration
70 */
71
72/*
73 * No platform drivers on this platform
74 */
75char *platform_module_list[] = {
76 "ppm",
76 (char *)0
77};
78
79/* pci bus resource maps */
80struct pci_bus_resource *pci_bus_res;
81
82extern int root_is_svm;
83uint64_t ramdisk_start, ramdisk_end;

--- 2671 unchanged lines hidden ---
77 (char *)0
78};
79
80/* pci bus resource maps */
81struct pci_bus_resource *pci_bus_res;
82
83extern int root_is_svm;
84uint64_t ramdisk_start, ramdisk_end;

--- 2671 unchanged lines hidden ---