12f001371SPeter Grehan# 22f001371SPeter Grehan# 32f001371SPeter Grehan# Redistribution and use in source and binary forms, with or without 42f001371SPeter Grehan# modification, are permitted provided that the following conditions 52f001371SPeter Grehan# are met: 62f001371SPeter Grehan# 1. Redistributions of source code must retain the above copyright 72f001371SPeter Grehan# notice, this list of conditions and the following disclaimer. 82f001371SPeter Grehan# 2. Redistributions in binary form must reproduce the above copyright 92f001371SPeter Grehan# notice, this list of conditions and the following disclaimer in the 102f001371SPeter Grehan# documentation and/or other materials provided with the distribution. 112f001371SPeter Grehan# 122f001371SPeter Grehan# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 132f001371SPeter Grehan# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 142f001371SPeter Grehan# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 152f001371SPeter Grehan# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 162f001371SPeter Grehan# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 172f001371SPeter Grehan# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 182f001371SPeter Grehan# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 192f001371SPeter Grehan# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 202f001371SPeter Grehan# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 212f001371SPeter Grehan# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 222f001371SPeter Grehan# SUCH DAMAGE. 232f001371SPeter Grehan# 242f001371SPeter Grehan 25*193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/virtio/scsi 262f001371SPeter Grehan 272f001371SPeter GrehanKMOD= virtio_scsi 282f001371SPeter GrehanSRCS= virtio_scsi.c 292f001371SPeter GrehanSRCS+= virtio_bus_if.h virtio_if.h 302f001371SPeter GrehanSRCS+= bus_if.h device_if.h opt_scsi.h opt_cam.h 312f001371SPeter Grehan 322f001371SPeter Grehan.include <bsd.kmod.mk> 33