Deleted Added
full compact
mpi_ioc.h (224761) mpi_ioc.h (233425)
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_ioc.h 224761 2011-08-10 19:05:22Z marius $ */
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_ioc.h 233425 2012-03-24 16:23:21Z marius $ */
2/*-
2/*-
3 * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors.
3 * Copyright (c) 2000-2010, LSI Logic Corporation and its contributors.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce at minimum a disclaimer

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

863#define MPI_EVENT_SAS_PLS_LR_PREVIOUS_MASK (0x0F)
864#define MPI_EVENT_SAS_PLS_LR_PREVIOUS_SHIFT (0)
865#define MPI_EVENT_SAS_PLS_LR_RATE_UNKNOWN (0x00)
866#define MPI_EVENT_SAS_PLS_LR_RATE_PHY_DISABLED (0x01)
867#define MPI_EVENT_SAS_PLS_LR_RATE_FAILED_SPEED_NEGOTIATION (0x02)
868#define MPI_EVENT_SAS_PLS_LR_RATE_SATA_OOB_COMPLETE (0x03)
869#define MPI_EVENT_SAS_PLS_LR_RATE_1_5 (0x08)
870#define MPI_EVENT_SAS_PLS_LR_RATE_3_0 (0x09)
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce at minimum a disclaimer

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

863#define MPI_EVENT_SAS_PLS_LR_PREVIOUS_MASK (0x0F)
864#define MPI_EVENT_SAS_PLS_LR_PREVIOUS_SHIFT (0)
865#define MPI_EVENT_SAS_PLS_LR_RATE_UNKNOWN (0x00)
866#define MPI_EVENT_SAS_PLS_LR_RATE_PHY_DISABLED (0x01)
867#define MPI_EVENT_SAS_PLS_LR_RATE_FAILED_SPEED_NEGOTIATION (0x02)
868#define MPI_EVENT_SAS_PLS_LR_RATE_SATA_OOB_COMPLETE (0x03)
869#define MPI_EVENT_SAS_PLS_LR_RATE_1_5 (0x08)
870#define MPI_EVENT_SAS_PLS_LR_RATE_3_0 (0x09)
871#define MPI_EVENT_SAS_PLS_LR_RATE_6_0 (0x0A)
871
872/* SAS Discovery Event data */
873
874typedef struct _EVENT_DATA_SAS_DISCOVERY
875{
876 U32 DiscoveryStatus; /* 00h */
877 U32 Reserved1; /* 04h */
878} EVENT_DATA_SAS_DISCOVERY, MPI_POINTER PTR_EVENT_DATA_SAS_DISCOVERY,

--- 355 unchanged lines hidden ---
872
873/* SAS Discovery Event data */
874
875typedef struct _EVENT_DATA_SAS_DISCOVERY
876{
877 U32 DiscoveryStatus; /* 00h */
878 U32 Reserved1; /* 04h */
879} EVENT_DATA_SAS_DISCOVERY, MPI_POINTER PTR_EVENT_DATA_SAS_DISCOVERY,

--- 355 unchanged lines hidden ---