1b9655887SMatt Jacob#- 2b9655887SMatt Jacob# Copyright (c) 2009 by Matthew Jacob 3b9655887SMatt Jacob# All rights reserved. 4b9655887SMatt Jacob# 5b9655887SMatt Jacob# Redistribution and use in source and binary forms, with or without 6b9655887SMatt Jacob# modification, are permitted provided that the following conditions 7b9655887SMatt Jacob# are met: 8b9655887SMatt Jacob# 1. Redistributions of source code must retain the above copyright 9b9655887SMatt Jacob# notice immediately at the beginning of the file, without modification, 10b9655887SMatt Jacob# this list of conditions, and the following disclaimer. 11b9655887SMatt Jacob# 2. The name of the author may not be used to endorse or promote products 12b9655887SMatt Jacob# derived from this software without specific prior written permission. 13b9655887SMatt Jacob# 14b9655887SMatt Jacob# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 15b9655887SMatt Jacob# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16b9655887SMatt Jacob# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 17b9655887SMatt Jacob# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR 18b9655887SMatt Jacob# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19b9655887SMatt Jacob# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 20b9655887SMatt Jacob# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21b9655887SMatt Jacob# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22b9655887SMatt Jacob# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23b9655887SMatt Jacob# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24b9655887SMatt Jacob# SUCH DAMAGE. 25b9655887SMatt Jacob# 26b9655887SMatt Jacob 27b9655887SMatt Jacob 28*193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/ispfw 29b9655887SMatt Jacob 30b9655887SMatt JacobKMOD= isp_2500 31b9655887SMatt JacobSRCS= ispfw.c 32b9655887SMatt Jacob 33b9655887SMatt JacobCFLAGS += -DISP_2500 -DMODULE_NAME=\"${KMOD}\" 34b9655887SMatt Jacob 35b9655887SMatt Jacob.include <bsd.kmod.mk> 36