From owner-cvs-all@FreeBSD.ORG Fri Nov 4 03:31:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4777916A41F; Fri, 4 Nov 2005 03:31:24 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAF2F43D45; Fri, 4 Nov 2005 03:31:23 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jA43VNWN059260; Fri, 4 Nov 2005 03:31:23 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jA43VN7P059259; Fri, 4 Nov 2005 03:31:23 GMT (envelope-from marcel) Message-Id: <200511040331.jA43VN7P059259@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 4 Nov 2005 03:31:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 03:31:24 -0000 marcel 2005-11-04 03:31:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/fxp if_fxp.c Log: MFC rev. 1.246: 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. Revision Changes Path 1.240.2.6 +9 -3 src/sys/dev/fxp/if_fxp.c