Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2002 04:50:03 -0700 (PDT)
From:      Robert Drehmel <robert@ferrari-electronic.de>
To:        freebsd-alpha@FreeBSD.org
Subject:   Re: alpha/39560: unaligned access in wihap_input_data ( wi_hostap.c )
Message-ID:  <200206201150.g5KBo3K66982@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR alpha/39560; it has been noted by GNATS.

From: Robert Drehmel <robert@ferrari-electronic.de>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206201150.g5KBo3K66982>