From 5cea73b0f7d4d49e276b0c4842465890d00de861 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Wed, 23 Jan 2008 13:56:19 -0600 Subject: pasemi_mac: Add support for changing mac address Straightforward. It used to be hardcoded and impossible to override with ifconfig. Signed-off-by: Olof Johansson Signed-off-by: Jeff Garzik Signed-off-by: David S. Miller --- drivers/net/pasemi_mac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/net/pasemi_mac.h') diff --git a/drivers/net/pasemi_mac.h b/drivers/net/pasemi_mac.h index 8bee2a664c83..39d325940a76 100644 --- a/drivers/net/pasemi_mac.h +++ b/drivers/net/pasemi_mac.h @@ -96,6 +96,8 @@ struct pasemi_mac_buffer { /* MAC CFG register offsets */ enum { PAS_MAC_CFG_PCFG = 0x80, + PAS_MAC_CFG_ADR0 = 0x8c, + PAS_MAC_CFG_ADR1 = 0x90, PAS_MAC_CFG_TXP = 0x98, PAS_MAC_IPC_CHNL = 0x208, }; -- cgit v1.2.3-59-g8ed1b