Deleted Added
full compact
i2omsg.h (96554) i2omsg.h (96615)
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/i2omsg.h 96554 2002-05-14 01:09:03Z obrien $
79 * $FreeBSD: head/sys/dev/asr/i2omsg.h 96615 2002-05-14 21:59:10Z obrien $
80 *
81 ****************************************************************/
82
83/*********************************************************************
84 * I2OMsg.h -- I2O Message defintion file
85 *
86 * This file contains information presented in Chapter 3, 4 and 6 of
87 * the I2O(tm) Specification and most of the I2O Global defines and
88 * Typedefs.
89 **********************************************************************/
90
91#if !defined(I2O_MESSAGE_HDR)
80 *
81 ****************************************************************/
82
83/*********************************************************************
84 * I2OMsg.h -- I2O Message defintion file
85 *
86 * This file contains information presented in Chapter 3, 4 and 6 of
87 * the I2O(tm) Specification and most of the I2O Global defines and
88 * Typedefs.
89 **********************************************************************/
90
91#if !defined(I2O_MESSAGE_HDR)
92#define I2O_MESSAGE_HDR
92#define I2O_MESSAGE_HDR
93
93
94#define I2OMSG_REV 1_5_4 /* I2OMsg header file revision string */
94#define I2OMSG_REV 1_5_4 /* I2OMsg header file revision string */
95
96/*
97
98 NOTES:
99
100 Gets, reads, receives, etc. are all even numbered functions.
101 Sets, writes, sends, etc. are all odd numbered functions.
102 Functions that both send and receive data can be either but an attempt is

--- 1180 unchanged lines hidden ---
95
96/*
97
98 NOTES:
99
100 Gets, reads, receives, etc. are all even numbered functions.
101 Sets, writes, sends, etc. are all odd numbered functions.
102 Functions that both send and receive data can be either but an attempt is

--- 1180 unchanged lines hidden ---