Subject: PR/32583 CVS commit: [netbsd-3] src/sys/arch/mac68k
To: None <tsutsui@NetBSD.org, gnats-admin@netbsd.org,>
From: Geert Hendrickx <ghen@netbsd.org>
List: netbsd-bugs
Date: 09/16/2006 10:10:03
The following reply was made to PR port-mac68k/32583; it has been noted by GNATS.

From: Geert Hendrickx <ghen@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/32583 CVS commit: [netbsd-3] src/sys/arch/mac68k
Date: Sat, 16 Sep 2006 11:38:15 +0000 (UTC)

 Module Name:	src
 Committed By:	ghen
 Date:		Sat Sep 16 11:38:15 UTC 2006
 
 Modified Files:
 	src/sys/arch/mac68k/dev [netbsd-3]: if_ae.c
 	src/sys/arch/mac68k/include [netbsd-3]: bus.h
 
 Log Message:
 Pull up following revision(s) (requested by tsutsui in ticket #1512):
 	sys/arch/mac68k/include/bus.h: revision 1.25
 	sys/arch/mac68k/dev/if_ae.c: revision 1.78
 Apply patch from Scott Reynolds in PR port-mac68k/32583
 with some tweaks (add a comment and macro):
 Handle odd byte case correctly in (ETHER_MIN_LEN-ETHER_CRC_LEN) padding
 so that bus_space_set_region_2() won't be called with count==0.
 Apply patch in PR port-mac68k/33636 from Dave Huang (with wrapping long lines).
 i.e. args in macro should be wrapped with parentheses.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.76 -r1.76.8.1 src/sys/arch/mac68k/dev/if_ae.c
 cvs rdiff -r1.21 -r1.21.8.1 src/sys/arch/mac68k/include/bus.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.