Skip to content

Commit

Permalink
6654878 nxge driver setup for xaui copper (fix cstyle)
Browse files Browse the repository at this point in the history
  • Loading branch information
yc148097 committed Jun 10, 2008
1 parent bae9e67 commit c6e5ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion usr/src/uts/common/io/nxge/nxge_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6525,7 +6525,7 @@ nxge_uninit_common_dev(p_nxge_t nxgep)
p_dma_cfgp = (p_nxge_dma_pt_cfg_t)&nxgep->pt_config;
p_cfgp = (p_nxge_hw_pt_cfg_t)&p_dma_cfgp->hw_config;
(void) nxge_fzc_rdc_tbl_unbind(nxgep,
p_cfgp->def_mac_rxdma_grpid);
p_cfgp->def_mac_rxdma_grpid);

if (hw_p->ndevs) {
hw_p->ndevs--;
Expand Down
2 changes: 1 addition & 1 deletion usr/src/uts/common/io/nxge/nxge_ndd.c
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ nxge_param_get_port_mode(p_nxge_t nxgep, queue_t *q, p_mblk_t mp, caddr_t cp)
nxgep->hot_swappable_phy ? "[Hot Swappable]" : "");
break;
case PORT_1G_TN1010:
(void) mi_mpprintf(mp, "Port mode for nxge%d:"
(void) mi_mpprintf(mp, "Port mode for nxge%d:"
" 1G Copper with TN1010 %s\n", nxgep->instance,
nxgep->hot_swappable_phy ? "[Hot Swappable]" : "");
break;
Expand Down

0 comments on commit c6e5ef5

Please sign in to comment.