Current Path : /sys/dev/vxge/vxgehal/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //sys/dev/vxge/vxgehal/vxgehal.h |
/*- * Copyright(c) 2002-2011 Exar Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification are permitted provided the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * 3. Neither the name of the Exar Corporation nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ /*$FreeBSD: release/9.1.0/sys/dev/vxge/vxgehal/vxgehal.h 221167 2011-04-28 14:33:15Z gnn $*/ #ifndef VXGE_HAL_H #define VXGE_HAL_H #include <dev/vxge/include/vxgehal-ll.h> #include <dev/vxge/vxgehal/vxgehal-debug.h> #include <dev/vxge/vxgehal/vxgehal-regdefs.h> #include <dev/vxge/vxgehal/vxgehal-legacy-reg.h> #include <dev/vxge/vxgehal/vxgehal-toc-reg.h> #include <dev/vxge/vxgehal/vxgehal-common-reg.h> #include <dev/vxge/vxgehal/vxgehal-memrepair-reg.h> #include <dev/vxge/vxgehal/vxgehal-pcicfgmgmt-reg.h> #include <dev/vxge/vxgehal/vxgehal-mrpcim-reg.h> #include <dev/vxge/vxgehal/vxgehal-srpcim-reg.h> #include <dev/vxge/vxgehal/vxgehal-vpmgmt-reg.h> #include <dev/vxge/vxgehal/vxgehal-vpath-reg.h> #include <dev/vxge/vxgehal/vxgehal-regs.h> #include <dev/vxge/vxgehal/vxgehal-config-priv.h> #include <dev/vxge/vxgehal/vxgehal-swapper.h> #include <dev/vxge/vxgehal/vxgehal-mm.h> #include <dev/vxge/vxgehal/vxgehal-blockpool.h> #include <dev/vxge/vxgehal/vxgehal-doorbells.h> #include <dev/vxge/vxgehal/vxgehal-virtualpath.h> #include <dev/vxge/vxgehal/vxgehal-device.h> #include <dev/vxge/vxgehal/vxgehal-channel.h> #include <dev/vxge/vxgehal/vxgehal-srpcim.h> #include <dev/vxge/vxgehal/vxgehal-mrpcim.h> #include <dev/vxge/vxgehal/vxgehal-driver.h> #include <dev/vxge/vxgehal/vxgehal-ring.h> #include <dev/vxge/vxgehal/vxgehal-fifo.h> #include <dev/vxge/vxgehal/vxgehal-ifmsg.h> #endif /* VXGE_HAL_H */