Date: Wed, 21 Sep 2005 04:36:40 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c Message-ID: <200509210436.j8L4aefj011373@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2005-09-21 04:36:40 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: Fix an unaligned I/O memory access in the event that a SCB times out. The FXP_SCR_FLOWCONTROL registers is at offset 0x19, but 2 bytes wide. It cannot be read as a word without causing a panic on architectures that enforce strict alignment. MFC after: 3 days Revision Changes Path 1.246 +9 -3 src/sys/dev/fxp/if_fxp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509210436.j8L4aefj011373>