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# 23ead1f93eSLiane Praza# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 24ead1f93eSLiane Praza# Use is subject to license terms. 25ead1f93eSLiane Praza# 26ead1f93eSLiane Praza 27ead1f93eSLiane Praza# 28ead1f93eSLiane Praza# This package will install successfully into any zone, global or 29ead1f93eSLiane Praza# non-global. The files, directories, links, and hardlinks, however, 30ead1f93eSLiane Praza# will only be installed into the global zone. 31ead1f93eSLiane Praza# 32ead1f93eSLiane Praza<include hollow_zone_pkg> 33ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/driver/network/qlc@$(PKGVERS) 34ead1f93eSLiane Prazaset name=pkg.description \ 35ead1f93eSLiane Praza value="Qlogic ISP Fibre Channel Device Driver and GLDv3 NIC driver" 36ead1f93eSLiane Prazaset name=pkg.summary \ 37ead1f93eSLiane Praza value="Qlogic ISP Fibre Channel Device Driver and GLDv3 NIC driver" 38ead1f93eSLiane Prazaset name=info.classification value=org.opensolaris.category.2008:Drivers/Storage 39ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH) 40ead1f93eSLiane Prazaset name=variant.opensolaris.zone value=global value=nonglobal 41ead1f93eSLiane Prazadir path=kernel group=sys 42ead1f93eSLiane Prazadir path=kernel/drv group=sys 43ead1f93eSLiane Prazadir path=kernel/drv/$(ARCH64) group=sys 44ead1f93eSLiane Prazadir path=kernel/misc group=sys 45ead1f93eSLiane Prazadir path=kernel/misc/qlc group=sys 46ead1f93eSLiane Prazadir path=kernel/misc/qlc/$(ARCH64) group=sys 47ead1f93eSLiane Praza$(i386_ONLY)driver name=qlc class=fibre-channel perms="* 0666 root sys" \ 48ead1f93eSLiane Praza alias=pci1077,132 \ 49ead1f93eSLiane Praza alias=pci1077,2200 \ 50ead1f93eSLiane Praza alias=pci1077,2300 \ 51ead1f93eSLiane Praza alias=pci1077,2312 \ 52ead1f93eSLiane Praza alias=pci1077,2422 \ 53ead1f93eSLiane Praza alias=pciex1077,2432 \ 54ead1f93eSLiane Praza alias=pciex1077,2532 \ 55ead1f93eSLiane Praza alias=pciex1077,5432 \ 56*eb82ff87SDaniel Beauregard alias=pciex1077,8001 \ 57*eb82ff87SDaniel Beauregard alias=pciex1077,8021 58ead1f93eSLiane Praza$(sparc_ONLY)driver name=qlc class=fibre-channel perms="* 0666 root sys" \ 59ead1f93eSLiane Praza alias=pci1077,2200 \ 60ead1f93eSLiane Praza alias=pci1077,2300 \ 61ead1f93eSLiane Praza alias=pci1077,2312 \ 62ead1f93eSLiane Praza alias=pci1077,2422 \ 63ead1f93eSLiane Praza alias=pciex1077,2432 \ 64ead1f93eSLiane Praza alias=pciex1077,2532 \ 65ead1f93eSLiane Praza alias=pciex1077,5432 \ 66*eb82ff87SDaniel Beauregard alias=pciex1077,8001 \ 67*eb82ff87SDaniel Beauregard alias=pciex1077,8021 68ead1f93eSLiane Prazadriver name=qlge alias=pciex1077,8000 perms="* 0666 root sys" 69ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/qlc group=sys 70ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/qlge group=sys 71ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/qlc group=sys 72ead1f93eSLiane Prazafile path=kernel/drv/qlc.conf group=sys \ 73ead1f93eSLiane Praza original_name=SUNWqlc:kernel/drv/qlc.conf preserve=true reboot-needed=false 74ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/qlge group=sys 75ead1f93eSLiane Prazafile path=kernel/misc/qlc/$(ARCH64)/qlc_fw_2200 group=sys mode=0755 \ 76ead1f93eSLiane Praza reboot-needed=true 77ead1f93eSLiane Prazafile path=kernel/misc/qlc/$(ARCH64)/qlc_fw_2300 group=sys mode=0755 \ 78ead1f93eSLiane Praza reboot-needed=true 79ead1f93eSLiane Prazafile path=kernel/misc/qlc/$(ARCH64)/qlc_fw_2400 group=sys mode=0755 \ 80ead1f93eSLiane Praza reboot-needed=true 81ead1f93eSLiane Prazafile path=kernel/misc/qlc/$(ARCH64)/qlc_fw_2500 group=sys mode=0755 \ 82ead1f93eSLiane Praza reboot-needed=true 83ead1f93eSLiane Prazafile path=kernel/misc/qlc/$(ARCH64)/qlc_fw_6322 group=sys mode=0755 \ 84ead1f93eSLiane Praza reboot-needed=true 85ead1f93eSLiane Prazafile path=kernel/misc/qlc/$(ARCH64)/qlc_fw_8100 group=sys mode=0755 \ 86ead1f93eSLiane Praza reboot-needed=true 87ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/qlc/qlc_fw_2200 group=sys mode=0755 \ 88ead1f93eSLiane Praza reboot-needed=true 89ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/qlc/qlc_fw_2300 group=sys mode=0755 \ 90ead1f93eSLiane Praza reboot-needed=true 91ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/qlc/qlc_fw_2400 group=sys mode=0755 \ 92ead1f93eSLiane Praza reboot-needed=true 93ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/qlc/qlc_fw_2500 group=sys mode=0755 \ 94ead1f93eSLiane Praza reboot-needed=true 95ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/qlc/qlc_fw_6322 group=sys mode=0755 \ 96ead1f93eSLiane Praza reboot-needed=true 97ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/misc/qlc/qlc_fw_8100 group=sys mode=0755 \ 98ead1f93eSLiane Praza reboot-needed=true 99ead1f93eSLiane Prazalegacy pkg=SUNWqlc arch=$(ARCH) category=system \ 100ead1f93eSLiane Praza desc="Qlogic ISP Fibre Channel Device Driver and GLDv3 NIC driver" \ 101ead1f93eSLiane Praza hotline="Please contact your local service provider" \ 102ead1f93eSLiane Praza name="Qlogic ISP Fibre Channel Device Driver and GLDv3 NIC driver" \ 103ead1f93eSLiane Praza vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 104ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 105ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 106ead1f93eSLiane Prazalicense lic_Qlogic license=lic_Qlogic 107