Print this page
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-1562
    1562 Integrate the virtio core module
    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>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/virtio/virtioreg.h
          +++ new/usr/src/uts/common/io/virtio/virtioreg.h
   1    1  /*
   2    2   * Copyright (c) 2010 Minoura Makoto.
   3      - * Copyright (c) 2012 Nexenta Systems, Inc.
   4      - * All rights reserved.
   5    3   *
   6    4   * Redistribution and use in source and binary forms, with or without
   7    5   * modification, are permitted provided that the following conditions
   8    6   * are met:
   9    7   * 1. Redistributions of source code must retain the above copyright
  10    8   *    notice, this list of conditions and the following disclaimer.
  11    9   * 2. Redistributions in binary form must reproduce the above copyright
  12   10   *    notice, this list of conditions and the following disclaimer in the
  13   11   *    documentation and/or other materials provided with the distribution.
  14   12   *
↓ open down ↓ 40 lines elided ↑ open up ↑
  55   53   * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL IBM OR CONTRIBUTORS BE LIABLE
  56   54   * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  57   55   * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  58   56   * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  59   57   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  60   58   * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  61   59   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  62   60   * SUCH DAMAGE.
  63   61   */
  64   62  
       63 +/*
       64 + * Copyright 2012 Nexenta Systems, Inc.  All rights reserved.
       65 + */
  65   66  
  66   67  #ifndef __VIRTIOREG_H__
  67   68  #define __VIRTIOREG_H__
  68   69  
  69   70  #include <sys/types.h>
  70   71  
  71   72  #define PCI_VENDOR_QUMRANET 0x1af4
  72   73  #define PCI_DEV_VIRTIO_MIN 0x1000
  73   74  #define PCI_DEV_VIRTIO_MAX 0x103f
  74   75  #define VIRTIO_PCI_ABI_VERSION 0
↓ open down ↓ 104 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX