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 2010 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26 27# 28# This package will install successfully into any zone, global or 29# non-global. The files, directories, links, and hardlinks, however, 30# will only be installed into the global zone. 31# 32<include hollow_zone_pkg> 33set name=pkg.fmri value=pkg:/driver/network/bge@$(PKGVERS) 34set name=pkg.description \ 35 value="Broadcom 57xx Gigabit Ethernet Network Adapter Driver" 36set name=pkg.summary value="Broadcom 57xx GE NIC Driver" 37set name=info.classification \ 38 value=org.opensolaris.category.2008:Drivers/Networking 39set name=variant.arch value=$(ARCH) 40set name=variant.opensolaris.zone value=global value=nonglobal 41dir path=kernel group=sys 42dir path=kernel/drv group=sys 43dir path=kernel/drv/$(ARCH64) group=sys 44$(i386_ONLY)driver name=bge clone_perms="bge 0666 root sys" \ 45 perms="* 0666 root sys" \ 46 alias=SUNW,bge \ 47 alias=pci108e,1647 \ 48 alias=pci108e,1648 \ 49 alias=pci108e,16a7 \ 50 alias=pci108e,16a8 \ 51 alias=pci14e4,1600 \ 52 alias=pci14e4,1601 \ 53 alias=pci14e4,1644 \ 54 alias=pci14e4,1645 \ 55 alias=pci14e4,1647 \ 56 alias=pci14e4,1648 \ 57 alias=pci14e4,1649 \ 58 alias=pci14e4,1653 \ 59 alias=pci14e4,1654 \ 60 alias=pci14e4,1659 \ 61 alias=pci14e4,165d \ 62 alias=pci14e4,165e \ 63 alias=pci14e4,1668 \ 64 alias=pci14e4,1669 \ 65 alias=pci14e4,166a \ 66 alias=pci14e4,166e \ 67 alias=pci14e4,1677 \ 68 alias=pci14e4,1678 \ 69 alias=pci14e4,1679 \ 70 alias=pci14e4,167d \ 71 alias=pci14e4,1693 \ 72 alias=pci14e4,1696 \ 73 alias=pci14e4,1699 \ 74 alias=pci14e4,169b \ 75 alias=pci14e4,169c \ 76 alias=pci14e4,16a6 \ 77 alias=pci14e4,16a7 \ 78 alias=pci14e4,16a8 \ 79 alias=pci14e4,16c7 \ 80 alias=pciex14e4,1656 \ 81 alias=pciex14e4,165a \ 82 alias=pciex14e4,165b \ 83 alias=pciex14e4,1673 \ 84 alias=pciex14e4,1674 \ 85 alias=pciex14e4,1677 \ 86 alias=pciex14e4,167a \ 87 alias=pciex14e4,167b \ 88 alias=pciex14e4,1680 \ 89 alias=pciex14e4,1681 \ 90 alias=pciex14e4,1684 \ 91 alias=pciex14e4,169d \ 92 alias=pciex14e4,16fd \ 93 alias=pciex14e4,1713 94$(sparc_ONLY)driver name=bge clone_perms="bge 0666 root sys" \ 95 perms="* 0666 root sys" \ 96 alias=SUNW,bge \ 97 alias=pci108e,1647 \ 98 alias=pci108e,1648 \ 99 alias=pci108e,16a7 \ 100 alias=pci108e,16a8 \ 101 alias=pci14e4,1645 \ 102 alias=pci14e4,1647 \ 103 alias=pci14e4,1648 \ 104 alias=pci14e4,1649 \ 105 alias=pci14e4,1668 \ 106 alias=pci14e4,1669 \ 107 alias=pci14e4,1677 \ 108 alias=pci14e4,1678 \ 109 alias=pci14e4,167d \ 110 alias=pci14e4,16a7 \ 111 alias=pci14e4,16a8 \ 112 alias=pci14e4,16c7 \ 113 alias=pciex14e4,1656 \ 114 alias=pciex14e4,1659 \ 115 alias=pciex14e4,165a \ 116 alias=pciex14e4,165b \ 117 alias=pciex14e4,1677 \ 118 alias=pciex14e4,167a \ 119 alias=pciex14e4,167b 120file path=kernel/drv/$(ARCH64)/bge group=sys 121$(i386_ONLY)file path=kernel/drv/bge group=sys 122file path=kernel/drv/bge.conf group=sys reboot-needed=false 123legacy pkg=SUNWbge arch=$(ARCH) category=system \ 124 desc="Broadcom 57xx Gigabit Ethernet Network Adapter Driver" \ 125 hotline="Please contact your local service provider" \ 126 name="Broadcom 57xx GE NIC Driver" vendor="Sun Microsystems, Inc." \ 127 version=11.11,REV=2009.11.11 128license cr_Sun license=cr_Sun 129license lic_CDDL license=lic_CDDL 130license uts/common/io/bge/THIRDPARTYLICENSE \ 131 license=uts/common/io/bge/THIRDPARTYLICENSE 132