Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/mpi3mr/mpi/mpi30_sas.h
/* | /* | ||||
* SPDX-License-Identifier: BSD-2-Clause | * SPDX-License-Identifier: BSD-2-Clause-FreeBSD | ||||
* | * | ||||
* Copyright (c) 2016-2023, Broadcom Inc. All rights reserved. | * Copyright (c) 2016-2024, Broadcom Inc. All rights reserved. | ||||
* Support: <fbsd-storage-driver.pdl@broadcom.com> | * Support: <fbsd-storage-driver.pdl@broadcom.com> | ||||
* | * | ||||
* Redistribution and use in source and binary forms, with or without | * Redistribution and use in source and binary forms, with or without | ||||
* modification, are permitted provided that the following conditions are | * modification, are permitted provided that the following conditions are | ||||
* met: | * met: | ||||
* | * | ||||
* 1. Redistributions of source code must retain the above copyright notice, | * 1. Redistributions of source code must retain the above copyright notice, | ||||
* this list of conditions and the following disclaimer. | * this list of conditions and the following disclaimer. | ||||
Show All 20 Lines | |||||
* those of the authors and should not be interpreted as representing | * those of the authors and should not be interpreted as representing | ||||
* official policies,either expressed or implied, of the FreeBSD Project. | * official policies,either expressed or implied, of the FreeBSD Project. | ||||
* | * | ||||
* Mail to: Broadcom Inc 1320 Ridder Park Dr, San Jose, CA 95131 | * Mail to: Broadcom Inc 1320 Ridder Park Dr, San Jose, CA 95131 | ||||
* | * | ||||
* Broadcom Inc. (Broadcom) MPI3MR Adapter FreeBSD | * Broadcom Inc. (Broadcom) MPI3MR Adapter FreeBSD | ||||
* | * | ||||
*/ | */ | ||||
#ifndef MPI30_SAS_H | #ifndef MPI30_SAS_H | ||||
#define MPI30_SAS_H 1 | #define MPI30_SAS_H 1 | ||||
/***************************************************************************** | /***************************************************************************** | ||||
* SAS Device Info Definitions * | * SAS Device Info Definitions * | ||||
****************************************************************************/ | ****************************************************************************/ | ||||
#define MPI3_SAS_DEVICE_INFO_SSP_TARGET (0x00000100) | #define MPI3_SAS_DEVICE_INFO_SSP_TARGET (0x00000100) | ||||
#define MPI3_SAS_DEVICE_INFO_STP_SATA_TARGET (0x00000080) | #define MPI3_SAS_DEVICE_INFO_STP_SATA_TARGET (0x00000080) | ||||
▲ Show 20 Lines • Show All 50 Lines • Show Last 20 Lines |