Print this page
XXXX remove i86xpv platform code
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/uts/i86pc/io/pciex/inc.flg
+++ new/usr/src/uts/i86pc/io/pciex/inc.flg
1 1 #!/bin/sh
2 2 #
3 3 # CDDL HEADER START
4 4 #
5 5 # The contents of this file are subject to the terms of the
6 6 # Common Development and Distribution License (the "License").
7 7 # You may not use this file except in compliance with the License.
8 8 #
9 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 10 # or http://www.opensolaris.org/os/licensing.
11 11 # See the License for the specific language governing permissions
12 12 # and limitations under the License.
13 13 #
14 14 # When distributing Covered Code, include this CDDL HEADER in each
15 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 16 # If applicable, add the following below this CDDL HEADER, with the
17 17 # fields enclosed by brackets "[]" replaced with your own identifying
18 18 # information: Portions Copyright [yyyy] [name of copyright owner]
19 19 #
20 20 # CDDL HEADER END
21 21 #
22 22
23 23 #
24 24 # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
25 25 # Use is subject to license terms.
26 26 #
27 27
28 28 # This file brings down all that is needed to build the
29 29 # x86 PCI Express code.
30 30 #
31 31
32 32 # header files
33 33 find_files "s.*.h" \
34 34 usr/src/uts/common/sys \
35 35 usr/src/uts/sparc/sys \
36 36 usr/src/uts/sparc/v7/sys \
37 37 usr/src/uts/sparc/v9/sys \
38 38 usr/src/uts/sun/sys \
39 39 usr/src/uts/sun4/sys \
40 40 usr/src/uts/intel/sys \
41 41 usr/src/uts/intel/ia32/sys \
42 42 usr/src/uts/common/rpc \
43 43 usr/src/uts/common/netinet \
44 44 usr/src/uts/common/inet \
45 45 usr/src/uts/common/net \
46 46 usr/src/uts/common/vm \
↓ open down ↓ |
46 lines elided |
↑ open up ↑ |
47 47 usr/src/uts/common/gssapi
48 48
49 49 # cfgadm plugin directory
50 50 find_files "s.*" \
51 51 usr/src/lib/cfgadm_plugins/pci \
52 52 usr/src/cmd/pcidr
53 53
54 54 # to compile the drivers/modules
55 55 find_files "s.*" \
56 56 usr/src/uts/i86pc/npe \
57 - usr/src/uts/i86xpv/npe \
58 57 usr/src/uts/intel/pci_autoconfig \
59 58 usr/src/uts/intel/pcieb \
60 59 usr/src/uts/intel/pcicfg
61 60
62 61 # packaging files
63 62 find_files "s.*" usr/src/pkg/license_files
64 63
65 64 # extra files needed
66 65 find_files "s.*" \
67 66 usr/src/common/smbios \
68 67 usr/src/uts/common/os \
69 68 usr/src/uts/common/rpc \
70 69 usr/src/uts/intel/asm \
71 70 usr/src/uts/intel/amd64 \
72 71 usr/src/uts/intel/io/hotplug \
73 72 usr/src/uts/intel/io/pci \
74 73 usr/src/uts/intel/io/pciex \
75 74 usr/src/uts/i86pc/io/pci \
76 75 usr/src/uts/i86pc/io/pcplusmp \
77 76 usr/src/uts/intel/io/acpica
78 77
79 78 # makefiles
80 79 echo_file usr/src/Makefile.master
81 80 echo_file usr/src/Makefile.master.64
82 81 echo_file usr/src/req.flg
83 82 echo_file usr/src/Makefile.psm
84 83 echo_file usr/src/Makefile.psm.targ
85 84 echo_file usr/src/uts/Makefile
86 85 echo_file usr/src/uts/Makefile.targ
87 86 echo_file usr/src/uts/Makefile.uts
↓ open down ↓ |
20 lines elided |
↑ open up ↑ |
88 87 echo_file usr/src/uts/sun/Makefile.files
89 88 echo_file usr/src/uts/sun/Makefile.rules
90 89 echo_file usr/src/uts/common/Makefile.files
91 90 echo_file usr/src/uts/common/Makefile.rules
92 91 echo_file usr/src/uts/common/sys/Makefile
93 92 echo_file usr/src/uts/i86pc/Makefile
94 93 echo_file usr/src/uts/i86pc/Makefile.files
95 94 echo_file usr/src/uts/i86pc/Makefile.rules
96 95 echo_file usr/src/uts/i86pc/Makefile.i86pc
97 96 echo_file usr/src/uts/i86pc/Makefile.targ
98 -echo_file usr/src/uts/i86xpv/Makefile
99 -echo_file usr/src/uts/i86xpv/Makefile.files
100 -echo_file usr/src/uts/i86xpv/Makefile.rules
101 -echo_file usr/src/uts/i86xpv/Makefile.i86xpv
102 -echo_file usr/src/uts/i86xpv/Makefile.targ
103 97 echo_file usr/src/uts/intel/Makefile
104 98 echo_file usr/src/uts/intel/Makefile.files
105 99 echo_file usr/src/uts/intel/Makefile.rules
106 100 echo_file usr/src/uts/intel/Makefile.intel
107 101 echo_file usr/src/uts/intel/Makefile.targ
108 102 echo_file usr/src/uts/intel/ia32/ml/ia32.il
109 103 echo_file usr/src/cmd/Makefile
110 104 echo_file usr/src/cmd/Makefile.cmd
111 105 echo_file usr/src/cmd/Makefile.targ
112 106 echo_file usr/src/pkg/Makefile
113 107 echo_file exception_lists/packaging
114 108 find_files "s.*" usr/src/common/mapfiles
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX