Deleted Added
full compact
if_dcreg.h (113669) if_dcreg.h (114957)
1/*
2 * Copyright (c) 1997, 1998, 1999
3 * Bill Paul <wpaul@ee.columbia.edu>. 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

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

24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 *
1/*
2 * Copyright (c) 1997, 1998, 1999
3 * Bill Paul <wpaul@ee.columbia.edu>. 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

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

24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 *
32 * $FreeBSD: head/sys/dev/dc/if_dcreg.h 113669 2003-04-18 15:42:25Z sanpei $
32 * $FreeBSD: head/sys/dev/dc/if_dcreg.h 114957 2003-05-12 19:50:21Z mbr $
33 */
34
35/*
36 * 21143 and clone common register definitions.
37 */
38
39#define DC_BUSCTL 0x00 /* bus control */
40#define DC_TXSTART 0x08 /* tx start demand */

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

863
864/*
865 * ADMtek device IDs.
866 */
867#define DC_DEVICEID_AL981 0x0981
868#define DC_DEVICEID_AN985 0x0985
869
870/*
33 */
34
35/*
36 * 21143 and clone common register definitions.
37 */
38
39#define DC_BUSCTL 0x00 /* bus control */
40#define DC_TXSTART 0x08 /* tx start demand */

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

863
864/*
865 * ADMtek device IDs.
866 */
867#define DC_DEVICEID_AL981 0x0981
868#define DC_DEVICEID_AN985 0x0985
869
870/*
871 * 3COM PCI vendor ID
872 */
873#define DC_VENDORID_3COM 0x10b7
874
875/*
876 * 3COM OfficeConnect 10/100B (3CSOHO100B-TX)
877 */
878#define DC_DEVICEID_3CSOHOB 0x9300
879
880/*
871 * ASIX vendor ID.
872 */
873#define DC_VENDORID_ASIX 0x125B
874
875/*
876 * ASIX device IDs.
877 */
878#define DC_DEVICEID_AX88140A 0x1400

--- 295 unchanged lines hidden ---
881 * ASIX vendor ID.
882 */
883#define DC_VENDORID_ASIX 0x125B
884
885/*
886 * ASIX device IDs.
887 */
888#define DC_DEVICEID_AX88140A 0x1400

--- 295 unchanged lines hidden ---