smc83c170.c revision 1.39 1 1.39 thorpej /* $NetBSD: smc83c170.c,v 1.39 2000/11/15 01:02:17 thorpej Exp $ */
2 1.1 thorpej
3 1.1 thorpej /*-
4 1.10 thorpej * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
5 1.1 thorpej * All rights reserved.
6 1.1 thorpej *
7 1.1 thorpej * This code is derived from software contributed to The NetBSD Foundation
8 1.1 thorpej * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
9 1.1 thorpej * NASA Ames Research Center.
10 1.1 thorpej *
11 1.1 thorpej * Redistribution and use in source and binary forms, with or without
12 1.1 thorpej * modification, are permitted provided that the following conditions
13 1.1 thorpej * are met:
14 1.1 thorpej * 1. Redistributions of source code must retain the above copyright
15 1.1 thorpej * notice, this list of conditions and the following disclaimer.
16 1.1 thorpej * 2. Redistributions in binary form must reproduce the above copyright
17 1.1 thorpej * notice, this list of conditions and the following disclaimer in the
18 1.1 thorpej * documentation and/or other materials provided with the distribution.
19 1.1 thorpej * 3. All advertising materials mentioning features or use of this software
20 1.1 thorpej * must display the following acknowledgement:
21 1.1 thorpej * This product includes software developed by the NetBSD
22 1.1 thorpej * Foundation, Inc. and its contributors.
23 1.1 thorpej * 4. Neither the name of The NetBSD Foundation nor the names of its
24 1.1 thorpej * contributors may be used to endorse or promote products derived
25 1.1 thorpej * from this software without specific prior written permission.
26 1.1 thorpej *
27 1.1 thorpej * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
28 1.1 thorpej * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
29 1.1 thorpej * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
30 1.1 thorpej * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
31 1.1 thorpej * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32 1.1 thorpej * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33 1.1 thorpej * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 1.1 thorpej * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 1.1 thorpej * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36 1.1 thorpej * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37 1.1 thorpej * POSSIBILITY OF SUCH DAMAGE.
38 1.1 thorpej */
39 1.1 thorpej
40 1.1 thorpej /*
41 1.1 thorpej * Device driver for the Standard Microsystems Corp. 83C170
42 1.1 thorpej * Ethernet PCI Integrated Controller (EPIC/100).
43 1.1 thorpej */
44 1.1 thorpej
45 1.2 jonathan #include "opt_inet.h"
46 1.3 jonathan #include "opt_ns.h"
47 1.1 thorpej #include "bpfilter.h"
48 1.1 thorpej
49 1.1 thorpej #include <sys/param.h>
50 1.1 thorpej #include <sys/systm.h>
51 1.29 thorpej #include <sys/callout.h>
52 1.1 thorpej #include <sys/mbuf.h>
53 1.1 thorpej #include <sys/malloc.h>
54 1.1 thorpej #include <sys/kernel.h>
55 1.1 thorpej #include <sys/socket.h>
56 1.1 thorpej #include <sys/ioctl.h>
57 1.1 thorpej #include <sys/errno.h>
58 1.1 thorpej #include <sys/device.h>
59 1.38 thorpej
60 1.38 thorpej #include <uvm/uvm_extern.h>
61 1.38 thorpej
62 1.1 thorpej #include <net/if.h>
63 1.1 thorpej #include <net/if_dl.h>
64 1.1 thorpej #include <net/if_media.h>
65 1.1 thorpej #include <net/if_ether.h>
66 1.1 thorpej
67 1.1 thorpej #if NBPFILTER > 0
68 1.1 thorpej #include <net/bpf.h>
69 1.1 thorpej #endif
70 1.1 thorpej
71 1.1 thorpej #ifdef INET
72 1.1 thorpej #include <netinet/in.h>
73 1.1 thorpej #include <netinet/if_inarp.h>
74 1.1 thorpej #endif
75 1.1 thorpej
76 1.1 thorpej #ifdef NS
77 1.1 thorpej #include <netns/ns.h>
78 1.1 thorpej #include <netns/ns_if.h>
79 1.1 thorpej #endif
80 1.1 thorpej
81 1.1 thorpej #include <machine/bus.h>
82 1.1 thorpej #include <machine/intr.h>
83 1.1 thorpej
84 1.8 thorpej #include <dev/mii/miivar.h>
85 1.8 thorpej
86 1.1 thorpej #include <dev/ic/smc83c170reg.h>
87 1.1 thorpej #include <dev/ic/smc83c170var.h>
88 1.1 thorpej
89 1.1 thorpej void epic_start __P((struct ifnet *));
90 1.1 thorpej void epic_watchdog __P((struct ifnet *));
91 1.1 thorpej int epic_ioctl __P((struct ifnet *, u_long, caddr_t));
92 1.34 thorpej int epic_init __P((struct ifnet *));
93 1.34 thorpej void epic_stop __P((struct ifnet *, int));
94 1.1 thorpej
95 1.1 thorpej void epic_shutdown __P((void *));
96 1.1 thorpej
97 1.1 thorpej void epic_reset __P((struct epic_softc *));
98 1.19 thorpej void epic_rxdrain __P((struct epic_softc *));
99 1.1 thorpej int epic_add_rxbuf __P((struct epic_softc *, int));
100 1.1 thorpej void epic_read_eeprom __P((struct epic_softc *, int, int, u_int16_t *));
101 1.1 thorpej void epic_set_mchash __P((struct epic_softc *));
102 1.6 thorpej void epic_fixup_clock_source __P((struct epic_softc *));
103 1.8 thorpej int epic_mii_read __P((struct device *, int, int));
104 1.8 thorpej void epic_mii_write __P((struct device *, int, int, int));
105 1.8 thorpej int epic_mii_wait __P((struct epic_softc *, u_int32_t));
106 1.8 thorpej void epic_tick __P((void *));
107 1.8 thorpej
108 1.8 thorpej void epic_statchg __P((struct device *));
109 1.8 thorpej int epic_mediachange __P((struct ifnet *));
110 1.8 thorpej void epic_mediastatus __P((struct ifnet *, struct ifmediareq *));
111 1.1 thorpej
112 1.1 thorpej #define INTMASK (INTSTAT_FATAL_INT | INTSTAT_TXU | \
113 1.21 thorpej INTSTAT_TXC | INTSTAT_RXE | INTSTAT_RQE | INTSTAT_RCC)
114 1.1 thorpej
115 1.19 thorpej int epic_copy_small = 0;
116 1.19 thorpej
117 1.1 thorpej /*
118 1.1 thorpej * Attach an EPIC interface to the system.
119 1.1 thorpej */
120 1.1 thorpej void
121 1.1 thorpej epic_attach(sc)
122 1.1 thorpej struct epic_softc *sc;
123 1.1 thorpej {
124 1.1 thorpej bus_space_tag_t st = sc->sc_st;
125 1.1 thorpej bus_space_handle_t sh = sc->sc_sh;
126 1.1 thorpej struct ifnet *ifp = &sc->sc_ethercom.ec_if;
127 1.14 thorpej int i, rseg, error;
128 1.1 thorpej bus_dma_segment_t seg;
129 1.1 thorpej u_int8_t enaddr[ETHER_ADDR_LEN], devname[12 + 1];
130 1.1 thorpej u_int16_t myea[ETHER_ADDR_LEN / 2], mydevname[6];
131 1.1 thorpej
132 1.29 thorpej callout_init(&sc->sc_mii_callout);
133 1.29 thorpej
134 1.1 thorpej /*
135 1.1 thorpej * Allocate the control data structures, and create and load the
136 1.1 thorpej * DMA map for it.
137 1.1 thorpej */
138 1.1 thorpej if ((error = bus_dmamem_alloc(sc->sc_dmat,
139 1.38 thorpej sizeof(struct epic_control_data), PAGE_SIZE, 0, &seg, 1, &rseg,
140 1.1 thorpej BUS_DMA_NOWAIT)) != 0) {
141 1.1 thorpej printf("%s: unable to allocate control data, error = %d\n",
142 1.1 thorpej sc->sc_dev.dv_xname, error);
143 1.14 thorpej goto fail_0;
144 1.1 thorpej }
145 1.1 thorpej
146 1.1 thorpej if ((error = bus_dmamem_map(sc->sc_dmat, &seg, rseg,
147 1.1 thorpej sizeof(struct epic_control_data), (caddr_t *)&sc->sc_control_data,
148 1.1 thorpej BUS_DMA_NOWAIT|BUS_DMA_COHERENT)) != 0) {
149 1.1 thorpej printf("%s: unable to map control data, error = %d\n",
150 1.1 thorpej sc->sc_dev.dv_xname, error);
151 1.14 thorpej goto fail_1;
152 1.1 thorpej }
153 1.1 thorpej
154 1.1 thorpej if ((error = bus_dmamap_create(sc->sc_dmat,
155 1.1 thorpej sizeof(struct epic_control_data), 1,
156 1.1 thorpej sizeof(struct epic_control_data), 0, BUS_DMA_NOWAIT,
157 1.1 thorpej &sc->sc_cddmamap)) != 0) {
158 1.1 thorpej printf("%s: unable to create control data DMA map, "
159 1.1 thorpej "error = %d\n", sc->sc_dev.dv_xname, error);
160 1.14 thorpej goto fail_2;
161 1.1 thorpej }
162 1.1 thorpej
163 1.1 thorpej if ((error = bus_dmamap_load(sc->sc_dmat, sc->sc_cddmamap,
164 1.1 thorpej sc->sc_control_data, sizeof(struct epic_control_data), NULL,
165 1.1 thorpej BUS_DMA_NOWAIT)) != 0) {
166 1.1 thorpej printf("%s: unable to load control data DMA map, error = %d\n",
167 1.1 thorpej sc->sc_dev.dv_xname, error);
168 1.14 thorpej goto fail_3;
169 1.1 thorpej }
170 1.1 thorpej
171 1.1 thorpej /*
172 1.1 thorpej * Create the transmit buffer DMA maps.
173 1.1 thorpej */
174 1.1 thorpej for (i = 0; i < EPIC_NTXDESC; i++) {
175 1.1 thorpej if ((error = bus_dmamap_create(sc->sc_dmat, MCLBYTES,
176 1.1 thorpej EPIC_NFRAGS, MCLBYTES, 0, BUS_DMA_NOWAIT,
177 1.10 thorpej &EPIC_DSTX(sc, i)->ds_dmamap)) != 0) {
178 1.1 thorpej printf("%s: unable to create tx DMA map %d, "
179 1.1 thorpej "error = %d\n", sc->sc_dev.dv_xname, i, error);
180 1.14 thorpej goto fail_4;
181 1.1 thorpej }
182 1.1 thorpej }
183 1.1 thorpej
184 1.1 thorpej /*
185 1.1 thorpej * Create the recieve buffer DMA maps.
186 1.1 thorpej */
187 1.1 thorpej for (i = 0; i < EPIC_NRXDESC; i++) {
188 1.1 thorpej if ((error = bus_dmamap_create(sc->sc_dmat, MCLBYTES, 1,
189 1.1 thorpej MCLBYTES, 0, BUS_DMA_NOWAIT,
190 1.10 thorpej &EPIC_DSRX(sc, i)->ds_dmamap)) != 0) {
191 1.1 thorpej printf("%s: unable to create rx DMA map %d, "
192 1.1 thorpej "error = %d\n", sc->sc_dev.dv_xname, i, error);
193 1.14 thorpej goto fail_5;
194 1.1 thorpej }
195 1.19 thorpej EPIC_DSRX(sc, i)->ds_mbuf = NULL;
196 1.1 thorpej }
197 1.1 thorpej
198 1.1 thorpej
199 1.1 thorpej /*
200 1.1 thorpej * Bring the chip out of low-power mode and reset it to a known state.
201 1.1 thorpej */
202 1.1 thorpej bus_space_write_4(st, sh, EPIC_GENCTL, 0);
203 1.1 thorpej epic_reset(sc);
204 1.1 thorpej
205 1.1 thorpej /*
206 1.1 thorpej * Read the Ethernet address from the EEPROM.
207 1.1 thorpej */
208 1.1 thorpej epic_read_eeprom(sc, 0, (sizeof(myea) / sizeof(myea[0])), myea);
209 1.32 tsutsui for (i = 0; i < sizeof(myea)/ sizeof(myea[0]); i++) {
210 1.32 tsutsui enaddr[i * 2] = myea[i] & 0xff;
211 1.32 tsutsui enaddr[i * 2 + 1] = myea[i] >> 8;
212 1.32 tsutsui }
213 1.1 thorpej
214 1.1 thorpej /*
215 1.1 thorpej * ...and the device name.
216 1.1 thorpej */
217 1.1 thorpej epic_read_eeprom(sc, 0x2c, (sizeof(mydevname) / sizeof(mydevname[0])),
218 1.1 thorpej mydevname);
219 1.32 tsutsui for (i = 0; i < sizeof(mydevname) / sizeof(mydevname[0]); i++) {
220 1.32 tsutsui devname[i * 2] = mydevname[i] & 0xff;
221 1.32 tsutsui devname[i * 2 + 1] = mydevname[i] >> 8;
222 1.32 tsutsui }
223 1.32 tsutsui
224 1.1 thorpej devname[sizeof(mydevname)] = '\0';
225 1.1 thorpej for (i = sizeof(mydevname) - 1; i >= 0; i--) {
226 1.1 thorpej if (devname[i] == ' ')
227 1.1 thorpej devname[i] = '\0';
228 1.1 thorpej else
229 1.1 thorpej break;
230 1.1 thorpej }
231 1.1 thorpej
232 1.1 thorpej printf("%s: %s, Ethernet address %s\n", sc->sc_dev.dv_xname,
233 1.1 thorpej devname, ether_sprintf(enaddr));
234 1.1 thorpej
235 1.8 thorpej /*
236 1.8 thorpej * Initialize our media structures and probe the MII.
237 1.8 thorpej */
238 1.8 thorpej sc->sc_mii.mii_ifp = ifp;
239 1.8 thorpej sc->sc_mii.mii_readreg = epic_mii_read;
240 1.8 thorpej sc->sc_mii.mii_writereg = epic_mii_write;
241 1.8 thorpej sc->sc_mii.mii_statchg = epic_statchg;
242 1.8 thorpej ifmedia_init(&sc->sc_mii.mii_media, 0, epic_mediachange,
243 1.8 thorpej epic_mediastatus);
244 1.24 thorpej mii_attach(&sc->sc_dev, &sc->sc_mii, 0xffffffff, MII_PHY_ANY,
245 1.25 thorpej MII_OFFSET_ANY, 0);
246 1.8 thorpej if (LIST_FIRST(&sc->sc_mii.mii_phys) == NULL) {
247 1.8 thorpej ifmedia_add(&sc->sc_mii.mii_media, IFM_ETHER|IFM_NONE, 0, NULL);
248 1.8 thorpej ifmedia_set(&sc->sc_mii.mii_media, IFM_ETHER|IFM_NONE);
249 1.8 thorpej } else
250 1.8 thorpej ifmedia_set(&sc->sc_mii.mii_media, IFM_ETHER|IFM_AUTO);
251 1.8 thorpej
252 1.1 thorpej strcpy(ifp->if_xname, sc->sc_dev.dv_xname);
253 1.1 thorpej ifp->if_softc = sc;
254 1.1 thorpej ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
255 1.1 thorpej ifp->if_ioctl = epic_ioctl;
256 1.1 thorpej ifp->if_start = epic_start;
257 1.1 thorpej ifp->if_watchdog = epic_watchdog;
258 1.34 thorpej ifp->if_init = epic_init;
259 1.34 thorpej ifp->if_stop = epic_stop;
260 1.36 bouyer
261 1.36 bouyer /*
262 1.36 bouyer * We can support 802.1Q VLAN-sized frames.
263 1.36 bouyer */
264 1.36 bouyer sc->sc_ethercom.ec_capabilities |= ETHERCAP_VLAN_MTU;
265 1.1 thorpej
266 1.1 thorpej /*
267 1.1 thorpej * Attach the interface.
268 1.1 thorpej */
269 1.1 thorpej if_attach(ifp);
270 1.1 thorpej ether_ifattach(ifp, enaddr);
271 1.1 thorpej
272 1.1 thorpej /*
273 1.1 thorpej * Make sure the interface is shutdown during reboot.
274 1.1 thorpej */
275 1.1 thorpej sc->sc_sdhook = shutdownhook_establish(epic_shutdown, sc);
276 1.1 thorpej if (sc->sc_sdhook == NULL)
277 1.1 thorpej printf("%s: WARNING: unable to establish shutdown hook\n",
278 1.1 thorpej sc->sc_dev.dv_xname);
279 1.1 thorpej return;
280 1.1 thorpej
281 1.1 thorpej /*
282 1.1 thorpej * Free any resources we've allocated during the failed attach
283 1.1 thorpej * attempt. Do this in reverse order and fall through.
284 1.1 thorpej */
285 1.14 thorpej fail_5:
286 1.14 thorpej for (i = 0; i < EPIC_NRXDESC; i++) {
287 1.14 thorpej if (EPIC_DSRX(sc, i)->ds_dmamap != NULL)
288 1.1 thorpej bus_dmamap_destroy(sc->sc_dmat,
289 1.10 thorpej EPIC_DSRX(sc, i)->ds_dmamap);
290 1.14 thorpej }
291 1.14 thorpej fail_4:
292 1.14 thorpej for (i = 0; i < EPIC_NTXDESC; i++) {
293 1.14 thorpej if (EPIC_DSTX(sc, i)->ds_dmamap != NULL)
294 1.1 thorpej bus_dmamap_destroy(sc->sc_dmat,
295 1.10 thorpej EPIC_DSTX(sc, i)->ds_dmamap);
296 1.1 thorpej }
297 1.14 thorpej bus_dmamap_unload(sc->sc_dmat, sc->sc_cddmamap);
298 1.14 thorpej fail_3:
299 1.14 thorpej bus_dmamap_destroy(sc->sc_dmat, sc->sc_cddmamap);
300 1.14 thorpej fail_2:
301 1.14 thorpej bus_dmamem_unmap(sc->sc_dmat, (caddr_t)sc->sc_control_data,
302 1.14 thorpej sizeof(struct epic_control_data));
303 1.14 thorpej fail_1:
304 1.14 thorpej bus_dmamem_free(sc->sc_dmat, &seg, rseg);
305 1.14 thorpej fail_0:
306 1.14 thorpej return;
307 1.1 thorpej }
308 1.1 thorpej
309 1.1 thorpej /*
310 1.1 thorpej * Shutdown hook. Make sure the interface is stopped at reboot.
311 1.1 thorpej */
312 1.1 thorpej void
313 1.1 thorpej epic_shutdown(arg)
314 1.1 thorpej void *arg;
315 1.1 thorpej {
316 1.1 thorpej struct epic_softc *sc = arg;
317 1.1 thorpej
318 1.34 thorpej epic_stop(&sc->sc_ethercom.ec_if, 1);
319 1.1 thorpej }
320 1.1 thorpej
321 1.1 thorpej /*
322 1.1 thorpej * Start packet transmission on the interface.
323 1.1 thorpej * [ifnet interface function]
324 1.1 thorpej */
325 1.1 thorpej void
326 1.1 thorpej epic_start(ifp)
327 1.1 thorpej struct ifnet *ifp;
328 1.1 thorpej {
329 1.1 thorpej struct epic_softc *sc = ifp->if_softc;
330 1.10 thorpej struct mbuf *m0, *m;
331 1.1 thorpej struct epic_txdesc *txd;
332 1.1 thorpej struct epic_descsoft *ds;
333 1.1 thorpej struct epic_fraglist *fr;
334 1.1 thorpej bus_dmamap_t dmamap;
335 1.10 thorpej int error, firsttx, nexttx, opending, seg;
336 1.1 thorpej
337 1.10 thorpej /*
338 1.10 thorpej * Remember the previous txpending and the first transmit
339 1.10 thorpej * descriptor we use.
340 1.10 thorpej */
341 1.10 thorpej opending = sc->sc_txpending;
342 1.10 thorpej firsttx = EPIC_NEXTTX(sc->sc_txlast);
343 1.1 thorpej
344 1.1 thorpej /*
345 1.1 thorpej * Loop through the send queue, setting up transmit descriptors
346 1.1 thorpej * until we drain the queue, or use up all available transmit
347 1.1 thorpej * descriptors.
348 1.1 thorpej */
349 1.10 thorpej while (sc->sc_txpending < EPIC_NTXDESC) {
350 1.1 thorpej /*
351 1.1 thorpej * Grab a packet off the queue.
352 1.1 thorpej */
353 1.1 thorpej IF_DEQUEUE(&ifp->if_snd, m0);
354 1.10 thorpej if (m0 == NULL)
355 1.10 thorpej break;
356 1.1 thorpej
357 1.1 thorpej /*
358 1.1 thorpej * Get the last and next available transmit descriptor.
359 1.1 thorpej */
360 1.1 thorpej nexttx = EPIC_NEXTTX(sc->sc_txlast);
361 1.10 thorpej txd = EPIC_CDTX(sc, nexttx);
362 1.10 thorpej fr = EPIC_CDFL(sc, nexttx);
363 1.10 thorpej ds = EPIC_DSTX(sc, nexttx);
364 1.1 thorpej dmamap = ds->ds_dmamap;
365 1.1 thorpej
366 1.1 thorpej /*
367 1.10 thorpej * Load the DMA map. If this fails, the packet either
368 1.10 thorpej * didn't fit in the alloted number of frags, or we were
369 1.10 thorpej * short on resources. In this case, we'll copy and try
370 1.10 thorpej * again.
371 1.1 thorpej */
372 1.10 thorpej if (bus_dmamap_load_mbuf(sc->sc_dmat, dmamap, m0,
373 1.10 thorpej BUS_DMA_NOWAIT) != 0) {
374 1.10 thorpej MGETHDR(m, M_DONTWAIT, MT_DATA);
375 1.10 thorpej if (m == NULL) {
376 1.10 thorpej printf("%s: unable to allocate Tx mbuf\n",
377 1.10 thorpej sc->sc_dev.dv_xname);
378 1.10 thorpej IF_PREPEND(&ifp->if_snd, m0);
379 1.10 thorpej break;
380 1.1 thorpej }
381 1.1 thorpej if (m0->m_pkthdr.len > MHLEN) {
382 1.10 thorpej MCLGET(m, M_DONTWAIT);
383 1.10 thorpej if ((m->m_flags & M_EXT) == 0) {
384 1.10 thorpej printf("%s: unable to allocate Tx "
385 1.10 thorpej "cluster\n", sc->sc_dev.dv_xname);
386 1.10 thorpej m_freem(m);
387 1.10 thorpej IF_PREPEND(&ifp->if_snd, m0);
388 1.10 thorpej break;
389 1.1 thorpej }
390 1.1 thorpej }
391 1.10 thorpej m_copydata(m0, 0, m0->m_pkthdr.len, mtod(m, caddr_t));
392 1.10 thorpej m->m_pkthdr.len = m->m_len = m0->m_pkthdr.len;
393 1.1 thorpej m_freem(m0);
394 1.10 thorpej m0 = m;
395 1.10 thorpej error = bus_dmamap_load_mbuf(sc->sc_dmat, dmamap,
396 1.10 thorpej m0, BUS_DMA_NOWAIT);
397 1.10 thorpej if (error) {
398 1.10 thorpej printf("%s: unable to load Tx buffer, "
399 1.10 thorpej "error = %d\n", sc->sc_dev.dv_xname, error);
400 1.10 thorpej IF_PREPEND(&ifp->if_snd, m0);
401 1.10 thorpej break;
402 1.10 thorpej }
403 1.1 thorpej }
404 1.1 thorpej
405 1.10 thorpej /* Initialize the fraglist. */
406 1.1 thorpej fr->ef_nfrags = dmamap->dm_nsegs;
407 1.1 thorpej for (seg = 0; seg < dmamap->dm_nsegs; seg++) {
408 1.1 thorpej fr->ef_frags[seg].ef_addr =
409 1.1 thorpej dmamap->dm_segs[seg].ds_addr;
410 1.1 thorpej fr->ef_frags[seg].ef_length =
411 1.1 thorpej dmamap->dm_segs[seg].ds_len;
412 1.1 thorpej }
413 1.1 thorpej
414 1.10 thorpej EPIC_CDFLSYNC(sc, nexttx, BUS_DMASYNC_PREWRITE);
415 1.10 thorpej
416 1.10 thorpej /* Sync the DMA map. */
417 1.1 thorpej bus_dmamap_sync(sc->sc_dmat, dmamap, 0, dmamap->dm_mapsize,
418 1.1 thorpej BUS_DMASYNC_PREWRITE);
419 1.1 thorpej
420 1.1 thorpej /*
421 1.1 thorpej * Store a pointer to the packet so we can free it later.
422 1.1 thorpej */
423 1.1 thorpej ds->ds_mbuf = m0;
424 1.1 thorpej
425 1.1 thorpej /*
426 1.10 thorpej * Fill in the transmit descriptor. The EPIC doesn't
427 1.10 thorpej * auto-pad, so we have to do this ourselves.
428 1.1 thorpej */
429 1.10 thorpej txd->et_control = ET_TXCTL_LASTDESC | ET_TXCTL_FRAGLIST;
430 1.20 thorpej txd->et_txlength = max(m0->m_pkthdr.len,
431 1.20 thorpej ETHER_MIN_LEN - ETHER_CRC_LEN);
432 1.1 thorpej
433 1.1 thorpej /*
434 1.10 thorpej * If this is the first descriptor we're enqueueing,
435 1.10 thorpej * don't give it to the EPIC yet. That could cause
436 1.10 thorpej * a race condition. We'll do it below.
437 1.1 thorpej */
438 1.10 thorpej if (nexttx == firsttx)
439 1.10 thorpej txd->et_txstatus = 0;
440 1.10 thorpej else
441 1.10 thorpej txd->et_txstatus = ET_TXSTAT_OWNER;
442 1.10 thorpej
443 1.10 thorpej EPIC_CDTXSYNC(sc, nexttx,
444 1.10 thorpej BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
445 1.1 thorpej
446 1.10 thorpej /* Advance the tx pointer. */
447 1.1 thorpej sc->sc_txpending++;
448 1.10 thorpej sc->sc_txlast = nexttx;
449 1.1 thorpej
450 1.1 thorpej #if NBPFILTER > 0
451 1.1 thorpej /*
452 1.1 thorpej * Pass the packet to any BPF listeners.
453 1.1 thorpej */
454 1.1 thorpej if (ifp->if_bpf)
455 1.1 thorpej bpf_mtap(ifp->if_bpf, m0);
456 1.1 thorpej #endif
457 1.1 thorpej }
458 1.1 thorpej
459 1.10 thorpej if (sc->sc_txpending == EPIC_NTXDESC) {
460 1.10 thorpej /* No more slots left; notify upper layer. */
461 1.10 thorpej ifp->if_flags |= IFF_OACTIVE;
462 1.10 thorpej }
463 1.10 thorpej
464 1.10 thorpej if (sc->sc_txpending != opending) {
465 1.10 thorpej /*
466 1.10 thorpej * We enqueued packets. If the transmitter was idle,
467 1.10 thorpej * reset the txdirty pointer.
468 1.10 thorpej */
469 1.10 thorpej if (opending == 0)
470 1.10 thorpej sc->sc_txdirty = firsttx;
471 1.10 thorpej
472 1.10 thorpej /*
473 1.10 thorpej * Cause a transmit interrupt to happen on the
474 1.10 thorpej * last packet we enqueued.
475 1.10 thorpej */
476 1.10 thorpej EPIC_CDTX(sc, sc->sc_txlast)->et_control |= ET_TXCTL_IAF;
477 1.10 thorpej EPIC_CDTXSYNC(sc, sc->sc_txlast,
478 1.10 thorpej BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
479 1.10 thorpej
480 1.10 thorpej /*
481 1.10 thorpej * The entire packet chain is set up. Give the
482 1.10 thorpej * first descriptor to the EPIC now.
483 1.10 thorpej */
484 1.10 thorpej EPIC_CDTX(sc, firsttx)->et_txstatus = ET_TXSTAT_OWNER;
485 1.10 thorpej EPIC_CDTXSYNC(sc, firsttx,
486 1.10 thorpej BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
487 1.10 thorpej
488 1.10 thorpej /* Start the transmitter. */
489 1.1 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_COMMAND,
490 1.1 thorpej COMMAND_TXQUEUED);
491 1.1 thorpej
492 1.10 thorpej /* Set a watchdog timer in case the chip flakes out. */
493 1.1 thorpej ifp->if_timer = 5;
494 1.1 thorpej }
495 1.1 thorpej }
496 1.1 thorpej
497 1.1 thorpej /*
498 1.1 thorpej * Watchdog timer handler.
499 1.1 thorpej * [ifnet interface function]
500 1.1 thorpej */
501 1.1 thorpej void
502 1.1 thorpej epic_watchdog(ifp)
503 1.1 thorpej struct ifnet *ifp;
504 1.1 thorpej {
505 1.1 thorpej struct epic_softc *sc = ifp->if_softc;
506 1.1 thorpej
507 1.1 thorpej printf("%s: device timeout\n", sc->sc_dev.dv_xname);
508 1.1 thorpej ifp->if_oerrors++;
509 1.1 thorpej
510 1.34 thorpej (void) epic_init(ifp);
511 1.1 thorpej }
512 1.1 thorpej
513 1.1 thorpej /*
514 1.1 thorpej * Handle control requests from the operator.
515 1.1 thorpej * [ifnet interface function]
516 1.1 thorpej */
517 1.1 thorpej int
518 1.1 thorpej epic_ioctl(ifp, cmd, data)
519 1.1 thorpej struct ifnet *ifp;
520 1.1 thorpej u_long cmd;
521 1.1 thorpej caddr_t data;
522 1.1 thorpej {
523 1.1 thorpej struct epic_softc *sc = ifp->if_softc;
524 1.1 thorpej struct ifreq *ifr = (struct ifreq *)data;
525 1.34 thorpej int s, error;
526 1.1 thorpej
527 1.7 mycroft s = splnet();
528 1.1 thorpej
529 1.1 thorpej switch (cmd) {
530 1.34 thorpej case SIOCSIFMEDIA:
531 1.34 thorpej case SIOCGIFMEDIA:
532 1.34 thorpej error = ifmedia_ioctl(ifp, ifr, &sc->sc_mii.mii_media, cmd);
533 1.1 thorpej break;
534 1.1 thorpej
535 1.34 thorpej default:
536 1.34 thorpej error = ether_ioctl(ifp, cmd, data);
537 1.1 thorpej if (error == ENETRESET) {
538 1.1 thorpej /*
539 1.1 thorpej * Multicast list has changed; set the hardware filter
540 1.13 thorpej * accordingly. Update our idea of the current media;
541 1.13 thorpej * epic_set_mchash() needs to know what it is.
542 1.1 thorpej */
543 1.13 thorpej mii_pollstat(&sc->sc_mii);
544 1.13 thorpej epic_set_mchash(sc);
545 1.1 thorpej error = 0;
546 1.1 thorpej }
547 1.1 thorpej break;
548 1.1 thorpej }
549 1.1 thorpej
550 1.1 thorpej splx(s);
551 1.1 thorpej return (error);
552 1.1 thorpej }
553 1.1 thorpej
554 1.1 thorpej /*
555 1.1 thorpej * Interrupt handler.
556 1.1 thorpej */
557 1.1 thorpej int
558 1.1 thorpej epic_intr(arg)
559 1.1 thorpej void *arg;
560 1.1 thorpej {
561 1.1 thorpej struct epic_softc *sc = arg;
562 1.1 thorpej struct ifnet *ifp = &sc->sc_ethercom.ec_if;
563 1.1 thorpej struct epic_rxdesc *rxd;
564 1.1 thorpej struct epic_txdesc *txd;
565 1.1 thorpej struct epic_descsoft *ds;
566 1.1 thorpej struct mbuf *m;
567 1.1 thorpej u_int32_t intstat;
568 1.10 thorpej int i, len, claimed = 0;
569 1.1 thorpej
570 1.1 thorpej top:
571 1.1 thorpej /*
572 1.1 thorpej * Get the interrupt status from the EPIC.
573 1.1 thorpej */
574 1.1 thorpej intstat = bus_space_read_4(sc->sc_st, sc->sc_sh, EPIC_INTSTAT);
575 1.1 thorpej if ((intstat & INTSTAT_INT_ACTV) == 0)
576 1.1 thorpej return (claimed);
577 1.1 thorpej
578 1.1 thorpej claimed = 1;
579 1.1 thorpej
580 1.1 thorpej /*
581 1.1 thorpej * Acknowledge the interrupt.
582 1.1 thorpej */
583 1.1 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_INTSTAT,
584 1.1 thorpej intstat & INTMASK);
585 1.1 thorpej
586 1.1 thorpej /*
587 1.1 thorpej * Check for receive interrupts.
588 1.1 thorpej */
589 1.21 thorpej if (intstat & (INTSTAT_RCC | INTSTAT_RXE | INTSTAT_RQE)) {
590 1.1 thorpej for (i = sc->sc_rxptr;; i = EPIC_NEXTRX(i)) {
591 1.10 thorpej rxd = EPIC_CDRX(sc, i);
592 1.10 thorpej ds = EPIC_DSRX(sc, i);
593 1.10 thorpej
594 1.10 thorpej EPIC_CDRXSYNC(sc, i,
595 1.10 thorpej BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE);
596 1.1 thorpej
597 1.1 thorpej if (rxd->er_rxstatus & ER_RXSTAT_OWNER) {
598 1.1 thorpej /*
599 1.1 thorpej * We have processed all of the
600 1.1 thorpej * receive buffers.
601 1.1 thorpej */
602 1.1 thorpej break;
603 1.1 thorpej }
604 1.1 thorpej
605 1.1 thorpej /*
606 1.10 thorpej * Make sure the packet arrived intact. If an error
607 1.10 thorpej * occurred, update stats and reset the descriptor.
608 1.10 thorpej * The buffer will be reused the next time the
609 1.10 thorpej * descriptor comes up in the ring.
610 1.1 thorpej */
611 1.1 thorpej if ((rxd->er_rxstatus & ER_RXSTAT_PKTINTACT) == 0) {
612 1.1 thorpej if (rxd->er_rxstatus & ER_RXSTAT_CRCERROR)
613 1.1 thorpej printf("%s: CRC error\n",
614 1.1 thorpej sc->sc_dev.dv_xname);
615 1.1 thorpej if (rxd->er_rxstatus & ER_RXSTAT_ALIGNERROR)
616 1.1 thorpej printf("%s: alignment error\n",
617 1.1 thorpej sc->sc_dev.dv_xname);
618 1.1 thorpej ifp->if_ierrors++;
619 1.10 thorpej EPIC_INIT_RXDESC(sc, i);
620 1.10 thorpej continue;
621 1.1 thorpej }
622 1.1 thorpej
623 1.10 thorpej bus_dmamap_sync(sc->sc_dmat, ds->ds_dmamap, 0,
624 1.10 thorpej ds->ds_dmamap->dm_mapsize, BUS_DMASYNC_POSTREAD);
625 1.10 thorpej
626 1.21 thorpej /*
627 1.35 thorpej * The EPIC includes the CRC with every packet.
628 1.21 thorpej */
629 1.35 thorpej len = rxd->er_rxlength;
630 1.21 thorpej
631 1.19 thorpej if (len < sizeof(struct ether_header)) {
632 1.19 thorpej /*
633 1.19 thorpej * Runt packet; drop it now.
634 1.19 thorpej */
635 1.10 thorpej ifp->if_ierrors++;
636 1.10 thorpej EPIC_INIT_RXDESC(sc, i);
637 1.10 thorpej bus_dmamap_sync(sc->sc_dmat, ds->ds_dmamap, 0,
638 1.10 thorpej ds->ds_dmamap->dm_mapsize,
639 1.10 thorpej BUS_DMASYNC_PREREAD);
640 1.10 thorpej continue;
641 1.10 thorpej }
642 1.10 thorpej
643 1.19 thorpej /*
644 1.19 thorpej * If the packet is small enough to fit in a
645 1.19 thorpej * single header mbuf, allocate one and copy
646 1.19 thorpej * the data into it. This greatly reduces
647 1.19 thorpej * memory consumption when we receive lots
648 1.19 thorpej * of small packets.
649 1.19 thorpej *
650 1.19 thorpej * Otherwise, we add a new buffer to the receive
651 1.19 thorpej * chain. If this fails, we drop the packet and
652 1.19 thorpej * recycle the old buffer.
653 1.19 thorpej */
654 1.19 thorpej if (epic_copy_small != 0 && len <= MHLEN) {
655 1.19 thorpej MGETHDR(m, M_DONTWAIT, MT_DATA);
656 1.19 thorpej if (m == NULL)
657 1.19 thorpej goto dropit;
658 1.19 thorpej memcpy(mtod(m, caddr_t),
659 1.19 thorpej mtod(ds->ds_mbuf, caddr_t), len);
660 1.19 thorpej EPIC_INIT_RXDESC(sc, i);
661 1.19 thorpej bus_dmamap_sync(sc->sc_dmat, ds->ds_dmamap, 0,
662 1.19 thorpej ds->ds_dmamap->dm_mapsize,
663 1.19 thorpej BUS_DMASYNC_PREREAD);
664 1.19 thorpej } else {
665 1.19 thorpej m = ds->ds_mbuf;
666 1.19 thorpej if (epic_add_rxbuf(sc, i) != 0) {
667 1.19 thorpej dropit:
668 1.19 thorpej ifp->if_ierrors++;
669 1.19 thorpej EPIC_INIT_RXDESC(sc, i);
670 1.19 thorpej bus_dmamap_sync(sc->sc_dmat,
671 1.19 thorpej ds->ds_dmamap, 0,
672 1.19 thorpej ds->ds_dmamap->dm_mapsize,
673 1.19 thorpej BUS_DMASYNC_PREREAD);
674 1.19 thorpej continue;
675 1.19 thorpej }
676 1.10 thorpej }
677 1.10 thorpej
678 1.35 thorpej m->m_flags |= M_HASFCS;
679 1.10 thorpej m->m_pkthdr.rcvif = ifp;
680 1.10 thorpej m->m_pkthdr.len = m->m_len = len;
681 1.1 thorpej
682 1.10 thorpej #if NBPFILTER > 0
683 1.10 thorpej /*
684 1.10 thorpej * Pass this up to any BPF listeners, but only
685 1.10 thorpej * pass it up the stack if its for us.
686 1.10 thorpej */
687 1.33 thorpej if (ifp->if_bpf)
688 1.10 thorpej bpf_mtap(ifp->if_bpf, m);
689 1.33 thorpej #endif
690 1.33 thorpej
691 1.16 thorpej /* Pass it on. */
692 1.16 thorpej (*ifp->if_input)(ifp, m);
693 1.17 thorpej ifp->if_ipackets++;
694 1.1 thorpej }
695 1.10 thorpej
696 1.10 thorpej /* Update the recieve pointer. */
697 1.1 thorpej sc->sc_rxptr = i;
698 1.1 thorpej
699 1.1 thorpej /*
700 1.1 thorpej * Check for receive queue underflow.
701 1.1 thorpej */
702 1.1 thorpej if (intstat & INTSTAT_RQE) {
703 1.1 thorpej printf("%s: receiver queue empty\n",
704 1.1 thorpej sc->sc_dev.dv_xname);
705 1.1 thorpej /*
706 1.1 thorpej * Ring is already built; just restart the
707 1.1 thorpej * receiver.
708 1.1 thorpej */
709 1.1 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_PRCDAR,
710 1.10 thorpej EPIC_CDRXADDR(sc, sc->sc_rxptr));
711 1.1 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_COMMAND,
712 1.1 thorpej COMMAND_RXQUEUED | COMMAND_START_RX);
713 1.1 thorpej }
714 1.1 thorpej }
715 1.1 thorpej
716 1.1 thorpej /*
717 1.1 thorpej * Check for transmission complete interrupts.
718 1.1 thorpej */
719 1.1 thorpej if (intstat & (INTSTAT_TXC | INTSTAT_TXU)) {
720 1.10 thorpej ifp->if_flags &= ~IFF_OACTIVE;
721 1.10 thorpej for (i = sc->sc_txdirty; sc->sc_txpending != 0;
722 1.10 thorpej i = EPIC_NEXTTX(i), sc->sc_txpending--) {
723 1.10 thorpej txd = EPIC_CDTX(sc, i);
724 1.10 thorpej ds = EPIC_DSTX(sc, i);
725 1.1 thorpej
726 1.10 thorpej EPIC_CDTXSYNC(sc, i,
727 1.10 thorpej BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE);
728 1.10 thorpej
729 1.10 thorpej if (txd->et_txstatus & ET_TXSTAT_OWNER)
730 1.1 thorpej break;
731 1.1 thorpej
732 1.10 thorpej EPIC_CDFLSYNC(sc, i, BUS_DMASYNC_POSTWRITE);
733 1.10 thorpej
734 1.10 thorpej bus_dmamap_sync(sc->sc_dmat, ds->ds_dmamap,
735 1.10 thorpej 0, ds->ds_dmamap->dm_mapsize,
736 1.10 thorpej BUS_DMASYNC_POSTWRITE);
737 1.10 thorpej bus_dmamap_unload(sc->sc_dmat, ds->ds_dmamap);
738 1.10 thorpej m_freem(ds->ds_mbuf);
739 1.10 thorpej ds->ds_mbuf = NULL;
740 1.1 thorpej
741 1.1 thorpej /*
742 1.1 thorpej * Check for errors and collisions.
743 1.1 thorpej */
744 1.1 thorpej if ((txd->et_txstatus & ET_TXSTAT_PACKETTX) == 0)
745 1.1 thorpej ifp->if_oerrors++;
746 1.10 thorpej else
747 1.10 thorpej ifp->if_opackets++;
748 1.1 thorpej ifp->if_collisions +=
749 1.1 thorpej TXSTAT_COLLISIONS(txd->et_txstatus);
750 1.10 thorpej if (txd->et_txstatus & ET_TXSTAT_CARSENSELOST)
751 1.1 thorpej printf("%s: lost carrier\n",
752 1.1 thorpej sc->sc_dev.dv_xname);
753 1.1 thorpej }
754 1.1 thorpej
755 1.10 thorpej /* Update the dirty transmit buffer pointer. */
756 1.1 thorpej sc->sc_txdirty = i;
757 1.1 thorpej
758 1.1 thorpej /*
759 1.1 thorpej * Cancel the watchdog timer if there are no pending
760 1.1 thorpej * transmissions.
761 1.1 thorpej */
762 1.1 thorpej if (sc->sc_txpending == 0)
763 1.1 thorpej ifp->if_timer = 0;
764 1.1 thorpej
765 1.1 thorpej /*
766 1.1 thorpej * Kick the transmitter after a DMA underrun.
767 1.1 thorpej */
768 1.1 thorpej if (intstat & INTSTAT_TXU) {
769 1.1 thorpej printf("%s: transmit underrun\n", sc->sc_dev.dv_xname);
770 1.1 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh,
771 1.1 thorpej EPIC_COMMAND, COMMAND_TXUGO);
772 1.1 thorpej if (sc->sc_txpending)
773 1.1 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh,
774 1.1 thorpej EPIC_COMMAND, COMMAND_TXQUEUED);
775 1.1 thorpej }
776 1.1 thorpej
777 1.1 thorpej /*
778 1.1 thorpej * Try to get more packets going.
779 1.1 thorpej */
780 1.1 thorpej epic_start(ifp);
781 1.1 thorpej }
782 1.1 thorpej
783 1.1 thorpej /*
784 1.1 thorpej * Check for fatal interrupts.
785 1.1 thorpej */
786 1.1 thorpej if (intstat & INTSTAT_FATAL_INT) {
787 1.21 thorpej if (intstat & INTSTAT_PTA)
788 1.21 thorpej printf("%s: PCI target abort error\n",
789 1.21 thorpej sc->sc_dev.dv_xname);
790 1.21 thorpej else if (intstat & INTSTAT_PMA)
791 1.21 thorpej printf("%s: PCI master abort error\n",
792 1.21 thorpej sc->sc_dev.dv_xname);
793 1.21 thorpej else if (intstat & INTSTAT_APE)
794 1.21 thorpej printf("%s: PCI address parity error\n",
795 1.21 thorpej sc->sc_dev.dv_xname);
796 1.21 thorpej else if (intstat & INTSTAT_DPE)
797 1.21 thorpej printf("%s: PCI data parity error\n",
798 1.21 thorpej sc->sc_dev.dv_xname);
799 1.21 thorpej else
800 1.21 thorpej printf("%s: unknown fatal error\n",
801 1.21 thorpej sc->sc_dev.dv_xname);
802 1.34 thorpej (void) epic_init(ifp);
803 1.1 thorpej }
804 1.1 thorpej
805 1.1 thorpej /*
806 1.1 thorpej * Check for more interrupts.
807 1.1 thorpej */
808 1.1 thorpej goto top;
809 1.1 thorpej }
810 1.1 thorpej
811 1.1 thorpej /*
812 1.8 thorpej * One second timer, used to tick the MII.
813 1.8 thorpej */
814 1.8 thorpej void
815 1.8 thorpej epic_tick(arg)
816 1.8 thorpej void *arg;
817 1.8 thorpej {
818 1.8 thorpej struct epic_softc *sc = arg;
819 1.8 thorpej int s;
820 1.8 thorpej
821 1.12 thorpej s = splnet();
822 1.8 thorpej mii_tick(&sc->sc_mii);
823 1.8 thorpej splx(s);
824 1.8 thorpej
825 1.29 thorpej callout_reset(&sc->sc_mii_callout, hz, epic_tick, sc);
826 1.8 thorpej }
827 1.8 thorpej
828 1.8 thorpej /*
829 1.6 thorpej * Fixup the clock source on the EPIC.
830 1.6 thorpej */
831 1.6 thorpej void
832 1.6 thorpej epic_fixup_clock_source(sc)
833 1.6 thorpej struct epic_softc *sc;
834 1.6 thorpej {
835 1.6 thorpej int i;
836 1.6 thorpej
837 1.6 thorpej /*
838 1.6 thorpej * According to SMC Application Note 7-15, the EPIC's clock
839 1.6 thorpej * source is incorrect following a reset. This manifests itself
840 1.6 thorpej * as failure to recognize when host software has written to
841 1.6 thorpej * a register on the EPIC. The appnote recommends issuing at
842 1.6 thorpej * least 16 consecutive writes to the CLOCK TEST bit to correctly
843 1.6 thorpej * configure the clock source.
844 1.6 thorpej */
845 1.6 thorpej for (i = 0; i < 16; i++)
846 1.6 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_TEST,
847 1.6 thorpej TEST_CLOCKTEST);
848 1.6 thorpej }
849 1.6 thorpej
850 1.6 thorpej /*
851 1.1 thorpej * Perform a soft reset on the EPIC.
852 1.1 thorpej */
853 1.1 thorpej void
854 1.1 thorpej epic_reset(sc)
855 1.1 thorpej struct epic_softc *sc;
856 1.1 thorpej {
857 1.1 thorpej
858 1.6 thorpej epic_fixup_clock_source(sc);
859 1.6 thorpej
860 1.1 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_GENCTL, 0);
861 1.1 thorpej delay(100);
862 1.1 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_GENCTL, GENCTL_SOFTRESET);
863 1.1 thorpej delay(100);
864 1.6 thorpej
865 1.6 thorpej epic_fixup_clock_source(sc);
866 1.1 thorpej }
867 1.1 thorpej
868 1.1 thorpej /*
869 1.7 mycroft * Initialize the interface. Must be called at splnet().
870 1.1 thorpej */
871 1.19 thorpej int
872 1.34 thorpej epic_init(ifp)
873 1.34 thorpej struct ifnet *ifp;
874 1.1 thorpej {
875 1.34 thorpej struct epic_softc *sc = ifp->if_softc;
876 1.1 thorpej bus_space_tag_t st = sc->sc_st;
877 1.1 thorpej bus_space_handle_t sh = sc->sc_sh;
878 1.1 thorpej u_int8_t *enaddr = LLADDR(ifp->if_sadl);
879 1.1 thorpej struct epic_txdesc *txd;
880 1.19 thorpej struct epic_descsoft *ds;
881 1.1 thorpej u_int32_t genctl, reg0;
882 1.19 thorpej int i, error = 0;
883 1.1 thorpej
884 1.1 thorpej /*
885 1.1 thorpej * Cancel any pending I/O.
886 1.1 thorpej */
887 1.34 thorpej epic_stop(ifp, 0);
888 1.1 thorpej
889 1.1 thorpej /*
890 1.1 thorpej * Reset the EPIC to a known state.
891 1.1 thorpej */
892 1.1 thorpej epic_reset(sc);
893 1.1 thorpej
894 1.1 thorpej /*
895 1.1 thorpej * Magical mystery initialization.
896 1.1 thorpej */
897 1.1 thorpej bus_space_write_4(st, sh, EPIC_TXTEST, 0);
898 1.1 thorpej
899 1.1 thorpej /*
900 1.1 thorpej * Initialize the EPIC genctl register:
901 1.1 thorpej *
902 1.1 thorpej * - 64 byte receive FIFO threshold
903 1.1 thorpej * - automatic advance to next receive frame
904 1.1 thorpej */
905 1.1 thorpej genctl = GENCTL_RX_FIFO_THRESH0 | GENCTL_ONECOPY;
906 1.18 thorpej #if BYTE_ORDER == BIG_ENDIAN
907 1.18 thorpej genctl |= GENCTL_BIG_ENDIAN;
908 1.18 thorpej #endif
909 1.1 thorpej bus_space_write_4(st, sh, EPIC_GENCTL, genctl);
910 1.1 thorpej
911 1.1 thorpej /*
912 1.1 thorpej * Reset the MII bus and PHY.
913 1.1 thorpej */
914 1.1 thorpej reg0 = bus_space_read_4(st, sh, EPIC_NVCTL);
915 1.1 thorpej bus_space_write_4(st, sh, EPIC_NVCTL, reg0 | NVCTL_GPIO1 | NVCTL_GPOE1);
916 1.1 thorpej bus_space_write_4(st, sh, EPIC_MIICFG, MIICFG_ENASER);
917 1.1 thorpej bus_space_write_4(st, sh, EPIC_GENCTL, genctl | GENCTL_RESET_PHY);
918 1.1 thorpej delay(100);
919 1.1 thorpej bus_space_write_4(st, sh, EPIC_GENCTL, genctl);
920 1.1 thorpej delay(100);
921 1.1 thorpej bus_space_write_4(st, sh, EPIC_NVCTL, reg0);
922 1.1 thorpej
923 1.1 thorpej /*
924 1.1 thorpej * Initialize Ethernet address.
925 1.1 thorpej */
926 1.1 thorpej reg0 = enaddr[1] << 8 | enaddr[0];
927 1.1 thorpej bus_space_write_4(st, sh, EPIC_LAN0, reg0);
928 1.1 thorpej reg0 = enaddr[3] << 8 | enaddr[2];
929 1.1 thorpej bus_space_write_4(st, sh, EPIC_LAN1, reg0);
930 1.1 thorpej reg0 = enaddr[5] << 8 | enaddr[4];
931 1.1 thorpej bus_space_write_4(st, sh, EPIC_LAN2, reg0);
932 1.1 thorpej
933 1.1 thorpej /*
934 1.1 thorpej * Initialize receive control. Remember the external buffer
935 1.1 thorpej * size setting.
936 1.1 thorpej */
937 1.1 thorpej reg0 = bus_space_read_4(st, sh, EPIC_RXCON) &
938 1.1 thorpej (RXCON_EXTBUFSIZESEL1 | RXCON_EXTBUFSIZESEL0);
939 1.1 thorpej reg0 |= (RXCON_RXMULTICAST | RXCON_RXBROADCAST);
940 1.1 thorpej if (ifp->if_flags & IFF_PROMISC)
941 1.1 thorpej reg0 |= RXCON_PROMISCMODE;
942 1.1 thorpej bus_space_write_4(st, sh, EPIC_RXCON, reg0);
943 1.1 thorpej
944 1.13 thorpej /* Set the current media. */
945 1.8 thorpej mii_mediachg(&sc->sc_mii);
946 1.1 thorpej
947 1.13 thorpej /* Set up the multicast hash table. */
948 1.13 thorpej epic_set_mchash(sc);
949 1.13 thorpej
950 1.1 thorpej /*
951 1.10 thorpej * Initialize the transmit descriptor ring. txlast is initialized
952 1.10 thorpej * to the end of the list so that it will wrap around to the first
953 1.10 thorpej * descriptor when the first packet is transmitted.
954 1.1 thorpej */
955 1.1 thorpej for (i = 0; i < EPIC_NTXDESC; i++) {
956 1.10 thorpej txd = EPIC_CDTX(sc, i);
957 1.10 thorpej memset(txd, 0, sizeof(struct epic_txdesc));
958 1.10 thorpej txd->et_bufaddr = EPIC_CDFLADDR(sc, i);
959 1.10 thorpej txd->et_nextdesc = EPIC_CDTXADDR(sc, EPIC_NEXTTX(i));
960 1.10 thorpej EPIC_CDTXSYNC(sc, i, BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
961 1.1 thorpej }
962 1.10 thorpej sc->sc_txpending = 0;
963 1.10 thorpej sc->sc_txdirty = 0;
964 1.10 thorpej sc->sc_txlast = EPIC_NTXDESC - 1;
965 1.1 thorpej
966 1.1 thorpej /*
967 1.19 thorpej * Initialize the receive descriptor ring.
968 1.1 thorpej */
969 1.19 thorpej for (i = 0; i < EPIC_NRXDESC; i++) {
970 1.19 thorpej ds = EPIC_DSRX(sc, i);
971 1.19 thorpej if (ds->ds_mbuf == NULL) {
972 1.19 thorpej if ((error = epic_add_rxbuf(sc, i)) != 0) {
973 1.19 thorpej printf("%s: unable to allocate or map rx "
974 1.19 thorpej "buffer %d error = %d\n",
975 1.19 thorpej sc->sc_dev.dv_xname, i, error);
976 1.19 thorpej /*
977 1.19 thorpej * XXX Should attempt to run with fewer receive
978 1.19 thorpej * XXX buffers instead of just failing.
979 1.19 thorpej */
980 1.19 thorpej epic_rxdrain(sc);
981 1.19 thorpej goto out;
982 1.19 thorpej }
983 1.19 thorpej }
984 1.19 thorpej }
985 1.10 thorpej sc->sc_rxptr = 0;
986 1.1 thorpej
987 1.1 thorpej /*
988 1.1 thorpej * Initialize the interrupt mask and enable interrupts.
989 1.1 thorpej */
990 1.1 thorpej bus_space_write_4(st, sh, EPIC_INTMASK, INTMASK);
991 1.1 thorpej bus_space_write_4(st, sh, EPIC_GENCTL, genctl | GENCTL_INTENA);
992 1.1 thorpej
993 1.1 thorpej /*
994 1.1 thorpej * Give the transmit and receive rings to the EPIC.
995 1.1 thorpej */
996 1.1 thorpej bus_space_write_4(st, sh, EPIC_PTCDAR,
997 1.10 thorpej EPIC_CDTXADDR(sc, EPIC_NEXTTX(sc->sc_txlast)));
998 1.1 thorpej bus_space_write_4(st, sh, EPIC_PRCDAR,
999 1.10 thorpej EPIC_CDRXADDR(sc, sc->sc_rxptr));
1000 1.1 thorpej
1001 1.1 thorpej /*
1002 1.1 thorpej * Set the EPIC in motion.
1003 1.1 thorpej */
1004 1.1 thorpej bus_space_write_4(st, sh, EPIC_COMMAND,
1005 1.1 thorpej COMMAND_RXQUEUED | COMMAND_START_RX);
1006 1.1 thorpej
1007 1.1 thorpej /*
1008 1.1 thorpej * ...all done!
1009 1.1 thorpej */
1010 1.1 thorpej ifp->if_flags |= IFF_RUNNING;
1011 1.1 thorpej ifp->if_flags &= ~IFF_OACTIVE;
1012 1.8 thorpej
1013 1.8 thorpej /*
1014 1.8 thorpej * Start the one second clock.
1015 1.8 thorpej */
1016 1.29 thorpej callout_reset(&sc->sc_mii_callout, hz, epic_tick, sc);
1017 1.9 thorpej
1018 1.9 thorpej /*
1019 1.9 thorpej * Attempt to start output on the interface.
1020 1.9 thorpej */
1021 1.9 thorpej epic_start(ifp);
1022 1.19 thorpej
1023 1.19 thorpej out:
1024 1.19 thorpej if (error)
1025 1.19 thorpej printf("%s: interface not running\n", sc->sc_dev.dv_xname);
1026 1.19 thorpej return (error);
1027 1.19 thorpej }
1028 1.19 thorpej
1029 1.19 thorpej /*
1030 1.19 thorpej * Drain the receive queue.
1031 1.19 thorpej */
1032 1.19 thorpej void
1033 1.19 thorpej epic_rxdrain(sc)
1034 1.19 thorpej struct epic_softc *sc;
1035 1.19 thorpej {
1036 1.19 thorpej struct epic_descsoft *ds;
1037 1.19 thorpej int i;
1038 1.19 thorpej
1039 1.19 thorpej for (i = 0; i < EPIC_NRXDESC; i++) {
1040 1.19 thorpej ds = EPIC_DSRX(sc, i);
1041 1.19 thorpej if (ds->ds_mbuf != NULL) {
1042 1.19 thorpej bus_dmamap_unload(sc->sc_dmat, ds->ds_dmamap);
1043 1.19 thorpej m_freem(ds->ds_mbuf);
1044 1.19 thorpej ds->ds_mbuf = NULL;
1045 1.19 thorpej }
1046 1.19 thorpej }
1047 1.1 thorpej }
1048 1.1 thorpej
1049 1.1 thorpej /*
1050 1.1 thorpej * Stop transmission on the interface.
1051 1.1 thorpej */
1052 1.1 thorpej void
1053 1.34 thorpej epic_stop(ifp, disable)
1054 1.34 thorpej struct ifnet *ifp;
1055 1.34 thorpej int disable;
1056 1.1 thorpej {
1057 1.34 thorpej struct epic_softc *sc = ifp->if_softc;
1058 1.1 thorpej bus_space_tag_t st = sc->sc_st;
1059 1.1 thorpej bus_space_handle_t sh = sc->sc_sh;
1060 1.1 thorpej struct epic_descsoft *ds;
1061 1.1 thorpej u_int32_t reg;
1062 1.1 thorpej int i;
1063 1.6 thorpej
1064 1.8 thorpej /*
1065 1.8 thorpej * Stop the one second clock.
1066 1.8 thorpej */
1067 1.29 thorpej callout_stop(&sc->sc_mii_callout);
1068 1.23 thorpej
1069 1.23 thorpej /* Down the MII. */
1070 1.23 thorpej mii_down(&sc->sc_mii);
1071 1.8 thorpej
1072 1.6 thorpej /* Paranoia... */
1073 1.6 thorpej epic_fixup_clock_source(sc);
1074 1.1 thorpej
1075 1.1 thorpej /*
1076 1.1 thorpej * Disable interrupts.
1077 1.1 thorpej */
1078 1.1 thorpej reg = bus_space_read_4(st, sh, EPIC_GENCTL);
1079 1.1 thorpej bus_space_write_4(st, sh, EPIC_GENCTL, reg & ~GENCTL_INTENA);
1080 1.1 thorpej bus_space_write_4(st, sh, EPIC_INTMASK, 0);
1081 1.1 thorpej
1082 1.1 thorpej /*
1083 1.1 thorpej * Stop the DMA engine and take the receiver off-line.
1084 1.1 thorpej */
1085 1.1 thorpej bus_space_write_4(st, sh, EPIC_COMMAND, COMMAND_STOP_RDMA |
1086 1.1 thorpej COMMAND_STOP_TDMA | COMMAND_STOP_RX);
1087 1.1 thorpej
1088 1.1 thorpej /*
1089 1.1 thorpej * Release any queued transmit buffers.
1090 1.1 thorpej */
1091 1.1 thorpej for (i = 0; i < EPIC_NTXDESC; i++) {
1092 1.10 thorpej ds = EPIC_DSTX(sc, i);
1093 1.1 thorpej if (ds->ds_mbuf != NULL) {
1094 1.1 thorpej bus_dmamap_unload(sc->sc_dmat, ds->ds_dmamap);
1095 1.1 thorpej m_freem(ds->ds_mbuf);
1096 1.1 thorpej ds->ds_mbuf = NULL;
1097 1.1 thorpej }
1098 1.19 thorpej }
1099 1.19 thorpej
1100 1.34 thorpej if (disable)
1101 1.19 thorpej epic_rxdrain(sc);
1102 1.1 thorpej
1103 1.1 thorpej /*
1104 1.1 thorpej * Mark the interface down and cancel the watchdog timer.
1105 1.1 thorpej */
1106 1.1 thorpej ifp->if_flags &= ~(IFF_RUNNING | IFF_OACTIVE);
1107 1.1 thorpej ifp->if_timer = 0;
1108 1.1 thorpej }
1109 1.1 thorpej
1110 1.1 thorpej /*
1111 1.1 thorpej * Read the EPIC Serial EEPROM.
1112 1.1 thorpej */
1113 1.1 thorpej void
1114 1.1 thorpej epic_read_eeprom(sc, word, wordcnt, data)
1115 1.1 thorpej struct epic_softc *sc;
1116 1.1 thorpej int word, wordcnt;
1117 1.1 thorpej u_int16_t *data;
1118 1.1 thorpej {
1119 1.1 thorpej bus_space_tag_t st = sc->sc_st;
1120 1.1 thorpej bus_space_handle_t sh = sc->sc_sh;
1121 1.1 thorpej u_int16_t reg;
1122 1.1 thorpej int i, x;
1123 1.1 thorpej
1124 1.1 thorpej #define EEPROM_WAIT_READY(st, sh) \
1125 1.1 thorpej while ((bus_space_read_4((st), (sh), EPIC_EECTL) & EECTL_EERDY) == 0) \
1126 1.1 thorpej /* nothing */
1127 1.1 thorpej
1128 1.1 thorpej /*
1129 1.1 thorpej * Enable the EEPROM.
1130 1.1 thorpej */
1131 1.1 thorpej bus_space_write_4(st, sh, EPIC_EECTL, EECTL_ENABLE);
1132 1.1 thorpej EEPROM_WAIT_READY(st, sh);
1133 1.1 thorpej
1134 1.1 thorpej for (i = 0; i < wordcnt; i++) {
1135 1.1 thorpej /* Send CHIP SELECT for one clock tick. */
1136 1.1 thorpej bus_space_write_4(st, sh, EPIC_EECTL, EECTL_ENABLE|EECTL_EECS);
1137 1.1 thorpej EEPROM_WAIT_READY(st, sh);
1138 1.1 thorpej
1139 1.1 thorpej /* Shift in the READ opcode. */
1140 1.1 thorpej for (x = 3; x > 0; x--) {
1141 1.1 thorpej reg = EECTL_ENABLE|EECTL_EECS;
1142 1.1 thorpej if (EPIC_EEPROM_OPC_READ & (1 << (x - 1)))
1143 1.1 thorpej reg |= EECTL_EEDI;
1144 1.1 thorpej bus_space_write_4(st, sh, EPIC_EECTL, reg);
1145 1.1 thorpej EEPROM_WAIT_READY(st, sh);
1146 1.1 thorpej bus_space_write_4(st, sh, EPIC_EECTL, reg|EECTL_EESK);
1147 1.1 thorpej EEPROM_WAIT_READY(st, sh);
1148 1.1 thorpej bus_space_write_4(st, sh, EPIC_EECTL, reg);
1149 1.1 thorpej EEPROM_WAIT_READY(st, sh);
1150 1.1 thorpej }
1151 1.1 thorpej
1152 1.1 thorpej /* Shift in address. */
1153 1.1 thorpej for (x = 6; x > 0; x--) {
1154 1.1 thorpej reg = EECTL_ENABLE|EECTL_EECS;
1155 1.1 thorpej if ((word + i) & (1 << (x - 1)))
1156 1.1 thorpej reg |= EECTL_EEDI;
1157 1.1 thorpej bus_space_write_4(st, sh, EPIC_EECTL, reg);
1158 1.1 thorpej EEPROM_WAIT_READY(st, sh);
1159 1.1 thorpej bus_space_write_4(st, sh, EPIC_EECTL, reg|EECTL_EESK);
1160 1.1 thorpej EEPROM_WAIT_READY(st, sh);
1161 1.1 thorpej bus_space_write_4(st, sh, EPIC_EECTL, reg);
1162 1.1 thorpej EEPROM_WAIT_READY(st, sh);
1163 1.1 thorpej }
1164 1.1 thorpej
1165 1.1 thorpej /* Shift out data. */
1166 1.1 thorpej reg = EECTL_ENABLE|EECTL_EECS;
1167 1.1 thorpej data[i] = 0;
1168 1.1 thorpej for (x = 16; x > 0; x--) {
1169 1.1 thorpej bus_space_write_4(st, sh, EPIC_EECTL, reg|EECTL_EESK);
1170 1.1 thorpej EEPROM_WAIT_READY(st, sh);
1171 1.1 thorpej if (bus_space_read_4(st, sh, EPIC_EECTL) & EECTL_EEDO)
1172 1.1 thorpej data[i] |= (1 << (x - 1));
1173 1.1 thorpej bus_space_write_4(st, sh, EPIC_EECTL, reg);
1174 1.1 thorpej EEPROM_WAIT_READY(st, sh);
1175 1.1 thorpej }
1176 1.1 thorpej
1177 1.1 thorpej /* Clear CHIP SELECT. */
1178 1.1 thorpej bus_space_write_4(st, sh, EPIC_EECTL, EECTL_ENABLE);
1179 1.1 thorpej EEPROM_WAIT_READY(st, sh);
1180 1.1 thorpej }
1181 1.1 thorpej
1182 1.1 thorpej /*
1183 1.1 thorpej * Disable the EEPROM.
1184 1.1 thorpej */
1185 1.1 thorpej bus_space_write_4(st, sh, EPIC_EECTL, 0);
1186 1.1 thorpej
1187 1.1 thorpej #undef EEPROM_WAIT_READY
1188 1.1 thorpej }
1189 1.1 thorpej
1190 1.1 thorpej /*
1191 1.1 thorpej * Add a receive buffer to the indicated descriptor.
1192 1.1 thorpej */
1193 1.1 thorpej int
1194 1.1 thorpej epic_add_rxbuf(sc, idx)
1195 1.1 thorpej struct epic_softc *sc;
1196 1.1 thorpej int idx;
1197 1.1 thorpej {
1198 1.10 thorpej struct epic_descsoft *ds = EPIC_DSRX(sc, idx);
1199 1.10 thorpej struct mbuf *m;
1200 1.10 thorpej int error;
1201 1.1 thorpej
1202 1.10 thorpej MGETHDR(m, M_DONTWAIT, MT_DATA);
1203 1.10 thorpej if (m == NULL)
1204 1.10 thorpej return (ENOBUFS);
1205 1.1 thorpej
1206 1.10 thorpej MCLGET(m, M_DONTWAIT);
1207 1.10 thorpej if ((m->m_flags & M_EXT) == 0) {
1208 1.10 thorpej m_freem(m);
1209 1.10 thorpej return (ENOBUFS);
1210 1.1 thorpej }
1211 1.1 thorpej
1212 1.10 thorpej if (ds->ds_mbuf != NULL)
1213 1.10 thorpej bus_dmamap_unload(sc->sc_dmat, ds->ds_dmamap);
1214 1.10 thorpej
1215 1.1 thorpej ds->ds_mbuf = m;
1216 1.1 thorpej
1217 1.10 thorpej error = bus_dmamap_load(sc->sc_dmat, ds->ds_dmamap,
1218 1.10 thorpej m->m_ext.ext_buf, m->m_ext.ext_size, NULL, BUS_DMA_NOWAIT);
1219 1.10 thorpej if (error) {
1220 1.10 thorpej printf("%s: can't load rx DMA map %d, error = %d\n",
1221 1.10 thorpej sc->sc_dev.dv_xname, idx, error);
1222 1.10 thorpej panic("epic_add_rxbuf"); /* XXX */
1223 1.1 thorpej }
1224 1.1 thorpej
1225 1.1 thorpej bus_dmamap_sync(sc->sc_dmat, ds->ds_dmamap, 0,
1226 1.1 thorpej ds->ds_dmamap->dm_mapsize, BUS_DMASYNC_PREREAD);
1227 1.1 thorpej
1228 1.10 thorpej EPIC_INIT_RXDESC(sc, idx);
1229 1.1 thorpej
1230 1.10 thorpej return (0);
1231 1.1 thorpej }
1232 1.1 thorpej
1233 1.1 thorpej /*
1234 1.1 thorpej * Set the EPIC multicast hash table.
1235 1.13 thorpej *
1236 1.13 thorpej * NOTE: We rely on a recently-updated mii_media_active here!
1237 1.1 thorpej */
1238 1.1 thorpej void
1239 1.1 thorpej epic_set_mchash(sc)
1240 1.1 thorpej struct epic_softc *sc;
1241 1.1 thorpej {
1242 1.1 thorpej struct ethercom *ec = &sc->sc_ethercom;
1243 1.1 thorpej struct ifnet *ifp = &sc->sc_ethercom.ec_if;
1244 1.1 thorpej struct ether_multi *enm;
1245 1.1 thorpej struct ether_multistep step;
1246 1.31 thorpej u_int32_t hash, mchash[4];
1247 1.1 thorpej
1248 1.1 thorpej /*
1249 1.1 thorpej * Set up the multicast address filter by passing all multicast
1250 1.31 thorpej * addresses through a CRC generator, and then using the low-order
1251 1.1 thorpej * 6 bits as an index into the 64 bit multicast hash table (only
1252 1.1 thorpej * the lower 16 bits of each 32 bit multicast hash register are
1253 1.31 thorpej * valid). The high order bits select the register, while the
1254 1.1 thorpej * rest of the bits select the bit within the register.
1255 1.1 thorpej */
1256 1.1 thorpej
1257 1.1 thorpej if (ifp->if_flags & IFF_PROMISC)
1258 1.1 thorpej goto allmulti;
1259 1.1 thorpej
1260 1.13 thorpej if (IFM_SUBTYPE(sc->sc_mii.mii_media_active) == IFM_10_T) {
1261 1.13 thorpej /* XXX hardware bug in 10Mbps mode. */
1262 1.13 thorpej goto allmulti;
1263 1.13 thorpej }
1264 1.1 thorpej
1265 1.1 thorpej mchash[0] = mchash[1] = mchash[2] = mchash[3] = 0;
1266 1.1 thorpej
1267 1.1 thorpej ETHER_FIRST_MULTI(step, ec, enm);
1268 1.1 thorpej while (enm != NULL) {
1269 1.1 thorpej if (bcmp(enm->enm_addrlo, enm->enm_addrhi, ETHER_ADDR_LEN)) {
1270 1.1 thorpej /*
1271 1.1 thorpej * We must listen to a range of multicast addresses.
1272 1.1 thorpej * For now, just accept all multicasts, rather than
1273 1.1 thorpej * trying to set only those filter bits needed to match
1274 1.1 thorpej * the range. (At this time, the only use of address
1275 1.1 thorpej * ranges is for IP multicast routing, for which the
1276 1.1 thorpej * range is big enough to require all bits set.)
1277 1.1 thorpej */
1278 1.1 thorpej goto allmulti;
1279 1.1 thorpej }
1280 1.1 thorpej
1281 1.37 thorpej hash = ether_crc32_be(enm->enm_addrlo, ETHER_ADDR_LEN);
1282 1.37 thorpej hash >>= 26;
1283 1.1 thorpej
1284 1.1 thorpej /* Set the corresponding bit in the hash table. */
1285 1.31 thorpej mchash[hash >> 4] |= 1 << (hash & 0xf);
1286 1.1 thorpej
1287 1.1 thorpej ETHER_NEXT_MULTI(step, enm);
1288 1.1 thorpej }
1289 1.1 thorpej
1290 1.1 thorpej ifp->if_flags &= ~IFF_ALLMULTI;
1291 1.1 thorpej goto sethash;
1292 1.1 thorpej
1293 1.1 thorpej allmulti:
1294 1.1 thorpej ifp->if_flags |= IFF_ALLMULTI;
1295 1.1 thorpej mchash[0] = mchash[1] = mchash[2] = mchash[3] = 0xffff;
1296 1.1 thorpej
1297 1.1 thorpej sethash:
1298 1.1 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_MC0, mchash[0]);
1299 1.1 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_MC1, mchash[1]);
1300 1.1 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_MC2, mchash[2]);
1301 1.1 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_MC3, mchash[3]);
1302 1.8 thorpej }
1303 1.8 thorpej
1304 1.8 thorpej /*
1305 1.8 thorpej * Wait for the MII to become ready.
1306 1.8 thorpej */
1307 1.8 thorpej int
1308 1.8 thorpej epic_mii_wait(sc, rw)
1309 1.8 thorpej struct epic_softc *sc;
1310 1.8 thorpej u_int32_t rw;
1311 1.8 thorpej {
1312 1.8 thorpej int i;
1313 1.8 thorpej
1314 1.8 thorpej for (i = 0; i < 50; i++) {
1315 1.8 thorpej if ((bus_space_read_4(sc->sc_st, sc->sc_sh, EPIC_MMCTL) & rw)
1316 1.8 thorpej == 0)
1317 1.8 thorpej break;
1318 1.8 thorpej delay(2);
1319 1.8 thorpej }
1320 1.8 thorpej if (i == 50) {
1321 1.8 thorpej printf("%s: MII timed out\n", sc->sc_dev.dv_xname);
1322 1.8 thorpej return (1);
1323 1.8 thorpej }
1324 1.8 thorpej
1325 1.8 thorpej return (0);
1326 1.8 thorpej }
1327 1.8 thorpej
1328 1.8 thorpej /*
1329 1.8 thorpej * Read from the MII.
1330 1.8 thorpej */
1331 1.8 thorpej int
1332 1.8 thorpej epic_mii_read(self, phy, reg)
1333 1.8 thorpej struct device *self;
1334 1.8 thorpej int phy, reg;
1335 1.8 thorpej {
1336 1.8 thorpej struct epic_softc *sc = (struct epic_softc *)self;
1337 1.8 thorpej
1338 1.8 thorpej if (epic_mii_wait(sc, MMCTL_WRITE))
1339 1.8 thorpej return (0);
1340 1.8 thorpej
1341 1.8 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_MMCTL,
1342 1.8 thorpej MMCTL_ARG(phy, reg, MMCTL_READ));
1343 1.8 thorpej
1344 1.8 thorpej if (epic_mii_wait(sc, MMCTL_READ))
1345 1.8 thorpej return (0);
1346 1.8 thorpej
1347 1.8 thorpej return (bus_space_read_4(sc->sc_st, sc->sc_sh, EPIC_MMDATA) &
1348 1.8 thorpej MMDATA_MASK);
1349 1.8 thorpej }
1350 1.8 thorpej
1351 1.8 thorpej /*
1352 1.8 thorpej * Write to the MII.
1353 1.8 thorpej */
1354 1.8 thorpej void
1355 1.8 thorpej epic_mii_write(self, phy, reg, val)
1356 1.8 thorpej struct device *self;
1357 1.8 thorpej int phy, reg, val;
1358 1.8 thorpej {
1359 1.8 thorpej struct epic_softc *sc = (struct epic_softc *)self;
1360 1.8 thorpej
1361 1.8 thorpej if (epic_mii_wait(sc, MMCTL_WRITE))
1362 1.8 thorpej return;
1363 1.8 thorpej
1364 1.8 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_MMDATA, val);
1365 1.8 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_MMCTL,
1366 1.8 thorpej MMCTL_ARG(phy, reg, MMCTL_WRITE));
1367 1.8 thorpej }
1368 1.8 thorpej
1369 1.8 thorpej /*
1370 1.8 thorpej * Callback from PHY when media changes.
1371 1.8 thorpej */
1372 1.8 thorpej void
1373 1.8 thorpej epic_statchg(self)
1374 1.8 thorpej struct device *self;
1375 1.8 thorpej {
1376 1.11 thorpej struct epic_softc *sc = (struct epic_softc *)self;
1377 1.11 thorpej u_int32_t txcon;
1378 1.11 thorpej
1379 1.11 thorpej /*
1380 1.11 thorpej * Update loopback bits in TXCON to reflect duplex mode.
1381 1.11 thorpej */
1382 1.11 thorpej txcon = bus_space_read_4(sc->sc_st, sc->sc_sh, EPIC_TXCON);
1383 1.11 thorpej if (sc->sc_mii.mii_media_active & IFM_FDX)
1384 1.11 thorpej txcon |= (TXCON_LOOPBACK_D1|TXCON_LOOPBACK_D2);
1385 1.11 thorpej else
1386 1.11 thorpej txcon &= ~(TXCON_LOOPBACK_D1|TXCON_LOOPBACK_D2);
1387 1.11 thorpej bus_space_write_4(sc->sc_st, sc->sc_sh, EPIC_TXCON, txcon);
1388 1.13 thorpej
1389 1.13 thorpej /*
1390 1.13 thorpej * There is a multicast filter bug in 10Mbps mode. Kick the
1391 1.13 thorpej * multicast filter in case the speed changed.
1392 1.13 thorpej */
1393 1.13 thorpej epic_set_mchash(sc);
1394 1.8 thorpej }
1395 1.8 thorpej
1396 1.8 thorpej /*
1397 1.8 thorpej * Callback from ifmedia to request current media status.
1398 1.8 thorpej */
1399 1.8 thorpej void
1400 1.8 thorpej epic_mediastatus(ifp, ifmr)
1401 1.8 thorpej struct ifnet *ifp;
1402 1.8 thorpej struct ifmediareq *ifmr;
1403 1.8 thorpej {
1404 1.8 thorpej struct epic_softc *sc = ifp->if_softc;
1405 1.8 thorpej
1406 1.8 thorpej mii_pollstat(&sc->sc_mii);
1407 1.8 thorpej ifmr->ifm_status = sc->sc_mii.mii_media_status;
1408 1.8 thorpej ifmr->ifm_active = sc->sc_mii.mii_media_active;
1409 1.8 thorpej }
1410 1.8 thorpej
1411 1.8 thorpej /*
1412 1.8 thorpej * Callback from ifmedia to request new media setting.
1413 1.8 thorpej */
1414 1.8 thorpej int
1415 1.8 thorpej epic_mediachange(ifp)
1416 1.8 thorpej struct ifnet *ifp;
1417 1.8 thorpej {
1418 1.11 thorpej struct epic_softc *sc = ifp->if_softc;
1419 1.8 thorpej
1420 1.8 thorpej if (ifp->if_flags & IFF_UP)
1421 1.11 thorpej mii_mediachg(&sc->sc_mii);
1422 1.8 thorpej return (0);
1423 1.1 thorpej }
1424