Deleted Added
full compact
i2otypes.h (87826) i2otypes.h (96551)
1/****************************************************************
2 * Copyright (c) 1996-2000 Distributed Processing Technology Corporation
3 * Copyright (c) 2000 Adaptec Corporation.
4 * All rights reserved.
5 *
6 * Copyright 1999 I2O Special Interest Group (I2O SIG). All rights reserved.
7 * All rights reserved
8 *

--- 62 unchanged lines hidden (view full) ---

71 *
72 * The I2O SIG Web site can be found at: http://www.i2osig.org
73 *
74 * The I2O SIG encourages you to deposit derivative works based on this
75 * header file at the I2O SIG Web site. Furthermore, to become a Registered
76 * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352
77 * (United States).
78 *
1/****************************************************************
2 * Copyright (c) 1996-2000 Distributed Processing Technology Corporation
3 * Copyright (c) 2000 Adaptec Corporation.
4 * All rights reserved.
5 *
6 * Copyright 1999 I2O Special Interest Group (I2O SIG). All rights reserved.
7 * All rights reserved
8 *

--- 62 unchanged lines hidden (view full) ---

71 *
72 * The I2O SIG Web site can be found at: http://www.i2osig.org
73 *
74 * The I2O SIG encourages you to deposit derivative works based on this
75 * header file at the I2O SIG Web site. Furthermore, to become a Registered
76 * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352
77 * (United States).
78 *
79 * $FreeBSD: head/sys/dev/asr/i2otypes.h 87826 2001-12-13 23:48:34Z obrien $
79 * $FreeBSD: head/sys/dev/asr/i2otypes.h 96551 2002-05-14 00:53:08Z obrien $
80 *
81 ****************************************************************/
82
83#ifndef __INCi2otypesh
80 *
81 ****************************************************************/
82
83#ifndef __INCi2otypesh
84#define __INCi2otypesh
84#define __INCi2otypesh
85
85
86#define I2OTYPES_REV 1_5_4
86#define I2OTYPES_REV 1_5_4
87
88/* include architecture/compiler dependencies */
89
90#if ((defined(KERNEL) || defined(_KERNEL)) && defined(__FreeBSD__))
91# if (KERN_VERSION < 3)
92# include "i386/pci/i2odep.h"
93# else
94# include "dev/asr/i2odep.h"

--- 42 unchanged lines hidden ---
87
88/* include architecture/compiler dependencies */
89
90#if ((defined(KERNEL) || defined(_KERNEL)) && defined(__FreeBSD__))
91# if (KERN_VERSION < 3)
92# include "i386/pci/i2odep.h"
93# else
94# include "dev/asr/i2odep.h"

--- 42 unchanged lines hidden ---