cvs commit: src/sys/pci if_de.c

[ Available lists | Index of cvs-src | Month of Dec 2005 | Week of 22 Dec 2005 | Raw email | View thread | Wrap long lines | Reply ]
From
John Baldwin <jhb@FreeBSD.org>
Date
22 Dec 2005 16:18:24
Subject
cvs commit: src/sys/pci if_de.c
Message-ID
200512221618.jBMGINcr024071@repoman.freebsd.org


[ Hide this part ]
jhb         2005-12-22 16:18:23 UTC

FreeBSD src repository

Modified files:
sys/pci if_de.c
Log:
Use the copy of the card's MAC address saved in tulip_enaddr() in the softc
if we need a valid MAC address (for probing the media for example) before
ether_ifattach() has been called since IF_LLADDR() is NULL then.

Tested by: tisco

Revision Changes Path
1.178 +12 -3 src/sys/pci/if_de.c


Elapsed time: 0.061 seconds