[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
smc91111 MAC address question
- Date: Mon, 5 Oct 2009 14:44:10 -0400
- From: dufault at hda.com (Peter Dufault)
- Subject: smc91111 MAC address question
I've got the smc91111.c driver running with a PowerPC Phytec MPC5554,
and so far all is OK. I haven't done much yet, but dhcp is working
and I can ping it.
However, I had to hard-wire the MAC address in the
rtems_bsdnet_ifconfig structure. The only place that I see in the
driver that it tries to read it back is "#if 0"d out.
Is this because the other users of this driver are using U-boot or
something and the address is set up from that or am I overlooking
something?
Peter