Skip to content

Commit

Permalink
S2IO: Fixes for reset and link handling.
Browse files Browse the repository at this point in the history
1. Fix for reset and link handling.
2. Allow for promiscuos mode and multicast state be maintained through
   ifconfig up and down.
3. Support to print adapter serial number.

Signed-off-by: Sivakumar Subramani <sivakumar.subramani@neterion.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Sivakumar Subramani authored and Jeff Garzik committed Feb 5, 2007
1 parent db874e6 commit 19a6052
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 160 deletions.
1 change: 1 addition & 0 deletions drivers/net/s2io-regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ typedef struct _XENA_dev_config {
u64 gpio_control;
#define GPIO_CTRL_GPIO_0 BIT(8)
u64 misc_control;
#define FAULT_BEHAVIOUR BIT(0)
#define EXT_REQ_EN BIT(1)
#define MISC_LINK_STABILITY_PRD(val) vBIT(val,29,3)

Expand Down
Loading

0 comments on commit 19a6052

Please sign in to comment.