Skip to content

Commit

Permalink
cxgb3: use request_firmware() for the EDC registers setup
Browse files Browse the repository at this point in the history
use request_firmware() to load the phy's EDC programmation

Signed-off-by: Divy Le Ray <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Divy Le Ray authored and davem330 committed Jul 8, 2009
1 parent 5e65951 commit 2e8c07c
Show file tree
Hide file tree
Showing 9 changed files with 395 additions and 1,051 deletions.
2 changes: 2 additions & 0 deletions drivers/net/cxgb3/adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,6 @@ int t3_get_desc(const struct sge_qset *qs, unsigned int qnum, unsigned int idx,
unsigned char *data);
irqreturn_t t3_sge_intr_msix(int irq, void *cookie);

int t3_get_edc_fw(struct cphy *phy, int edc_idx, int size);

#endif /* __T3_ADAPTER_H__ */
Loading

0 comments on commit 2e8c07c

Please sign in to comment.