driver-graphics-agpgart.mf revision ead1f93ee620d7580f7e53350fe5a884fc4f158a
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER START
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# The contents of this file are subject to the terms of the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# Common Development and Distribution License (the "License").
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You may not use this file except in compliance with the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# or http://www.opensolaris.org/os/licensing.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# See the License for the specific language governing permissions
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# and limitations under the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# If applicable, add the following below this CDDL HEADER, with the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER END
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# Use is subject to license terms.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# This package will install successfully into any zone, global or
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# non-global. The files, directories, links, and hardlinks, however,
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# will only be installed into the global zone.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza<include hollow_zone_pkg>
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.fmri value=pkg:/driver/graphics/agpgart@$(PKGVERS)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.description value="AGP GART driver for x86 workstations"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.summary value="AGP GART Driver"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=info.classification value=org.opensolaris.category.2008:Drivers/Display
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=variant.arch value=i386
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=variant.opensolaris.zone value=global value=nonglobal
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/drv group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/drv/$(ARCH64) group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadriver name=$(ARCH64)_gart alias=pci1022,1103 perms="* 0644 root sys"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadriver name=agpgart perms="* 0644 root sys"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadriver name=agptarget perms="* 0644 root sys" \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci1022,7454 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,1130 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2560 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2570 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2580 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2590 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2770 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,27a0 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,27ac \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2970 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2980 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2990 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,29a0 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,29b0 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,29c0 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,29d0 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2a00 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2a10 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2a40 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2e00 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2e10 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2e20 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2e30 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,2e40 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,3575 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,3580 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,40 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,44 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,62 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,6a \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,7120 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,7122 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci8086,7124
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/$(ARCH64)/$(ARCH64)_gart group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/$(ARCH64)/agpgart group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/$(ARCH64)/agptarget group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/$(ARCH64)_gart group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/agpgart group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/agpgart.conf group=sys reboot-needed=false
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/agptarget group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalegacy pkg=SUNWagp arch=$(ARCH) category=system \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza desc="AGP GART driver for x86 workstations" \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza hotline="Please contact your local service provider" name="AGP GART Driver" \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalicense cr_Sun license=cr_Sun
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalicense lic_CDDL license=lic_CDDL
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalicense uts/common/sys/THIRDPARTYLICENSE.agpgart \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza license=uts/common/sys/THIRDPARTYLICENSE.agpgart