2 * Copyright (c) 1996 Gardner Buchanan <gbuchanan@shl.com>
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
13 * 3. All advertising materials mentioning features or use of this software
14 * must display the following acknowledgement:
15 * This product includes software developed by Gardner Buchanan.
16 * 4. The name of Gardner Buchanan may not be used to endorse or promote
17 * products derived from this software without specific prior written
20 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 * $FreeBSD: src/sys/dev/sn/if_sn.c,v 1.7.2.3 2001/02/04 04:38:38 toshi Exp $
32 * $DragonFly: src/sys/dev/netif/sn/if_sn.c,v 1.28 2008/05/14 11:59:22 sephe Exp $
36 * This is a driver for SMC's 9000 series of Ethernet adapters.
38 * This FreeBSD driver is derived from the smc9194 Linux driver by
39 * Erik Stahlman and is Copyright (C) 1996 by Erik Stahlman.
40 * This driver also shamelessly borrows from the FreeBSD ep driver
41 * which is Copyright (C) 1994 Herb Peyerl <hpeyerl@novatel.ca>
42 * All rights reserved.
44 * It is set up for my SMC91C92 equipped Ampro LittleBoard embedded
45 * PC. It is adapted from Erik Stahlman's Linux driver which worked
46 * with his EFA Info*Express SVC VLB adaptor. According to SMC's databook,
47 * it will work for the entire SMC 9xxx series. (Ha Ha)
49 * "Features" of the SMC chip:
50 * 4608 byte packet memory. (for the 91C92. Others have more)
51 * EEPROM for configuration
55 * Erik Stahlman erik@vt.edu
56 * Herb Peyerl hpeyerl@novatel.ca
57 * Andres Vega Garcia avega@sophia.inria.fr
58 * Serge Babkin babkin@hq.icb.chel.su
59 * Gardner Buchanan gbuchanan@shl.com
63 * o "smc9194.c:v0.10(FIXED) 02/15/96 by Erik Stahlman (erik@vt.edu)"
64 * o "if_ep.c,v 1.19 1995/01/24 20:53:45 davidg Exp"
67 * o The hardware multicast filter isn't used yet.
68 * o Setting of the hardware address isn't supported.
69 * o Hardware padding isn't used.
73 * Modifications for Megahertz X-Jack Ethernet Card (XJ-10BT)
75 * Copyright (c) 1996 by Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
76 * BSD-nomads, Tokyo, Japan.
79 * Multicast support by Kei TANAKA <kei@pal.xerox.com>
80 * Special thanks to itojun@itojun.org
83 #undef SN_DEBUG /* (by hosokawa) */
85 #include <sys/param.h>
86 #include <sys/systm.h>
87 #include <sys/kernel.h>
88 #include <sys/interrupt.h>
89 #include <sys/errno.h>
90 #include <sys/sockio.h>
91 #include <sys/malloc.h>
93 #include <sys/socket.h>
94 #include <sys/syslog.h>
95 #include <sys/serialize.h>
96 #include <sys/module.h>
99 #include <sys/thread2.h>
101 #include <net/ethernet.h>
103 #include <net/ifq_var.h>
104 #include <net/if_arp.h>
105 #include <net/if_dl.h>
106 #include <net/if_types.h>
107 #include <net/if_mib.h>
110 #include <netinet/in.h>
111 #include <netinet/in_systm.h>
112 #include <netinet/in_var.h>
113 #include <netinet/ip.h>
117 #include <netns/ns.h>
118 #include <netns/ns_if.h>
122 #include <net/bpfdesc.h>
124 #include <machine/clock.h>
126 #include "if_snreg.h"
127 #include "if_snvar.h"
129 /* Exported variables */
130 devclass_t sn_devclass
;
132 static int snioctl(struct ifnet
* ifp
, u_long
, caddr_t
, struct ucred
*);
134 static void snresume(struct ifnet
*);
137 void snread(struct ifnet
*);
138 void snreset(struct sn_softc
*);
139 void snstart(struct ifnet
*);
140 void snstop(struct sn_softc
*);
141 void snwatchdog(struct ifnet
*);
143 static void sn_setmcast(struct sn_softc
*);
144 static int sn_getmcf(struct arpcom
*ac
, u_char
*mcf
);
145 static u_int
smc_crc(u_char
*);
147 DECLARE_DUMMY_MODULE(if_sn
);
149 /* I (GB) have been unlucky getting the hardware padding
154 static const char *chip_ids
[15] = {
156 /* 3 */ "SMC91C90/91C92",
161 /* 8 */ "SMC91C100FD",
167 sn_attach(device_t dev
)
169 struct sn_softc
*sc
= device_get_softc(dev
);
170 struct ifnet
*ifp
= &sc
->arpcom
.ac_if
;
183 sc
->pages_wanted
= -1;
185 device_printf(dev
, " ");
188 rev
= inw(BASE
+ REVISION_REG_W
);
189 if (chip_ids
[(rev
>> 4) & 0xF])
190 kprintf("%s ", chip_ids
[(rev
>> 4) & 0xF]);
193 i
= inw(BASE
+ CONFIG_REG_W
);
194 kprintf("%s\n", i
& CR_AUI_SELECT
? "AUI" : "UTP");
196 if (sc
->pccard_enaddr
)
197 for (j
= 0; j
< 3; j
++) {
200 w
= (u_short
)sc
->arpcom
.ac_enaddr
[j
* 2] |
201 (((u_short
)sc
->arpcom
.ac_enaddr
[j
* 2 + 1]) << 8);
202 outw(BASE
+ IAR_ADDR0_REG_W
+ j
* 2, w
);
206 * Read the station address from the chip. The MAC address is bank 1,
210 p
= (u_char
*) & sc
->arpcom
.ac_enaddr
;
211 for (i
= 0; i
< 6; i
+= 2) {
212 address
= inw(BASE
+ IAR_ADDR0_REG_W
+ i
);
213 p
[i
+ 1] = address
>> 8;
214 p
[i
] = address
& 0xFF;
217 if_initname(ifp
, "sn", device_get_unit(dev
));
218 ifp
->if_mtu
= ETHERMTU
;
219 ifp
->if_flags
= IFF_BROADCAST
| IFF_SIMPLEX
| IFF_MULTICAST
;
220 ifp
->if_start
= snstart
;
221 ifp
->if_ioctl
= snioctl
;
222 ifp
->if_watchdog
= snwatchdog
;
223 ifp
->if_init
= sninit
;
224 ifq_set_maxlen(&ifp
->if_snd
, IFQ_MAXLEN
);
225 ifq_set_ready(&ifp
->if_snd
);
228 ether_ifattach(ifp
, sc
->arpcom
.ac_enaddr
, NULL
);
230 error
= bus_setup_intr(dev
, sc
->irq_res
, INTR_NETSAFE
,
231 sn_intr
, sc
, &sc
->intrhand
,
239 ifp
->if_cpuid
= ithread_cpuid(rman_get_start(sc
->irq_res
));
240 KKASSERT(ifp
->if_cpuid
>= 0 && ifp
->if_cpuid
< ncpus
);
247 * Reset and initialize the chip
252 struct sn_softc
*sc
= xsc
;
253 struct ifnet
*ifp
= &sc
->arpcom
.ac_if
;
258 * This resets the registers mostly to defaults, but doesn't affect
259 * EEPROM. After the reset cycle, we pause briefly for the chip to
263 outw(BASE
+ RECV_CONTROL_REG_W
, RCR_SOFTRESET
);
265 outw(BASE
+ RECV_CONTROL_REG_W
, 0x0000);
269 outw(BASE
+ TXMIT_CONTROL_REG_W
, 0x0000);
272 * Set the control register to automatically release succesfully
273 * transmitted packets (making the best use out of our limited
274 * memory) and to enable the EPH interrupt on certain TX errors.
277 outw(BASE
+ CONTROL_REG_W
, (CTR_AUTO_RELEASE
| CTR_TE_ENABLE
|
278 CTR_CR_ENABLE
| CTR_LE_ENABLE
));
280 /* Set squelch level to 240mV (default 480mV) */
281 flags
= inw(BASE
+ CONFIG_REG_W
);
282 flags
|= CR_SET_SQLCH
;
283 outw(BASE
+ CONFIG_REG_W
, flags
);
286 * Reset the MMU and wait for it to be un-busy.
289 outw(BASE
+ MMU_CMD_REG_W
, MMUCR_RESET
);
290 while (inw(BASE
+ MMU_CMD_REG_W
) & MMUCR_BUSY
) /* NOTHING */
294 * Disable all interrupts
296 outb(BASE
+ INTR_MASK_REG_B
, 0x00);
301 * Set the transmitter control. We want it enabled.
307 * I (GB) have been unlucky getting this to work.
309 flags
|= TCR_PAD_ENABLE
;
312 outw(BASE
+ TXMIT_CONTROL_REG_W
, flags
);
316 * Now, enable interrupts
325 outb(BASE
+ INTR_MASK_REG_B
, mask
);
326 sc
->intr_mask
= mask
;
327 sc
->pages_wanted
= -1;
331 * Mark the interface running but not active.
333 ifp
->if_flags
|= IFF_RUNNING
;
334 ifp
->if_flags
&= ~IFF_OACTIVE
;
337 * Attempt to push out any waiting packets.
344 snstart(struct ifnet
*ifp
)
346 struct sn_softc
*sc
= ifp
->if_softc
;
357 if ((ifp
->if_flags
& (IFF_OACTIVE
| IFF_RUNNING
)) != IFF_RUNNING
)
360 if (sc
->pages_wanted
!= -1) {
361 /* XXX should never happen */
362 kprintf("%s: snstart() while memory allocation pending\n",
364 ifp
->if_flags
|= IFF_OACTIVE
;
370 * Sneak a peek at the next packet
372 m
= ifq_dequeue(&ifp
->if_snd
, NULL
);
377 * Compute the frame length and set pad to give an overall even
378 * number of bytes. Below we assume that the packet length is even.
380 for (len
= 0, top
= m
; m
; m
= m
->m_next
)
386 * We drop packets that are too large. Perhaps we should truncate
389 if (len
+ pad
> ETHER_MAX_LEN
- ETHER_CRC_LEN
) {
390 kprintf("%s: large packet discarded (A)\n", ifp
->if_xname
);
391 ++sc
->arpcom
.ac_if
.if_oerrors
;
398 * If HW padding is not turned on, then pad to ETHER_MIN_LEN.
400 if (len
< ETHER_MIN_LEN
- ETHER_CRC_LEN
)
401 pad
= ETHER_MIN_LEN
- ETHER_CRC_LEN
- len
;
408 * The MMU wants the number of pages to be the number of 256 byte
409 * 'pages', minus 1 (A packet can't ever have 0 pages. We also
410 * include space for the status word, byte count and control bytes in
411 * the allocation request.
413 numPages
= (length
+ 6) >> 8;
417 * Now, try to allocate the memory
420 outw(BASE
+ MMU_CMD_REG_W
, MMUCR_ALLOC
| numPages
);
423 * Wait a short amount of time to see if the allocation request
424 * completes. Otherwise, I enable the interrupt and wait for
425 * completion asyncronously.
428 time_out
= MEMORY_WAIT_TIME
;
430 if (inb(BASE
+ INTR_STAT_REG_B
) & IM_ALLOC_INT
)
432 } while (--time_out
);
437 * No memory now. Oh well, wait until the chip finds memory
438 * later. Remember how many pages we were asking for and
439 * enable the allocation completion interrupt. Also set a
440 * watchdog in case we miss the interrupt. We mark the
441 * interface active since there is no point in attempting an
442 * snstart() until after the memory is available.
444 mask
= inb(BASE
+ INTR_MASK_REG_B
) | IM_ALLOC_INT
;
445 outb(BASE
+ INTR_MASK_REG_B
, mask
);
446 sc
->intr_mask
= mask
;
449 ifp
->if_flags
|= IFF_OACTIVE
;
450 sc
->pages_wanted
= numPages
;
451 ifq_prepend(&ifp
->if_snd
, top
);
456 * The memory allocation completed. Check the results.
458 packet_no
= inb(BASE
+ ALLOC_RESULT_REG_B
);
459 if (packet_no
& ARR_FAILED
) {
460 kprintf("%s: Memory allocation failed\n", ifp
->if_xname
);
461 ifq_prepend(&ifp
->if_snd
, top
);
465 * We have a packet number, so tell the card to use it.
467 outb(BASE
+ PACKET_NUM_REG_B
, packet_no
);
470 * Point to the beginning of the packet
472 outw(BASE
+ POINTER_REG_W
, PTR_AUTOINC
| 0x0000);
475 * Send the packet length (+6 for status, length and control byte)
476 * and the status word (set to zeros)
478 outw(BASE
+ DATA_REG_W
, 0);
479 outb(BASE
+ DATA_REG_B
, (length
+ 6) & 0xFF);
480 outb(BASE
+ DATA_REG_B
, (length
+ 6) >> 8);
483 * Push out the data to the card.
485 for (m
= top
; m
!= NULL
; m
= m
->m_next
) {
490 outsw(BASE
+ DATA_REG_W
, mtod(m
, caddr_t
), m
->m_len
/ 2);
493 * Push out remaining byte.
496 outb(BASE
+ DATA_REG_B
, *(mtod(m
, caddr_t
) + m
->m_len
- 1));
503 outw(BASE
+ DATA_REG_W
, 0);
507 outb(BASE
+ DATA_REG_B
, 0);
510 * Push out control byte and unused packet byte The control byte is 0
511 * meaning the packet is even lengthed and no special CRC handling is
514 outw(BASE
+ DATA_REG_W
, 0);
517 * Enable the interrupts and let the chipset deal with it Also set a
518 * watchdog in case we miss the interrupt.
520 mask
= inb(BASE
+ INTR_MASK_REG_B
) | (IM_TX_INT
| IM_TX_EMPTY_INT
);
521 outb(BASE
+ INTR_MASK_REG_B
, mask
);
522 sc
->intr_mask
= mask
;
524 outw(BASE
+ MMU_CMD_REG_W
, MMUCR_ENQUEUE
);
526 ifp
->if_flags
|= IFF_OACTIVE
;
537 * Is another packet coming in? We don't want to overflow the tiny
538 * RX FIFO. If nothing has arrived then attempt to queue another
541 if (inw(BASE
+ FIFO_PORTS_REG_W
) & FIFO_REMPTY
)
547 /* Resume a packet transmit operation after a memory allocation
550 * This is basically a hacked up copy of snstart() which handles
551 * a completed memory allocation the same way snstart() does.
552 * It then passes control to snstart to handle any other queued
556 snresume(struct ifnet
*ifp
)
558 struct sn_softc
*sc
= ifp
->if_softc
;
566 u_short pages_wanted
;
569 if (sc
->pages_wanted
< 0)
572 pages_wanted
= sc
->pages_wanted
;
573 sc
->pages_wanted
= -1;
576 * Sneak a peek at the next packet
578 m
= ifq_dequeue(&ifp
->if_snd
, NULL
);
580 kprintf("%s: snresume() with nothing to send\n",
586 * Compute the frame length and set pad to give an overall even
587 * number of bytes. Below we assume that the packet length is even.
589 for (len
= 0, top
= m
; m
; m
= m
->m_next
)
595 * We drop packets that are too large. Perhaps we should truncate
598 if (len
+ pad
> ETHER_MAX_LEN
- ETHER_CRC_LEN
) {
599 kprintf("%s: large packet discarded (B)\n", ifp
->if_xname
);
607 * If HW padding is not turned on, then pad to ETHER_MIN_LEN.
609 if (len
< ETHER_MIN_LEN
- ETHER_CRC_LEN
)
610 pad
= ETHER_MIN_LEN
- ETHER_CRC_LEN
- len
;
618 * The MMU wants the number of pages to be the number of 256 byte
619 * 'pages', minus 1 (A packet can't ever have 0 pages. We also
620 * include space for the status word, byte count and control bytes in
621 * the allocation request.
623 numPages
= (length
+ 6) >> 8;
629 * The memory allocation completed. Check the results. If it failed,
630 * we simply set a watchdog timer and hope for the best.
632 packet_no
= inb(BASE
+ ALLOC_RESULT_REG_B
);
633 if (packet_no
& ARR_FAILED
) {
634 kprintf("%s: Memory allocation failed. Weird.\n", ifp
->if_xname
);
636 ifq_prepend(&ifp
->if_snd
, top
);
640 * We have a packet number, so tell the card to use it.
642 outb(BASE
+ PACKET_NUM_REG_B
, packet_no
);
645 * Now, numPages should match the pages_wanted recorded when the
646 * memory allocation was initiated.
648 if (pages_wanted
!= numPages
) {
649 kprintf("%s: memory allocation wrong size. Weird.\n", ifp
->if_xname
);
651 * If the allocation was the wrong size we simply release the
652 * memory once it is granted. Wait for the MMU to be un-busy.
654 while (inw(BASE
+ MMU_CMD_REG_W
) & MMUCR_BUSY
) /* NOTHING */
656 outw(BASE
+ MMU_CMD_REG_W
, MMUCR_FREEPKT
);
658 ifq_prepend(&ifp
->if_snd
, top
);
662 * Point to the beginning of the packet
664 outw(BASE
+ POINTER_REG_W
, PTR_AUTOINC
| 0x0000);
667 * Send the packet length (+6 for status, length and control byte)
668 * and the status word (set to zeros)
670 outw(BASE
+ DATA_REG_W
, 0);
671 outb(BASE
+ DATA_REG_B
, (length
+ 6) & 0xFF);
672 outb(BASE
+ DATA_REG_B
, (length
+ 6) >> 8);
675 * Push out the data to the card.
677 for (m
= top
; m
!= NULL
; m
= m
->m_next
) {
682 outsw(BASE
+ DATA_REG_W
, mtod(m
, caddr_t
), m
->m_len
/ 2);
685 * Push out remaining byte.
688 outb(BASE
+ DATA_REG_B
, *(mtod(m
, caddr_t
) + m
->m_len
- 1));
695 outw(BASE
+ DATA_REG_W
, 0);
699 outb(BASE
+ DATA_REG_B
, 0);
702 * Push out control byte and unused packet byte The control byte is 0
703 * meaning the packet is even lengthed and no special CRC handling is
706 outw(BASE
+ DATA_REG_W
, 0);
709 * Enable the interrupts and let the chipset deal with it Also set a
710 * watchdog in case we miss the interrupt.
712 mask
= inb(BASE
+ INTR_MASK_REG_B
) | (IM_TX_INT
| IM_TX_EMPTY_INT
);
713 outb(BASE
+ INTR_MASK_REG_B
, mask
);
714 sc
->intr_mask
= mask
;
715 outw(BASE
+ MMU_CMD_REG_W
, MMUCR_ENQUEUE
);
725 * Now pass control to snstart() to queue any additional packets
727 ifp
->if_flags
&= ~IFF_OACTIVE
;
731 * We've sent something, so we're active. Set a watchdog in case the
732 * TX_EMPTY interrupt is lost.
734 ifp
->if_flags
|= IFF_OACTIVE
;
742 int status
, interrupts
;
743 struct sn_softc
*sc
= (struct sn_softc
*) arg
;
744 struct ifnet
*ifp
= &sc
->arpcom
.ac_if
;
747 * Chip state registers
755 * Clear the watchdog.
762 * Obtain the current interrupt mask and clear the hardware mask
763 * while servicing interrupts.
765 mask
= inb(BASE
+ INTR_MASK_REG_B
);
766 outb(BASE
+ INTR_MASK_REG_B
, 0x00);
769 * Get the set of interrupts which occurred and eliminate any which
772 interrupts
= inb(BASE
+ INTR_STAT_REG_B
);
773 status
= interrupts
& mask
;
776 * Now, process each of the interrupt types.
782 if (status
& IM_RX_OVRN_INT
) {
785 * Acknowlege Interrupt
788 outb(BASE
+ INTR_ACK_REG_B
, IM_RX_OVRN_INT
);
790 ++sc
->arpcom
.ac_if
.if_ierrors
;
795 if (status
& IM_RCV_INT
) {
800 packet_number
= inw(BASE
+ FIFO_PORTS_REG_W
);
802 if (packet_number
& FIFO_REMPTY
) {
805 * we got called , but nothing was on the FIFO
807 kprintf("sn: Receive interrupt with nothing on FIFO\n");
815 * An on-card memory allocation came through.
817 if (status
& IM_ALLOC_INT
) {
820 * Disable this interrupt.
822 mask
&= ~IM_ALLOC_INT
;
823 sc
->arpcom
.ac_if
.if_flags
&= ~IFF_OACTIVE
;
824 snresume(&sc
->arpcom
.ac_if
);
827 * TX Completion. Handle a transmit error message. This will only be
828 * called when there is an error, because of the AUTO_RELEASE mode.
830 if (status
& IM_TX_INT
) {
833 * Acknowlege Interrupt
836 outb(BASE
+ INTR_ACK_REG_B
, IM_TX_INT
);
838 packet_no
= inw(BASE
+ FIFO_PORTS_REG_W
);
839 packet_no
&= FIFO_TX_MASK
;
842 * select this as the packet to read from
844 outb(BASE
+ PACKET_NUM_REG_B
, packet_no
);
847 * Position the pointer to the first word from this packet
849 outw(BASE
+ POINTER_REG_W
, PTR_AUTOINC
| PTR_READ
| 0x0000);
852 * Fetch the TX status word. The value found here will be a
853 * copy of the EPH_STATUS_REG_W at the time the transmit
856 tx_status
= inw(BASE
+ DATA_REG_W
);
858 if (tx_status
& EPHSR_TX_SUC
) {
859 device_printf(sc
->dev
,
860 "Successful packet caused interrupt\n");
862 ++sc
->arpcom
.ac_if
.if_oerrors
;
865 if (tx_status
& EPHSR_LATCOL
)
866 ++sc
->arpcom
.ac_if
.if_collisions
;
869 * Some of these errors will have disabled transmit.
870 * Re-enable transmit now.
875 outw(BASE
+ TXMIT_CONTROL_REG_W
, TCR_ENABLE
);
877 outw(BASE
+ TXMIT_CONTROL_REG_W
, TCR_ENABLE
| TCR_PAD_ENABLE
);
881 * kill the failed packet. Wait for the MMU to be un-busy.
884 while (inw(BASE
+ MMU_CMD_REG_W
) & MMUCR_BUSY
) /* NOTHING */
886 outw(BASE
+ MMU_CMD_REG_W
, MMUCR_FREEPKT
);
889 * Attempt to queue more transmits.
891 sc
->arpcom
.ac_if
.if_flags
&= ~IFF_OACTIVE
;
892 if_devstart(&sc
->arpcom
.ac_if
);
895 * Transmit underrun. We use this opportunity to update transmit
896 * statistics from the card.
898 if (status
& IM_TX_EMPTY_INT
) {
901 * Acknowlege Interrupt
904 outb(BASE
+ INTR_ACK_REG_B
, IM_TX_EMPTY_INT
);
907 * Disable this interrupt.
909 mask
&= ~IM_TX_EMPTY_INT
;
912 card_stats
= inw(BASE
+ COUNTER_REG_W
);
917 sc
->arpcom
.ac_if
.if_collisions
+= card_stats
& ECR_COLN_MASK
;
920 * Multiple collisions
922 sc
->arpcom
.ac_if
.if_collisions
+= (card_stats
& ECR_MCOLN_MASK
) >> 4;
927 * Attempt to enqueue some more stuff.
929 sc
->arpcom
.ac_if
.if_flags
&= ~IFF_OACTIVE
;
930 if_devstart(&sc
->arpcom
.ac_if
);
933 * Some other error. Try to fix it by resetting the adapter.
935 if (status
& IM_EPH_INT
) {
942 * Handled all interrupt sources.
948 * Reestablish interrupts from mask which have not been deselected
949 * during this interrupt. Note that the hardware mask, which was set
950 * to 0x00 at the start of this service routine, may have been
951 * updated by one or more of the interrupt handers and we must let
952 * those new interrupts stay enabled here.
954 mask
|= inb(BASE
+ INTR_MASK_REG_B
);
955 outb(BASE
+ INTR_MASK_REG_B
, mask
);
956 sc
->intr_mask
= mask
;
960 snread(struct ifnet
*ifp
)
962 struct sn_softc
*sc
= ifp
->if_softc
;
966 u_short packet_length
;
971 packet_number
= inw(BASE
+ FIFO_PORTS_REG_W
);
973 if (packet_number
& FIFO_REMPTY
) {
976 * we got called , but nothing was on the FIFO
978 kprintf("sn: Receive interrupt with nothing on FIFO\n");
985 * Start reading from the start of the packet. Since PTR_RCV is set,
986 * packet number is found in FIFO_PORTS_REG_W, FIFO_RX_MASK.
988 outw(BASE
+ POINTER_REG_W
, PTR_READ
| PTR_RCV
| PTR_AUTOINC
| 0x0000);
991 * First two words are status and packet_length
993 status
= inw(BASE
+ DATA_REG_W
);
994 packet_length
= inw(BASE
+ DATA_REG_W
) & RLEN_MASK
;
997 * The packet length contains 3 extra words: status, length, and a
998 * extra word with the control byte.
1003 * Account for receive errors and discard.
1005 if (status
& RS_ERRORS
) {
1010 * A packet is received.
1014 * Adjust for odd-length packet.
1016 if (status
& RS_ODDFRAME
)
1020 * Allocate a header mbuf from the kernel.
1022 MGETHDR(m
, MB_DONTWAIT
, MT_DATA
);
1026 m
->m_pkthdr
.rcvif
= ifp
;
1027 m
->m_pkthdr
.len
= m
->m_len
= packet_length
;
1030 * Attach an mbuf cluster
1032 MCLGET(m
, MB_DONTWAIT
);
1035 * Insist on getting a cluster
1037 if ((m
->m_flags
& M_EXT
) == 0) {
1040 kprintf("sn: snread() kernel memory allocation problem\n");
1045 * Get packet, including link layer address, from interface.
1048 data
= mtod(m
, u_char
*);
1049 insw(BASE
+ DATA_REG_W
, data
, packet_length
>> 1);
1050 if (packet_length
& 1) {
1051 data
+= packet_length
& ~1;
1052 *data
= inb(BASE
+ DATA_REG_B
);
1056 m
->m_pkthdr
.len
= m
->m_len
= packet_length
;
1058 ifp
->if_input(ifp
, m
);
1063 * Error or good, tell the card to get rid of this packet Wait for
1064 * the MMU to be un-busy.
1067 while (inw(BASE
+ MMU_CMD_REG_W
) & MMUCR_BUSY
) /* NOTHING */
1069 outw(BASE
+ MMU_CMD_REG_W
, MMUCR_RELEASE
);
1072 * Check whether another packet is ready
1074 packet_number
= inw(BASE
+ FIFO_PORTS_REG_W
);
1075 if (packet_number
& FIFO_REMPTY
) {
1083 * Handle IOCTLS. This function is completely stolen from if_ep.c
1084 * As with its progenitor, it does not handle hardware address
1088 snioctl(struct ifnet
*ifp
, u_long cmd
, caddr_t data
, struct ucred
*cr
)
1090 struct sn_softc
*sc
= ifp
->if_softc
;
1095 if ((ifp
->if_flags
& IFF_UP
) == 0 && ifp
->if_flags
& IFF_RUNNING
) {
1096 ifp
->if_flags
&= ~IFF_RUNNING
;
1100 /* reinitialize card on any parameter change */
1108 bcopy((caddr_t
) sc
->sc_addr
, (caddr_t
) & ifr
->ifr_data
,
1109 sizeof(sc
->sc_addr
));
1114 /* update multicast filter list. */
1119 /* update multicast filter list. */
1124 error
= ether_ioctl(ifp
, cmd
, data
);
1132 snreset(struct sn_softc
*sc
)
1139 snwatchdog(struct ifnet
*ifp
)
1141 sn_intr(ifp
->if_softc
);
1145 /* 1. zero the interrupt mask
1146 * 2. clear the enable receive flag
1147 * 3. clear the enable xmit flags
1150 snstop(struct sn_softc
*sc
)
1153 struct ifnet
*ifp
= &sc
->arpcom
.ac_if
;
1156 * Clear interrupt mask; disable all interrupts.
1159 outb(BASE
+ INTR_MASK_REG_B
, 0x00);
1162 * Disable transmitter and Receiver
1165 outw(BASE
+ RECV_CONTROL_REG_W
, 0x0000);
1166 outw(BASE
+ TXMIT_CONTROL_REG_W
, 0x0000);
1176 sn_activate(device_t dev
)
1178 struct sn_softc
*sc
= device_get_softc(dev
);
1181 sc
->port_res
= bus_alloc_resource(dev
, SYS_RES_IOPORT
, &sc
->port_rid
,
1182 0, ~0, SMC_IO_EXTENT
, RF_ACTIVE
);
1183 if (!sc
->port_res
) {
1185 device_printf(dev
, "Cannot allocate ioport\n");
1191 sc
->irq_res
= bus_alloc_resource_any(dev
, SYS_RES_IRQ
, &sc
->irq_rid
,
1195 device_printf(dev
, "Cannot allocate irq\n");
1201 sc
->sn_io_addr
= rman_get_start(sc
->port_res
);
1206 sn_deactivate(device_t dev
)
1208 struct sn_softc
*sc
= device_get_softc(dev
);
1211 bus_release_resource(dev
, SYS_RES_IOPORT
, sc
->port_rid
,
1215 bus_release_resource(dev
, SYS_RES_IRQ
, sc
->irq_rid
,
1222 * Function: sn_probe( device_t dev, int pccard )
1225 * Tests to see if a given ioaddr points to an SMC9xxx chip.
1226 * Tries to cause as little damage as possible if it's not a SMC chip.
1227 * Returns a 0 on success
1230 * (1) see if the high byte of BANK_SELECT is 0x33
1231 * (2) compare the ioaddr with the base register's address
1232 * (3) see if I recognize the chip ID in the appropriate register
1237 sn_probe(device_t dev
, int pccard
)
1239 struct sn_softc
*sc
= device_get_softc(dev
);
1241 u_short revision_register
;
1242 u_short base_address_register
;
1246 if ((err
= sn_activate(dev
)) != 0)
1249 ioaddr
= sc
->sn_io_addr
;
1252 * First, see if the high byte is 0x33
1254 bank
= inw(ioaddr
+ BANK_SELECT_REG_W
);
1255 if ((bank
& BSR_DETECT_MASK
) != BSR_DETECT_VALUE
) {
1257 device_printf(dev
, "test1 failed\n");
1262 * The above MIGHT indicate a device, but I need to write to further
1263 * test this. Go to bank 0, then test that the register still
1264 * reports the high byte is 0x33.
1266 outw(ioaddr
+ BANK_SELECT_REG_W
, 0x0000);
1267 bank
= inw(ioaddr
+ BANK_SELECT_REG_W
);
1268 if ((bank
& BSR_DETECT_MASK
) != BSR_DETECT_VALUE
) {
1270 device_printf(dev
, "test2 failed\n");
1275 * well, we've already written once, so hopefully another time won't
1276 * hurt. This time, I need to switch the bank register to bank 1, so
1277 * I can access the base address register. The contents of the
1278 * BASE_ADDR_REG_W register, after some jiggery pokery, is expected
1279 * to match the I/O port address where the adapter is being probed.
1281 outw(ioaddr
+ BANK_SELECT_REG_W
, 0x0001);
1282 base_address_register
= inw(ioaddr
+ BASE_ADDR_REG_W
);
1285 * This test is nonsence on PC-card architecture, so if
1286 * pccard == 1, skip this test. (hosokawa)
1288 if (!pccard
&& (ioaddr
!= (base_address_register
>> 3 & 0x3E0))) {
1291 * Well, the base address register didn't match. Must not
1292 * have been a SMC chip after all.
1295 * kprintf("sn: ioaddr %x doesn't match card configuration
1296 * (%x)\n", ioaddr, base_address_register >> 3 & 0x3E0 );
1300 device_printf(dev
, "test3 failed ioaddr = 0x%x, "
1301 "base_address_register = 0x%x\n", ioaddr
,
1302 base_address_register
>> 3 & 0x3E0);
1307 * Check if the revision register is something that I recognize.
1308 * These might need to be added to later, as future revisions could
1311 outw(ioaddr
+ BANK_SELECT_REG_W
, 0x3);
1312 revision_register
= inw(ioaddr
+ REVISION_REG_W
);
1313 if (!chip_ids
[(revision_register
>> 4) & 0xF]) {
1316 * I don't regonize this chip, so...
1319 device_printf(dev
, "test4 failed\n");
1324 * at this point I'll assume that the chip is an SMC9xxx. It might be
1325 * prudent to check a listing of MAC addresses against the hardware
1326 * address, or do some other tests.
1338 sn_setmcast(struct sn_softc
*sc
)
1340 struct ifnet
*ifp
= (struct ifnet
*)sc
;
1344 * Set the receiver filter. We want receive enabled and auto strip
1345 * of CRC from received packet. If we are promiscuous then set that
1348 flags
= RCR_ENABLE
| RCR_STRIP_CRC
;
1350 if (ifp
->if_flags
& IFF_PROMISC
) {
1351 flags
|= RCR_PROMISC
| RCR_ALMUL
;
1352 } else if (ifp
->if_flags
& IFF_ALLMULTI
) {
1356 if (sn_getmcf(&sc
->arpcom
, mcf
)) {
1359 outw(BASE
+ MULTICAST1_REG_W
,
1360 ((u_short
)mcf
[1] << 8) | mcf
[0]);
1361 outw(BASE
+ MULTICAST2_REG_W
,
1362 ((u_short
)mcf
[3] << 8) | mcf
[2]);
1363 outw(BASE
+ MULTICAST3_REG_W
,
1364 ((u_short
)mcf
[5] << 8) | mcf
[4]);
1365 outw(BASE
+ MULTICAST4_REG_W
,
1366 ((u_short
)mcf
[7] << 8) | mcf
[6]);
1372 outw(BASE
+ RECV_CONTROL_REG_W
, flags
);
1376 sn_getmcf(struct arpcom
*ac
, u_char
*mcf
)
1379 u_int index
, index2
;
1380 u_char
*af
= (u_char
*) mcf
;
1381 struct ifmultiaddr
*ifma
;
1385 LIST_FOREACH(ifma
, &ac
->ac_if
.if_multiaddrs
, ifma_link
) {
1386 if (ifma
->ifma_addr
->sa_family
!= AF_LINK
)
1388 index
= smc_crc(LLADDR((struct sockaddr_dl
*)ifma
->ifma_addr
)) & 0x3f;
1390 for (i
= 0; i
< 6; i
++) {
1392 index2
|= (index
& 0x01);
1395 af
[index2
>> 3] |= 1 << (index2
& 7);
1397 return 1; /* use multicast filter */
1405 const u_int poly
= 0xedb88320;
1406 u_int v
= 0xffffffff;
1409 for (perByte
= 0; perByte
< ETHER_ADDR_LEN
; perByte
++) {
1411 for (perBit
= 0; perBit
< 8; perBit
++) {
1412 v
= (v
>> 1)^(((v
^ c
) & 0x01) ? poly
: 0);