Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224731
b: refs/heads/master
c: 1bacdbb
h: refs/heads/master
i:
  224729: 9d975cf
  224727: f61d0d4
v: v3
  • Loading branch information
Jon Mason authored and David S. Miller committed Dec 1, 2010
1 parent 6aaf185 commit 32724f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8afe7c8acd33bc52c56546e73e46e9d546269e2c
refs/heads/master: 1bacdbb341e8c92c58651f06727318c3d0c1c30e
11 changes: 0 additions & 11 deletions trunk/drivers/net/vxge/vxge-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3922,9 +3922,6 @@ static void __devinit vxge_print_parm(struct vxgedev *vdev, u64 vpath_mask)
vxge_debug_init(VXGE_TRACE,
"%s: MAC Address learning enabled", vdev->ndev->name);

vxge_debug_init(VXGE_TRACE,
"%s: Rx doorbell mode enabled", vdev->ndev->name);

for (i = 0; i < VXGE_HW_MAX_VIRTUAL_PATHS; i++) {
if (!vxge_bVALn(vpath_mask, i, 1))
continue;
Expand All @@ -3937,14 +3934,6 @@ static void __devinit vxge_print_parm(struct vxgedev *vdev, u64 vpath_mask)
((struct __vxge_hw_device *)(vdev->devh))->
config.vp_config[i].rpa_strip_vlan_tag
? "Enabled" : "Disabled");
vxge_debug_init(VXGE_TRACE,
"%s: Ring blocks : %d", vdev->ndev->name,
((struct __vxge_hw_device *)(vdev->devh))->
config.vp_config[i].ring.ring_blocks);
vxge_debug_init(VXGE_TRACE,
"%s: Fifo blocks : %d", vdev->ndev->name,
((struct __vxge_hw_device *)(vdev->devh))->
config.vp_config[i].fifo.fifo_blocks);
vxge_debug_ll_config(VXGE_TRACE,
"%s: Max frags : %d", vdev->ndev->name,
((struct __vxge_hw_device *)(vdev->devh))->
Expand Down

0 comments on commit 32724f0

Please sign in to comment.