Date: Wed, 6 Feb 2013 16:22:03 GMT From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 221799 for review Message-ID: <201302061622.r16GM346065750@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@221799?ac=10 Change 221799 by bz@bz_zenith on 2013/02/06 16:21:05 First cut on a tiny utility to update the flash for setting the Ethernet address. We only set the first one and make sure we have 4 bits for multiple addresses and aste(4) will just increment per device unit number. -l will list the current address in flash -u will do the automatic update given kenv from isf is set -s xx:xx:xx:xx:xx:xx will let you manually set anything and give warnings if it's not to our expectations. X-TODO: someone should write a man page Affected files ... .. //depot/projects/ctsrd/beribsd/src/ctsrd/Makefile#14 edit .. //depot/projects/ctsrd/beribsd/src/ctsrd/atsectl/Makefile#1 add .. //depot/projects/ctsrd/beribsd/src/ctsrd/atsectl/atsectl.c#1 add Differences ... ==== //depot/projects/ctsrd/beribsd/src/ctsrd/Makefile#14 (text+ko) ==== @@ -1,6 +1,7 @@ .include <bsd.own.mk> -SUBDIR= browser \ +SUBDIR= atsectl \ + browser \ cheripoint \ cycle_led \ flashit \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302061622.r16GM346065750>
