lpfc_hw.h (1de933f35b17622f977eff1630eb1f2c92e9450c) | lpfc_hw.h (e4adb20406385d1cc8fdb15e92ed7ac3d0ae41f6) |
---|---|
1/******************************************************************* 2 * This file is part of the Emulex Linux Device Driver for * 3 * Fibre Channel Host Bus Adapters. * 4 * Copyright (C) 2004-2005 Emulex. All rights reserved. * 5 * EMULEX and SLI are trademarks of Emulex. * 6 * www.emulex.com * 7 * * 8 * This program is free software; you can redistribute it and/or * --- 1013 unchanged lines hidden (view full) --- 1022#define FC_ELS_RSP 0x23 1023 1024/* network headers for Dfctl field */ 1025#define FC_NET_HDR 0x20 1026 1027/* Start FireFly Register definitions */ 1028#define PCI_VENDOR_ID_EMULEX 0x10df 1029#define PCI_DEVICE_ID_FIREFLY 0x1ae5 | 1/******************************************************************* 2 * This file is part of the Emulex Linux Device Driver for * 3 * Fibre Channel Host Bus Adapters. * 4 * Copyright (C) 2004-2005 Emulex. All rights reserved. * 5 * EMULEX and SLI are trademarks of Emulex. * 6 * www.emulex.com * 7 * * 8 * This program is free software; you can redistribute it and/or * --- 1013 unchanged lines hidden (view full) --- 1022#define FC_ELS_RSP 0x23 1023 1024/* network headers for Dfctl field */ 1025#define FC_NET_HDR 0x20 1026 1027/* Start FireFly Register definitions */ 1028#define PCI_VENDOR_ID_EMULEX 0x10df 1029#define PCI_DEVICE_ID_FIREFLY 0x1ae5 |
1030#define PCI_DEVICE_ID_SUPERFLY 0xf700 1031#define PCI_DEVICE_ID_DRAGONFLY 0xf800 | |
1032#define PCI_DEVICE_ID_RFLY 0xf095 1033#define PCI_DEVICE_ID_PFLY 0xf098 | 1030#define PCI_DEVICE_ID_RFLY 0xf095 1031#define PCI_DEVICE_ID_PFLY 0xf098 |
1032#define PCI_DEVICE_ID_LP101 0xf0a1 |
|
1034#define PCI_DEVICE_ID_TFLY 0xf0a5 | 1033#define PCI_DEVICE_ID_TFLY 0xf0a5 |
1034#define PCI_DEVICE_ID_BSMB 0xf0d1 1035#define PCI_DEVICE_ID_BMID 0xf0d5 1036#define PCI_DEVICE_ID_ZSMB 0xf0e1 1037#define PCI_DEVICE_ID_ZMID 0xf0e5 1038#define PCI_DEVICE_ID_NEPTUNE 0xf0f5 1039#define PCI_DEVICE_ID_NEPTUNE_SCSP 0xf0f6 1040#define PCI_DEVICE_ID_NEPTUNE_DCSP 0xf0f7 1041#define PCI_DEVICE_ID_SUPERFLY 0xf700 1042#define PCI_DEVICE_ID_DRAGONFLY 0xf800 |
|
1035#define PCI_DEVICE_ID_CENTAUR 0xf900 1036#define PCI_DEVICE_ID_PEGASUS 0xf980 1037#define PCI_DEVICE_ID_THOR 0xfa00 1038#define PCI_DEVICE_ID_VIPER 0xfb00 | 1043#define PCI_DEVICE_ID_CENTAUR 0xf900 1044#define PCI_DEVICE_ID_PEGASUS 0xf980 1045#define PCI_DEVICE_ID_THOR 0xfa00 1046#define PCI_DEVICE_ID_VIPER 0xfb00 |
1047#define PCI_DEVICE_ID_LP10000S 0xfc00 1048#define PCI_DEVICE_ID_LP11000S 0xfc10 1049#define PCI_DEVICE_ID_LPE11000S 0xfc20 |
|
1039#define PCI_DEVICE_ID_HELIOS 0xfd00 | 1050#define PCI_DEVICE_ID_HELIOS 0xfd00 |
1040#define PCI_DEVICE_ID_BMID 0xf0d5 1041#define PCI_DEVICE_ID_BSMB 0xf0d1 | 1051#define PCI_DEVICE_ID_HELIOS_SCSP 0xfd11 1052#define PCI_DEVICE_ID_HELIOS_DCSP 0xfd12 |
1042#define PCI_DEVICE_ID_ZEPHYR 0xfe00 | 1053#define PCI_DEVICE_ID_ZEPHYR 0xfe00 |
1043#define PCI_DEVICE_ID_ZMID 0xf0e5 1044#define PCI_DEVICE_ID_ZSMB 0xf0e1 1045#define PCI_DEVICE_ID_LP101 0xf0a1 1046#define PCI_DEVICE_ID_LP10000S 0xfc00 | 1054#define PCI_DEVICE_ID_ZEPHYR_SCSP 0xfe11 1055#define PCI_DEVICE_ID_ZEPHYR_DCSP 0xfe12 |
1047 1048#define JEDEC_ID_ADDRESS 0x0080001c 1049#define FIREFLY_JEDEC_ID 0x1ACC 1050#define SUPERFLY_JEDEC_ID 0x0020 1051#define DRAGONFLY_JEDEC_ID 0x0021 1052#define DRAGONFLY_V2_JEDEC_ID 0x0025 1053#define CENTAUR_2G_JEDEC_ID 0x0026 1054#define CENTAUR_1G_JEDEC_ID 0x0028 --- 1637 unchanged lines hidden --- | 1056 1057#define JEDEC_ID_ADDRESS 0x0080001c 1058#define FIREFLY_JEDEC_ID 0x1ACC 1059#define SUPERFLY_JEDEC_ID 0x0020 1060#define DRAGONFLY_JEDEC_ID 0x0021 1061#define DRAGONFLY_V2_JEDEC_ID 0x0025 1062#define CENTAUR_2G_JEDEC_ID 0x0026 1063#define CENTAUR_1G_JEDEC_ID 0x0028 --- 1637 unchanged lines hidden --- |