de8259fb61176c177db84a6010b18bb1ce0bbc43
[dragonfly.git] / sys / dev / netif / lnc / if_lnc.h
1 /*-
2  * Copyright (c) 1994-1998
3  *      Paul Richards.  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,
10  *    verbatim and that no modifications are made prior to this
11  *    point in the file.
12  * 2. Redistributions in binary form must reproduce the above copyright
13  *    notice, this list of conditions and the following disclaimer in the
14  *    documentation and/or other materials provided with the distribution.
15  * 3. All advertising materials mentioning features or use of this software
16  *    must display the following acknowledgement:
17  *      This product includes software developed by Paul Richards.
18  * 4. The name Paul Richards may not be used to endorse or promote products
19  *    derived from this software without specific prior written permission.
20  *
21  * THIS SOFTWARE IS PROVIDED BY PAUL RICHARDS ``AS IS'' AND
22  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24  * ARE DISCLAIMED.  IN NO EVENT SHALL PAUL RICHARDS BE LIABLE
25  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31  * SUCH DAMAGE.
32  *
33  * $FreeBSD: src/sys/i386/isa/if_lnc.h,v 1.14.2.1 2000/06/18 08:03:51 gj Exp $
34  * $DragonFly: src/sys/dev/netif/lnc/Attic/if_lnc.h,v 1.3 2005/09/01 00:18:24 swildner Exp $
35  */
36
37 #include <i386/isa/ic/Am7990.h>
38
39 /*
40  * Initialize multicast address hashing registers to accept
41  * all multicasts (only used when in promiscuous mode)
42  */
43 #define MULTI_INIT_ADDR 0xff
44
45 #define NORMAL 0
46
47 #define NRDRE 3
48 #define NTDRE 3
49 #define RECVBUFSIZE 1518        /* Packet size rounded to dword boundary */
50 #define TRANSBUFSIZE 1518
51 #define MBUF_CACHE_LIMIT 0
52
53 #define MEM_SLEW 8
54
55 /* LNC Flags */
56 #define LNC_INITIALISED 1
57 #define LNC_ALLMULTI 2
58
59 /* BICC port addresses */
60 #define BICC_IOSIZE    16
61 #define BICC_RDP     0x0c        /* Register Data Port */
62 #define BICC_RAP     0x0e        /* Register Address Port */
63
64 /* NE2100 port addresses */
65 #define NE2100_IOSIZE  24
66 #define PCNET_RDP    0x10        /* Register Data Port */
67 #define PCNET_RAP    0x12        /* Register Address Port */
68 #define PCNET_RESET  0x14
69 #define PCNET_BDP    0x16
70 #define PCNET_VSW    0x18
71
72 /* DEPCA port addresses */
73 #define DEPCA_IOSIZE   16
74 #define DEPCA_CTRL   0x00        /* NIC Control and status register */
75 #define DEPCA_RDP    0x04        /* Register Data Port */
76 #define DEPCA_RAP    0x06        /* Register Address Port */
77 #define DEPCA_ADP    0x0c
78
79 /* DEPCA specific defines */
80 #define DEPCA_ADDR_ROM_SIZE 32
81
82 /* Chip types */
83 #define LANCE           1        /* Am7990   */
84 #define C_LANCE         2        /* Am79C90  */
85 #define PCnet_ISA       3        /* Am79C960 */
86 #define PCnet_ISAplus   4        /* Am79C961 */
87 #define PCnet_ISA_II    5        /* Am79C961A */
88 #define PCnet_32        6        /* Am79C965 */
89 #define PCnet_PCI       7        /* Am79C970 */
90 #define PCnet_PCI_II    8        /* Am79C970A */
91 #define PCnet_FAST      9        /* Am79C971 */
92 #define PCnet_FASTplus  10       /* Am79C972 */
93 #define PCnet_Home      11       /* Am79C978 */
94
95
96 /* CSR88-89: Chip ID masks */
97 #define AMD_MASK  0x003
98 #define PART_MASK 0xffff
99 #define Am79C960  0x0003
100 #define Am79C961  0x2260
101 #define Am79C961A 0x2261
102 #define Am79C965  0x2430
103 #define Am79C970  0x0242
104 #define Am79C970A 0x2621
105 #define Am79C971  0x2623
106 #define Am79C972  0x2624
107 #define Am79C973  0x2625
108 #define Am79C978  0x2626
109
110 /* Board types */
111 #define UNKNOWN         0
112 #define BICC            1
113 #define NE2100          2
114 #define DEPCA           3
115
116 /* mem_mode values */
117 #define DMA_FIXED       1
118 #define DMA_MBUF        2
119 #define SHMEM           4
120
121 #define MEM_MODES \
122         "\20\3SHMEM\2DMA_MBUF\1DMA_FIXED"
123
124 #define CSR0_FLAGS \
125         "\20\20ERR\17BABL\16CERR\15MISS\14MERR\13RINT\12TINT\11IDON\
126             \10INTR\07INEA\06RXON\05TXON\04TDMD\03STOP\02STRT\01INIT"
127
128 #define INIT_MODE \
129         "\20\20PROM\07INTL\06DRTY\05COLL\04DTCR\03LOOP\02DTX\01DRX"
130
131 #define RECV_MD1 \
132         "\20\10OWN\7ERR\6FRAM\5OFLO\4CRC\3BUFF\2STP\1ENP"
133
134 #define TRANS_MD1 \
135         "\20\10OWN\7ERR\6RES\5MORE\4ONE\3DEF\2STP\1ENP"
136
137 #define TRANS_MD3 \
138         "\20\6BUFF\5UFLO\4RES\3LCOL\2LCAR\1RTRY"
139
140 struct nic_info {
141         int ident;         /* Type of card */
142         int ic;            /* Type of ic, Am7990, Am79C960 etc. */
143         int mem_mode;
144         int iobase;
145         int mode;          /* Mode setting at initialization */
146 };
147
148 struct host_ring_entry {
149         struct mds *md;
150         union {
151                 struct mbuf *mbuf;
152                 char *data;
153         }buff;
154 };
155
156 #ifdef LNC_KEEP_STATS
157 #define LNCSTATS_STRUCT \
158         struct lnc_stats { \
159                 int idon; \
160                 int rint; \
161                 int tint; \
162                 int cerr; \
163                 int babl; \
164                 int miss; \
165                 int merr; \
166                 int rxoff; \
167                 int txoff; \
168                 int terr; \
169                 int lcol; \
170                 int lcar; \
171                 int tbuff; \
172                 int def; \
173                 int more; \
174                 int one; \
175                 int uflo; \
176                 int rtry; \
177                 int rerr; \
178                 int fram; \
179                 int oflo; \
180                 int crc; \
181                 int rbuff; \
182                 int drop_packet; \
183                 int trans_ring_full; \
184         } lnc_stats;
185 #define LNCSTATS(X) ++(sc->lnc_stats.X);
186 #else
187 #define LNCSTATS_STRUCT
188 #define LNCSTATS(X)
189 #endif
190
191 #define NDESC(len2) (1 << len2)
192
193 #define INC_MD_PTR(ptr, no_entries) \
194         if (++ptr >= NDESC(no_entries)) \
195                 ptr = 0;
196
197 #define DEC_MD_PTR(ptr, no_entries) \
198         if (--ptr < 0) \
199                 ptr = NDESC(no_entries) - 1;
200
201 #define RECV_NEXT (sc->recv_ring->base + sc->recv_next)
202 #define TRANS_NEXT (sc->trans_ring->base + sc->trans_next)