PERFORCE change 221799 for review

Bjoern A. Zeeb bz at FreeBSD.org
Wed Feb 6 16:22:05 UTC 2013


http://p4web.freebsd.org/@@221799?ac=10

Change 221799 by bz at 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 \


More information about the p4-projects mailing list