cvs commit: src/sys/boot/arm/at91/libat91 emac_init.c
Warner Losh
imp at FreeBSD.org
Thu Oct 25 00:05:39 PDT 2007
imp 2007-10-25 07:05:38 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/libat91 emac_init.c
Log:
Load the bytes into the EMAC's MAC address register in the proper
order. The kernel used to shuffle them around to get things right,
but that was recently fixed. This makes our boot loader match the
behavior of most other boot loaders for the atmel parts. This bug was
inherited from the Kwikbyte loader that we started from.
This bug was discovered by Bj.ANvrn KNvnig back in June, but fell on the
floor. He provided patches to the kernel, include backwards
compatibility options that were similar to Olivier's if_ate.c commit.
Revision Changes Path
1.5 +2 -2 src/sys/boot/arm/at91/libat91/emac_init.c
More information about the cvs-src
mailing list