PERFORCE change 132513 for review

Hans Petter Selasky hselasky at FreeBSD.org
Fri Jan 4 12:56:42 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=132513

Change 132513 by hselasky at hselasky_laptop001 on 2008/01/04 20:56:40

	
	Correct MAC address used by CDC ethernet.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_template_cdce.c#5 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_template_cdce.c#5 (text+ko) ====

@@ -52,7 +52,7 @@
   0x09, 0x04,				/* American English */
 
 #define	STRING_MAC \
-  '0', 0, '1', 0, '2', 0, '3', 0, \
+  '2', 0, 'A', 0, '2', 0, '3', 0, \
   '4', 0, '5', 0, '6', 0, '7', 0, \
   '8', 0, '9', 0, 'A', 0, 'B', 0,
 


More information about the p4-projects mailing list