Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: thorpej
Date: Sun Oct 12 23:41:09 UTC 2025
Modified Files:
src/sys/net: Makefile if_ethersubr.c
Added Files:
src/sys/net: ether_calls ether_calls.h
Log Message:
Some platforms have rules for retrieving the MAC address for an interface
beyond what properties exist. For example, a local address maybe be
present in a device tree property, but a system-wide property may indicate
that it should not be used (in favor of e.g. a singular system MAC addres -
LOOKIN' AT YOU, SUNW!).
So, the ether-get-mac-address device call is introduced to handle this
situation. Consult it before the standard properites, and if it succeeds,
use its result.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/net/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/net/ether_calls src/sys/net/ether_calls.h
cvs rdiff -u -r1.332 -r1.333 src/sys/net/if_ethersubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index