Deleted Added
full compact
ipsreg.h (154005) ipsreg.h (163024)
1/*-
2 * Copyright (c) 2002 Adaptec Inc.
3 * All rights reserved.
4 *
5 * Written by: David Jeffery
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

20 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
1/*-
2 * Copyright (c) 2002 Adaptec Inc.
3 * All rights reserved.
4 *
5 * Written by: David Jeffery
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

20 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * $FreeBSD: head/sys/dev/ips/ipsreg.h 154005 2006-01-03 23:03:15Z scottl $
28 * $FreeBSD: head/sys/dev/ips/ipsreg.h 163024 2006-10-05 07:28:43Z maxim $
29 */
30
31#include <sys/param.h>
32
33/*
34 * IPS CONSTANTS
35 */
36#define IPS_VENDOR_ID 0x1014

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

172#define IPS_ADAPTER_MORPHEUS 0x08
173#define IPS_ADAPTER_MORPHEUSLITE 0x09
174#define IPS_ADAPTER_NEO 0x0A
175#define IPS_ADAPTER_NEOLITE 0x0B
176#define IPS_ADAPTER_SARASOTA2 0x0C
177#define IPS_ADAPTER_SARASOTA1 0x0D
178#define IPS_ADAPTER_MARCO 0x0E
179#define IPS_ADAPTER_SEBRING 0x0F
29 */
30
31#include <sys/param.h>
32
33/*
34 * IPS CONSTANTS
35 */
36#define IPS_VENDOR_ID 0x1014

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

172#define IPS_ADAPTER_MORPHEUS 0x08
173#define IPS_ADAPTER_MORPHEUSLITE 0x09
174#define IPS_ADAPTER_NEO 0x0A
175#define IPS_ADAPTER_NEOLITE 0x0B
176#define IPS_ADAPTER_SARASOTA2 0x0C
177#define IPS_ADAPTER_SARASOTA1 0x0D
178#define IPS_ADAPTER_MARCO 0x0E
179#define IPS_ADAPTER_SEBRING 0x0F
180#define IPS_ADAPTER_MAX_T IPS_ADAPTER_SEBRING
180#define IPS_ADAPTER_7T 0x10
181#define IPS_ADAPTER_7K 0x11
182#define IPS_ADAPTER_7M 0x12
183#define IPS_ADAPTER_MAX_T IPS_ADAPTER_7M
181
182/* values for ffdc_settime (from gmtime) */
183#define IPS_SECSPERMIN 60
184#define IPS_MINSPERHOUR 60
185#define IPS_HOURSPERDAY 24
186#define IPS_DAYSPERWEEK 7
187#define IPS_DAYSPERNYEAR 365
188#define IPS_DAYSPERLYEAR 366

--- 220 unchanged lines hidden ---
184
185/* values for ffdc_settime (from gmtime) */
186#define IPS_SECSPERMIN 60
187#define IPS_MINSPERHOUR 60
188#define IPS_HOURSPERDAY 24
189#define IPS_DAYSPERWEEK 7
190#define IPS_DAYSPERNYEAR 365
191#define IPS_DAYSPERLYEAR 366

--- 220 unchanged lines hidden ---