We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfe747 commit aba38c6Copy full SHA for aba38c6
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
@@ -7198,14 +7198,6 @@ emlxs_hba_attach(dev_info_t *dip)
7198
hba->model_info.model);
7199
goto failed;
7200
}
7201
-#define FILTER_ORACLE_BRANDED
7202
-#ifdef FILTER_ORACLE_BRANDED
7203
-
7204
- /* Oracle branded adapters are not supported in this driver */
7205
- if (hba->model_info.flags & EMLXS_ORACLE_BRANDED) {
7206
- hba->model_info.flags |= EMLXS_NOT_SUPPORTED;
7207
- }
7208
-#endif /* FILTER_ORACLE_BRANDED */
7209
7210
/* Check if adapter is not supported */
7211
if (hba->model_info.flags & EMLXS_NOT_SUPPORTED) {
0 commit comments