Print this page
NEX-3168 sasinfo does not know about 12gb sas
Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>

*** 218,227 **** --- 218,228 ---- /* The phy is attached to a Port Selector (see SATA-2.6). */ #define HBA_SASSTATE_SATAPORTSEL 0x04 #define HBA_SASSPEED_1_5GBIT 0x08 /* 1.5 GBit/sec */ #define HBA_SASSPEED_3GBIT 0x09 /* 3 GBit/sec */ #define HBA_SASSPEED_6GBIT 0x0a /* 6 GBit/sec */ + #define HBA_SASSPEED_12GBIT 0x0b /* 12 GBit/sec */ /* SM-HBA 6.5.5 SAS Phy Attribute */ typedef struct SMHBA_SAS_Phy { HBA_UINT8 PhyIdentifier; HBA_SASPHYSPEED NegotiatedLinkRate;