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 9 # or http://www.opensolaris.org/os/licensing. 10 # See the License for the specific language governing permissions 11 # and limitations under the License. 12 # 13 # When distributing Covered Code, include this CDDL HEADER in each 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 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 (c) 2010, Oracle and/or its affiliates. All rights reserved. 24 # Copyright 2018 Nexenta Systems, Inc. 25 # Copyright 2014 Gary Mills 26 # 27 28 # 29 # The default for payload-bearing actions in this package is to appear in the 30 # global zone only. See the include file for greater detail, as well as 31 # information about overriding the defaults. 32 # 33 <include global_zone_only_component> 34 set name=pkg.fmri value=pkg:/system/kernel/platform@$(PKGVERS) 35 set name=pkg.description \ 36 value="core kernel software for a specific hardware platform group" 37 set name=pkg.summary value="Core Solaris Kernel Architecture" 38 set name=info.classification value=org.opensolaris.category.2008:System/Core 39 set name=variant.arch value=$(ARCH) 40 dir path=platform group=sys 41 $(sparc_ONLY)dir path=platform/SUNW,A70 group=sys 42 $(sparc_ONLY)dir path=platform/SUNW,A70/kernel group=sys 43 $(sparc_ONLY)dir path=platform/SUNW,A70/kernel/crypto group=sys 44 $(sparc_ONLY)dir path=platform/SUNW,A70/kernel/crypto/$(ARCH64) group=sys 45 $(sparc_ONLY)dir path=platform/SUNW,A70/kernel/drv group=sys 46 $(sparc_ONLY)dir path=platform/SUNW,A70/kernel/misc group=sys 47 $(sparc_ONLY)dir path=platform/SUNW,A70/kernel/misc/$(ARCH64) group=sys 48 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP2300 group=sys 49 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP2300/kernel group=sys 50 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP2300/kernel/misc group=sys 51 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP2300/kernel/misc/$(ARCH64) \ 52 group=sys 53 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP2300/kernel/tod group=sys 54 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP2300/kernel/tod/$(ARCH64) \ 55 group=sys 56 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP3010 group=sys 57 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP3010/kernel group=sys 58 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP3010/kernel/crypto group=sys 59 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP3010/kernel/crypto/$(ARCH64) \ 60 group=sys 61 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP3010/kernel/misc group=sys 62 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP3010/kernel/misc/$(ARCH64) \ 63 group=sys 64 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12 group=sys 65 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel group=sys 66 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel/crypto group=sys 67 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel/crypto/$(ARCH64) \ 68 group=sys 69 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel/drv group=sys 70 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64) group=sys 71 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel/misc group=sys 72 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel/misc/$(ARCH64) group=sys 73 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4 group=sys 74 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel group=sys 75 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel/crypto group=sys 76 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel/crypto/$(ARCH64) group=sys 77 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel/drv group=sys 78 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel/drv/$(ARCH64) group=sys 79 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel/misc group=sys 80 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel/misc/$(ARCH64) group=sys 81 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise group=sys 82 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel group=sys 83 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/$(ARCH64) \ 84 group=sys 85 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/cpu group=sys 86 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/cpu/$(ARCH64) \ 87 group=sys 88 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/crypto group=sys 89 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/crypto/$(ARCH64) \ 90 group=sys 91 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/drv group=sys 92 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64) \ 93 group=sys 94 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/misc group=sys 95 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/misc/$(ARCH64) \ 96 group=sys 97 $(sparc_ONLY)dir path=platform/SUNW,Serverblade1 group=sys 98 $(sparc_ONLY)dir path=platform/SUNW,Serverblade1/kernel group=sys 99 $(sparc_ONLY)dir path=platform/SUNW,Serverblade1/kernel/drv group=sys 100 $(sparc_ONLY)dir path=platform/SUNW,Serverblade1/kernel/drv/$(ARCH64) \ 101 group=sys 102 $(sparc_ONLY)dir path=platform/SUNW,Serverblade1/kernel/misc group=sys 103 $(sparc_ONLY)dir path=platform/SUNW,Serverblade1/kernel/misc/$(ARCH64) \ 104 group=sys 105 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-100 group=sys 106 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-100/kernel group=sys 107 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-100/kernel/drv group=sys 108 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-100/kernel/drv/$(ARCH64) \ 109 group=sys 110 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-100/kernel/misc group=sys 111 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-100/kernel/misc/$(ARCH64) \ 112 group=sys 113 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000 group=sys 114 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel group=sys 115 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel/crypto group=sys 116 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel/crypto/$(ARCH64) \ 117 group=sys 118 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel/drv group=sys 119 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel/drv/$(ARCH64) \ 120 group=sys 121 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel/misc group=sys 122 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel/misc/$(ARCH64) \ 123 group=sys 124 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500 group=sys 125 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500/kernel group=sys 126 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500/kernel/crypto group=sys 127 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500/kernel/crypto/$(ARCH64) \ 128 group=sys 129 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500/kernel/drv group=sys 130 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500/kernel/misc group=sys 131 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500/kernel/misc/$(ARCH64) \ 132 group=sys 133 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500 group=sys 134 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500/kernel group=sys 135 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500/kernel/crypto group=sys 136 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500/kernel/crypto/$(ARCH64) \ 137 group=sys 138 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500/kernel/drv group=sys 139 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500/kernel/misc group=sys 140 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500/kernel/misc/$(ARCH64) \ 141 group=sys 142 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire group=sys 143 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-15000 group=sys 144 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-15000/kernel group=sys 145 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-15000/kernel/$(ARCH64) group=sys 146 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-15000/kernel/cpu group=sys 147 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-15000/kernel/cpu/$(ARCH64) \ 148 group=sys 149 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-15000/kernel/crypto group=sys 150 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-15000/kernel/crypto/$(ARCH64) \ 151 group=sys 152 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-15000/kernel/drv group=sys 153 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-15000/kernel/drv/$(ARCH64) \ 154 group=sys 155 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-15000/kernel/misc group=sys 156 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-15000/kernel/misc/$(ARCH64) \ 157 group=sys 158 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R group=sys 159 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel group=sys 160 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel/crypto group=sys 161 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel/crypto/$(ARCH64) \ 162 group=sys 163 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel/drv group=sys 164 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel/drv/$(ARCH64) \ 165 group=sys 166 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel/misc group=sys 167 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel/misc/$(ARCH64) \ 168 group=sys 169 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-480R group=sys 170 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-480R/kernel group=sys 171 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-480R/kernel/crypto group=sys 172 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-480R/kernel/crypto/$(ARCH64) \ 173 group=sys 174 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-480R/kernel/misc group=sys 175 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-480R/kernel/misc/$(ARCH64) \ 176 group=sys 177 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880 group=sys 178 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel group=sys 179 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel/crypto group=sys 180 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel/crypto/$(ARCH64) \ 181 group=sys 182 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel/drv group=sys 183 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel/drv/$(ARCH64) \ 184 group=sys 185 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel/misc group=sys 186 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel/misc/$(ARCH64) \ 187 group=sys 188 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-T200 group=sys 189 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-T200/kernel group=sys 190 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-T200/kernel/drv group=sys 191 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-T200/kernel/drv/$(ARCH64) \ 192 group=sys 193 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215 group=sys 194 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215/kernel group=sys 195 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215/kernel/crypto group=sys 196 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215/kernel/crypto/$(ARCH64) \ 197 group=sys 198 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215/kernel/drv group=sys 199 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215/kernel/misc group=sys 200 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215/kernel/misc/$(ARCH64) \ 201 group=sys 202 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240 group=sys 203 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel group=sys 204 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel/crypto group=sys 205 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel/crypto/$(ARCH64) \ 206 group=sys 207 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel/drv group=sys 208 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel/drv/$(ARCH64) \ 209 group=sys 210 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel/misc group=sys 211 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel/misc/$(ARCH64) \ 212 group=sys 213 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V250 group=sys 214 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V250/kernel group=sys 215 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V250/kernel/crypto group=sys 216 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V250/kernel/crypto/$(ARCH64) \ 217 group=sys 218 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V250/kernel/misc group=sys 219 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V250/kernel/misc/$(ARCH64) \ 220 group=sys 221 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440 group=sys 222 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel group=sys 223 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel/crypto group=sys 224 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel/crypto/$(ARCH64) \ 225 group=sys 226 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel/drv group=sys 227 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel/drv/$(ARCH64) \ 228 group=sys 229 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel/misc group=sys 230 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel/misc/$(ARCH64) \ 231 group=sys 232 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V445 group=sys 233 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V445/kernel group=sys 234 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V445/kernel/crypto group=sys 235 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V445/kernel/crypto/$(ARCH64) \ 236 group=sys 237 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V445/kernel/misc group=sys 238 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V445/kernel/misc/$(ARCH64) \ 239 group=sys 240 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel group=sys 241 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/$(ARCH64) group=sys 242 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/cpu group=sys 243 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/cpu/$(ARCH64) group=sys 244 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/crypto group=sys 245 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/crypto/$(ARCH64) group=sys 246 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/drv group=sys 247 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/drv/$(ARCH64) group=sys 248 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/misc group=sys 249 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/misc/$(ARCH64) group=sys 250 $(sparc_ONLY)dir path=platform/SUNW,Ultra-250 group=sys 251 $(sparc_ONLY)dir path=platform/SUNW,Ultra-250/kernel group=sys 252 $(sparc_ONLY)dir path=platform/SUNW,Ultra-250/kernel/drv group=sys 253 $(sparc_ONLY)dir path=platform/SUNW,Ultra-250/kernel/drv/$(ARCH64) group=sys 254 $(sparc_ONLY)dir path=platform/SUNW,Ultra-250/kernel/misc group=sys 255 $(sparc_ONLY)dir path=platform/SUNW,Ultra-250/kernel/misc/$(ARCH64) group=sys 256 $(sparc_ONLY)dir path=platform/SUNW,Ultra-4 group=sys 257 $(sparc_ONLY)dir path=platform/SUNW,Ultra-4/kernel group=sys 258 $(sparc_ONLY)dir path=platform/SUNW,Ultra-4/kernel/drv group=sys 259 $(sparc_ONLY)dir path=platform/SUNW,Ultra-4/kernel/drv/$(ARCH64) group=sys 260 $(sparc_ONLY)dir path=platform/SUNW,Ultra-4/kernel/misc group=sys 261 $(sparc_ONLY)dir path=platform/SUNW,Ultra-4/kernel/misc/$(ARCH64) group=sys 262 $(sparc_ONLY)dir path=platform/SUNW,Ultra-5_10 group=sys 263 $(sparc_ONLY)dir path=platform/SUNW,Ultra-5_10/kernel group=sys 264 $(sparc_ONLY)dir path=platform/SUNW,Ultra-5_10/kernel/misc group=sys 265 $(sparc_ONLY)dir path=platform/SUNW,Ultra-5_10/kernel/misc/$(ARCH64) group=sys 266 $(sparc_ONLY)dir path=platform/SUNW,Ultra-80 group=sys 267 $(sparc_ONLY)dir path=platform/SUNW,Ultra-80/kernel group=sys 268 $(sparc_ONLY)dir path=platform/SUNW,Ultra-80/kernel/misc group=sys 269 $(sparc_ONLY)dir path=platform/SUNW,Ultra-80/kernel/misc/$(ARCH64) group=sys 270 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise group=sys 271 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise-10000 group=sys 272 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise-10000/kernel group=sys 273 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise-10000/kernel/$(ARCH64) \ 274 group=sys 275 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise-10000/kernel/cpu \ 276 group=sys 277 $(sparc_ONLY)dir \ 278 path=platform/SUNW,Ultra-Enterprise-10000/kernel/cpu/$(ARCH64) group=sys 279 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv \ 280 group=sys 281 $(sparc_ONLY)dir \ 282 path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/$(ARCH64) group=sys 283 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise-10000/kernel/misc \ 284 group=sys 285 $(sparc_ONLY)dir \ 286 path=platform/SUNW,Ultra-Enterprise-10000/kernel/misc/$(ARCH64) group=sys 287 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise/kernel group=sys 288 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise/kernel/drv group=sys 289 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64) \ 290 group=sys 291 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise/kernel/misc group=sys 292 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise/kernel/misc/$(ARCH64) \ 293 group=sys 294 $(sparc_ONLY)dir path=platform/SUNW,UltraAX-i2 group=sys 295 $(sparc_ONLY)dir path=platform/SUNW,UltraAX-i2/kernel group=sys 296 $(sparc_ONLY)dir path=platform/SUNW,UltraAX-i2/kernel/misc group=sys 297 $(sparc_ONLY)dir path=platform/SUNW,UltraAX-i2/kernel/misc/$(ARCH64) group=sys 298 $(i386_ONLY)dir path=platform/i86pc group=sys 299 $(i386_ONLY)dir path=platform/i86pc/$(ARCH64) group=sys 300 $(i386_ONLY)dir path=platform/i86pc/kernel group=sys 301 $(i386_ONLY)dir path=platform/i86pc/kernel/$(ARCH64) group=sys 302 $(i386_ONLY)dir path=platform/i86pc/kernel/cpu group=sys 303 $(i386_ONLY)dir path=platform/i86pc/kernel/cpu/$(ARCH64) group=sys 304 $(i386_ONLY)dir path=platform/i86pc/kernel/dacf group=sys 305 $(i386_ONLY)dir path=platform/i86pc/kernel/dacf/$(ARCH64) group=sys 306 $(i386_ONLY)dir path=platform/i86pc/kernel/drv group=sys 307 $(i386_ONLY)dir path=platform/i86pc/kernel/drv/$(ARCH64) group=sys 308 $(i386_ONLY)dir path=platform/i86pc/kernel/mach group=sys 309 $(i386_ONLY)dir path=platform/i86pc/kernel/mach/$(ARCH64) group=sys 310 $(i386_ONLY)dir path=platform/i86pc/kernel/misc group=sys 311 $(i386_ONLY)dir path=platform/i86pc/kernel/misc/$(ARCH64) group=sys 312 $(i386_ONLY)dir path=platform/i86pc/ucode group=sys 313 $(sparc_ONLY)dir path=platform/sun4u group=sys 314 $(sparc_ONLY)dir path=platform/sun4u-us3 group=sys 315 $(sparc_ONLY)dir path=platform/sun4u-us3/kernel group=sys 316 $(sparc_ONLY)dir path=platform/sun4u-us3/kernel/crypto group=sys 317 $(sparc_ONLY)dir path=platform/sun4u-us3/kernel/crypto/$(ARCH64) group=sys 318 $(sparc_ONLY)dir path=platform/sun4u/kernel group=sys 319 $(sparc_ONLY)dir path=platform/sun4u/kernel/$(ARCH64) group=sys 320 $(sparc_ONLY)dir path=platform/sun4u/kernel/cpu group=sys 321 $(sparc_ONLY)dir path=platform/sun4u/kernel/cpu/$(ARCH64) group=sys 322 $(sparc_ONLY)dir path=platform/sun4u/kernel/crypto group=sys 323 $(sparc_ONLY)dir path=platform/sun4u/kernel/crypto/$(ARCH64) group=sys 324 $(sparc_ONLY)dir path=platform/sun4u/kernel/drv group=sys 325 $(sparc_ONLY)dir path=platform/sun4u/kernel/drv/$(ARCH64) group=sys 326 $(sparc_ONLY)dir path=platform/sun4u/kernel/misc group=sys 327 $(sparc_ONLY)dir path=platform/sun4u/kernel/misc/$(ARCH64) group=sys 328 $(sparc_ONLY)dir path=platform/sun4u/kernel/tod group=sys 329 $(sparc_ONLY)dir path=platform/sun4u/kernel/tod/$(ARCH64) group=sys 330 $(sparc_ONLY)dir path=platform/sun4v group=sys 331 $(sparc_ONLY)dir path=platform/sun4v/kernel group=sys 332 $(sparc_ONLY)dir path=platform/sun4v/kernel/$(ARCH64) group=sys 333 $(sparc_ONLY)dir path=platform/sun4v/kernel/cpu group=sys 334 $(sparc_ONLY)dir path=platform/sun4v/kernel/cpu/$(ARCH64) group=sys 335 $(sparc_ONLY)dir path=platform/sun4v/kernel/crypto group=sys 336 $(sparc_ONLY)dir path=platform/sun4v/kernel/crypto/$(ARCH64) group=sys 337 $(sparc_ONLY)dir path=platform/sun4v/kernel/drv group=sys 338 $(sparc_ONLY)dir path=platform/sun4v/kernel/drv/$(ARCH64) group=sys 339 $(sparc_ONLY)dir path=platform/sun4v/kernel/misc group=sys 340 $(sparc_ONLY)dir path=platform/sun4v/kernel/misc/$(ARCH64) group=sys 341 $(sparc_ONLY)dir path=platform/sun4v/kernel/sys group=sys 342 $(sparc_ONLY)dir path=platform/sun4v/kernel/sys/$(ARCH64) group=sys 343 $(sparc_ONLY)dir path=usr/share/man 344 dir path=usr/share/man/man4 345 $(sparc_ONLY)dir path=usr/share/man/man7d 346 $(sparc_ONLY)dir path=usr/share/man/man7m 347 $(sparc_ONLY)driver name=ac 348 $(i386_ONLY)driver name=acpinex alias=acpivirtnex 349 $(i386_ONLY)driver name=acpippm 350 $(sparc_ONLY)driver name=adm1026 alias=i2c-adm1026 351 $(sparc_ONLY)driver name=adm1031 alias=i2c-adm1031 352 $(i386_ONLY)driver name=amd_iommu perms="* 0644 root sys" \ 353 alias=pci1002,5a23 \ 354 alias=pci1022,11ff 355 $(sparc_ONLY)driver name=axq alias=SUNW,axq 356 $(i386_ONLY)driver name=balloon perms="* 0444 root sys" 357 $(sparc_ONLY)driver name=bbc_beep alias=SUNW,bbc-beep 358 $(sparc_ONLY)driver name=central 359 $(i386_ONLY)driver name=cpudrv alias=cpu 360 $(sparc_ONLY)driver name=ctsmc alias=nct-ds80ch11-smc 361 $(sparc_ONLY)driver name=db21554 \ 362 alias=pci108e,6300 \ 363 alias=pci108e,6301 \ 364 alias=pci108e,6302 \ 365 alias=pci108e,6303 \ 366 alias=pci108e,6310 \ 367 alias=pci108e,6311 \ 368 alias=pci108e,6312 \ 369 alias=pci108e,6313 \ 370 alias=pci108e,6320 \ 371 alias=pci108e,6323 \ 372 alias=pci108e,6330 \ 373 alias=pci108e,6331 \ 374 alias=pci108e,6332 \ 375 alias=pci108e,6333 \ 376 alias=pci108e,6340 \ 377 alias=pci108e,6343 \ 378 alias=pci108e,6350 \ 379 alias=pci108e,6353 \ 380 alias=pci108e,6722 \ 381 alias=pciclass,060940 \ 382 alias=pciclass,060980 383 $(sparc_ONLY)driver name=dman perms="* 0600 root sys" 384 $(i386_ONLY)driver name=domcaps perms="* 0444 root sys" 385 $(sparc_ONLY)driver name=dr 386 $(sparc_ONLY)driver name=ebus class=ebus \ 387 alias=SUNW,ebus \ 388 alias=SUNW,sun4v-ebus \ 389 alias=isa \ 390 alias=jbus-ebus 391 $(sparc_ONLY)driver name=envctrl alias=SUNW,envctrl 392 $(sparc_ONLY)driver name=envctrltwo alias=SUNW,envctrltwo \ 393 perms="* 0644 root sys" \ 394 policy="read_priv_set=sys_config write_priv_set=sys_config" 395 $(sparc_ONLY)driver name=environ alias=environment 396 $(sparc_ONLY)driver name=epic alias=SUNW,ebus-pic18lf65j10-env 397 $(i386_ONLY)driver name=evtchn perms="* 0666 root sys" 398 $(sparc_ONLY)driver name=fd perms="* 0666 root sys" \ 399 alias=SUNW,fdtwo \ 400 alias=fdthree \ 401 alias=pnpALI,1533,0 402 $(sparc_ONLY)driver name=fhc 403 $(sparc_ONLY)driver name=glvc 404 $(sparc_ONLY)driver name=gpio_87317 alias=ns87317-gpio perms="* 0600 root sys" 405 $(sparc_ONLY)driver name=grbeep alias=SUNW,smbus-beep 406 $(sparc_ONLY)driver name=grfans alias=SUNW,smbus-fan-control 407 $(sparc_ONLY)driver name=grppm alias=SUNW,smbus-ppm 408 $(sparc_ONLY)driver name=hpc3130 perms="* 0644 root sys" \ 409 alias=FJSV,hpc3130 \ 410 alias=i2c-hpc3130 411 $(sparc_ONLY)driver name=i2bsc alias=SUNW,i2bsc 412 $(sparc_ONLY)driver name=ics951601 alias=i2c-ics951601 413 $(sparc_ONLY)driver name=iosram 414 $(i386_ONLY)driver name=isa alias=pciclass,060100 class=sysbus 415 $(sparc_ONLY)driver name=isadma 416 $(sparc_ONLY)driver name=jbusppm alias=jbus-ppm 417 $(sparc_ONLY)driver name=lm75 alias=i2c-lm75 perms="* 0644 root sys" 418 $(sparc_ONLY)driver name=lombus alias=SUNW,lombus perms="* 0644 root sys" 419 $(sparc_ONLY)driver name=ltc1427 alias=i2c-ltc1427 perms="* 0644 root sys" 420 $(sparc_ONLY)driver name=lw8 perms="* 0644 root sys" 421 $(sparc_ONLY)driver name=m1535ppm alias=ali1535d+-ppm 422 $(sparc_ONLY)driver name=max1617 alias=i2c-max1617 423 $(sparc_ONLY)driver name=mc-opl alias=FJSV,oplmc 424 $(sparc_ONLY)driver name=mc-us3 alias=memory-controller 425 $(sparc_ONLY)driver name=mc-us3i alias=SUNW,UltraSPARC-IIIi,mc 426 $(sparc_ONLY)driver name=mdesc perms="* 0666 root sys" 427 $(sparc_ONLY)driver name=mem_cache 428 $(sparc_ONLY)driver name=mi2cv alias=fire-i2c 429 $(sparc_ONLY)driver name=n2rng \ 430 alias=SUNW,kt-rng \ 431 alias=SUNW,n2-rng \ 432 alias=SUNW,vf-rng 433 $(i386_ONLY)driver name=npe alias=pciex_root_complex 434 $(sparc_ONLY)driver name=ntwdt perms="* 0644 root sys" 435 $(sparc_ONLY)driver name=oplmsu alias=FJSV,oplmsu 436 $(sparc_ONLY)driver name=oplpanel alias=FJSV,panel 437 $(sparc_ONLY)driver name=pca9556 \ 438 alias=i2c-pca9555 \ 439 alias=i2c-pca9556 440 $(sparc_ONLY)driver name=pcf8574 perms="* 0644 root sys" \ 441 alias=i2c-pcf8574 \ 442 alias=nct-PHG,pcf8574 443 $(sparc_ONLY)driver name=pcf8584 \ 444 alias=SUNW,bbc-i2c \ 445 alias=SUNW,i2c-pic16f747 \ 446 alias=nct-PHG,pcf8584 447 $(sparc_ONLY)driver name=pcf8591 perms="* 0644 root sys" \ 448 alias=i2c-pcf8591 \ 449 alias=nct-PHG,pcf8591 450 $(i386_ONLY)driver name=pci class=pci 451 $(sparc_ONLY)driver name=pcicmu \ 452 alias=pci10cf,138f \ 453 alias=pci10cf,1390 454 $(sparc_ONLY)driver name=pcipsy class=pci \ 455 alias=SUNW,pci \ 456 alias=pci \ 457 alias=pci108e,8000 \ 458 alias=pci108e,a000 \ 459 alias=pci108e,a001 \ 460 alias=pciclass,060000 461 $(sparc_ONLY)driver name=pcisch class=pci \ 462 alias=pci108e,8001 \ 463 alias=pci108e,8002 \ 464 alias=pci108e,a801 465 $(sparc_ONLY)driver name=pic16f747 alias=SUNW,ebus-pic16f747-env 466 $(sparc_ONLY)driver name=pic16f819 alias=SUNW,i2c-auxfan1 467 $(i386_ONLY)driver name=pit_beep alias=SUNW,pit_beep 468 $(sparc_ONLY)driver name=pmc alias=SUNW,pmc 469 $(sparc_ONLY)driver name=pmubus alias=pmu 470 $(sparc_ONLY)driver name=pmugpio 471 driver name=ppm 472 $(i386_ONLY)driver name=privcmd perms="* 0666 root sys" 473 $(sparc_ONLY)driver name=px \ 474 alias=SUNW,sun4v-pci \ 475 alias=pciex108e,80f0 \ 476 alias=pciex108e,80f8 477 $(sparc_ONLY)driver name=qcn alias=SUNW,sun4v-console 478 $(sparc_ONLY)driver name=rmc_comm 479 $(sparc_ONLY)driver name=rmcadm 480 $(sparc_ONLY)driver name=rmclomv 481 $(sparc_ONLY)driver name=rootnex \ 482 alias=cpu-unit \ 483 alias=io-unit \ 484 alias=mem-unit 485 $(i386_ONLY)driver name=rootnex 486 $(sparc_ONLY)driver name=sbbc alias=pci108e,c416 487 $(sparc_ONLY)driver name=sbus class=sbus 488 $(sparc_ONLY)driver name=sbusmem 489 $(sparc_ONLY)driver name=scfd alias=FJSV,scfc 490 $(sparc_ONLY)driver name=schpc 491 $(sparc_ONLY)driver name=schppm alias=gp2-ppm 492 $(sparc_ONLY)driver name=seeprom \ 493 alias=i2c-at24c64 \ 494 alias=i2c-at34c02 495 $(sparc_ONLY)driver name=sgcn 496 $(sparc_ONLY)driver name=sgenv 497 $(sparc_ONLY)driver name=sgfru 498 $(sparc_ONLY)driver name=sghsc 499 $(sparc_ONLY)driver name=sgsbbc 500 $(sparc_ONLY)driver name=simba alias=pci108e,5000 class=pci 501 $(sparc_ONLY)driver name=simmstat alias=simm-status 502 $(sparc_ONLY)driver name=smbus alias=i2c-smbus 503 $(sparc_ONLY)driver name=smbus_ara alias=i2c-smbus-ara 504 $(sparc_ONLY)driver name=sram 505 $(sparc_ONLY)driver name=ssc050 alias=i2c-ssc050 perms="* 0644 root sys" 506 $(sparc_ONLY)driver name=ssc100 alias=i2c-ssc100 perms="* 0644 root sys" 507 $(sparc_ONLY)driver name=ssm perms="* 0640 root sys" 508 $(sparc_ONLY)driver name=su perms="[a-z] 0666 root sys" \ 509 perms="[a-z],cu 0600 uucp uucp" perms="ssp 0600 root sys" \ 510 perms="sspctl 0600 root sys" 511 $(sparc_ONLY)driver name=sysctrl alias=clock-board 512 $(sparc_ONLY)driver name=tda8444 alias=i2c-tda8444 513 $(sparc_ONLY)driver name=tod perms="* 0600 root sys" 514 $(sparc_ONLY)driver name=todds1287 alias=ds1287 515 $(sparc_ONLY)driver name=todds1307 516 $(sparc_ONLY)driver name=todds1337 alias=i2c-ds1337 517 $(sparc_ONLY)driver name=trapstat perms="* 0600 root sys" 518 $(sparc_ONLY)driver name=tsalarm 519 $(sparc_ONLY)driver name=upa64s \ 520 alias=SUNW,upa64s \ 521 alias=jbus-upa64s 522 $(sparc_ONLY)driver name=vnex \ 523 alias=SUNW,sun4v-virtual-devices \ 524 alias=SUNW,virtual-devices 525 $(sparc_ONLY)driver name=xcalppm alias=ebus-ppm 526 $(sparc_ONLY)driver name=xcalwd 527 $(i386_ONLY)driver name=xdf 528 $(i386_ONLY)driver name=xnf 529 $(i386_ONLY)driver name=xpvd 530 $(sparc_ONLY)driver name=zs perms="[a-z] 0666 root sys" \ 531 perms="[a-z],cu 0600 uucp uucp" 532 $(sparc_ONLY)driver name=zsh perms="* 0666 root sys" 533 $(sparc_ONLY)file path=platform/SUNW,A70/kernel/drv/ppm.conf group=sys 534 $(sparc_ONLY)file path=platform/SUNW,A70/kernel/misc/$(ARCH64)/platmod \ 535 group=sys mode=0755 536 $(sparc_ONLY)file \ 537 path=platform/SUNW,Netra-CP2300/kernel/misc/$(ARCH64)/platmod group=sys \ 538 mode=0755 539 $(sparc_ONLY)file \ 540 path=platform/SUNW,Netra-CP2300/kernel/tod/$(ARCH64)/todds1307 group=sys \ 541 mode=0755 542 $(sparc_ONLY)file \ 543 path=platform/SUNW,Netra-CP3010/kernel/misc/$(ARCH64)/platmod group=sys \ 544 mode=0755 545 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/lw8 \ 546 group=sys 547 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/ntwdt \ 548 group=sys 549 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/sgenv \ 550 group=sys 551 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/sgfru \ 552 group=sys 553 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/lw8.conf group=sys 554 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/ntwdt.conf group=sys 555 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/sgenv.conf group=sys 556 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/sgfru.conf group=sys 557 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/misc/$(ARCH64)/platmod \ 558 group=sys mode=0755 559 $(sparc_ONLY)file path=platform/SUNW,Netra-T4/kernel/drv/$(ARCH64)/lombus \ 560 group=sys 561 $(sparc_ONLY)file path=platform/SUNW,Netra-T4/kernel/drv/lombus.conf group=sys 562 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/$(ARCH64)/unix \ 563 group=sys mode=0755 564 $(sparc_ONLY)file \ 565 path=platform/SUNW,SPARC-Enterprise/kernel/cpu/$(ARCH64)/FJSV,SPARC64-VI \ 566 group=sys mode=0755 567 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/dr \ 568 group=sys 569 $(sparc_ONLY)file \ 570 path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/mc-opl group=sys 571 $(sparc_ONLY)file \ 572 path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/oplmsu group=sys 573 $(sparc_ONLY)file \ 574 path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/oplpanel \ 575 group=sys 576 $(sparc_ONLY)file \ 577 path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/pcicmu group=sys 578 $(sparc_ONLY)file \ 579 path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/scfd group=sys 580 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/drv/dr.conf \ 581 group=sys 582 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/drv/mc-opl.conf \ 583 group=sys 584 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/drv/oplpanel.conf \ 585 group=sys 586 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/drv/options.conf \ 587 group=sys 588 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/drv/scfd.conf \ 589 group=sys 590 $(sparc_ONLY)file \ 591 path=platform/SUNW,SPARC-Enterprise/kernel/misc/$(ARCH64)/drmach \ 592 group=sys mode=0755 593 $(sparc_ONLY)file \ 594 path=platform/SUNW,SPARC-Enterprise/kernel/misc/$(ARCH64)/platmod \ 595 group=sys mode=0755 596 $(sparc_ONLY)file path=platform/SUNW,Serverblade1/kernel/drv/$(ARCH64)/bscbus \ 597 group=sys 598 $(sparc_ONLY)file path=platform/SUNW,Serverblade1/kernel/drv/$(ARCH64)/bscv \ 599 group=sys 600 $(sparc_ONLY)file path=platform/SUNW,Serverblade1/kernel/drv/bscbus.conf \ 601 group=sys 602 $(sparc_ONLY)file path=platform/SUNW,Serverblade1/kernel/drv/bscv.conf \ 603 group=sys 604 $(sparc_ONLY)file path=platform/SUNW,Serverblade1/kernel/drv/options.conf \ 605 group=sys 606 $(sparc_ONLY)file \ 607 path=platform/SUNW,Serverblade1/kernel/misc/$(ARCH64)/platmod group=sys \ 608 mode=0755 609 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-100/kernel/drv/$(ARCH64)/grfans \ 610 group=sys 611 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-100/kernel/drv/$(ARCH64)/grppm \ 612 group=sys 613 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-100/kernel/drv/grppm.conf \ 614 group=sys 615 $(sparc_ONLY)file \ 616 path=platform/SUNW,Sun-Blade-100/kernel/misc/$(ARCH64)/platmod group=sys \ 617 mode=0755 618 $(sparc_ONLY)file \ 619 path=platform/SUNW,Sun-Blade-1000/kernel/drv/$(ARCH64)/xcalppm group=sys 620 $(sparc_ONLY)file \ 621 path=platform/SUNW,Sun-Blade-1000/kernel/drv/$(ARCH64)/xcalwd group=sys 622 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-1000/kernel/drv/xcalppm.conf \ 623 group=sys 624 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-1000/kernel/drv/xcalwd.conf \ 625 group=sys 626 $(sparc_ONLY)file \ 627 path=platform/SUNW,Sun-Blade-1000/kernel/misc/$(ARCH64)/platmod group=sys \ 628 mode=0755 629 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-1500/kernel/drv/ppm.conf \ 630 group=sys 631 $(sparc_ONLY)file \ 632 path=platform/SUNW,Sun-Blade-1500/kernel/misc/$(ARCH64)/platmod group=sys \ 633 mode=0755 634 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-2500/kernel/drv/ppm.conf \ 635 group=sys 636 $(sparc_ONLY)file \ 637 path=platform/SUNW,Sun-Blade-2500/kernel/misc/$(ARCH64)/platmod group=sys \ 638 mode=0755 639 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-15000/kernel/$(ARCH64)/unix \ 640 group=sys mode=0755 641 $(sparc_ONLY)file \ 642 path=platform/SUNW,Sun-Fire-15000/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-III \ 643 group=sys mode=0755 644 $(sparc_ONLY)file \ 645 path=platform/SUNW,Sun-Fire-15000/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-III+ \ 646 group=sys mode=0755 647 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-15000/kernel/drv/$(ARCH64)/axq \ 648 group=sys 649 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-15000/kernel/drv/$(ARCH64)/dman \ 650 group=sys 651 $(sparc_ONLY)file \ 652 path=platform/SUNW,Sun-Fire-15000/kernel/drv/$(ARCH64)/iosram group=sys 653 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-15000/kernel/drv/$(ARCH64)/schpc \ 654 group=sys 655 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-15000/kernel/drv/dman.conf \ 656 group=sys 657 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-15000/kernel/drv/schpc.conf \ 658 group=sys 659 $(sparc_ONLY)file \ 660 path=platform/SUNW,Sun-Fire-15000/kernel/misc/$(ARCH64)/mboxsc group=sys \ 661 mode=0755 662 $(sparc_ONLY)file \ 663 path=platform/SUNW,Sun-Fire-15000/kernel/misc/$(ARCH64)/platmod group=sys \ 664 mode=0755 665 $(sparc_ONLY)file \ 666 path=platform/SUNW,Sun-Fire-15000/kernel/misc/$(ARCH64)/scosmb group=sys \ 667 mode=0755 668 $(sparc_ONLY)file \ 669 path=platform/SUNW,Sun-Fire-280R/kernel/drv/$(ARCH64)/pcf8574 group=sys 670 $(sparc_ONLY)file \ 671 path=platform/SUNW,Sun-Fire-280R/kernel/misc/$(ARCH64)/platmod group=sys \ 672 mode=0755 673 $(sparc_ONLY)file \ 674 path=platform/SUNW,Sun-Fire-480R/kernel/misc/$(ARCH64)/platmod group=sys \ 675 mode=0755 676 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-880/kernel/drv/$(ARCH64)/hpc3130 \ 677 group=sys 678 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-880/kernel/drv/hpc3130.conf \ 679 group=sys 680 $(sparc_ONLY)file \ 681 path=platform/SUNW,Sun-Fire-880/kernel/misc/$(ARCH64)/platmod group=sys \ 682 mode=0755 683 $(sparc_ONLY)file \ 684 path=platform/SUNW,Sun-Fire-T200/kernel/drv/$(ARCH64)/tsalarm group=sys 685 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-T200/kernel/drv/tsalarm.conf \ 686 group=sys 687 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-V215/kernel/drv/su.conf \ 688 group=sys 689 $(sparc_ONLY)file \ 690 path=platform/SUNW,Sun-Fire-V215/kernel/misc/$(ARCH64)/platmod group=sys \ 691 mode=0755 692 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-V240/kernel/drv/$(ARCH64)/ntwdt \ 693 group=sys 694 $(sparc_ONLY)file \ 695 path=platform/SUNW,Sun-Fire-V240/kernel/drv/$(ARCH64)/tsalarm group=sys 696 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-V240/kernel/drv/ntwdt.conf \ 697 group=sys 698 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-V240/kernel/drv/tsalarm.conf \ 699 group=sys 700 $(sparc_ONLY)file \ 701 path=platform/SUNW,Sun-Fire-V240/kernel/misc/$(ARCH64)/platmod group=sys \ 702 mode=0755 703 $(sparc_ONLY)file \ 704 path=platform/SUNW,Sun-Fire-V250/kernel/misc/$(ARCH64)/platmod group=sys \ 705 mode=0755 706 $(sparc_ONLY)file \ 707 path=platform/SUNW,Sun-Fire-V440/kernel/misc/$(ARCH64)/platmod group=sys \ 708 mode=0755 709 $(sparc_ONLY)file \ 710 path=platform/SUNW,Sun-Fire-V445/kernel/misc/$(ARCH64)/platmod group=sys \ 711 mode=0755 712 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/$(ARCH64)/unix group=sys \ 713 mode=0755 714 $(sparc_ONLY)file \ 715 path=platform/SUNW,Sun-Fire/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-III \ 716 group=sys mode=0755 717 $(sparc_ONLY)file \ 718 path=platform/SUNW,Sun-Fire/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-III+ \ 719 group=sys mode=0755 720 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/drv/$(ARCH64)/sgcn \ 721 group=sys 722 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/drv/$(ARCH64)/sghsc \ 723 group=sys 724 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/drv/$(ARCH64)/sgsbbc \ 725 group=sys 726 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/drv/$(ARCH64)/ssm \ 727 group=sys 728 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/drv/sghsc.conf group=sys 729 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/misc/$(ARCH64)/platmod \ 730 group=sys mode=0755 731 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/misc/$(ARCH64)/sbdp \ 732 group=sys mode=0755 733 $(sparc_ONLY)file path=platform/SUNW,Ultra-250/kernel/drv/$(ARCH64)/envctrltwo \ 734 group=sys 735 $(sparc_ONLY)file path=platform/SUNW,Ultra-250/kernel/misc/$(ARCH64)/platmod \ 736 group=sys mode=0755 737 $(sparc_ONLY)file path=platform/SUNW,Ultra-4/kernel/drv/$(ARCH64)/envctrl \ 738 group=sys 739 $(sparc_ONLY)file path=platform/SUNW,Ultra-4/kernel/misc/$(ARCH64)/platmod \ 740 group=sys mode=0755 741 $(sparc_ONLY)file path=platform/SUNW,Ultra-5_10/kernel/misc/$(ARCH64)/platmod \ 742 group=sys mode=0755 743 $(sparc_ONLY)file \ 744 path=platform/SUNW,Ultra-Enterprise-10000/kernel/$(ARCH64)/unix group=sys \ 745 mode=0755 746 $(sparc_ONLY)file \ 747 path=platform/SUNW,Ultra-Enterprise-10000/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-II \ 748 group=sys mode=0755 749 $(sparc_ONLY)file \ 750 path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/$(ARCH64)/pcipsy \ 751 group=sys 752 $(sparc_ONLY)file \ 753 path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/$(ARCH64)/rootnex \ 754 group=sys 755 $(sparc_ONLY)file \ 756 path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/$(ARCH64)/sbus \ 757 group=sys 758 $(sparc_ONLY)file \ 759 path=platform/SUNW,Ultra-Enterprise-10000/kernel/misc/$(ARCH64)/platmod \ 760 group=sys mode=0755 761 $(sparc_ONLY)file path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/ac \ 762 group=sys 763 $(sparc_ONLY)file \ 764 path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/central \ 765 group=sys 766 $(sparc_ONLY)file \ 767 path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/environ \ 768 group=sys 769 $(sparc_ONLY)file path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/fhc \ 770 group=sys 771 $(sparc_ONLY)file \ 772 path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/simmstat \ 773 group=sys 774 $(sparc_ONLY)file \ 775 path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/sram group=sys 776 $(sparc_ONLY)file \ 777 path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/sysctrl \ 778 group=sys 779 $(sparc_ONLY)file path=platform/SUNW,Ultra-Enterprise/kernel/drv/fhc.conf \ 780 group=sys 781 $(sparc_ONLY)file \ 782 path=platform/SUNW,Ultra-Enterprise/kernel/misc/$(ARCH64)/platmod \ 783 group=sys mode=0755 784 $(sparc_ONLY)file path=platform/SUNW,UltraAX-i2/kernel/misc/$(ARCH64)/platmod \ 785 group=sys mode=0755 786 $(i386_ONLY)file path=platform/i86pc/kernel/$(ARCH64)/unix group=sys mode=0755 787 $(i386_ONLY)file path=platform/i86pc/kernel/cpu/$(ARCH64)/cpu.generic \ 788 group=sys mode=0755 789 $(i386_ONLY)file path=platform/i86pc/kernel/cpu/$(ARCH64)/cpu_ms.AuthenticAMD \ 790 group=sys mode=0755 791 $(i386_ONLY)file \ 792 path=platform/i86pc/kernel/cpu/$(ARCH64)/cpu_ms.AuthenticAMD.15 group=sys \ 793 mode=0755 794 $(i386_ONLY)file path=platform/i86pc/kernel/cpu/$(ARCH64)/cpu_ms.GenuineIntel \ 795 group=sys mode=0755 796 $(i386_ONLY)file \ 797 path=platform/i86pc/kernel/cpu/$(ARCH64)/cpu_ms.GenuineIntel.6.46 \ 798 group=sys mode=0755 799 $(i386_ONLY)file path=platform/i86pc/kernel/dacf/$(ARCH64)/consconfig_dacf \ 800 group=sys mode=0755 801 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/acpinex group=sys 802 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/acpippm group=sys 803 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/amd_iommu group=sys 804 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/cpudrv group=sys 805 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/isa group=sys 806 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/npe group=sys 807 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/pci group=sys 808 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/pit_beep group=sys 809 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/ppm group=sys 810 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/rootnex group=sys 811 $(i386_ONLY)file path=platform/i86pc/kernel/drv/acpippm.conf group=sys 812 $(i386_ONLY)file path=platform/i86pc/kernel/drv/amd_iommu.conf group=sys 813 $(i386_ONLY)file path=platform/i86pc/kernel/drv/pit_beep.conf group=sys 814 $(i386_ONLY)file path=platform/i86pc/kernel/drv/ppm.conf group=sys 815 $(i386_ONLY)file path=platform/i86pc/kernel/drv/rootnex.conf group=sys 816 $(i386_ONLY)file path=platform/i86pc/kernel/mach/$(ARCH64)/apix group=sys \ 817 mode=0755 818 $(i386_ONLY)file path=platform/i86pc/kernel/mach/$(ARCH64)/pcplusmp group=sys \ 819 mode=0755 820 $(i386_ONLY)file path=platform/i86pc/kernel/mach/$(ARCH64)/uppc group=sys \ 821 mode=0755 822 $(i386_ONLY)file path=platform/i86pc/kernel/misc/$(ARCH64)/acpidev group=sys \ 823 mode=0755 824 $(i386_ONLY)file path=platform/i86pc/kernel/misc/$(ARCH64)/gfx_private \ 825 group=sys mode=0755 826 $(i386_ONLY)file path=platform/i86pc/ucode/amd-ucode.bin group=sys mode=0444 \ 827 original_name=SUNWcakr:platform/i86pc/ucode/amd-ucode.bin preserve=true \ 828 reboot-needed=true 829 $(i386_ONLY)file path=platform/i86pc/ucode/intel-ucode.txt group=sys mode=0444 \ 830 original_name=SUNWcakr:platform/i86pc/ucode/intel-ucode.txt preserve=true \ 831 reboot-needed=true 832 $(sparc_ONLY)file path=platform/sun4u-us3/kernel/crypto/$(ARCH64)/aes \ 833 group=sys mode=0755 834 $(sparc_ONLY)file path=platform/sun4u/bootlst group=sys reboot-needed=true 835 $(sparc_ONLY)file path=platform/sun4u/kernel/$(ARCH64)/genunix group=sys \ 836 mode=0755 837 $(sparc_ONLY)file path=platform/sun4u/kernel/$(ARCH64)/unix group=sys \ 838 mode=0755 839 $(sparc_ONLY)file path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-II \ 840 group=sys mode=0755 841 $(sparc_ONLY)file path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-III \ 842 group=sys mode=0755 843 $(sparc_ONLY)file \ 844 path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-III+ group=sys \ 845 mode=0755 846 $(sparc_ONLY)file \ 847 path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IIIi group=sys \ 848 mode=0755 849 $(sparc_ONLY)file \ 850 path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IIIi+ group=sys \ 851 mode=0755 852 $(sparc_ONLY)file path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IIe \ 853 group=sys mode=0755 854 $(sparc_ONLY)file path=platform/sun4u/kernel/crypto/$(ARCH64)/arcfour \ 855 group=sys mode=0755 856 $(sparc_ONLY)file path=platform/sun4u/kernel/crypto/$(ARCH64)/des group=sys \ 857 mode=0755 858 $(sparc_ONLY)file path=platform/sun4u/kernel/crypto/$(ARCH64)/md5 group=sys \ 859 mode=0755 860 $(sparc_ONLY)file path=platform/sun4u/kernel/crypto/$(ARCH64)/sha1 group=sys \ 861 mode=0755 862 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/adm1026 group=sys 863 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/adm1031 group=sys 864 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/bbc_beep group=sys 865 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ctsmc group=sys 866 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/db21554 group=sys 867 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ebus group=sys 868 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/epic group=sys 869 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/fd group=sys 870 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/gpio_87317 \ 871 group=sys 872 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/grbeep group=sys 873 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/i2bsc group=sys 874 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ics951601 group=sys 875 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/isadma group=sys 876 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/jbusppm group=sys 877 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/lm75 group=sys 878 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ltc1427 group=sys 879 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/m1535ppm group=sys 880 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/max1617 group=sys 881 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/mc-us3 group=sys 882 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/mc-us3i group=sys 883 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/mem_cache group=sys 884 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/mi2cv group=sys 885 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pca9556 group=sys 886 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pcf8574 group=sys 887 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pcf8584 group=sys 888 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pcf8591 group=sys 889 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pcipsy group=sys 890 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pcisch group=sys 891 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pic16f747 group=sys 892 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pic16f819 group=sys 893 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pmc group=sys 894 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pmubus group=sys 895 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pmugpio group=sys 896 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/power group=sys 897 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ppm group=sys 898 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/px group=sys 899 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/rmc_comm group=sys 900 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/rmcadm group=sys 901 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/rmclomv group=sys 902 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/rootnex group=sys 903 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/sbbc group=sys 904 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/sbus group=sys 905 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/sbusmem group=sys 906 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/schppm group=sys 907 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/seeprom group=sys 908 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/simba group=sys 909 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/smbus group=sys 910 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/smbus_ara group=sys 911 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ssc050 group=sys 912 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ssc100 group=sys 913 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/su group=sys 914 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/tda8444 group=sys 915 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/trapstat group=sys 916 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/upa64s group=sys 917 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/zs group=sys 918 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/zsh group=sys 919 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/i2bsc.conf group=sys 920 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/mem_cache.conf group=sys 921 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/rmc_comm.conf group=sys 922 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/rmcadm.conf group=sys 923 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/rmclomv.conf group=sys 924 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/sbusmem.conf group=sys 925 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/trapstat.conf group=sys 926 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/zsh.conf group=sys 927 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/bignum group=sys \ 928 mode=0755 929 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/bootdev group=sys \ 930 mode=0755 931 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/forthdebug \ 932 group=sys mode=0755 933 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/i2c_svc group=sys \ 934 mode=0755 935 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/kmdbmod group=sys \ 936 mode=0755 937 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/obpsym group=sys \ 938 mode=0755 939 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/opl_cfg group=sys \ 940 mode=0755 941 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/pcie group=sys \ 942 mode=0755 943 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/platmod group=sys \ 944 mode=0755 945 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/sbd group=sys \ 946 mode=0755 947 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/vis group=sys \ 948 mode=0755 949 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todblade group=sys \ 950 mode=0755 951 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todbq4802 group=sys \ 952 mode=0755 953 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todds1287 group=sys \ 954 mode=0755 955 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todds1337 group=sys \ 956 mode=0755 957 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todm5819 group=sys \ 958 mode=0755 959 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todm5819p_rmc \ 960 group=sys mode=0755 961 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todm5823 group=sys \ 962 mode=0755 963 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todmostek group=sys \ 964 mode=0755 965 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todopl group=sys \ 966 mode=0755 967 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todsg group=sys \ 968 mode=0755 969 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todstarcat \ 970 group=sys mode=0755 971 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todstarfire \ 972 group=sys mode=0755 973 $(sparc_ONLY)file path=platform/sun4v/bootlst group=sys reboot-needed=true 974 $(sparc_ONLY)file path=platform/sun4v/kernel/$(ARCH64)/genunix group=sys \ 975 mode=0755 976 $(sparc_ONLY)file path=platform/sun4v/kernel/$(ARCH64)/unix group=sys \ 977 mode=0755 978 $(sparc_ONLY)file path=platform/sun4v/kernel/cpu/$(ARCH64)/generic group=sys \ 979 mode=0755 980 $(sparc_ONLY)file path=platform/sun4v/kernel/crypto/$(ARCH64)/arcfour \ 981 group=sys mode=0755 982 $(sparc_ONLY)file path=platform/sun4v/kernel/crypto/$(ARCH64)/md5 group=sys \ 983 mode=0755 984 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/bge group=sys 985 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/bmc group=sys 986 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/ebus group=sys 987 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/glvc group=sys 988 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/mdesc group=sys 989 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/n2rng group=sys 990 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/ntwdt group=sys 991 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/px group=sys 992 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/qcn group=sys 993 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/rootnex group=sys 994 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/su group=sys 995 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/trapstat group=sys 996 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/vnex group=sys 997 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/bge.conf group=sys 998 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/bmc.conf group=sys 999 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/mdesc.conf group=sys 1000 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/n2rng.conf group=sys 1001 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/ntwdt.conf group=sys 1002 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/trapstat.conf group=sys 1003 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/bootdev group=sys \ 1004 mode=0755 1005 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/forthdebug \ 1006 group=sys mode=0755 1007 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/kmdbmod group=sys \ 1008 mode=0755 1009 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/obpsym group=sys \ 1010 mode=0755 1011 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/pcie group=sys \ 1012 mode=0755 1013 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/platmod group=sys \ 1014 mode=0755 1015 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/vis group=sys \ 1016 mode=0755 1017 $(sparc_ONLY)file path=usr/share/man/man4/sbus.4 1018 $(i386_ONLY)file path=usr/share/man/man4/sysbus.4 1019 $(sparc_ONLY)file path=usr/share/man/man7d/bbc_beep.7d 1020 $(sparc_ONLY)file path=usr/share/man/man7d/ctsmc.7d 1021 $(sparc_ONLY)file path=usr/share/man/man7d/dr.7d 1022 $(sparc_ONLY)file path=usr/share/man/man7d/fd.7d 1023 $(sparc_ONLY)file path=usr/share/man/man7d/gpio_87317.7d 1024 $(sparc_ONLY)file path=usr/share/man/man7d/grbeep.7d 1025 $(sparc_ONLY)file path=usr/share/man/man7d/mc-opl.7d 1026 $(sparc_ONLY)file path=usr/share/man/man7d/n2rng.7d 1027 $(sparc_ONLY)file path=usr/share/man/man7d/ncp.7d 1028 $(i386_ONLY)file path=usr/share/man/man7d/npe.7d 1029 $(sparc_ONLY)file path=usr/share/man/man7d/ntwdt.7d 1030 $(sparc_ONLY)file path=usr/share/man/man7d/oplmsu.7d 1031 $(sparc_ONLY)file path=usr/share/man/man7d/oplpanel.7d 1032 $(sparc_ONLY)file path=usr/share/man/man7d/pcicmu.7d 1033 $(sparc_ONLY)file path=usr/share/man/man7d/pcipsy.7d 1034 $(sparc_ONLY)file path=usr/share/man/man7d/pcisch.7d 1035 $(sparc_ONLY)file path=usr/share/man/man7d/schpc.7d 1036 $(sparc_ONLY)file path=usr/share/man/man7d/smbus.7d 1037 $(sparc_ONLY)file path=usr/share/man/man7d/su.7d 1038 $(sparc_ONLY)file path=usr/share/man/man7d/todopl.7d 1039 $(sparc_ONLY)file path=usr/share/man/man7d/tsalarm.7d 1040 $(sparc_ONLY)file path=usr/share/man/man7d/zs.7d 1041 $(sparc_ONLY)file path=usr/share/man/man7d/zsh.7d 1042 $(i386_ONLY)hardlink \ 1043 path=platform/i86pc/kernel/cpu/$(ARCH64)/cpu_ms.GenuineIntel.6.47 \ 1044 target=cpu_ms.GenuineIntel.6.46 1045 $(sparc_ONLY)hardlink path=platform/sun4u/kernel/misc/$(ARCH64)/md5 \ 1046 target=../../../kernel/crypto/$(ARCH64)/md5 1047 $(sparc_ONLY)hardlink path=platform/sun4u/kernel/misc/$(ARCH64)/sha1 \ 1048 target=../../../kernel/crypto/$(ARCH64)/sha1 1049 $(sparc_ONLY)hardlink path=platform/sun4v/kernel/misc/$(ARCH64)/md5 \ 1050 target=../../../kernel/crypto/$(ARCH64)/md5 1051 $(i386_ONLY)legacy pkg=SUNWcakr.i arch=$(ARCH).i86pc \ 1052 desc="core kernel software for a specific hardware platform group" \ 1053 name="Core Solaris Kernel Architecture (Root)" 1054 $(sparc_ONLY)legacy pkg=SUNWcakr.u arch=$(ARCH).sun4u \ 1055 desc="core kernel software for a specific hardware platform group" \ 1056 name="Core Solaris Kernel Architecture (Root)" 1057 $(sparc_ONLY)legacy pkg=SUNWcakr.v arch=$(ARCH).sun4v \ 1058 desc="core kernel software for a specific hardware platform group" \ 1059 name="Core Solaris Kernel Architecture (Root)" 1060 $(sparc_ONLY)legacy pkg=SUNWcakrnt2000.v arch=$(ARCH).sun4v \ 1061 desc="driver software for the Netra-T2000 hardware platform" \ 1062 name="Platform Specific Drivers for Netra-T2000, (Root)" 1063 license cr_Sun license=cr_Sun 1064 license lic_CDDL license=lic_CDDL 1065 license usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE \ 1066 license=usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE 1067 license usr/src/common/bzip2/LICENSE license=usr/src/common/bzip2/LICENSE 1068 $(sparc_ONLY)license usr/src/stand/lib/tcp/THIRDPARTYLICENSE \ 1069 license=usr/src/stand/lib/tcp/THIRDPARTYLICENSE 1070 license usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode \ 1071 license=usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode 1072 license usr/src/uts/common/zmod/THIRDPARTYLICENSE \ 1073 license=usr/src/uts/common/zmod/THIRDPARTYLICENSE 1074 $(i386_ONLY)license usr/src/uts/intel/THIRDPARTYLICENSE \ 1075 license=usr/src/uts/intel/THIRDPARTYLICENSE 1076 $(sparc_ONLY)link path=platform/SUNW,A70/kernel/crypto/$(ARCH64)/aes \ 1077 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1078 $(sparc_ONLY)link path=platform/SUNW,Netra-CP3010/kernel/crypto/$(ARCH64)/aes \ 1079 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1080 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/$(ARCH64) \ 1081 target=../../SUNW,Sun-Fire/kernel/$(ARCH64) 1082 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/cpu \ 1083 target=../../SUNW,Sun-Fire/kernel/cpu 1084 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/crypto/$(ARCH64)/aes \ 1085 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1086 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/sgcn \ 1087 target=../../../../SUNW,Sun-Fire/kernel/drv/$(ARCH64)/sgcn 1088 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/sgsbbc \ 1089 target=../../../../SUNW,Sun-Fire/kernel/drv/$(ARCH64)/sgsbbc 1090 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/ssm \ 1091 target=../../../../SUNW,Sun-Fire/kernel/drv/$(ARCH64)/ssm 1092 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/misc/$(ARCH64)/sbdp \ 1093 target=../../../../SUNW,Sun-Fire/kernel/misc/$(ARCH64)/sbdp 1094 $(sparc_ONLY)link path=platform/SUNW,Netra-T4/kernel/crypto/$(ARCH64)/aes \ 1095 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1096 $(sparc_ONLY)link path=platform/SUNW,Netra-T4/kernel/misc/$(ARCH64)/platmod \ 1097 target=../../../../SUNW,Sun-Fire-280R/kernel/misc/$(ARCH64)/platmod 1098 $(sparc_ONLY)link \ 1099 path=platform/SUNW,SPARC-Enterprise/kernel/cpu/$(ARCH64)/FJSV,SPARC64-VII \ 1100 target=FJSV,SPARC64-VI 1101 $(sparc_ONLY)link \ 1102 path=platform/SUNW,SPARC-Enterprise/kernel/crypto/$(ARCH64)/aes \ 1103 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1104 $(sparc_ONLY)link \ 1105 path=platform/SUNW,Sun-Blade-1000/kernel/crypto/$(ARCH64)/aes \ 1106 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1107 $(sparc_ONLY)link \ 1108 path=platform/SUNW,Sun-Blade-1500/kernel/crypto/$(ARCH64)/aes \ 1109 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1110 $(sparc_ONLY)link \ 1111 path=platform/SUNW,Sun-Blade-2500/kernel/crypto/$(ARCH64)/aes \ 1112 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1113 $(sparc_ONLY)link \ 1114 path=platform/SUNW,Sun-Fire-15000/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IV \ 1115 target=SUNW,UltraSPARC-III+ 1116 $(sparc_ONLY)link \ 1117 path=platform/SUNW,Sun-Fire-15000/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IV+ \ 1118 target=SUNW,UltraSPARC-III+ 1119 $(sparc_ONLY)link \ 1120 path=platform/SUNW,Sun-Fire-15000/kernel/crypto/$(ARCH64)/aes \ 1121 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1122 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-280R/kernel/crypto/$(ARCH64)/aes \ 1123 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1124 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-480R/kernel/crypto/$(ARCH64)/aes \ 1125 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1126 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-880/kernel/crypto/$(ARCH64)/aes \ 1127 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1128 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V215/kernel/crypto/$(ARCH64)/aes \ 1129 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1130 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V240/kernel/crypto/$(ARCH64)/aes \ 1131 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1132 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V250/kernel/crypto/$(ARCH64)/aes \ 1133 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1134 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V440/kernel/crypto/$(ARCH64)/aes \ 1135 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1136 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V440/kernel/drv/$(ARCH64)/ntwdt \ 1137 target=../../../../SUNW,Sun-Fire-V240/kernel/drv/$(ARCH64)/ntwdt 1138 $(sparc_ONLY)link \ 1139 path=platform/SUNW,Sun-Fire-V440/kernel/drv/$(ARCH64)/tsalarm \ 1140 target=../../../../SUNW,Sun-Fire-V240/kernel/drv/$(ARCH64)/tsalarm 1141 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V440/kernel/drv/ntwdt.conf \ 1142 target=../../../SUNW,Sun-Fire-V240/kernel/drv/ntwdt.conf 1143 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V440/kernel/drv/tsalarm.conf \ 1144 target=../../../SUNW,Sun-Fire-V240/kernel/drv/tsalarm.conf 1145 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V445/kernel/crypto/$(ARCH64)/aes \ 1146 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1147 $(sparc_ONLY)link \ 1148 path=platform/SUNW,Sun-Fire/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IV \ 1149 target=SUNW,UltraSPARC-III+ 1150 $(sparc_ONLY)link \ 1151 path=platform/SUNW,Sun-Fire/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IV+ \ 1152 target=SUNW,UltraSPARC-III+ 1153 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire/kernel/crypto/$(ARCH64)/aes \ 1154 target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes 1155 $(sparc_ONLY)link path=platform/SUNW,Ultra-80/kernel/misc/$(ARCH64)/platmod \ 1156 target=../../../../SUNW,Ultra-5_10/kernel/misc/$(ARCH64)/platmod 1157 $(sparc_ONLY)link path=platform/SUNW,Ultra-Enterprise-10000/kernel/unix \ 1158 target=$(ARCH64)/unix 1159 $(sparc_ONLY)link path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IIi \ 1160 target=SUNW,UltraSPARC-II 1161 $(sparc_ONLY)link path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IV \ 1162 target=SUNW,UltraSPARC-III+ 1163 $(sparc_ONLY)link path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IV+ \ 1164 target=SUNW,UltraSPARC-III+ 1165 $(sparc_ONLY)link path=platform/sun4u/kernel/misc/$(ARCH64)/des \ 1166 target=../../../kernel/crypto/$(ARCH64)/des 1167 $(sparc_ONLY)link path=platform/sun4u/kernel/unix target=$(ARCH64)/unix 1168 $(sparc_ONLY)link path=platform/sun4v/kernel/cpu/$(ARCH64)/sun4v \ 1169 target=generic 1170 $(sparc_ONLY)link path=platform/sun4v/kernel/unix target=$(ARCH64)/unix 1171 $(i386_ONLY)link path=usr/share/man/man4/isa.4 target=sysbus.4 1172 $(sparc_ONLY)link path=usr/share/man/man7d/drmach.7d target=dr.7d 1173 link path=usr/share/man/man7d/fdc.7d target=fd.7d 1174 $(sparc_ONLY)link path=usr/share/man/man7d/ngdr.7d target=dr.7d 1175 $(sparc_ONLY)link path=usr/share/man/man7d/ngdrmach.7d target=dr.7d