Date: Fri, 8 Oct 2010 20:48:09 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/sis if_sis.c Message-ID: <201010082048.o98KmSfY029777@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-10-08 20:48:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/sis if_sis.c Log: SVN rev 213624 on 2010-10-08 20:48:09Z by yongari MFC r212121,212156: r212121: Move sis_reset() to sis_initl(). This ensures driver starts with known good state of controller. r212156: Fix the last endianness issue on handling station address which prevented driver from working on big-endian machines. Also rewrite station address programming to make it work on strict-alignment architectures. With this change, sis(4) now works on sparc64 and performance number looks good even though sis(4) have to apply fixup code to align received frames on 2 bytes boundary on sparc64. Revision Changes Path 1.9.2.9 +19 -20 src/sys/dev/sis/if_sis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010082048.o98KmSfY029777>