summaryrefslogtreecommitdiffstats
path: root/drivers/net/ioc3-eth.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-15 01:07:01 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-15 01:07:01 +0000
commit2d27b87f56bedbd55a38572c517202366f6986b8 (patch)
treedb0bbfaa407c8debd1708d348ebfc8b70a063c4d /drivers/net/ioc3-eth.c
parente4c298ccfe19f7ab4e532804ae994eb4a220d9b1 (diff)
Remove debugging hack which was setting the lowest octet of the
Ethernet address to 0x42 in order to make the Linux Ethernet address different from the IRIX one.
Diffstat (limited to 'drivers/net/ioc3-eth.c')
-rw-r--r--drivers/net/ioc3-eth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ioc3-eth.c b/drivers/net/ioc3-eth.c
index 6d4585b71..ec1f4ec8b 100644
--- a/drivers/net/ioc3-eth.c
+++ b/drivers/net/ioc3-eth.c
@@ -263,7 +263,6 @@ static void ioc3_get_eaddr(struct net_device *dev, struct ioc3 *ioc3)
for (i = 13; i >= 0; i--)
nic[i] = nic_read_byte(ioc3);
-nic[7] = 0x42;
printk("Ethernet address is ");
for (i = 2; i < 8; i++) {