summaryrefslogtreecommitdiffstats
path: root/drivers/net/de4x5.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-06-13 16:29:25 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-06-13 16:29:25 +0000
commitdb7d4daea91e105e3859cf461d7e53b9b77454b2 (patch)
tree9bb65b95440af09e8aca63abe56970dd3360cc57 /drivers/net/de4x5.h
parent9c1c01ead627bdda9211c9abd5b758d6c687d8ac (diff)
Merge with Linux 2.2.8.
Diffstat (limited to 'drivers/net/de4x5.h')
-rw-r--r--drivers/net/de4x5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/de4x5.h b/drivers/net/de4x5.h
index 6e5aeae0f..9e40adc74 100644
--- a/drivers/net/de4x5.h
+++ b/drivers/net/de4x5.h
@@ -1027,3 +1027,5 @@ struct de4x5_ioctl {
#define DE4X5_GET_REG 0x0e /* Get the DE4X5 Registers */
#define LinuxVersionCode(v, p, s) (((v)<<16)+((p)<<8)+(s))
+
+#define MOTO_SROM_BUG ((lp->active == 8) && (((le32_to_cpu(get_unaligned(((s32 *)dev->dev_addr))))&0x00ffffff)==0x3e0008))