diff options
author | Jing Huang <huangj@brocade.com> | 2010-07-08 22:45:56 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-27 13:04:04 -0400 |
commit | ed96932470e4ca3aab29518a748dc1162853b456 (patch) | |
tree | 7585615e2cd952edbbd7c1bec1e414c699656ff3 /drivers/scsi/bfa/bfa_lps.c | |
parent | 293f82d59ed8b6d61d242e40ee7a6a146fae5eaa (diff) |
[SCSI] bfa: enable basic PBC support
The patch includes the driver side changes to enable basic PBC (PreBoot
Configuration) feature.
- Data structure changes and new definitions for PBC.
- APIs to access PBC info.
- Remove unused code.
Signed-off-by: Jing Huang <huangj@brocade.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/bfa/bfa_lps.c')
-rw-r--r-- | drivers/scsi/bfa/bfa_lps.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/bfa/bfa_lps.c b/drivers/scsi/bfa/bfa_lps.c index ad06f6189092..acabb44f092f 100644 --- a/drivers/scsi/bfa/bfa_lps.c +++ b/drivers/scsi/bfa/bfa_lps.c | |||
@@ -41,7 +41,6 @@ static void bfa_lps_attach(struct bfa_s *bfa, void *bfad, | |||
41 | struct bfa_iocfc_cfg_s *cfg, | 41 | struct bfa_iocfc_cfg_s *cfg, |
42 | struct bfa_meminfo_s *meminfo, | 42 | struct bfa_meminfo_s *meminfo, |
43 | struct bfa_pcidev_s *pcidev); | 43 | struct bfa_pcidev_s *pcidev); |
44 | static void bfa_lps_initdone(struct bfa_s *bfa); | ||
45 | static void bfa_lps_detach(struct bfa_s *bfa); | 44 | static void bfa_lps_detach(struct bfa_s *bfa); |
46 | static void bfa_lps_start(struct bfa_s *bfa); | 45 | static void bfa_lps_start(struct bfa_s *bfa); |
47 | static void bfa_lps_stop(struct bfa_s *bfa); | 46 | static void bfa_lps_stop(struct bfa_s *bfa); |
@@ -347,11 +346,6 @@ bfa_lps_attach(struct bfa_s *bfa, void *bfad, struct bfa_iocfc_cfg_s *cfg, | |||
347 | } | 346 | } |
348 | 347 | ||
349 | static void | 348 | static void |
350 | bfa_lps_initdone(struct bfa_s *bfa) | ||
351 | { | ||
352 | } | ||
353 | |||
354 | static void | ||
355 | bfa_lps_detach(struct bfa_s *bfa) | 349 | bfa_lps_detach(struct bfa_s *bfa) |
356 | { | 350 | { |
357 | } | 351 | } |