Print this page
5075 EOF cardbus & pcmcia

*** 19,59 **** # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # # # The default for payload-bearing actions in this package is to appear in the # global zone only. See the include file for greater detail, as well as # information about overriding the defaults. # <include global_zone_only_component> set name=pkg.fmri value=pkg:/driver/pcmcia@$(PKGVERS) ! set name=pkg.description \ ! value="kernel modules and start-up files for PCMCIA card services" ! set name=pkg.summary value="PCMCIA Card Services" ! set name=info.classification \ ! value=org.opensolaris.category.2008:System/Hardware set name=variant.arch value=$(ARCH) ! dir path=kernel group=sys ! dir path=kernel/drv group=sys ! dir path=kernel/drv/$(ARCH64) group=sys ! dir path=usr/share/man ! dir path=usr/share/man/man7d ! driver name=pcic class=pcmcia \ ! alias=pciclass,060500 \ ! alias=pciclass,060700 ! driver name=pcs ! file path=kernel/drv/$(ARCH64)/pcic group=sys ! file path=kernel/drv/$(ARCH64)/pcs group=sys ! $(i386_ONLY)file path=kernel/drv/pcic group=sys ! file path=kernel/drv/pcic.conf group=sys ! $(i386_ONLY)file path=kernel/drv/pcs group=sys ! file path=usr/share/man/man7d/pcic.7d ! file path=usr/share/man/man7d/pcmcia.7d ! legacy pkg=SUNWpcmci \ ! desc="kernel modules and start-up files for PCMCIA card services" \ ! name="PCMCIA Card Services, (Root)" ! license cr_Sun license=cr_Sun ! license lic_CDDL license=lic_CDDL --- 19,36 ---- # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + # Copyright 2014 Garrett D'Amore <garrett@damore.org> # # # The default for payload-bearing actions in this package is to appear in the # global zone only. See the include file for greater detail, as well as # information about overriding the defaults. # <include global_zone_only_component> set name=pkg.fmri value=pkg:/driver/pcmcia@$(PKGVERS) ! set name=pkg.obsolete value=true set name=variant.arch value=$(ARCH) !