1995-12-31 00:03:02 +03:00
|
|
|
/* $NetBSD: if_le.c,v 1.25 1995/12/30 21:03:02 thorpej Exp $ */
|
1994-10-26 10:22:45 +03:00
|
|
|
|
1995-12-10 03:49:33 +03:00
|
|
|
/*-
|
|
|
|
* Copyright (c) 1995 Charles M. Hannum. All rights reserved.
|
|
|
|
* Copyright (c) 1992, 1993
|
|
|
|
* The Regents of the University of California. All rights reserved.
|
|
|
|
*
|
|
|
|
* This code is derived from software contributed to Berkeley by
|
|
|
|
* Ralph Campbell and Rick Macklem.
|
1993-05-13 17:56:20 +04:00
|
|
|
*
|
|
|
|
* 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.
|
|
|
|
*
|
1995-12-10 03:49:33 +03:00
|
|
|
* @(#)if_le.c 8.2 (Berkeley) 11/16/93
|
1993-05-13 17:56:20 +04:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "bpfilter.h"
|
|
|
|
|
1994-02-05 08:06:54 +03:00
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/systm.h>
|
|
|
|
#include <sys/mbuf.h>
|
|
|
|
#include <sys/syslog.h>
|
1995-12-10 03:49:33 +03:00
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <sys/device.h>
|
1994-02-05 08:06:54 +03:00
|
|
|
|
|
|
|
#include <net/if.h>
|
1993-05-13 17:56:20 +04:00
|
|
|
|
|
|
|
#ifdef INET
|
1994-02-05 08:06:54 +03:00
|
|
|
#include <netinet/in.h>
|
|
|
|
#include <netinet/if_ether.h>
|
1993-05-13 17:56:20 +04:00
|
|
|
#endif
|
|
|
|
|
1994-02-05 08:06:54 +03:00
|
|
|
#include <machine/cpu.h>
|
|
|
|
#include <machine/mtpr.h>
|
1995-12-10 03:49:33 +03:00
|
|
|
|
1994-09-18 04:43:19 +04:00
|
|
|
#include <hp300/hp300/isr.h>
|
1995-12-31 00:03:02 +03:00
|
|
|
|
1994-09-18 04:43:19 +04:00
|
|
|
#ifdef USELEDS
|
|
|
|
#include <hp300/hp300/led.h>
|
1995-12-31 00:03:02 +03:00
|
|
|
/*
|
|
|
|
* Enable the transmit and receive hooks.
|
|
|
|
*/
|
|
|
|
#define LE_TINT_HOOK
|
|
|
|
#define LE_RINT_HOOK
|
1994-09-18 04:43:19 +04:00
|
|
|
#endif
|
1993-05-13 17:56:20 +04:00
|
|
|
|
1994-02-05 08:06:54 +03:00
|
|
|
#include <hp300/dev/device.h>
|
|
|
|
#include <hp300/dev/if_lereg.h>
|
1995-12-10 03:49:33 +03:00
|
|
|
#include <hp300/dev/if_levar.h>
|
|
|
|
#include <dev/ic/am7990reg.h>
|
|
|
|
#define LE_NEED_BUF_CONTIG
|
|
|
|
#include <dev/ic/am7990var.h>
|
1993-05-13 17:56:20 +04:00
|
|
|
|
1995-12-10 03:49:33 +03:00
|
|
|
#include "le.h"
|
|
|
|
struct le_softc le_softc[NLE];
|
1994-07-06 05:36:23 +04:00
|
|
|
|
1995-12-10 03:49:33 +03:00
|
|
|
#define LE_SOFTC(unit) &le_softc[unit]
|
|
|
|
#define LE_DELAY(x) DELAY(x)
|
|
|
|
#define LEINTR_UNIT
|
1993-05-13 17:56:20 +04:00
|
|
|
|
1995-12-10 03:49:33 +03:00
|
|
|
int lematch __P((struct hp_device *));
|
|
|
|
void leattach __P((struct hp_device *));
|
|
|
|
int leintr __P((int));
|
1994-02-06 03:46:02 +03:00
|
|
|
|
|
|
|
struct driver ledriver = {
|
1995-12-02 21:21:49 +03:00
|
|
|
lematch, leattach, "le",
|
1994-02-06 03:46:02 +03:00
|
|
|
};
|
|
|
|
|
1995-12-10 03:49:33 +03:00
|
|
|
/* offsets for: ID, REGS, MEM, NVRAM */
|
|
|
|
int lestd[] = { 0, 0x4000, 0x8000, 0xC008 };
|
|
|
|
|
|
|
|
integrate void
|
1994-07-06 05:36:23 +04:00
|
|
|
lewrcsr(sc, port, val)
|
|
|
|
struct le_softc *sc;
|
1995-12-10 03:49:33 +03:00
|
|
|
u_int16_t port, val;
|
1994-07-06 05:36:23 +04:00
|
|
|
{
|
|
|
|
register struct lereg0 *ler0 = sc->sc_r0;
|
|
|
|
register struct lereg1 *ler1 = sc->sc_r1;
|
|
|
|
|
|
|
|
do {
|
|
|
|
ler1->ler1_rap = port;
|
|
|
|
} while ((ler0->ler0_status & LE_ACK) == 0);
|
|
|
|
do {
|
|
|
|
ler1->ler1_rdp = val;
|
|
|
|
} while ((ler0->ler0_status & LE_ACK) == 0);
|
|
|
|
}
|
|
|
|
|
1995-12-10 03:49:33 +03:00
|
|
|
integrate u_int16_t
|
1994-07-06 05:36:23 +04:00
|
|
|
lerdcsr(sc, port)
|
|
|
|
struct le_softc *sc;
|
1995-12-10 03:49:33 +03:00
|
|
|
u_int16_t port;
|
1994-07-06 05:36:23 +04:00
|
|
|
{
|
|
|
|
register struct lereg0 *ler0 = sc->sc_r0;
|
|
|
|
register struct lereg1 *ler1 = sc->sc_r1;
|
1995-12-10 03:49:33 +03:00
|
|
|
u_int16_t val;
|
1994-07-06 05:36:23 +04:00
|
|
|
|
|
|
|
do {
|
|
|
|
ler1->ler1_rap = port;
|
|
|
|
} while ((ler0->ler0_status & LE_ACK) == 0);
|
|
|
|
do {
|
|
|
|
val = ler1->ler1_rdp;
|
|
|
|
} while ((ler0->ler0_status & LE_ACK) == 0);
|
|
|
|
return (val);
|
|
|
|
}
|
|
|
|
|
1995-12-31 00:03:02 +03:00
|
|
|
/* ARGSUSED */
|
|
|
|
static void
|
|
|
|
hp300_le_tint_hook(sc)
|
|
|
|
struct le_softc *sc;
|
|
|
|
{
|
|
|
|
|
|
|
|
#ifdef USELEDS
|
|
|
|
if (inledcontrol == 0)
|
|
|
|
ledcontrol(0, 0, LED_LANXMT);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ARGSUSED */
|
|
|
|
static void
|
|
|
|
hp300_le_rint_hook(sc)
|
|
|
|
struct le_softc *sc;
|
|
|
|
{
|
|
|
|
|
|
|
|
#ifdef USELEDS
|
|
|
|
if (inledcontrol == 0)
|
|
|
|
ledcontrol(0, 0, LED_LANRCV);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
1995-12-02 21:21:49 +03:00
|
|
|
int
|
|
|
|
lematch(hd)
|
|
|
|
struct hp_device *hd;
|
|
|
|
{
|
|
|
|
register struct lereg0 *ler0;
|
1995-12-10 03:49:33 +03:00
|
|
|
struct le_softc *sc = LE_SOFTC(hd->hp_unit);
|
1995-12-02 21:21:49 +03:00
|
|
|
|
|
|
|
ler0 = (struct lereg0 *)(lestd[0] + (int)hd->hp_addr);
|
|
|
|
if (ler0->ler0_id != LEID)
|
|
|
|
return (0);
|
|
|
|
|
|
|
|
hd->hp_ipl = LE_IPL(ler0->ler0_status);
|
|
|
|
sc->sc_hd = hd;
|
|
|
|
|
|
|
|
return (1);
|
|
|
|
}
|
|
|
|
|
1993-05-13 17:56:20 +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-02 21:21:49 +03:00
|
|
|
void
|
1993-05-13 17:56:20 +04:00
|
|
|
leattach(hd)
|
|
|
|
struct hp_device *hd;
|
|
|
|
{
|
|
|
|
register struct lereg0 *ler0;
|
1995-12-10 03:49:33 +03:00
|
|
|
struct le_softc *sc = LE_SOFTC(hd->hp_unit);
|
1993-05-13 17:56:20 +04:00
|
|
|
char *cp;
|
|
|
|
int i;
|
|
|
|
|
1994-02-05 08:06:54 +03:00
|
|
|
ler0 = sc->sc_r0 = (struct lereg0 *)(lestd[0] + (int)hd->hp_addr);
|
1993-05-13 17:56:20 +04:00
|
|
|
ler0->ler0_id = 0xFF;
|
|
|
|
DELAY(100);
|
|
|
|
|
1995-12-10 03:49:33 +03:00
|
|
|
/* XXXX kluge for now */
|
|
|
|
sc->sc_dev.dv_unit = hd->hp_unit;
|
|
|
|
sprintf(sc->sc_dev.dv_xname, "%s%d", ledriver.d_name, hd->hp_unit);
|
|
|
|
|
|
|
|
sc->sc_r1 = (struct lereg1 *)(lestd[1] + (int)hd->hp_addr);
|
|
|
|
sc->sc_mem = (void *)(lestd[2] + (int)hd->hp_addr);
|
|
|
|
sc->sc_conf3 = LE_C3_BSWP;
|
|
|
|
sc->sc_addr = 0;
|
|
|
|
sc->sc_memsize = 16384;
|
|
|
|
|
1993-05-13 17:56:20 +04:00
|
|
|
/*
|
|
|
|
* Read the ethernet address off the board, one nibble at a time.
|
|
|
|
*/
|
|
|
|
cp = (char *)(lestd[3] + (int)hd->hp_addr);
|
1994-07-06 05:36:23 +04:00
|
|
|
for (i = 0; i < sizeof(sc->sc_arpcom.ac_enaddr); i++) {
|
|
|
|
sc->sc_arpcom.ac_enaddr[i] = (*++cp & 0xF) << 4;
|
1993-05-13 17:56:20 +04:00
|
|
|
cp++;
|
1994-07-06 05:36:23 +04:00
|
|
|
sc->sc_arpcom.ac_enaddr[i] |= *++cp & 0xF;
|
1993-05-13 17:56:20 +04:00
|
|
|
cp++;
|
|
|
|
}
|
1994-07-06 05:36:23 +04:00
|
|
|
|
1995-12-10 03:49:33 +03:00
|
|
|
sc->sc_copytodesc = copytobuf_contig;
|
|
|
|
sc->sc_copyfromdesc = copyfrombuf_contig;
|
|
|
|
sc->sc_copytobuf = copytobuf_contig;
|
|
|
|
sc->sc_copyfrombuf = copyfrombuf_contig;
|
|
|
|
sc->sc_zerobuf = zerobuf_contig;
|
1993-05-13 17:56:20 +04:00
|
|
|
|
1995-12-31 00:03:02 +03:00
|
|
|
#ifdef LE_TINT_HOOK
|
|
|
|
sc->sc_tint_hook = hp300_le_tint_hook;
|
|
|
|
#endif
|
|
|
|
#ifdef LE_RINT_HOOK
|
|
|
|
sc->sc_rint_hook = hp300_le_rint_hook;
|
|
|
|
#endif
|
|
|
|
|
1995-12-10 03:49:33 +03:00
|
|
|
sc->sc_arpcom.ac_if.if_name = ledriver.d_name;
|
|
|
|
leconfig(sc);
|
1994-07-06 05:36:23 +04:00
|
|
|
|
1995-12-10 03:49:33 +03:00
|
|
|
sc->sc_isr.isr_intr = leintr;
|
|
|
|
sc->sc_isr.isr_arg = hd->hp_unit;
|
|
|
|
sc->sc_isr.isr_ipl = hd->hp_ipl;
|
|
|
|
isrlink(&sc->sc_isr);
|
|
|
|
ler0->ler0_status = LE_IE;
|
1993-05-13 17:56:20 +04:00
|
|
|
}
|
1994-07-07 05:31:00 +04:00
|
|
|
|
1995-12-10 03:49:33 +03:00
|
|
|
#include <dev/ic/am7990.c>
|