diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-07 22:21:56 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-07 22:21:56 -0500 |
commit | 7677ced48e2bbbb8d847d34f37e5d96d2b0e41e4 (patch) | |
tree | 0a859f403c02eb854d9ffa11bd17f77056891d07 /drivers/net/macb.h | |
parent | 21d37bbc65e39a26856de6b14be371ff24e0d03f (diff) | |
parent | ac38dfc39e7684f55174742e5f0d6c5a0093bbf6 (diff) |
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: (116 commits)
sk98lin: planned removal
AT91: MACB support
sky2: version 1.12
sky2: add new chip ids
sky2: Yukon Extreme support
sky2: safer transmit timeout
sky2: TSO support for EC_U
sky2: use dev_err for error reports
sky2: add Wake On Lan support
fix unaligned exception in /drivers/net/wireless/orinoco.c
Remove unused kernel config option DLCI_COUNT
z85230: spinlock logic
mips: declance: Driver model for the PMAD-A
Spidernet: Rework RX linked list
NET: turn local_save_flags() + local_irq_disable() into local_irq_save()
NET-3c59x: turn local_save_flags() + local_irq_disable() into local_irq_save()
hp100: convert pci_module_init() to pci_register_driver()
NetXen: Added ethtool support for user level tools.
NetXen: Firmware crb init changes.
maintainers: add atl1 maintainers
...
Diffstat (limited to 'drivers/net/macb.h')
-rw-r--r-- | drivers/net/macb.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/net/macb.h b/drivers/net/macb.h index 27bf0ae0f0bb..b3bb2182edd1 100644 --- a/drivers/net/macb.h +++ b/drivers/net/macb.h | |||
@@ -200,7 +200,7 @@ | |||
200 | #define MACB_SOF_OFFSET 30 | 200 | #define MACB_SOF_OFFSET 30 |
201 | #define MACB_SOF_SIZE 2 | 201 | #define MACB_SOF_SIZE 2 |
202 | 202 | ||
203 | /* Bitfields in USRIO */ | 203 | /* Bitfields in USRIO (AVR32) */ |
204 | #define MACB_MII_OFFSET 0 | 204 | #define MACB_MII_OFFSET 0 |
205 | #define MACB_MII_SIZE 1 | 205 | #define MACB_MII_SIZE 1 |
206 | #define MACB_EAM_OFFSET 1 | 206 | #define MACB_EAM_OFFSET 1 |
@@ -210,6 +210,12 @@ | |||
210 | #define MACB_TX_PAUSE_ZERO_OFFSET 3 | 210 | #define MACB_TX_PAUSE_ZERO_OFFSET 3 |
211 | #define MACB_TX_PAUSE_ZERO_SIZE 1 | 211 | #define MACB_TX_PAUSE_ZERO_SIZE 1 |
212 | 212 | ||
213 | /* Bitfields in USRIO (AT91) */ | ||
214 | #define MACB_RMII_OFFSET 0 | ||
215 | #define MACB_RMII_SIZE 1 | ||
216 | #define MACB_CLKEN_OFFSET 1 | ||
217 | #define MACB_CLKEN_SIZE 1 | ||
218 | |||
213 | /* Bitfields in WOL */ | 219 | /* Bitfields in WOL */ |
214 | #define MACB_IP_OFFSET 0 | 220 | #define MACB_IP_OFFSET 0 |
215 | #define MACB_IP_SIZE 16 | 221 | #define MACB_IP_SIZE 16 |