Deleted Added
full compact
dc21040reg.h (34317) dc21040reg.h (36945)
1/* $NetBSD: dc21040reg.h,v 1.14 1998/02/27 13:17:25 mycroft Exp $ */
2/* $Id: dc21040reg.h,v 1.2 1997/10/18 18:17:45 peter Exp $ */
1/* $NetBSD: dc21040reg.h,v 1.15 1998/05/22 18:50:59 matt Exp $ */
2/* $Id: dc21040reg.h,v 1.3 1998/03/08 16:53:50 peter Exp $ */
3
4/*-
5 * Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com>
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

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

207
208/*
209 * 21040 SIA definitions
210 */
211#define TULIP_21040_PROBE_10BASET_TIMEOUT 2500
212#define TULIP_21040_PROBE_AUIBNC_TIMEOUT 300
213#define TULIP_21040_PROBE_EXTSIA_TIMEOUT 300
214
3
4/*-
5 * Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com>
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

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

207
208/*
209 * 21040 SIA definitions
210 */
211#define TULIP_21040_PROBE_10BASET_TIMEOUT 2500
212#define TULIP_21040_PROBE_AUIBNC_TIMEOUT 300
213#define TULIP_21040_PROBE_EXTSIA_TIMEOUT 300
214
215#define TULIP_21040_SIACONN_10BASET 0x00008F01L
215#define TULIP_21040_SIACONN_10BASET 0x0000EF01L
216#define TULIP_21040_SIATXRX_10BASET 0x0000FFFFL
217#define TULIP_21040_SIAGEN_10BASET 0x00000000L
218
216#define TULIP_21040_SIATXRX_10BASET 0x0000FFFFL
217#define TULIP_21040_SIAGEN_10BASET 0x00000000L
218
219#define TULIP_21040_SIACONN_10BASET_FD 0x00008F01L
219#define TULIP_21040_SIACONN_10BASET_FD 0x0000EF01L
220#define TULIP_21040_SIATXRX_10BASET_FD 0x0000FFFDL
221#define TULIP_21040_SIAGEN_10BASET_FD 0x00000000L
222
220#define TULIP_21040_SIATXRX_10BASET_FD 0x0000FFFDL
221#define TULIP_21040_SIAGEN_10BASET_FD 0x00000000L
222
223#define TULIP_21040_SIACONN_AUIBNC 0x00008F09L
223#define TULIP_21040_SIACONN_AUIBNC 0x0000EF09L
224#define TULIP_21040_SIATXRX_AUIBNC 0x00000705L
225#define TULIP_21040_SIAGEN_AUIBNC 0x00000006L
226
227#define TULIP_21040_SIACONN_EXTSIA 0x00003041L
228#define TULIP_21040_SIATXRX_EXTSIA 0x00000000L
229#define TULIP_21040_SIAGEN_EXTSIA 0x00000006L
230
231/*

--- 377 unchanged lines hidden ---
224#define TULIP_21040_SIATXRX_AUIBNC 0x00000705L
225#define TULIP_21040_SIAGEN_AUIBNC 0x00000006L
226
227#define TULIP_21040_SIACONN_EXTSIA 0x00003041L
228#define TULIP_21040_SIATXRX_EXTSIA 0x00000000L
229#define TULIP_21040_SIAGEN_EXTSIA 0x00000006L
230
231/*

--- 377 unchanged lines hidden ---