Deleted Added
full compact
kb920x_board.c (164134) kb920x_board.c (164135)
1/*-
2 * Copyright (c) 2006 M. Warner Losh. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 10 unchanged lines hidden (view full) ---

19 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 *
24 */
25
26#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2006 M. Warner Losh. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 10 unchanged lines hidden (view full) ---

19 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 *
24 */
25
26#include <sys/cdefs.h>
27__FBSDID("$FreeBSD: head/sys/boot/arm/at91/boot2/kb920x_board.c 164134 2006-11-09 20:07:26Z imp $");
27__FBSDID("$FreeBSD: head/sys/boot/arm/at91/boot2/kb920x_board.c 164135 2006-11-09 20:08:46Z imp $");
28
29#include <sys/param.h>
30
31#include "emac.h"
32#include "lib.h"
28
29#include <sys/param.h>
30
31#include "emac.h"
32#include "lib.h"
33#include "board.h.h"
33#include "board.h"
34
35extern unsigned char mac[];
36
37static void
38MacFromEE()
39{
40 uint32_t sig;
41 sig = 0;

--- 19 unchanged lines hidden ---
34
35extern unsigned char mac[];
36
37static void
38MacFromEE()
39{
40 uint32_t sig;
41 sig = 0;

--- 19 unchanged lines hidden ---