Date: Fri, 8 Jan 2010 02:39:53 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ste if_ste.c Message-ID: <201001080240.o082eGgt076090@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-01-08 02:39:53 UTC FreeBSD src repository Modified files: sys/dev/ste if_ste.c Log: SVN rev 201767 on 2010-01-08 02:39:53Z by yongari Fix EEPROM access code to return data in host byte order. EEPROM on ST201 always returns 16bits data with little endian format so conversion to host order is required. This change fixes inversed ethernet address on sparc64. Revision Changes Path 1.31 +7 -13 src/sys/dev/ste/if_ste.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001080240.o082eGgt076090>