Timur Tabi <[EMAIL PROTECTED]> :
[...]
> Update: I can ping anything on my subnet, but nothing else.  Also, it looks 
> like my MAC address is hosed:
[...]
> It turns out that the driver is getting the MAC address from the ID table:
> 
>       if(((u16 *) db->srom)[0] == 0xffff || ((u16 *) db->srom)[0] == 0) /* 
>       SROM absent, so read MAC address from ID Table */
>       {
> 
> 
> In my case, the address that is returned is all zeros.  I don't know 
> anything about the ULI 526x hardware.  Is it possible that there's a 
> missing EEPROM on my board that's supposed to hold the MAC address?  Are 
> these registers user-writable?

You previously said that the tulip driver + reverted change works with
your card (TULIP_MMIO was not set, right ?). I guess it did correctly set
the HW address, did it not ?

-- 
Ueimor
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to