Deleted Added
full compact
if_edreg.h (80159) if_edreg.h (121118)
1/*
2 * Copyright (C) 1993, David Greenman. This software may be used, modified,
3 * copied, distributed, and sold, in both source and binary form provided
4 * that the above copyright and these terms are retained. Under no
5 * circumstances is the author responsible for the proper functioning
6 * of this software, nor does the author assume any responsibility
7 * for damages incurred with its use.
8 *
1/*
2 * Copyright (C) 1993, David Greenman. This software may be used, modified,
3 * copied, distributed, and sold, in both source and binary form provided
4 * that the above copyright and these terms are retained. Under no
5 * circumstances is the author responsible for the proper functioning
6 * of this software, nor does the author assume any responsibility
7 * for damages incurred with its use.
8 *
9 * $FreeBSD: head/sys/dev/ed/if_edreg.h 80159 2001-07-22 18:58:44Z iedowse $
9 * $FreeBSD: head/sys/dev/ed/if_edreg.h 121118 2003-10-15 17:22:15Z shiba $
10 */
11/*
12 * National Semiconductor DS8390 NIC register definitions
13 *
14 *
15 * Modification history
16 *
17 * Revision 2.2 1993/11/29 16:33:39 davidg

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

573 * Vendor types
574 */
575#define ED_VENDOR_WD_SMC 0x00 /* Western Digital/SMC */
576#define ED_VENDOR_3COM 0x01 /* 3Com */
577#define ED_VENDOR_NOVELL 0x02 /* Novell */
578#define ED_VENDOR_PCCARD 0x03 /* PCMCIA/PCCARD */
579#define ED_VENDOR_HP 0x04 /* Hewlett Packard */
580#define ED_VENDOR_LINKSYS 0x05 /* Linksys (Dlink) */
10 */
11/*
12 * National Semiconductor DS8390 NIC register definitions
13 *
14 *
15 * Modification history
16 *
17 * Revision 2.2 1993/11/29 16:33:39 davidg

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

573 * Vendor types
574 */
575#define ED_VENDOR_WD_SMC 0x00 /* Western Digital/SMC */
576#define ED_VENDOR_3COM 0x01 /* 3Com */
577#define ED_VENDOR_NOVELL 0x02 /* Novell */
578#define ED_VENDOR_PCCARD 0x03 /* PCMCIA/PCCARD */
579#define ED_VENDOR_HP 0x04 /* Hewlett Packard */
580#define ED_VENDOR_LINKSYS 0x05 /* Linksys (Dlink) */
581#define ED_VENDOR_SIC 0x06 /* Allied-Telesis SIC */
581
582/*
583 * Compile-time config flags
584 */
585/*
586 * this sets the default for enabling/disabling the transceiver
587 */
588#define ED_FLAGS_DISABLE_TRANCEIVER 0x0001

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

1096
1097/*
1098 * Card types.
1099 */
1100
1101#define ED_TYPE_HP_PCLANPLUS 0x00
1102
1103/*
582
583/*
584 * Compile-time config flags
585 */
586/*
587 * this sets the default for enabling/disabling the transceiver
588 */
589#define ED_FLAGS_DISABLE_TRANCEIVER 0x0001

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

1097
1098/*
1099 * Card types.
1100 */
1101
1102#define ED_TYPE_HP_PCLANPLUS 0x00
1103
1104/*
1105 * Definitions for Allied-Telesis SIC
1106 */
1107#define ED_SIC_NIC_OFFSET 0
1108#define ED_SIC_ASIC_OFFSET 0x10 /* offset to nic i/o regs */
1109
1110#define ED_SIC_IO_PORTS 17 /* # of i/o addresses used */
1111
1112/*
1104 * Chip types.
1105 */
1106
1107#define ED_CHIP_TYPE_DP8390 0x00
1108#define ED_CHIP_TYPE_WD790 0x01
1109#define ED_CHIP_TYPE_AX88190 0x02
1110
1111/*

--- 34 unchanged lines hidden ---
1113 * Chip types.
1114 */
1115
1116#define ED_CHIP_TYPE_DP8390 0x00
1117#define ED_CHIP_TYPE_WD790 0x01
1118#define ED_CHIP_TYPE_AX88190 0x02
1119
1120/*

--- 34 unchanged lines hidden ---