From owner-cvs-all Thu Dec 7 15:30:54 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 15:30:52 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D9E937B400; Thu, 7 Dec 2000 15:30:52 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7NUqc16093; Thu, 7 Dec 2000 15:30:52 -0800 (PST) (envelope-from wpaul) Message-Id: <200012072330.eB7NUqc16093@freefall.freebsd.org> From: Bill Paul Date: Thu, 7 Dec 2000 15:30:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vx if_vx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/12/07 15:30:51 PST Modified files: sys/dev/vx if_vx.c Log: When I converted this driver, I neglected to deal with packet alignment. We must force payload alignment to a longword boundary to make the alpha happy. This should stop the driver from trapping on the alpha when the interface is ifconfig'ed (actually, when the first frame is received). Revision Changes Path 1.32 +18 -1 src/sys/dev/vx/if_vx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message