Print this page
Fix up some merges where we wanted the upstream version.
re #13879 make libsqlite a real shared lib (tweaks)
  Fix rebuild after pull (remove files left in the way)
  Make sqlite.h SQLITE_VERSION more predictable.
OS-5 Integrate virtio drivers
    integration cleanup (copyrights, cddl 1.0)
port of illumos-1147
    1147 integrate the virtio-block driver
    Reviewed by: Dmitry Yusupov <Dmitry.Yusupov@nexenta.com>
    Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
    Approved by: Garrett D'Amore <garrett@damore.org>


  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  24 #
  25 
  26 #
  27 # The default for payload-bearing actions in this package is to appear in the
  28 # global zone only.  See the include file for greater detail, as well as
  29 # information about overriding the defaults.
  30 #
  31 <include global_zone_only_component>
  32 set name=pkg.fmri value=pkg:/driver/storage/vioblk@$(PKGVERS)
  33 set name=pkg.description value="Virtio block driver"
  34 set name=pkg.summary value="Virtio block"
  35 set name=info.classification \
  36     value=org.opensolaris.category.2008:System/Hardware
  37 set name=variant.arch value=i386
  38 dir path=kernel group=sys
  39 dir path=kernel/drv group=sys
  40 dir path=kernel/drv/$(ARCH64) group=sys
  41 driver name=vioblk alias=pci1af4,1001 clone_perms="vioblk 0666 root sys" \
  42     perms="* 0666 root sys"
  43 file path=kernel/drv/$(ARCH64)/vioblk group=sys
  44 license lic_CDDL license=lic_CDDL


  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2012 Nexenta Systems, Inc.  All rights reserved.
  24 #
  25 
  26 #
  27 # The default for payload-bearing actions in this package is to appear in the
  28 # global zone only.  See the include file for greater detail, as well as
  29 # information about overriding the defaults.
  30 #
  31 <include global_zone_only_component>
  32 set name=pkg.fmri value=pkg:/driver/storage/vioblk@$(PKGVERS)
  33 set name=pkg.description value="Virtio block driver"
  34 set name=pkg.summary value="Virtio block"
  35 set name=info.classification \
  36     value=org.opensolaris.category.2008:System/Hardware
  37 set name=variant.arch value=$(ARCH)
  38 dir path=kernel group=sys
  39 dir path=kernel/drv group=sys
  40 dir path=kernel/drv/$(ARCH64) group=sys
  41 driver name=vioblk alias=pci1af4,1001 clone_perms="vioblk 0666 root sys" \
  42     perms="* 0666 root sys"
  43 file path=kernel/drv/$(ARCH64)/vioblk group=sys
  44 license lic_CDDL license=lic_CDDL