1998-03-13 14:40:19 +03:00
|
|
|
/* $NetBSD: if_qe.c,v 1.25 1998/03/13 11:40:19 ragge Exp $ */
|
1995-11-30 03:56:23 +03:00
|
|
|
|
1995-03-31 00:26:32 +04:00
|
|
|
/*
|
|
|
|
* Copyright (c) 1988 Regents of the University of California.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* This code is derived from software contributed to Berkeley by
|
|
|
|
* Digital Equipment Corp.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by the University of
|
|
|
|
* California, Berkeley and its contributors.
|
|
|
|
* 4. Neither the name of the University nor the names of its contributors
|
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
*
|
|
|
|
* @(#)if_qe.c 7.20 (Berkeley) 3/28/91
|
|
|
|
*/
|
|
|
|
|
1997-04-19 19:02:27 +04:00
|
|
|
/* from @(#)if_qe.c 1.15 (ULTRIX) 4/16/86 */
|
1995-03-31 00:26:32 +04:00
|
|
|
|
|
|
|
/****************************************************************
|
|
|
|
* *
|
1997-04-19 19:02:27 +04:00
|
|
|
* Licensed from Digital Equipment Corporation *
|
|
|
|
* Copyright (c) *
|
|
|
|
* Digital Equipment Corporation *
|
|
|
|
* Maynard, Massachusetts *
|
|
|
|
* 1985, 1986 *
|
|
|
|
* All rights reserved. *
|
1995-03-31 00:26:32 +04:00
|
|
|
* *
|
1997-04-19 19:02:27 +04:00
|
|
|
* The Information in this software is subject to change *
|
1995-03-31 00:26:32 +04:00
|
|
|
* without notice and should not be construed as a commitment *
|
1997-04-19 19:02:27 +04:00
|
|
|
* by Digital Equipment Corporation. Digital makes no *
|
1995-03-31 00:26:32 +04:00
|
|
|
* representations about the suitability of this software for *
|
|
|
|
* any purpose. It is supplied "As Is" without expressed or *
|
1997-04-19 19:02:27 +04:00
|
|
|
* implied warranty. *
|
1995-03-31 00:26:32 +04:00
|
|
|
* *
|
1997-04-19 19:02:27 +04:00
|
|
|
* If the Regents of the University of California or its *
|
|
|
|
* licensees modify the software in a manner creating *
|
|
|
|
* derivative copyright rights, appropriate copyright *
|
|
|
|
* legends may be placed on the derivative work in addition *
|
|
|
|
* to that set forth above. *
|
1995-03-31 00:26:32 +04:00
|
|
|
* *
|
|
|
|
****************************************************************/
|
|
|
|
/* ---------------------------------------------------------------------
|
|
|
|
* Modification History
|
|
|
|
*
|
|
|
|
* 15-Apr-86 -- afd
|
|
|
|
* Rename "unused_multi" to "qunused_multi" for extending Generic
|
|
|
|
* kernel to MicroVAXen.
|
|
|
|
*
|
1997-04-19 19:02:27 +04:00
|
|
|
* 18-mar-86 -- jaw br/cvec changed to NOT use registers.
|
1995-03-31 00:26:32 +04:00
|
|
|
*
|
|
|
|
* 12 March 86 -- Jeff Chase
|
|
|
|
* Modified to handle the new MCLGET macro
|
|
|
|
* Changed if_qe_data.c to use more receive buffers
|
|
|
|
* Added a flag to poke with adb to log qe_restarts on console
|
|
|
|
*
|
|
|
|
* 19 Oct 85 -- rjl
|
|
|
|
* Changed the watch dog timer from 30 seconds to 3. VMS is using
|
1997-04-19 19:02:27 +04:00
|
|
|
* less than 1 second in their's. Also turned the printf into an
|
1995-03-31 00:26:32 +04:00
|
|
|
* mprintf.
|
|
|
|
*
|
|
|
|
* 09/16/85 -- Larry Cohen
|
1997-04-19 19:02:27 +04:00
|
|
|
* Add 43bsd alpha tape changes for subnet routing
|
1995-03-31 00:26:32 +04:00
|
|
|
*
|
|
|
|
* 1 Aug 85 -- rjl
|
|
|
|
* Panic on a non-existent memory interrupt and the case where a packet
|
|
|
|
* was chained. The first should never happen because non-existant
|
|
|
|
* memory interrupts cause a bus reset. The second should never happen
|
|
|
|
* because we hang 2k input buffers on the device.
|
|
|
|
*
|
|
|
|
* 1 Aug 85 -- rich
|
1997-04-19 19:02:27 +04:00
|
|
|
* Fixed the broadcast loopback code to handle Clusters without
|
|
|
|
* wedging the system.
|
1995-03-31 00:26:32 +04:00
|
|
|
*
|
|
|
|
* 27 Feb. 85 -- ejf
|
|
|
|
* Return default hardware address on ioctl request.
|
|
|
|
*
|
|
|
|
* 12 Feb. 85 -- ejf
|
|
|
|
* Added internal extended loopback capability.
|
|
|
|
*
|
|
|
|
* 27 Dec. 84 -- rjl
|
|
|
|
* Fixed bug that caused every other transmit descriptor to be used
|
|
|
|
* instead of every descriptor.
|
|
|
|
*
|
|
|
|
* 21 Dec. 84 -- rjl
|
|
|
|
* Added watchdog timer to mask hardware bug that causes device lockup.
|
|
|
|
*
|
|
|
|
* 18 Dec. 84 -- rjl
|
1997-04-19 19:02:27 +04:00
|
|
|
* Reworked driver to use q-bus mapping routines. MicroVAX-I now does
|
1995-03-31 00:26:32 +04:00
|
|
|
* copying instead of m-buf shuffleing.
|
|
|
|
* A number of deficencies in the hardware/firmware were compensated
|
|
|
|
* for. See comments in qestart and qerint.
|
|
|
|
*
|
|
|
|
* 14 Nov. 84 -- jf
|
|
|
|
* Added usage counts for multicast addresses.
|
|
|
|
* Updated general protocol support to allow access to the Ethernet
|
|
|
|
* header.
|
|
|
|
*
|
|
|
|
* 04 Oct. 84 -- jf
|
|
|
|
* Added support for new ioctls to add and delete multicast addresses
|
|
|
|
* and set the physical address.
|
|
|
|
* Add support for general protocols.
|
|
|
|
*
|
|
|
|
* 14 Aug. 84 -- rjl
|
|
|
|
* Integrated Shannon changes. (allow arp above 1024 and ? )
|
|
|
|
*
|
|
|
|
* 13 Feb. 84 -- rjl
|
|
|
|
*
|
|
|
|
* Initial version of driver. derived from IL driver.
|
|
|
|
*
|
|
|
|
* ---------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Digital Q-BUS to NI Adapter
|
1997-05-02 21:11:24 +04:00
|
|
|
* supports DEQNA and DELQA in DEQNA-mode.
|
1995-03-31 00:26:32 +04:00
|
|
|
*/
|
1997-05-02 21:11:24 +04:00
|
|
|
|
|
|
|
#include "bpfilter.h"
|
|
|
|
|
1996-02-02 21:05:36 +03:00
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/systm.h>
|
|
|
|
#include <sys/mbuf.h>
|
|
|
|
#include <sys/buf.h>
|
|
|
|
#include <sys/protosw.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <sys/ioctl.h>
|
|
|
|
#include <sys/errno.h>
|
|
|
|
#include <sys/syslog.h>
|
|
|
|
#include <sys/device.h>
|
|
|
|
#include <sys/time.h>
|
|
|
|
#include <sys/kernel.h>
|
1998-03-13 14:40:19 +03:00
|
|
|
#include <sys/reboot.h>
|
1995-03-31 00:26:32 +04:00
|
|
|
|
1996-02-02 21:05:36 +03:00
|
|
|
#include <net/if.h>
|
1997-03-15 21:09:08 +03:00
|
|
|
#include <net/if_ether.h>
|
1997-04-19 19:02:27 +04:00
|
|
|
#include <net/if_dl.h>
|
1995-03-31 00:26:32 +04:00
|
|
|
|
|
|
|
#ifdef INET
|
1996-02-02 21:05:36 +03:00
|
|
|
#include <netinet/in.h>
|
|
|
|
#include <netinet/in_systm.h>
|
|
|
|
#include <netinet/in_var.h>
|
|
|
|
#include <netinet/ip.h>
|
1997-03-15 21:09:08 +03:00
|
|
|
#include <netinet/if_inarp.h>
|
1995-03-31 00:26:32 +04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef NS
|
1996-02-02 21:05:36 +03:00
|
|
|
#include <netns/ns.h>
|
|
|
|
#include <netns/ns_if.h>
|
1995-03-31 00:26:32 +04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef ISO
|
1996-02-02 21:05:36 +03:00
|
|
|
#include <netiso/iso.h>
|
|
|
|
#include <netiso/iso_var.h>
|
1995-03-31 00:26:32 +04:00
|
|
|
extern char all_es_snpa[], all_is_snpa[], all_l1is_snpa[], all_l2is_snpa[];
|
|
|
|
#endif
|
|
|
|
|
1997-05-02 21:11:24 +04:00
|
|
|
#if defined(CCITT) && defined(LLC)
|
|
|
|
#include <sys/socketvar.h>
|
|
|
|
#include <netccitt/x25.h>
|
|
|
|
#include <netccitt/pk.h>
|
|
|
|
#include <netccitt/pk_var.h>
|
|
|
|
#include <netccitt/pk_extern.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if NBPFILTER > 0
|
|
|
|
#include <net/bpf.h>
|
|
|
|
#include <net/bpfdesc.h>
|
|
|
|
#endif
|
|
|
|
|
1996-02-02 21:05:36 +03:00
|
|
|
#include <machine/pte.h>
|
|
|
|
#include <machine/cpu.h>
|
1998-03-13 14:40:19 +03:00
|
|
|
#include <machine/rpb.h>
|
1996-02-02 21:59:16 +03:00
|
|
|
|
|
|
|
#include <vax/if/if_qereg.h>
|
|
|
|
#include <vax/if/if_uba.h>
|
1996-02-02 21:05:36 +03:00
|
|
|
#include <vax/uba/ubareg.h>
|
|
|
|
#include <vax/uba/ubavar.h>
|
1995-03-31 00:26:32 +04:00
|
|
|
|
1997-04-19 19:02:27 +04:00
|
|
|
#define NRCV 15 /* Receive descriptors */
|
|
|
|
#define NXMT 5 /* Transmit descriptors */
|
1995-03-31 00:26:32 +04:00
|
|
|
#define NTOT (NXMT + NRCV)
|
|
|
|
|
1997-04-19 19:02:27 +04:00
|
|
|
#define QETIMEOUT 2 /* transmit timeout, must be > 1 */
|
1995-03-31 00:26:32 +04:00
|
|
|
#define QESLOWTIMEOUT 40 /* timeout when no xmits in progress */
|
|
|
|
|
|
|
|
#define MINDATA 60
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Ethernet software status per interface.
|
|
|
|
*
|
|
|
|
* Each interface is referenced by a network interface structure,
|
|
|
|
* qe_if, which the routing code uses to locate the interface.
|
|
|
|
* This structure contains the output queue for the interface, its address, ...
|
|
|
|
*/
|
|
|
|
struct qe_softc {
|
1996-03-18 19:47:24 +03:00
|
|
|
struct device qe_dev; /* Configuration common part */
|
1997-04-19 19:02:27 +04:00
|
|
|
struct ethercom qe_ec; /* Ethernet common part */
|
|
|
|
#define qe_if qe_ec.ec_if /* network-visible interface */
|
|
|
|
struct ifubinfo qe_uba; /* Q-bus resources */
|
1997-05-02 21:11:24 +04:00
|
|
|
struct ifrw qe_ifr[NRCV]; /* for receive buffers; */
|
|
|
|
struct ifxmt qe_ifw[NXMT]; /* for xmit buffers; */
|
1995-12-01 22:37:55 +03:00
|
|
|
struct qedevice *qe_vaddr;
|
1995-03-31 00:26:32 +04:00
|
|
|
int qe_flags; /* software state */
|
1997-04-19 19:02:27 +04:00
|
|
|
#define QEF_RUNNING 0x01
|
|
|
|
#define QEF_SETADDR 0x02
|
1995-03-31 00:26:32 +04:00
|
|
|
#define QEF_FASTTIMEO 0x04
|
1997-04-19 19:02:27 +04:00
|
|
|
int setupaddr; /* mapping info for setup pkts */
|
1995-03-31 00:26:32 +04:00
|
|
|
int ipl; /* interrupt priority */
|
|
|
|
struct qe_ring *rringaddr; /* mapping info for rings */
|
1997-04-19 19:02:27 +04:00
|
|
|
struct qe_ring *tringaddr; /* "" */
|
1997-05-02 21:11:24 +04:00
|
|
|
struct qe_ring rring[NRCV+1]; /* Receive ring descriptors */
|
|
|
|
struct qe_ring tring[NXMT+1]; /* Xmit ring descriptors */
|
1995-03-31 00:26:32 +04:00
|
|
|
u_char setup_pkt[16][8]; /* Setup packet */
|
|
|
|
int rindex; /* Receive index */
|
|
|
|
int tindex; /* Transmit index */
|
|
|
|
int otindex; /* Old transmit index */
|
1997-04-19 19:02:27 +04:00
|
|
|
int qe_intvec; /* Interrupt vector */
|
1997-05-02 21:11:24 +04:00
|
|
|
struct qedevice *addr; /* device addr */
|
1997-04-19 19:02:27 +04:00
|
|
|
int setupqueued; /* setup packet queued */
|
1997-05-02 21:11:24 +04:00
|
|
|
int setuplength; /* length of setup packet */
|
1995-03-31 00:26:32 +04:00
|
|
|
int nxmit; /* Transmits in progress */
|
|
|
|
int qe_restarts; /* timeouts */
|
1995-12-01 22:37:55 +03:00
|
|
|
};
|
|
|
|
|
1998-01-24 17:16:11 +03:00
|
|
|
int qematch __P((struct device *, struct cfdata *, void *));
|
1995-12-01 22:37:55 +03:00
|
|
|
void qeattach __P((struct device *, struct device *, void *));
|
1996-03-18 19:47:24 +03:00
|
|
|
void qereset __P((int));
|
1996-05-07 05:35:48 +04:00
|
|
|
void qeinit __P((struct qe_softc *));
|
1995-12-01 22:37:55 +03:00
|
|
|
void qestart __P((struct ifnet *));
|
|
|
|
void qeintr __P((int));
|
|
|
|
void qetint __P((int));
|
|
|
|
void qerint __P((int));
|
|
|
|
int qeioctl __P((struct ifnet *, u_long, caddr_t));
|
1996-05-07 05:35:48 +04:00
|
|
|
void qe_setaddr __P((u_char *, struct qe_softc *));
|
1995-12-01 22:37:55 +03:00
|
|
|
void qeinitdesc __P((struct qe_ring *, caddr_t, int));
|
|
|
|
void qesetup __P((struct qe_softc *));
|
|
|
|
void qeread __P((struct qe_softc *, struct ifrw *, int));
|
1996-05-07 05:35:48 +04:00
|
|
|
void qetimeout __P((struct ifnet *));
|
1995-12-01 22:37:55 +03:00
|
|
|
void qerestart __P((struct qe_softc *));
|
|
|
|
|
1996-03-18 01:56:15 +03:00
|
|
|
struct cfattach qe_ca = {
|
|
|
|
sizeof(struct qe_softc), qematch, qeattach
|
|
|
|
};
|
1995-03-31 00:26:32 +04:00
|
|
|
|
1998-01-12 23:52:29 +03:00
|
|
|
extern struct cfdriver qe_cd;
|
|
|
|
|
1997-04-19 19:02:27 +04:00
|
|
|
#define QEUNIT(x) minor(x)
|
1995-03-31 00:26:32 +04:00
|
|
|
/*
|
|
|
|
* The deqna shouldn't receive more than ETHERMTU + sizeof(struct ether_header)
|
|
|
|
* but will actually take in up to 2048 bytes. To guard against the receiver
|
|
|
|
* chaining buffers (which we aren't prepared to handle) we allocate 2kb
|
|
|
|
* size buffers.
|
|
|
|
*/
|
|
|
|
#define MAXPACKETSIZE 2048 /* Should really be ETHERMTU */
|
1995-12-01 22:37:55 +03:00
|
|
|
|
1995-03-31 00:26:32 +04:00
|
|
|
/*
|
|
|
|
* Probe the QNA to see if it's there
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
int
|
1998-01-24 17:16:11 +03:00
|
|
|
qematch(parent, cf, aux)
|
1995-12-01 22:37:55 +03:00
|
|
|
struct device *parent;
|
1998-01-24 17:16:11 +03:00
|
|
|
struct cfdata *cf;
|
|
|
|
void *aux;
|
1995-03-31 00:26:32 +04:00
|
|
|
{
|
1998-01-24 17:16:11 +03:00
|
|
|
struct qe_softc sc;
|
1995-12-01 22:37:55 +03:00
|
|
|
struct uba_attach_args *ua = aux;
|
|
|
|
struct uba_softc *ubasc = (struct uba_softc *)parent;
|
1997-04-19 19:02:27 +04:00
|
|
|
struct qe_ring *rp;
|
|
|
|
struct qe_ring *prp; /* physical rp */
|
1995-12-01 22:37:55 +03:00
|
|
|
volatile struct qedevice *addr = (struct qedevice *)ua->ua_addr;
|
1995-11-10 22:25:46 +03:00
|
|
|
int i;
|
1995-03-31 00:26:32 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* The QNA interrupts on i/o operations. To do an I/O operation
|
|
|
|
* we have to setup the interface by transmitting a setup packet.
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
|
1995-03-31 00:26:32 +04:00
|
|
|
addr->qe_csr = QE_RESET;
|
|
|
|
addr->qe_csr &= ~QE_RESET;
|
1995-11-10 22:25:46 +03:00
|
|
|
addr->qe_vector = (ubasc->uh_lastiv -= 4);
|
1995-03-31 00:26:32 +04:00
|
|
|
|
1998-01-24 17:16:11 +03:00
|
|
|
bzero(&sc, sizeof(struct qe_softc));
|
1995-03-31 00:26:32 +04:00
|
|
|
/*
|
|
|
|
* Map the communications area and the setup packet.
|
|
|
|
*/
|
1998-01-24 17:16:11 +03:00
|
|
|
sc.setupaddr =
|
|
|
|
uballoc(ubasc, (caddr_t)sc.setup_pkt, sizeof(sc.setup_pkt), 0);
|
|
|
|
sc.rringaddr = (struct qe_ring *) uballoc(ubasc, (caddr_t)sc.rring,
|
1995-12-01 22:37:55 +03:00
|
|
|
sizeof(struct qe_ring) * (NTOT+2), 0);
|
1998-01-24 17:16:11 +03:00
|
|
|
prp = (struct qe_ring *)UBAI_ADDR((int)sc.rringaddr);
|
1995-03-31 00:26:32 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* The QNA will loop the setup packet back to the receive ring
|
|
|
|
* for verification, therefore we initialize the first
|
|
|
|
* receive & transmit ring descriptors and link the setup packet
|
|
|
|
* to them.
|
|
|
|
*/
|
1998-01-24 17:16:11 +03:00
|
|
|
qeinitdesc(sc.tring, (caddr_t)UBAI_ADDR(sc.setupaddr),
|
|
|
|
sizeof(sc.setup_pkt));
|
|
|
|
qeinitdesc(sc.rring, (caddr_t)UBAI_ADDR(sc.setupaddr),
|
|
|
|
sizeof(sc.setup_pkt));
|
1995-03-31 00:26:32 +04:00
|
|
|
|
1998-01-24 17:16:11 +03:00
|
|
|
rp = (struct qe_ring *)sc.tring;
|
1995-03-31 00:26:32 +04:00
|
|
|
rp->qe_setup = 1;
|
|
|
|
rp->qe_eomsg = 1;
|
|
|
|
rp->qe_flag = rp->qe_status1 = QE_NOTYET;
|
|
|
|
rp->qe_valid = 1;
|
|
|
|
|
1998-01-24 17:16:11 +03:00
|
|
|
rp = (struct qe_ring *)sc.rring;
|
1995-03-31 00:26:32 +04:00
|
|
|
rp->qe_flag = rp->qe_status1 = QE_NOTYET;
|
|
|
|
rp->qe_valid = 1;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Get the addr off of the interface and place it into the setup
|
|
|
|
* packet. This code looks strange due to the fact that the address
|
|
|
|
* is placed in the setup packet in col. major order.
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
for (i = 0; i < 6; i++)
|
1998-01-24 17:16:11 +03:00
|
|
|
sc.setup_pkt[i][1] = addr->qe_sta_addr[i];
|
1995-03-31 00:26:32 +04:00
|
|
|
|
1998-01-24 17:16:11 +03:00
|
|
|
qesetup(&sc);
|
1995-03-31 00:26:32 +04:00
|
|
|
/*
|
|
|
|
* Start the interface and wait for the packet.
|
|
|
|
*/
|
|
|
|
addr->qe_csr = QE_INT_ENABLE | QE_XMIT_INT | QE_RCV_INT;
|
|
|
|
addr->qe_rcvlist_lo = (short)((int)prp);
|
|
|
|
addr->qe_rcvlist_hi = (short)((int)prp >> 16);
|
|
|
|
prp += NRCV+1;
|
|
|
|
addr->qe_xmtlist_lo = (short)((int)prp);
|
|
|
|
addr->qe_xmtlist_hi = (short)((int)prp >> 16);
|
|
|
|
DELAY(10000);
|
|
|
|
/*
|
|
|
|
* All done with the bus resources.
|
|
|
|
*/
|
1998-01-24 17:16:11 +03:00
|
|
|
ubarelse(ubasc, &sc.setupaddr);
|
|
|
|
ubarelse(ubasc, (int *)&sc.rringaddr);
|
1995-12-01 22:37:55 +03:00
|
|
|
ua->ua_ivec = qeintr;
|
|
|
|
return 1;
|
1995-03-31 00:26:32 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Interface exists: make available by filling in network interface
|
|
|
|
* record. System will initialize the interface when it is ready
|
|
|
|
* to accept packets.
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
void
|
|
|
|
qeattach(parent, self, aux)
|
|
|
|
struct device *parent, *self;
|
|
|
|
void *aux;
|
1995-03-31 00:26:32 +04:00
|
|
|
{
|
1995-12-01 22:37:55 +03:00
|
|
|
struct uba_attach_args *ua = aux;
|
|
|
|
struct qe_softc *sc = (struct qe_softc *)self;
|
|
|
|
struct ifnet *ifp = (struct ifnet *)&sc->qe_if;
|
|
|
|
struct qedevice *addr =(struct qedevice *)ua->ua_addr;
|
1995-07-05 12:19:05 +04:00
|
|
|
int i;
|
1997-03-15 21:09:08 +03:00
|
|
|
u_int8_t myaddr[ETHER_ADDR_LEN];
|
1995-03-31 00:26:32 +04:00
|
|
|
|
1996-10-13 07:29:05 +04:00
|
|
|
printf("\n");
|
1998-01-24 17:16:11 +03:00
|
|
|
sc->ipl = 0x15;
|
1995-12-01 22:37:55 +03:00
|
|
|
sc->qe_vaddr = addr;
|
1996-05-19 20:43:02 +04:00
|
|
|
bcopy(sc->qe_dev.dv_xname, ifp->if_xname, IFNAMSIZ);
|
1996-05-07 05:35:48 +04:00
|
|
|
ifp->if_softc = sc;
|
1995-03-31 00:26:32 +04:00
|
|
|
/*
|
|
|
|
* The Deqna is cable of transmitting broadcasts, but
|
|
|
|
* doesn't listen to its own.
|
|
|
|
*/
|
1997-05-02 21:11:24 +04:00
|
|
|
ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_NOTRAILERS |
|
|
|
|
IFF_MULTICAST;
|
1995-03-31 00:26:32 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Read the address from the prom and save it.
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
for (i = 0; i < 6; i++)
|
1997-03-15 21:09:08 +03:00
|
|
|
sc->setup_pkt[i][1] = myaddr[i] =
|
1995-12-01 22:37:55 +03:00
|
|
|
addr->qe_sta_addr[i] & 0xff;
|
1995-03-31 00:26:32 +04:00
|
|
|
addr->qe_vector |= 1;
|
1996-10-13 07:29:05 +04:00
|
|
|
printf("qe%d: %s, hardware address %s\n", sc->qe_dev.dv_unit,
|
1995-03-31 00:26:32 +04:00
|
|
|
addr->qe_vector&01 ? "delqa":"deqna",
|
1997-03-15 21:09:08 +03:00
|
|
|
ether_sprintf(myaddr));
|
1995-03-31 00:26:32 +04:00
|
|
|
addr->qe_vector &= ~1;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Save the vector for initialization at reset time.
|
|
|
|
*/
|
|
|
|
sc->qe_intvec = addr->qe_vector;
|
|
|
|
|
|
|
|
ifp->if_start = qestart;
|
|
|
|
ifp->if_ioctl = qeioctl;
|
|
|
|
ifp->if_watchdog = qetimeout;
|
|
|
|
sc->qe_uba.iff_flags = UBA_CANTWAIT;
|
|
|
|
if_attach(ifp);
|
1997-03-15 21:09:08 +03:00
|
|
|
ether_ifattach(ifp, myaddr);
|
1997-05-02 21:11:24 +04:00
|
|
|
|
|
|
|
#if NBPFILTER > 0
|
|
|
|
bpfattach(&ifp->if_bpf, ifp, DLT_EN10MB, sizeof(struct ether_header));
|
|
|
|
#endif
|
1998-03-13 14:40:19 +03:00
|
|
|
if (B_TYPE(bootdev) == BDEV_QE)
|
|
|
|
booted_from = self;
|
1995-03-31 00:26:32 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Reset of interface after UNIBUS reset.
|
|
|
|
*/
|
1996-03-18 19:47:24 +03:00
|
|
|
void
|
1995-12-01 22:37:55 +03:00
|
|
|
qereset(unit)
|
|
|
|
int unit;
|
1995-03-31 00:26:32 +04:00
|
|
|
{
|
1996-03-18 19:47:24 +03:00
|
|
|
struct qe_softc *sc = qe_cd.cd_devs[unit];
|
1995-03-31 00:26:32 +04:00
|
|
|
|
1996-10-13 07:29:05 +04:00
|
|
|
printf(" %s", sc->qe_dev.dv_xname);
|
1996-03-18 19:47:24 +03:00
|
|
|
sc->qe_if.if_flags &= ~IFF_RUNNING;
|
1996-05-07 05:35:48 +04:00
|
|
|
qeinit(sc);
|
1995-03-31 00:26:32 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Initialization of interface.
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
void
|
1996-05-07 05:35:48 +04:00
|
|
|
qeinit(sc)
|
|
|
|
struct qe_softc *sc;
|
1995-03-31 00:26:32 +04:00
|
|
|
{
|
1995-12-01 22:37:55 +03:00
|
|
|
struct qedevice *addr = sc->qe_vaddr;
|
1996-08-20 18:07:33 +04:00
|
|
|
struct uba_softc *ubasc = (void *)sc->qe_dev.dv_parent;
|
1995-07-05 12:19:05 +04:00
|
|
|
struct ifnet *ifp = (struct ifnet *)&sc->qe_if;
|
|
|
|
int i;
|
1995-03-31 00:26:32 +04:00
|
|
|
int s;
|
|
|
|
|
|
|
|
/* address not known */
|
1995-07-05 12:19:05 +04:00
|
|
|
if (ifp->if_addrlist.tqh_first == (struct ifaddr *)0)
|
1995-03-31 00:26:32 +04:00
|
|
|
return;
|
|
|
|
if (sc->qe_flags & QEF_RUNNING)
|
|
|
|
return;
|
|
|
|
|
|
|
|
if ((ifp->if_flags & IFF_RUNNING) == 0) {
|
|
|
|
/*
|
|
|
|
* map the communications area onto the device
|
|
|
|
*/
|
1996-08-20 18:07:33 +04:00
|
|
|
i = uballoc(ubasc, (caddr_t)sc->rring,
|
1995-03-31 00:26:32 +04:00
|
|
|
sizeof(struct qe_ring) * (NTOT+2), 0);
|
|
|
|
if (i == 0)
|
|
|
|
goto fail;
|
|
|
|
sc->rringaddr = (struct qe_ring *)UBAI_ADDR(i);
|
|
|
|
sc->tringaddr = sc->rringaddr + NRCV + 1;
|
1996-08-20 18:07:33 +04:00
|
|
|
i = uballoc(ubasc, (caddr_t)sc->setup_pkt,
|
1995-03-31 00:26:32 +04:00
|
|
|
sizeof(sc->setup_pkt), 0);
|
|
|
|
if (i == 0)
|
|
|
|
goto fail;
|
1997-04-19 19:02:27 +04:00
|
|
|
sc->setupaddr = UBAI_ADDR(i);
|
1995-03-31 00:26:32 +04:00
|
|
|
/*
|
|
|
|
* init buffers and maps
|
|
|
|
*/
|
1996-08-20 18:07:33 +04:00
|
|
|
if (if_ubaminit(&sc->qe_uba, (void *)sc->qe_dev.dv_parent,
|
1995-03-31 00:26:32 +04:00
|
|
|
sizeof (struct ether_header), (int)btoc(MAXPACKETSIZE),
|
|
|
|
sc->qe_ifr, NRCV, sc->qe_ifw, NXMT) == 0) {
|
|
|
|
fail:
|
1996-10-13 07:29:05 +04:00
|
|
|
printf("%s: can't allocate uba resources\n",
|
1996-05-19 20:43:02 +04:00
|
|
|
sc->qe_dev.dv_xname);
|
1995-03-31 00:26:32 +04:00
|
|
|
sc->qe_if.if_flags &= ~IFF_UP;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
* Init the buffer descriptors and indexes for each of the lists and
|
|
|
|
* loop them back to form a ring.
|
|
|
|
*/
|
|
|
|
for (i = 0; i < NRCV; i++) {
|
|
|
|
qeinitdesc( &sc->rring[i],
|
|
|
|
(caddr_t)UBAI_ADDR(sc->qe_ifr[i].ifrw_info), MAXPACKETSIZE);
|
|
|
|
sc->rring[i].qe_flag = sc->rring[i].qe_status1 = QE_NOTYET;
|
|
|
|
sc->rring[i].qe_valid = 1;
|
|
|
|
}
|
|
|
|
qeinitdesc(&sc->rring[i], (caddr_t)NULL, 0);
|
|
|
|
|
|
|
|
sc->rring[i].qe_addr_lo = (short)((int)sc->rringaddr);
|
|
|
|
sc->rring[i].qe_addr_hi = (short)((int)sc->rringaddr >> 16);
|
|
|
|
sc->rring[i].qe_chain = 1;
|
|
|
|
sc->rring[i].qe_flag = sc->rring[i].qe_status1 = QE_NOTYET;
|
|
|
|
sc->rring[i].qe_valid = 1;
|
|
|
|
|
|
|
|
for( i = 0 ; i <= NXMT ; i++ )
|
|
|
|
qeinitdesc(&sc->tring[i], (caddr_t)NULL, 0);
|
|
|
|
i--;
|
|
|
|
|
|
|
|
sc->tring[i].qe_addr_lo = (short)((int)sc->tringaddr);
|
|
|
|
sc->tring[i].qe_addr_hi = (short)((int)sc->tringaddr >> 16);
|
|
|
|
sc->tring[i].qe_chain = 1;
|
|
|
|
sc->tring[i].qe_flag = sc->tring[i].qe_status1 = QE_NOTYET;
|
|
|
|
sc->tring[i].qe_valid = 1;
|
|
|
|
|
|
|
|
sc->nxmit = sc->otindex = sc->tindex = sc->rindex = 0;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Take the interface out of reset, program the vector,
|
|
|
|
* enable interrupts, and tell the world we are up.
|
|
|
|
*/
|
1995-12-24 05:29:35 +03:00
|
|
|
s = splnet();
|
1995-03-31 00:26:32 +04:00
|
|
|
addr->qe_vector = sc->qe_intvec;
|
|
|
|
sc->addr = addr;
|
|
|
|
addr->qe_csr = QE_RCV_ENABLE | QE_INT_ENABLE | QE_XMIT_INT |
|
|
|
|
QE_RCV_INT | QE_ILOOP;
|
|
|
|
addr->qe_rcvlist_lo = (short)((int)sc->rringaddr);
|
|
|
|
addr->qe_rcvlist_hi = (short)((int)sc->rringaddr >> 16);
|
|
|
|
ifp->if_flags |= IFF_UP | IFF_RUNNING;
|
|
|
|
sc->qe_flags |= QEF_RUNNING;
|
|
|
|
qesetup( sc );
|
1995-04-11 10:16:33 +04:00
|
|
|
qestart( ifp );
|
1995-03-31 00:26:32 +04:00
|
|
|
sc->qe_if.if_timer = QESLOWTIMEOUT; /* Start watchdog */
|
|
|
|
splx( s );
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Start output on interface.
|
|
|
|
*
|
|
|
|
*/
|
1995-04-11 10:16:33 +04:00
|
|
|
void
|
1995-03-31 00:26:32 +04:00
|
|
|
qestart(ifp)
|
|
|
|
struct ifnet *ifp;
|
|
|
|
{
|
1996-05-07 05:35:48 +04:00
|
|
|
register struct qe_softc *sc = ifp->if_softc;
|
1995-12-01 22:37:55 +03:00
|
|
|
volatile struct qedevice *addr = sc->qe_vaddr;
|
|
|
|
register struct qe_ring *rp;
|
1995-03-31 00:26:32 +04:00
|
|
|
register index;
|
|
|
|
struct mbuf *m;
|
|
|
|
int buf_addr, len, s;
|
|
|
|
|
|
|
|
|
1995-12-24 05:29:35 +03:00
|
|
|
s = splnet();
|
1995-03-31 00:26:32 +04:00
|
|
|
/*
|
|
|
|
* The deqna doesn't look at anything but the valid bit
|
|
|
|
* to determine if it should transmit this packet. If you have
|
|
|
|
* a ring and fill it the device will loop indefinately on the
|
|
|
|
* packet and continue to flood the net with packets until you
|
|
|
|
* break the ring. For this reason we never queue more than n-1
|
|
|
|
* packets in the transmit ring.
|
|
|
|
*
|
|
|
|
* The microcoders should have obeyed their own defination of the
|
|
|
|
* flag and status words, but instead we have to compensate.
|
|
|
|
*/
|
|
|
|
for( index = sc->tindex;
|
|
|
|
sc->tring[index].qe_valid == 0 && sc->nxmit < (NXMT-1) ;
|
|
|
|
sc->tindex = index = ++index % NXMT){
|
|
|
|
rp = &sc->tring[index];
|
|
|
|
if( sc->setupqueued ) {
|
|
|
|
buf_addr = sc->setupaddr;
|
1997-05-02 21:11:24 +04:00
|
|
|
len = sc->setuplength;
|
1995-03-31 00:26:32 +04:00
|
|
|
rp->qe_setup = 1;
|
|
|
|
sc->setupqueued = 0;
|
|
|
|
} else {
|
|
|
|
IF_DEQUEUE(&sc->qe_if.if_snd, m);
|
1995-12-01 22:37:55 +03:00
|
|
|
if (m == 0) {
|
1995-03-31 00:26:32 +04:00
|
|
|
splx(s);
|
1995-07-05 12:19:05 +04:00
|
|
|
return;
|
1995-03-31 00:26:32 +04:00
|
|
|
}
|
1997-05-02 21:11:24 +04:00
|
|
|
#if NBPFILTER > 0
|
|
|
|
if (ifp->if_bpf)
|
|
|
|
bpf_mtap(ifp->if_bpf, m);
|
|
|
|
#endif
|
1995-03-31 00:26:32 +04:00
|
|
|
buf_addr = sc->qe_ifw[index].ifw_info;
|
|
|
|
len = if_ubaput(&sc->qe_uba, &sc->qe_ifw[index], m);
|
|
|
|
}
|
|
|
|
if( len < MINDATA )
|
|
|
|
len = MINDATA;
|
|
|
|
/*
|
|
|
|
* Does buffer end on odd byte ?
|
|
|
|
*/
|
|
|
|
if( len & 1 ) {
|
|
|
|
len++;
|
|
|
|
rp->qe_odd_end = 1;
|
|
|
|
}
|
|
|
|
rp->qe_buf_len = -(len/2);
|
|
|
|
buf_addr = UBAI_ADDR(buf_addr);
|
|
|
|
rp->qe_flag = rp->qe_status1 = QE_NOTYET;
|
|
|
|
rp->qe_addr_lo = (short)buf_addr;
|
|
|
|
rp->qe_addr_hi = (short)(buf_addr >> 16);
|
|
|
|
rp->qe_eomsg = 1;
|
|
|
|
rp->qe_flag = rp->qe_status1 = QE_NOTYET;
|
|
|
|
rp->qe_valid = 1;
|
|
|
|
if (sc->nxmit++ == 0) {
|
|
|
|
sc->qe_flags |= QEF_FASTTIMEO;
|
|
|
|
sc->qe_if.if_timer = QETIMEOUT;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* See if the xmit list is invalid.
|
|
|
|
*/
|
|
|
|
if( addr->qe_csr & QE_XL_INVALID ) {
|
|
|
|
buf_addr = (int)(sc->tringaddr+index);
|
|
|
|
addr->qe_xmtlist_lo = (short)buf_addr;
|
|
|
|
addr->qe_xmtlist_hi = (short)(buf_addr >> 16);
|
|
|
|
}
|
|
|
|
}
|
1995-07-05 12:19:05 +04:00
|
|
|
splx(s);
|
|
|
|
return;
|
1995-03-31 00:26:32 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Ethernet interface interrupt processor
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
void
|
1995-11-10 22:25:46 +03:00
|
|
|
qeintr(unit)
|
1995-12-01 22:37:55 +03:00
|
|
|
int unit;
|
1995-03-31 00:26:32 +04:00
|
|
|
{
|
1995-12-01 22:37:55 +03:00
|
|
|
register struct qe_softc *sc;
|
|
|
|
volatile struct qedevice *addr;
|
1995-03-31 00:26:32 +04:00
|
|
|
int buf_addr, csr;
|
|
|
|
|
1996-03-18 01:56:15 +03:00
|
|
|
sc = qe_cd.cd_devs[unit];
|
1995-12-01 22:37:55 +03:00
|
|
|
addr = sc->qe_vaddr;
|
1995-03-31 00:26:32 +04:00
|
|
|
splx(sc->ipl);
|
|
|
|
if (!(sc->qe_flags & QEF_FASTTIMEO))
|
|
|
|
sc->qe_if.if_timer = QESLOWTIMEOUT; /* Restart timer clock */
|
|
|
|
csr = addr->qe_csr;
|
1995-12-01 22:37:55 +03:00
|
|
|
addr->qe_csr = QE_RCV_ENABLE | QE_INT_ENABLE |
|
|
|
|
QE_XMIT_INT | QE_RCV_INT | QE_ILOOP;
|
|
|
|
if (csr & QE_RCV_INT)
|
|
|
|
qerint(unit);
|
|
|
|
if (csr & QE_XMIT_INT)
|
|
|
|
qetint(unit );
|
|
|
|
if (csr & QE_NEX_MEM_INT)
|
1996-10-13 07:29:05 +04:00
|
|
|
printf("qe%d: Nonexistent memory interrupt\n", unit);
|
1995-03-31 00:26:32 +04:00
|
|
|
|
1995-12-01 22:37:55 +03:00
|
|
|
if (addr->qe_csr & QE_RL_INVALID && sc->rring[sc->rindex].qe_status1 ==
|
|
|
|
QE_NOTYET) {
|
1995-03-31 00:26:32 +04:00
|
|
|
buf_addr = (int)&sc->rringaddr[sc->rindex];
|
|
|
|
addr->qe_rcvlist_lo = (short)buf_addr;
|
|
|
|
addr->qe_rcvlist_hi = (short)(buf_addr >> 16);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Ethernet interface transmit interrupt.
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
void
|
1995-03-31 00:26:32 +04:00
|
|
|
qetint(unit)
|
|
|
|
int unit;
|
|
|
|
{
|
1996-03-18 01:56:15 +03:00
|
|
|
register struct qe_softc *sc = qe_cd.cd_devs[unit];
|
1995-12-01 22:37:55 +03:00
|
|
|
register struct qe_ring *rp;
|
|
|
|
register struct ifxmt *ifxp;
|
1995-03-31 00:26:32 +04:00
|
|
|
int status1, setupflag;
|
|
|
|
short len;
|
|
|
|
|
|
|
|
|
1995-12-01 22:37:55 +03:00
|
|
|
while (sc->otindex != sc->tindex && sc->tring[sc->otindex].qe_status1
|
|
|
|
!= QE_NOTYET && sc->nxmit > 0) {
|
1995-03-31 00:26:32 +04:00
|
|
|
/*
|
|
|
|
* Save the status words from the descriptor so that it can
|
|
|
|
* be released.
|
|
|
|
*/
|
|
|
|
rp = &sc->tring[sc->otindex];
|
|
|
|
status1 = rp->qe_status1;
|
|
|
|
setupflag = rp->qe_setup;
|
|
|
|
len = (-rp->qe_buf_len) * 2;
|
|
|
|
if( rp->qe_odd_end )
|
|
|
|
len++;
|
|
|
|
/*
|
|
|
|
* Init the buffer descriptor
|
|
|
|
*/
|
|
|
|
bzero((caddr_t)rp, sizeof(struct qe_ring));
|
|
|
|
if( --sc->nxmit == 0 ) {
|
|
|
|
sc->qe_flags &= ~QEF_FASTTIMEO;
|
|
|
|
sc->qe_if.if_timer = QESLOWTIMEOUT;
|
|
|
|
}
|
|
|
|
if( !setupflag ) {
|
|
|
|
/*
|
|
|
|
* Do some statistics.
|
|
|
|
*/
|
|
|
|
sc->qe_if.if_opackets++;
|
|
|
|
sc->qe_if.if_collisions += ( status1 & QE_CCNT ) >> 4;
|
|
|
|
if (status1 & QE_ERROR)
|
|
|
|
sc->qe_if.if_oerrors++;
|
|
|
|
ifxp = &sc->qe_ifw[sc->otindex];
|
|
|
|
if (ifxp->ifw_xtofree) {
|
|
|
|
m_freem(ifxp->ifw_xtofree);
|
|
|
|
ifxp->ifw_xtofree = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
sc->otindex = ++sc->otindex % NXMT;
|
|
|
|
}
|
1995-12-01 22:37:55 +03:00
|
|
|
qestart(&sc->qe_if);
|
1995-03-31 00:26:32 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Ethernet interface receiver interrupt.
|
|
|
|
* If can't determine length from type, then have to drop packet.
|
|
|
|
* Othewise decapsulate packet based on type and pass to type specific
|
|
|
|
* higher-level input routine.
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
void
|
1995-03-31 00:26:32 +04:00
|
|
|
qerint(unit)
|
|
|
|
int unit;
|
|
|
|
{
|
1996-03-18 01:56:15 +03:00
|
|
|
register struct qe_softc *sc = qe_cd.cd_devs[unit];
|
1995-12-01 22:37:55 +03:00
|
|
|
register struct qe_ring *rp;
|
1995-03-31 00:26:32 +04:00
|
|
|
register int nrcv = 0;
|
|
|
|
int len, status1, status2;
|
|
|
|
int bufaddr;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Traverse the receive ring looking for packets to pass back.
|
|
|
|
* The search is complete when we find a descriptor not in use.
|
|
|
|
*
|
|
|
|
* As in the transmit case the deqna doesn't honor it's own protocols
|
|
|
|
* so there exists the possibility that the device can beat us around
|
|
|
|
* the ring. The proper way to guard against this is to insure that
|
|
|
|
* there is always at least one invalid descriptor. We chose instead
|
|
|
|
* to make the ring large enough to minimize the problem. With a ring
|
|
|
|
* size of 4 we haven't been able to see the problem. To be safe we
|
|
|
|
* doubled that to 8.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
while (sc->rring[sc->rindex].qe_status1 == QE_NOTYET && nrcv < NRCV) {
|
|
|
|
/*
|
|
|
|
* We got an interrupt but did not find an input packet
|
|
|
|
* where we expected one to be, probably because the ring
|
|
|
|
* was overrun.
|
|
|
|
* We search forward to find a valid packet and start
|
|
|
|
* processing from there. If no valid packet is found it
|
|
|
|
* means we processed all the packets during a previous
|
|
|
|
* interrupt and that the QE_RCV_INT bit was set while
|
|
|
|
* we were processing one of these earlier packets. In
|
|
|
|
* this case we can safely ignore the interrupt (by dropping
|
|
|
|
* through the code below).
|
|
|
|
*/
|
|
|
|
sc->rindex = (sc->rindex + 1) % NRCV;
|
|
|
|
nrcv++;
|
|
|
|
}
|
|
|
|
if (nrcv && nrcv < NRCV)
|
|
|
|
log(LOG_ERR, "qe%d: ring overrun, resync'd by skipping %d\n",
|
|
|
|
unit, nrcv);
|
|
|
|
|
1995-12-01 22:37:55 +03:00
|
|
|
for (; sc->rring[sc->rindex].qe_status1 != QE_NOTYET;
|
|
|
|
sc->rindex = ++sc->rindex % NRCV) {
|
1995-03-31 00:26:32 +04:00
|
|
|
rp = &sc->rring[sc->rindex];
|
|
|
|
status1 = rp->qe_status1;
|
|
|
|
status2 = rp->qe_status2;
|
|
|
|
bzero((caddr_t)rp, sizeof(struct qe_ring));
|
|
|
|
if( (status1 & QE_MASK) == QE_MASK )
|
|
|
|
panic("qe: chained packet");
|
|
|
|
len = ((status1 & QE_RBL_HI) | (status2 & QE_RBL_LO)) + 60;
|
|
|
|
sc->qe_if.if_ipackets++;
|
|
|
|
|
|
|
|
if (status1 & QE_ERROR) {
|
|
|
|
if ((status1 & QE_RUNT) == 0)
|
|
|
|
sc->qe_if.if_ierrors++;
|
|
|
|
} else {
|
|
|
|
/*
|
|
|
|
* We don't process setup packets.
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
if (!(status1 & QE_ESETUP))
|
1995-03-31 00:26:32 +04:00
|
|
|
qeread(sc, &sc->qe_ifr[sc->rindex],
|
|
|
|
len - sizeof(struct ether_header));
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
* Return the buffer to the ring
|
|
|
|
*/
|
|
|
|
bufaddr = (int)UBAI_ADDR(sc->qe_ifr[sc->rindex].ifrw_info);
|
|
|
|
rp->qe_buf_len = -((MAXPACKETSIZE)/2);
|
|
|
|
rp->qe_addr_lo = (short)bufaddr;
|
|
|
|
rp->qe_addr_hi = (short)((int)bufaddr >> 16);
|
|
|
|
rp->qe_flag = rp->qe_status1 = QE_NOTYET;
|
|
|
|
rp->qe_valid = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Process an ioctl request.
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
int
|
1995-03-31 00:26:32 +04:00
|
|
|
qeioctl(ifp, cmd, data)
|
|
|
|
register struct ifnet *ifp;
|
1995-12-01 22:37:55 +03:00
|
|
|
u_long cmd;
|
1995-03-31 00:26:32 +04:00
|
|
|
caddr_t data;
|
|
|
|
{
|
1996-05-07 05:35:48 +04:00
|
|
|
struct qe_softc *sc = ifp->if_softc;
|
1995-03-31 00:26:32 +04:00
|
|
|
struct ifaddr *ifa = (struct ifaddr *)data;
|
1997-05-02 21:11:24 +04:00
|
|
|
struct ifreq *ifr = (struct ifreq *)data;
|
1995-12-24 05:29:35 +03:00
|
|
|
int s = splnet(), error = 0;
|
1995-03-31 00:26:32 +04:00
|
|
|
|
|
|
|
switch (cmd) {
|
|
|
|
|
|
|
|
case SIOCSIFADDR:
|
|
|
|
ifp->if_flags |= IFF_UP;
|
1996-05-07 05:35:48 +04:00
|
|
|
qeinit(sc);
|
1995-03-31 00:26:32 +04:00
|
|
|
switch(ifa->ifa_addr->sa_family) {
|
|
|
|
#ifdef INET
|
|
|
|
case AF_INET:
|
1997-03-15 21:09:08 +03:00
|
|
|
arp_ifinit(ifp, ifa);
|
1995-03-31 00:26:32 +04:00
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
#ifdef NS
|
|
|
|
case AF_NS:
|
|
|
|
{
|
|
|
|
register struct ns_addr *ina = &(IA_SNS(ifa)->sns_addr);
|
|
|
|
|
|
|
|
if (ns_nullhost(*ina))
|
1997-03-15 21:09:08 +03:00
|
|
|
ina->x_host =
|
|
|
|
*(union ns_host *)LLADDR(ifp->if_sadl);
|
1995-03-31 00:26:32 +04:00
|
|
|
else
|
1996-05-07 05:35:48 +04:00
|
|
|
qe_setaddr(ina->x_host.c_host, sc);
|
1995-03-31 00:26:32 +04:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case SIOCSIFFLAGS:
|
|
|
|
if ((ifp->if_flags & IFF_UP) == 0 &&
|
|
|
|
sc->qe_flags & QEF_RUNNING) {
|
1995-12-01 22:37:55 +03:00
|
|
|
sc->qe_vaddr->qe_csr = QE_RESET;
|
1995-03-31 00:26:32 +04:00
|
|
|
sc->qe_flags &= ~QEF_RUNNING;
|
|
|
|
} else if ((ifp->if_flags & (IFF_UP|IFF_RUNNING)) ==
|
|
|
|
IFF_RUNNING && (sc->qe_flags & QEF_RUNNING) == 0)
|
|
|
|
qerestart(sc);
|
1997-02-12 20:57:39 +03:00
|
|
|
else
|
|
|
|
qeinit(sc);
|
|
|
|
|
1995-03-31 00:26:32 +04:00
|
|
|
break;
|
|
|
|
|
1997-05-02 21:11:24 +04:00
|
|
|
case SIOCADDMULTI:
|
|
|
|
case SIOCDELMULTI:
|
|
|
|
/*
|
|
|
|
* Update our multicast list.
|
|
|
|
*/
|
|
|
|
error = (cmd == SIOCADDMULTI) ?
|
|
|
|
ether_addmulti(ifr, &sc->qe_ec):
|
|
|
|
ether_delmulti(ifr, &sc->qe_ec);
|
|
|
|
|
|
|
|
if (error == ENETRESET) {
|
|
|
|
/*
|
|
|
|
* Multicast list has changed; set the hardware filter
|
|
|
|
* accordingly.
|
|
|
|
*/
|
|
|
|
qeinit(sc);
|
|
|
|
error = 0;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
1995-03-31 00:26:32 +04:00
|
|
|
default:
|
|
|
|
error = EINVAL;
|
|
|
|
|
|
|
|
}
|
|
|
|
splx(s);
|
|
|
|
return (error);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* set ethernet address for unit
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
void
|
1996-05-07 05:35:48 +04:00
|
|
|
qe_setaddr(physaddr, sc)
|
1995-03-31 00:26:32 +04:00
|
|
|
u_char *physaddr;
|
1996-05-07 05:35:48 +04:00
|
|
|
struct qe_softc *sc;
|
1995-03-31 00:26:32 +04:00
|
|
|
{
|
|
|
|
register int i;
|
|
|
|
|
|
|
|
for (i = 0; i < 6; i++)
|
1997-03-15 21:09:08 +03:00
|
|
|
sc->setup_pkt[i][1] = LLADDR(sc->qe_if.if_sadl)[i]
|
|
|
|
= physaddr[i];
|
1995-03-31 00:26:32 +04:00
|
|
|
sc->qe_flags |= QEF_SETADDR;
|
|
|
|
if (sc->qe_if.if_flags & IFF_RUNNING)
|
|
|
|
qesetup(sc);
|
1996-05-07 05:35:48 +04:00
|
|
|
qeinit(sc);
|
1995-03-31 00:26:32 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Initialize a ring descriptor with mbuf allocation side effects
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
void
|
1995-03-31 00:26:32 +04:00
|
|
|
qeinitdesc(rp, addr, len)
|
1995-12-01 22:37:55 +03:00
|
|
|
register struct qe_ring *rp;
|
1997-04-19 19:02:27 +04:00
|
|
|
caddr_t addr; /* mapped address */
|
1995-03-31 00:26:32 +04:00
|
|
|
int len;
|
|
|
|
{
|
|
|
|
/*
|
|
|
|
* clear the entire descriptor
|
|
|
|
*/
|
|
|
|
bzero((caddr_t)rp, sizeof(struct qe_ring));
|
|
|
|
|
1995-12-01 22:37:55 +03:00
|
|
|
if (len) {
|
1995-03-31 00:26:32 +04:00
|
|
|
rp->qe_buf_len = -(len/2);
|
|
|
|
rp->qe_addr_lo = (short)((int)addr);
|
|
|
|
rp->qe_addr_hi = (short)((int)addr >> 16);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
* Build a setup packet - the physical address will already be present
|
|
|
|
* in first column.
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
void
|
|
|
|
qesetup(sc)
|
|
|
|
struct qe_softc *sc;
|
1995-03-31 00:26:32 +04:00
|
|
|
{
|
|
|
|
register i, j;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Copy the target address to the rest of the entries in this row.
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
for (j = 0; j < 6; j++)
|
|
|
|
for (i = 2; i < 8; i++)
|
1995-03-31 00:26:32 +04:00
|
|
|
sc->setup_pkt[j][i] = sc->setup_pkt[j][1];
|
|
|
|
/*
|
|
|
|
* Duplicate the first half.
|
|
|
|
*/
|
|
|
|
bcopy((caddr_t)sc->setup_pkt[0], (caddr_t)sc->setup_pkt[8], 64);
|
|
|
|
/*
|
|
|
|
* Fill in the broadcast (and ISO multicast) address(es).
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
for (i = 0; i < 6; i++) {
|
1995-03-31 00:26:32 +04:00
|
|
|
sc->setup_pkt[i][2] = 0xff;
|
|
|
|
#ifdef ISO
|
1997-05-02 21:11:24 +04:00
|
|
|
/*
|
|
|
|
* XXX layer violation, should use SIOCADDMULTI.
|
|
|
|
* Will definitely break with IPmulticast.
|
|
|
|
*/
|
|
|
|
|
1995-03-31 00:26:32 +04:00
|
|
|
sc->setup_pkt[i][3] = all_es_snpa[i];
|
|
|
|
sc->setup_pkt[i][4] = all_is_snpa[i];
|
|
|
|
sc->setup_pkt[i][5] = all_l1is_snpa[i];
|
|
|
|
sc->setup_pkt[i][6] = all_l2is_snpa[i];
|
|
|
|
#endif
|
|
|
|
}
|
1997-05-02 21:11:24 +04:00
|
|
|
if (sc->qe_if.if_flags & IFF_PROMISC) {
|
|
|
|
sc->setuplength = QE_PROMISC;
|
|
|
|
/* XXX no IFF_ALLMULTI support in 4.4bsd */
|
|
|
|
} else if (sc->qe_if.if_flags & IFF_ALLMULTI) {
|
|
|
|
sc->setuplength = QE_ALLMULTI;
|
|
|
|
} else {
|
|
|
|
register k;
|
|
|
|
struct ether_multi *enm;
|
|
|
|
struct ether_multistep step;
|
|
|
|
/*
|
|
|
|
* Step through our list of multicast addresses, putting them
|
|
|
|
* in the third through fourteenth address slots of the setup
|
|
|
|
* packet. (See the DEQNA manual to understand the peculiar
|
|
|
|
* layout of the bytes within the setup packet.) If we have
|
|
|
|
* too many multicast addresses, or if we have to listen to
|
|
|
|
* a range of multicast addresses, turn on reception of all
|
|
|
|
* multicasts.
|
|
|
|
*/
|
|
|
|
sc->setuplength = QE_SOMEMULTI;
|
|
|
|
i = 2;
|
|
|
|
k = 0;
|
|
|
|
ETHER_FIRST_MULTI(step, &sc->qe_ec, enm);
|
|
|
|
while (enm != NULL) {
|
|
|
|
if ((++i > 7 && k != 0) ||
|
|
|
|
bcmp(enm->enm_addrlo, enm->enm_addrhi, 6) != 0) {
|
|
|
|
sc->setuplength = QE_ALLMULTI;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
if (i > 7) {
|
|
|
|
i = 1;
|
|
|
|
k = 8;
|
|
|
|
}
|
|
|
|
for (j = 0; j < 6; j++)
|
|
|
|
sc->setup_pkt[j+k][i] = enm->enm_addrlo[j];
|
|
|
|
ETHER_NEXT_MULTI(step, enm);
|
|
|
|
}
|
|
|
|
}
|
1995-03-31 00:26:32 +04:00
|
|
|
sc->setupqueued++;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Pass a packet to the higher levels.
|
|
|
|
* We deal with the trailer protocol here.
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
void
|
1995-03-31 00:26:32 +04:00
|
|
|
qeread(sc, ifrw, len)
|
1995-12-01 22:37:55 +03:00
|
|
|
register struct qe_softc *sc;
|
|
|
|
struct ifrw *ifrw;
|
1995-03-31 00:26:32 +04:00
|
|
|
int len;
|
|
|
|
{
|
1997-05-02 21:11:24 +04:00
|
|
|
struct ifnet *ifp = (struct ifnet *)&sc->qe_if;
|
1995-03-31 00:26:32 +04:00
|
|
|
struct ether_header *eh;
|
1997-04-19 19:02:27 +04:00
|
|
|
struct mbuf *m;
|
1995-03-31 00:26:32 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Deal with trailer protocol: if type is INET trailer
|
|
|
|
* get true type from first 16-bit word past data.
|
|
|
|
* Remember that type was trailer by setting off.
|
|
|
|
*/
|
|
|
|
|
|
|
|
eh = (struct ether_header *)ifrw->ifrw_addr;
|
|
|
|
if (len == 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Pull packet off interface. Off is nonzero if packet
|
|
|
|
* has trailing header; qeget will then force this header
|
|
|
|
* information to be at the front, but we still have to drop
|
|
|
|
* the type and length which are at the front of any trailer data.
|
|
|
|
*/
|
1995-04-11 10:16:33 +04:00
|
|
|
m = if_ubaget(&sc->qe_uba, ifrw, len, &sc->qe_if);
|
1995-03-31 00:26:32 +04:00
|
|
|
#ifdef notdef
|
|
|
|
if (m) {
|
|
|
|
*(((u_long *)m->m_data)+0),
|
|
|
|
*(((u_long *)m->m_data)+1),
|
|
|
|
*(((u_long *)m->m_data)+2),
|
|
|
|
*(((u_long *)m->m_data)+3)
|
1997-05-02 21:11:24 +04:00
|
|
|
; }
|
1995-03-31 00:26:32 +04:00
|
|
|
#endif
|
|
|
|
|
1997-05-02 21:11:24 +04:00
|
|
|
#if NBPFILTER > 0
|
|
|
|
/*
|
|
|
|
* Check for a BPF filter; if so, hand it up.
|
|
|
|
* Note that we have to stick an extra mbuf up front, because
|
|
|
|
* bpf_mtap expects to have the ether header at the front.
|
|
|
|
* It doesn't matter that this results in an ill-formatted mbuf chain,
|
|
|
|
* since BPF just looks at the data. (It doesn't try to free the mbuf,
|
|
|
|
* tho' it will make a copy for tcpdump.)
|
|
|
|
*/
|
|
|
|
if (sc->qe_if.if_bpf) {
|
|
|
|
struct mbuf m0;
|
|
|
|
m0.m_len = sizeof (struct ether_header);
|
|
|
|
m0.m_data = (caddr_t)eh;
|
|
|
|
m0.m_next = m;
|
|
|
|
|
|
|
|
/* Pass it up */
|
|
|
|
bpf_mtap(sc->qe_if.if_bpf, &m0);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Note that the interface cannot be in promiscuous mode if
|
|
|
|
* there are no BPF listeners. And if we are in promiscuous
|
|
|
|
* mode, we have to check if this packet is really ours.
|
|
|
|
*/
|
|
|
|
if ((ifp->if_flags & IFF_PROMISC) &&
|
|
|
|
(eh->ether_dhost[0] & 1) == 0 && /* !mcast and !bcast */
|
|
|
|
bcmp(eh->ether_dhost, LLADDR(sc->qe_if.if_sadl),
|
|
|
|
sizeof(eh->ether_dhost)) != 0) {
|
|
|
|
m_freem(m);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif /* NBPFILTER > 0 */
|
|
|
|
|
1995-03-31 00:26:32 +04:00
|
|
|
if (m)
|
|
|
|
ether_input((struct ifnet *)&sc->qe_if, eh, m);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Watchdog timeout routine. There is a condition in the hardware that
|
|
|
|
* causes the board to lock up under heavy load. This routine detects
|
|
|
|
* the hang up and restarts the device.
|
|
|
|
*/
|
1995-11-10 22:25:46 +03:00
|
|
|
void
|
1996-05-07 05:35:48 +04:00
|
|
|
qetimeout(ifp)
|
|
|
|
struct ifnet *ifp;
|
1995-03-31 00:26:32 +04:00
|
|
|
{
|
1996-05-07 05:35:48 +04:00
|
|
|
register struct qe_softc *sc = ifp->if_softc;
|
1995-03-31 00:26:32 +04:00
|
|
|
|
|
|
|
#ifdef notdef
|
1996-05-07 05:35:48 +04:00
|
|
|
log(LOG_ERR, "%s: transmit timeout, restarted %d\n",
|
|
|
|
sc->sc_dev.dv_xname, sc->qe_restarts++);
|
1995-03-31 00:26:32 +04:00
|
|
|
#endif
|
|
|
|
qerestart(sc);
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
* Restart for board lockup problem.
|
|
|
|
*/
|
1995-12-01 22:37:55 +03:00
|
|
|
void
|
1995-03-31 00:26:32 +04:00
|
|
|
qerestart(sc)
|
1995-12-01 22:37:55 +03:00
|
|
|
struct qe_softc *sc;
|
1995-03-31 00:26:32 +04:00
|
|
|
{
|
|
|
|
register struct ifnet *ifp = (struct ifnet *)&sc->qe_if;
|
1995-12-01 22:37:55 +03:00
|
|
|
register struct qedevice *addr = sc->addr;
|
|
|
|
register struct qe_ring *rp;
|
1995-03-31 00:26:32 +04:00
|
|
|
register i;
|
|
|
|
|
|
|
|
addr->qe_csr = QE_RESET;
|
|
|
|
addr->qe_csr &= ~QE_RESET;
|
1995-12-01 22:37:55 +03:00
|
|
|
qesetup(sc);
|
1995-03-31 00:26:32 +04:00
|
|
|
for (i = 0, rp = sc->tring; i < NXMT; rp++, i++) {
|
|
|
|
rp->qe_flag = rp->qe_status1 = QE_NOTYET;
|
|
|
|
rp->qe_valid = 0;
|
|
|
|
}
|
|
|
|
sc->nxmit = sc->otindex = sc->tindex = sc->rindex = 0;
|
|
|
|
addr->qe_csr = QE_RCV_ENABLE | QE_INT_ENABLE | QE_XMIT_INT |
|
|
|
|
QE_RCV_INT | QE_ILOOP;
|
|
|
|
addr->qe_rcvlist_lo = (short)((int)sc->rringaddr);
|
|
|
|
addr->qe_rcvlist_hi = (short)((int)sc->rringaddr >> 16);
|
|
|
|
sc->qe_flags |= QEF_RUNNING;
|
1995-04-11 10:16:33 +04:00
|
|
|
qestart(ifp);
|
1995-03-31 00:26:32 +04:00
|
|
|
}
|