Deleted Added
full compact
idprom.h (86558) idprom.h (139825)
1/*
1/*-
2 * Copyright (c) 1993 Adam Glass
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

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

25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 * SUCH DAMAGE.
30 *
31 * from: NetBSD: idprom.h,v 1.2 1998/09/05 23:57:26 eeh Exp
32 *
2 * Copyright (c) 1993 Adam Glass
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

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

25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 * SUCH DAMAGE.
30 *
31 * from: NetBSD: idprom.h,v 1.2 1998/09/05 23:57:26 eeh Exp
32 *
33 * $FreeBSD: head/sys/sparc64/include/idprom.h 86558 2001-11-18 20:50:11Z tmm $
33 * $FreeBSD: head/sys/sparc64/include/idprom.h 139825 2005-01-07 02:29:27Z imp $
34 */
35
36#ifndef _MACHINE_IDPROM_H_
37#define _MACHINE_IDPROM_H_
38
39/*
40 * ID prom format. The ``host id'' is set up by taking the machine
41 * ID as the top byte and the hostid field as the remaining three.

--- 22 unchanged lines hidden ---
34 */
35
36#ifndef _MACHINE_IDPROM_H_
37#define _MACHINE_IDPROM_H_
38
39/*
40 * ID prom format. The ``host id'' is set up by taking the machine
41 * ID as the top byte and the hostid field as the remaining three.

--- 22 unchanged lines hidden ---