Deleted Added
full compact
if_fereg.h (8027) if_fereg.h (13765)
1/*
2 * All Rights Reserved, Copyright (C) Fujitsu Limited 1995
3 *
4 * This software may be used, modified, copied, distributed, and sold,
5 * in both source and binary form provided that the above copyright,
6 * these terms and the following disclaimer are retained. The name of
7 * the author and/or the contributor may not be used to endorse or
8 * promote products derived from this software without specific prior

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

30
31/*
32 * Registers on FMV-180 series' ISA bus interface ASIC.
33 * I'm not sure the following register names are appropriate.
34 * Doesn't it look silly, eh? FIXME.
35 */
36
37#define FE_FMV0 16 /* Hardware status. */
1/*
2 * All Rights Reserved, Copyright (C) Fujitsu Limited 1995
3 *
4 * This software may be used, modified, copied, distributed, and sold,
5 * in both source and binary form provided that the above copyright,
6 * these terms and the following disclaimer are retained. The name of
7 * the author and/or the contributor may not be used to endorse or
8 * promote products derived from this software without specific prior

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

30
31/*
32 * Registers on FMV-180 series' ISA bus interface ASIC.
33 * I'm not sure the following register names are appropriate.
34 * Doesn't it look silly, eh? FIXME.
35 */
36
37#define FE_FMV0 16 /* Hardware status. */
38#define FE_FMV1 17 /* Hardrare type? Always 0 */
38#define FE_FMV1 17 /* Hardware type? Always 0 */
39#define FE_FMV2 18 /* Hardware configuration. */
40#define FE_FMV3 19 /* Hardware enable. */
41#define FE_FMV4 20 /* Station address #1 */
42#define FE_FMV5 21 /* Station address #2 */
43#define FE_FMV6 22 /* Station address #3 */
44#define FE_FMV7 23 /* Station address #4 */
45#define FE_FMV8 24 /* Station address #5 */
46#define FE_FMV9 25 /* Station address #6 */

--- 60 unchanged lines hidden ---
39#define FE_FMV2 18 /* Hardware configuration. */
40#define FE_FMV3 19 /* Hardware enable. */
41#define FE_FMV4 20 /* Station address #1 */
42#define FE_FMV5 21 /* Station address #2 */
43#define FE_FMV6 22 /* Station address #3 */
44#define FE_FMV7 23 /* Station address #4 */
45#define FE_FMV8 24 /* Station address #5 */
46#define FE_FMV9 25 /* Station address #6 */

--- 60 unchanged lines hidden ---