Module Name: src Committed By: martin Date: Wed Aug 8 15:55:43 UTC 2012
Modified Files: src/sys/arch/hp300/stand/common [netbsd-6]: if_lereg.h Log Message: Pull up following revision(s) (requested by tsutsui in ticket #468): sys/arch/hp300/stand/common/if_lereg.h: revision 1.6 Remove '__attribute__((__packed__))' from structure definisions for Am7990 LANCE registers where no implicit padding is expected. gcc 4.5.3 seems to generate strange and wrong instructions (four moveb insns against u_short members) if packed attribute is specified in this case, then netboot fails immediately. Should be pulled up to netbsd-6. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.5.118.1 src/sys/arch/hp300/stand/common/if_lereg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.