Skip to content

Commit aba38c6

Browse files
olbohlenrmustacc
authored andcommitted
16459 want emlxs to support Oracle branded LP adapters
Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Hans Rosenfeld <[email protected]> Reviewed by: Peter Tribble <[email protected]> Approved by: Robert Mustacchi <[email protected]>
1 parent 4dfe747 commit aba38c6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c

-8
Original file line numberDiff line numberDiff line change
@@ -7198,14 +7198,6 @@ emlxs_hba_attach(dev_info_t *dip)
71987198
hba->model_info.model);
71997199
goto failed;
72007200
}
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 */
72097201

72107202
/* Check if adapter is not supported */
72117203
if (hba->model_info.flags & EMLXS_NOT_SUPPORTED) {

0 commit comments

Comments
 (0)