1438b5f69SJason King# 2438b5f69SJason King# CDDL HEADER START 3438b5f69SJason King# 4438b5f69SJason King# The contents of this file are subject to the terms of the 5438b5f69SJason King# Common Development and Distribution License (the "License"). 6438b5f69SJason King# You may not use this file except in compliance with the License. 7438b5f69SJason King# 8438b5f69SJason King# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9438b5f69SJason King# or http://www.opensolaris.org/os/licensing. 10438b5f69SJason King# See the License for the specific language governing permissions 11438b5f69SJason King# and limitations under the License. 12438b5f69SJason King# 13438b5f69SJason King# When distributing Covered Code, include this CDDL HEADER in each 14438b5f69SJason King# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15438b5f69SJason King# If applicable, add the following below this CDDL HEADER, with the 16438b5f69SJason King# fields enclosed by brackets "[]" replaced with your own identifying 17438b5f69SJason King# information: Portions Copyright [yyyy] [name of copyright owner] 18438b5f69SJason King# 19438b5f69SJason King# CDDL HEADER END 20438b5f69SJason King# 21438b5f69SJason King 22438b5f69SJason King# 23438b5f69SJason King# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24438b5f69SJason King# Copyright 2011 Jason King. All rights reserved. 25438b5f69SJason King 26438b5f69SJason King# 27438b5f69SJason King# The default for payload-bearing actions in this package is to appear in the 28438b5f69SJason King# global zone only. See the include file for greater detail, as well as 29438b5f69SJason King# information about overriding the defaults. 30438b5f69SJason King# 31438b5f69SJason King<include global_zone_only_component> 32438b5f69SJason Kingset name=pkg.fmri value=pkg:/driver/network/pcn@$(PKGVERS) 33438b5f69SJason Kingset name=pkg.description value="PCnet Fast Ethernet Network Adapter Driver" 34438b5f69SJason Kingset name=pkg.summary value="PCnet Ethernet Driver" 35438b5f69SJason Kingset name=info.classification \ 36438b5f69SJason King value=org.opensolaris.category.2008:Drivers/Networking 37*6d8b5bf1SRichard Loweset name=variant.arch value=i386 38438b5f69SJason Kingdir path=kernel group=sys 39438b5f69SJason Kingdir path=kernel/drv group=sys 40438b5f69SJason Kingdir path=kernel/drv/$(ARCH64) group=sys 41438b5f69SJason Kingdir path=usr/share/man 42438b5f69SJason Kingdir path=usr/share/man/man7d 43438b5f69SJason Kingdriver name=pcn clone_perms="pcn 0666 root sys" perms="* 0666 root sys" \ 44438b5f69SJason King alias=pci1022,2000 \ 45438b5f69SJason King alias=pci103c,104c 46438b5f69SJason Kingfile path=kernel/drv/$(ARCH64)/pcn group=sys 47438b5f69SJason King$(i386_ONLY)file path=kernel/drv/pcn group=sys 48438b5f69SJason Kingfile path=usr/share/man/man7d/pcn.7d 49438b5f69SJason Kinglicense license_in_headers license=license_in_headers 50438b5f69SJason Kinglicense usr/src/uts/common/io/pcn/THIRDPARTYLICENSE \ 51438b5f69SJason King license=usr/src/uts/common/io/pcn/THIRDPARTYLICENSE 52