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 # 27 # Copyright 2012 Nexenta Systems, Inc. All rights reserved. 28 # 29 30 # The default for payload-bearing actions in this package is to appear in the 31 # global zone only. See the include file for greater detail, as well as 32 # information about overriding the defaults. 33 # 34 <include global_zone_only_component> 35 set name=pkg.fmri value=pkg:/driver/network/bge@$(PKGVERS) 36 set name=pkg.description \ 37 value="Broadcom 57xx Gigabit Ethernet Network Adapter Driver" 38 set name=pkg.summary value="Broadcom 57xx GE NIC Driver" 39 set name=info.classification \ 40 value=org.opensolaris.category.2008:Drivers/Networking 41 set name=variant.arch value=$(ARCH) 42 dir path=kernel group=sys 43 dir path=kernel/drv group=sys 44 dir path=kernel/drv/$(ARCH64) group=sys 45 dir path=usr/share/man 46 dir path=usr/share/man/man7d 47 $(i386_ONLY)driver name=bge clone_perms="bge 0666 root sys" \ 48 perms="* 0666 root sys" \ 49 alias=SUNW,bge \ 50 alias=pci108e,1647 \ 51 alias=pci108e,1648 \ 52 alias=pci108e,16a7 \ 53 alias=pci108e,16a8 \ 54 alias=pci14e4,1600 \ 55 alias=pci14e4,1601 \ 56 alias=pci14e4,1644 \ 57 alias=pci14e4,1645 \ 58 alias=pci14e4,1647 \ 59 alias=pci14e4,1648 \ 60 alias=pci14e4,1649 \ 61 alias=pci14e4,1653 \ 62 alias=pci14e4,1654 \ 63 alias=pci14e4,1657 \ 64 alias=pci14e4,1659 \ 65 alias=pci14e4,165d \ 66 alias=pci14e4,165e \ 67 alias=pci14e4,165f \ 68 alias=pci14e4,1668 \ 69 alias=pci14e4,1669 \ 70 alias=pci14e4,166a \ 71 alias=pci14e4,166e \ 72 alias=pci14e4,1677 \ 73 alias=pci14e4,1678 \ 74 alias=pci14e4,1679 \ 75 alias=pci14e4,167d \ 76 alias=pci14e4,1693 \ 77 alias=pci14e4,1696 \ 78 alias=pci14e4,1699 \ 79 alias=pci14e4,169b \ 80 alias=pci14e4,169c \ 81 alias=pci14e4,16a6 \ 82 alias=pci14e4,16a7 \ 83 alias=pci14e4,16a8 \ 84 alias=pci14e4,16c7 \ 85 alias=pciex14e4,1655 \ 86 alias=pciex14e4,1656 \ 87 alias=pciex14e4,1657 \ 88 alias=pciex14e4,165a \ 89 alias=pciex14e4,165b \ 90 alias=pciex14e4,165c \ 91 alias=pciex14e4,165f \ 92 alias=pciex14e4,1673 \ 93 alias=pciex14e4,1674 \ 94 alias=pciex14e4,1677 \ 95 alias=pciex14e4,167a \ 96 alias=pciex14e4,167b \ 97 alias=pciex14e4,1680 \ 98 alias=pciex14e4,1681 \ 99 alias=pciex14e4,1684 \ 100 alias=pciex14e4,1688 \ 101 alias=pciex14e4,1689 \ 102 alias=pciex14e4,1690 \ 103 alias=pciex14e4,1691 \ 104 alias=pciex14e4,1692 \ 105 alias=pciex14e4,1694 \ 106 alias=pciex14e4,1698 \ 107 alias=pciex14e4,169d \ 108 alias=pciex14e4,16fd \ 109 alias=pciex14e4,1713 110 $(sparc_ONLY)driver name=bge clone_perms="bge 0666 root sys" \ 111 perms="* 0666 root sys" \ 112 alias=SUNW,bge \ 113 alias=pci108e,1647 \ 114 alias=pci108e,1648 \ 115 alias=pci108e,16a7 \ 116 alias=pci108e,16a8 \ 117 alias=pci14e4,1645 \ 118 alias=pci14e4,1647 \ 119 alias=pci14e4,1648 \ 120 alias=pci14e4,1649 \ 121 alias=pci14e4,1668 \ 122 alias=pci14e4,1669 \ 123 alias=pci14e4,1677 \ 124 alias=pci14e4,1678 \ 125 alias=pci14e4,167d \ 126 alias=pci14e4,16a7 \ 127 alias=pci14e4,16a8 \ 128 alias=pci14e4,16c7 \ 129 alias=pciex14e4,1655 \ 130 alias=pciex14e4,1656 \ 131 alias=pciex14e4,1659 \ 132 alias=pciex14e4,165a \ 133 alias=pciex14e4,165b \ 134 alias=pciex14e4,165c \ 135 alias=pciex14e4,1677 \ 136 alias=pciex14e4,167a \ 137 alias=pciex14e4,167b 138 file path=kernel/drv/$(ARCH64)/bge group=sys 139 $(i386_ONLY)file path=kernel/drv/bge group=sys 140 file path=kernel/drv/bge.conf group=sys 141 file path=usr/share/man/man7d/bge.7d 142 legacy pkg=SUNWbge \ 143 desc="Broadcom 57xx Gigabit Ethernet Network Adapter Driver" \ 144 name="Broadcom 57xx GE NIC Driver" 145 license cr_Sun license=cr_Sun 146 license lic_CDDL license=lic_CDDL 147 license usr/src/uts/common/io/bge/THIRDPARTYLICENSE \ 148 license=usr/src/uts/common/io/bge/THIRDPARTYLICENSE