From owner-freebsd-alpha Thu Jun 20 4:50:28 2002 Delivered-To: freebsd-alpha@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7640C37B417 for ; Thu, 20 Jun 2002 04:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KBo3K66982; Thu, 20 Jun 2002 04:50:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 20 Jun 2002 04:50:03 -0700 (PDT) Message-Id: <200206201150.g5KBo3K66982@freefall.freebsd.org> To: freebsd-alpha@FreeBSD.org Cc: From: Robert Drehmel Subject: Re: alpha/39560: unaligned access in wihap_input_data ( wi_hostap.c ) Reply-To: Robert Drehmel Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR alpha/39560; it has been noted by GNATS. From: Robert Drehmel To: freebsd-gnats-submit@FreeBSD.org, ajf@agitated.net Cc: Subject: Re: alpha/39560: unaligned access in wihap_input_data ( wi_hostap.c ) Date: Thu, 20 Jun 2002 13:32:12 +0200 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Andrew, can you please try a kernel built with the attached patch? Thanks, -robert --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="wi.diff" Index: src/sys/dev/wi/wi_hostap.c =================================================================== RCS file: /home/ncvs/src/sys/dev/wi/wi_hostap.c,v retrieving revision 1.14 diff -r1.14 wi_hostap.c 343a344,347 > #if defined(__alpha__) || defined(__sparc64__) > return (a[0] == b[0] && a[1] == b[1] && a[2] == b[2] && > a[3] == b[3] && a[4] == b[4] && a[5] == b[5]); > #else 345a350 > #endif --0F1p//8PRICkK4MW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message