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