1 # 2 # CDDL HEADER START 3 # 4 # The contents of this file are subject to the terms of the 5 # Common Development and Distribution License (the "License"). 6 # You may not use this file except in compliance with the License. 7 # 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 # or http://www.opensolaris.org/os/licensing. 10 # See the License for the specific language governing permissions 11 # and limitations under the License. 12 # 13 # When distributing Covered Code, include this CDDL HEADER in each 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15 # If applicable, add the following below this CDDL HEADER, with the 16 # fields enclosed by brackets "[]" replaced with your own identifying 17 # information: Portions Copyright [yyyy] [name of copyright owner] 18 # 19 # CDDL HEADER END 20 # 21 22 # 23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24 # 25 26 set name=pkg.fmri value=pkg:/driver/network/emlxs@$(PKGVERS) 27 set name=pkg.description \ 28 value="Device driver kit for Emulex-Sun FC, FCoE, and NIC adapters" 29 set name=pkg.summary \ 30 value="Emulex-Sun driver kit for Fibre Channel and Converged Network Adapters" 31 set name=info.classification \ 32 value=org.opensolaris.category.2008:Drivers/Networking \ 33 value=org.opensolaris.category.2008:Drivers/Storage 34 set name=variant.arch value=$(ARCH) 35 dir path=kernel group=sys 36 dir path=kernel/drv group=sys 37 dir path=kernel/drv/$(ARCH64) group=sys 38 dir path=kernel/kmdb group=sys 39 dir path=kernel/kmdb/$(ARCH64) group=sys 40 dir path=kernel/misc group=sys 41 dir path=kernel/misc/emlxs group=sys 42 dir path=kernel/misc/emlxs/$(ARCH64) group=sys 43 dir path=usr group=sys 44 dir path=usr/lib 45 dir path=usr/lib/mdb group=sys 46 dir path=usr/lib/mdb/kvm group=sys 47 dir path=usr/lib/mdb/kvm/$(ARCH64) group=sys 48 driver name=emlxs class=fibre-channel perms="* 0666 root sys" \ 49 alias=lpfs \ 50 alias=pci10df,f0a5 \ 51 alias=pci10df,f800 \ 52 alias=pci10df,f900 \ 53 alias=pci10df,f980 \ 54 alias=pci10df,fa00 \ 55 alias=pci10df,fc00 \ 56 alias=pci10df,fc10 \ 57 alias=pci10df,fc20 \ 58 alias=pci10df,fd00 \ 59 alias=pci10df,fe00 \ 60 alias=pciex10df,e200 \ 61 alias=pciex10df,f100 \ 62 alias=pciex10df,f111 \ 63 alias=pciex10df,f112 \ 64 alias=pciex10df,fc20 \ 65 alias=pciex10df,fc40 \ 66 alias=pciex10df,fe00 \ 67 alias=pciex10df,fe05 \ 68 alias=pciex19a2,704 \ 69 alias=pciex19a2,714 70 driver name=oce perms="* 0666 root sys" \ 71 alias=pciex19a2,700 \ 72 alias=pciex19a2,710 73 file path=kernel/drv/$(ARCH64)/emlxs group=sys 74 file path=kernel/drv/$(ARCH64)/oce group=sys 75 file path=kernel/drv/emlxs.conf group=sys \ 76 original_name=SUNWemlxs:kernel/drv/emlxs.conf preserve=true 77 file path=kernel/kmdb/$(ARCH64)/emlxs group=sys mode=0555 78 file path=kernel/misc/emlxs/$(ARCH64)/emlxs_fw group=sys mode=0755 79 file path=usr/lib/mdb/kvm/$(ARCH64)/emlxs.so group=sys mode=0555 80 legacy pkg=SUNWemlxs \ 81 desc="Device driver kit for Emulex-Sun FC, FCoE, and NIC adapters" \ 82 name="Emulex-Sun driver kit for Fibre Channel and Converged Network Adapters (root)" \ 83 vendor="Emulex Corporation" 84 legacy pkg=SUNWemlxu \ 85 desc="Support software for Emulex-Sun LightPulse Fibre Channel adapters" \ 86 name="Emulex-Sun LightPulse Fibre Channel Adapter Utilties (usr)" \ 87 vendor="Emulex Corporation" 88 license lic_CDDL license=lic_CDDL 89 license usr/src/uts/common/io/fibre-channel/fca/emlxs/FIRMWARELICENSE \ 90 license=usr/src/uts/common/io/fibre-channel/fca/emlxs/FIRMWARELICENSE