Date: Sun, 29 Oct 2006 20:19:41 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c Message-ID: <200610292019.k9TKJgcn006258@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2006-10-29 20:19:41 UTC FreeBSD src repository Modified files: sys/pci if_sis.c Log: Wrap code optimized for architectures without alignment constraints in #ifdef __NO_STRICT_ALIGNMENT rather than #if defined(__i386__) || defined(__amd64__). Currently this change is cosmetic only though. While at it, fix a nearby style(9) bug and remove a no longer used header. Revision Changes Path 1.147 +5 -6 src/sys/pci/if_sis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610292019.k9TKJgcn006258>