2010-04-05 11:19:28 +04:00
|
|
|
/* $NetBSD: smc90cx6.c,v 1.63 2010/04/05 07:19:37 joerg Exp $ */
|
1995-03-01 14:34:02 +03:00
|
|
|
|
1999-02-17 01:46:55 +03:00
|
|
|
/*-
|
1999-02-17 02:34:10 +03:00
|
|
|
* Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc.
|
1995-03-01 01:03:59 +03:00
|
|
|
* All rights reserved.
|
|
|
|
*
|
1999-02-17 01:46:55 +03:00
|
|
|
* This code is derived from software contributed to The NetBSD Foundation
|
|
|
|
* by Ignatios Souvatzis.
|
|
|
|
*
|
1995-03-01 01:03:59 +03: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.
|
|
|
|
*
|
1999-02-17 01:46:55 +03:00
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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 FOUNDATION 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-03-01 01:03:59 +03:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
1998-09-03 02:32:06 +04:00
|
|
|
* Chip core driver for the SMC90c26 / SMC90c56 (and SMC90c66 in '56
|
|
|
|
* compatibility mode) boards
|
1995-03-01 01:03:59 +03:00
|
|
|
*/
|
|
|
|
|
2001-11-13 16:14:31 +03:00
|
|
|
#include <sys/cdefs.h>
|
2010-04-05 11:19:28 +04:00
|
|
|
__KERNEL_RCSID(0, "$NetBSD: smc90cx6.c,v 1.63 2010/04/05 07:19:37 joerg Exp $");
|
2001-11-13 16:14:31 +03:00
|
|
|
|
1999-09-26 00:43:43 +04:00
|
|
|
/* #define BAHSOFTCOPY */
|
1995-12-27 10:51:40 +03:00
|
|
|
#define BAHRETRANSMIT /**/
|
1996-03-20 16:28:50 +03:00
|
|
|
|
1998-07-05 04:51:04 +04:00
|
|
|
#include "opt_inet.h"
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/systm.h>
|
|
|
|
#include <sys/mbuf.h>
|
|
|
|
#include <sys/buf.h>
|
|
|
|
#include <sys/device.h>
|
|
|
|
#include <sys/protosw.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <sys/syslog.h>
|
|
|
|
#include <sys/ioctl.h>
|
|
|
|
#include <sys/errno.h>
|
2007-10-08 20:18:02 +04:00
|
|
|
#include <sys/kernel.h>
|
|
|
|
#include <sys/intr.h>
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
#include <net/if.h>
|
|
|
|
#include <net/if_dl.h>
|
2008-11-13 00:15:49 +03:00
|
|
|
#include <net/if_ether.h>
|
1995-03-01 01:03:59 +03:00
|
|
|
#include <net/if_types.h>
|
1998-09-03 02:32:06 +04:00
|
|
|
#include <net/if_arc.h>
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
#ifdef INET
|
|
|
|
#include <netinet/in.h>
|
|
|
|
#include <netinet/in_systm.h>
|
|
|
|
#include <netinet/in_var.h>
|
|
|
|
#include <netinet/ip.h>
|
1998-09-03 02:32:06 +04:00
|
|
|
#include <netinet/if_inarp.h>
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <net/bpf.h>
|
|
|
|
#include <net/bpfdesc.h>
|
|
|
|
|
2007-10-19 15:59:34 +04:00
|
|
|
#include <sys/bus.h>
|
|
|
|
#include <sys/cpu.h>
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
#include <dev/ic/smc90cx6reg.h>
|
|
|
|
#include <dev/ic/smc90cx6var.h>
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
/* these should be elsewhere */
|
|
|
|
|
|
|
|
#define ARC_MIN_LEN 1
|
|
|
|
#define ARC_MIN_FORBID_LEN 254
|
|
|
|
#define ARC_MAX_FORBID_LEN 256
|
|
|
|
#define ARC_MAX_LEN 508
|
|
|
|
#define ARC_ADDR_LEN 1
|
|
|
|
|
1995-04-14 20:57:19 +04:00
|
|
|
/* for watchdog timer. This should be more than enough. */
|
|
|
|
#define ARCTIMEOUT (5*IFNET_SLOWHZ)
|
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
/*
|
|
|
|
* This currently uses 2 bufs for tx, 2 for rx
|
|
|
|
*
|
|
|
|
* New rx protocol:
|
|
|
|
*
|
2005-02-27 03:26:58 +03:00
|
|
|
* rx has a fillcount variable. If fillcount > (NRXBUF-1),
|
|
|
|
* rx can be switched off from rx hard int.
|
1995-03-01 01:03:59 +03:00
|
|
|
* Else rx is restarted on the other receiver.
|
|
|
|
* rx soft int counts down. if it is == (NRXBUF-1), it restarts
|
|
|
|
* the receiver.
|
|
|
|
* To ensure packet ordering (we need that for 1201 later), we have a counter
|
|
|
|
* which is incremented modulo 256 on each receive and a per buffer
|
|
|
|
* variable, which is set to the counter on filling. The soft int can
|
|
|
|
* compare both values to determine the older packet.
|
|
|
|
*
|
|
|
|
* Transmit direction:
|
2005-02-27 03:26:58 +03:00
|
|
|
*
|
1995-03-01 01:03:59 +03:00
|
|
|
* bah_start checks tx_fillcount
|
|
|
|
* case 2: return
|
|
|
|
*
|
|
|
|
* else fill tx_act ^ 1 && inc tx_fillcount
|
|
|
|
*
|
|
|
|
* check tx_fillcount again.
|
|
|
|
* case 2: set IFF_OACTIVE to stop arc_output from filling us.
|
|
|
|
* case 1: start tx
|
|
|
|
*
|
|
|
|
* tint clears IFF_OCATIVE, decrements and checks tx_fillcount
|
|
|
|
* case 1: start tx on tx_act ^ 1, softcall bah_start
|
|
|
|
* case 0: softcall bah_start
|
|
|
|
*
|
|
|
|
* #define fill(i) get mbuf && copy mbuf to chip(i)
|
|
|
|
*/
|
|
|
|
|
2005-02-04 05:10:35 +03:00
|
|
|
void bah_init(struct bah_softc *);
|
|
|
|
void bah_reset(struct bah_softc *);
|
|
|
|
void bah_stop(struct bah_softc *);
|
|
|
|
void bah_start(struct ifnet *);
|
|
|
|
int bahintr(void *);
|
2007-03-04 08:59:00 +03:00
|
|
|
int bah_ioctl(struct ifnet *, unsigned long, void *);
|
2005-02-04 05:10:35 +03:00
|
|
|
void bah_watchdog(struct ifnet *);
|
|
|
|
void bah_srint(void *vsc);
|
|
|
|
static void bah_tint(struct bah_softc *, int);
|
1998-09-03 02:32:06 +04:00
|
|
|
void bah_reconwatch(void *);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
/* short notation */
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
#define GETREG(off) bus_space_read_1(bst_r, regs, (off))
|
|
|
|
#define PUTREG(off, v) bus_space_write_1(bst_r, regs, (off), (v))
|
|
|
|
#define GETMEM(off) bus_space_read_1(bst_m, mem, (off))
|
|
|
|
#define PUTMEM(off, v) bus_space_write_1(bst_m, mem, (off), (v))
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
void
|
2009-03-14 18:35:58 +03:00
|
|
|
bah_attach_subr(struct bah_softc *sc)
|
1995-03-01 01:03:59 +03:00
|
|
|
{
|
1995-04-11 09:46:53 +04:00
|
|
|
struct ifnet *ifp = &sc->sc_arccom.ac_if;
|
1998-09-03 02:32:06 +04:00
|
|
|
int s;
|
|
|
|
u_int8_t linkaddress;
|
|
|
|
|
|
|
|
bus_space_tag_t bst_r = sc->sc_bst_r;
|
|
|
|
bus_space_tag_t bst_m = sc->sc_bst_m;
|
|
|
|
bus_space_handle_t regs = sc->sc_regs;
|
|
|
|
bus_space_handle_t mem = sc->sc_mem;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
#if (defined(BAH_DEBUG) && (BAH_DEBUG > 2))
|
1996-10-13 05:37:04 +04:00
|
|
|
printf("\n%s: attach(0x%x, 0x%x, 0x%x)\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev), parent, self, aux);
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
|
|
|
s = splhigh();
|
|
|
|
|
|
|
|
/*
|
|
|
|
* read the arcnet address from the board
|
|
|
|
*/
|
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
(*sc->sc_reset)(sc, 1);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
do {
|
1998-09-03 02:32:06 +04:00
|
|
|
delay(200);
|
2005-02-27 03:26:58 +03:00
|
|
|
} while (!(GETREG(BAHSTAT) & BAH_POR));
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
linkaddress = GETMEM(BAHMACOFF);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
printf(": link addr 0x%02x(%d)\n", linkaddress, linkaddress);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
/* clear the int mask... */
|
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
sc->sc_intmask = 0;
|
|
|
|
PUTREG(BAHSTAT, 0);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
PUTREG(BAHCMD, BAH_CONF(CONF_LONG));
|
|
|
|
PUTREG(BAHCMD, BAH_CLR(CLR_POR|CLR_RECONFIG));
|
1995-03-02 12:12:27 +03:00
|
|
|
sc->sc_recontime = sc->sc_reconcount = 0;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
/* and reenable kernel int level */
|
|
|
|
splx(s);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* set interface to stopped condition (reset)
|
|
|
|
*/
|
2005-02-27 03:26:58 +03:00
|
|
|
bah_stop(sc);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
2008-04-08 16:07:25 +04:00
|
|
|
strlcpy(ifp->if_xname, device_xname(&sc->sc_dev), IFNAMSIZ);
|
1996-05-07 05:43:13 +04:00
|
|
|
ifp->if_softc = sc;
|
1995-03-01 01:03:59 +03:00
|
|
|
ifp->if_start = bah_start;
|
|
|
|
ifp->if_ioctl = bah_ioctl;
|
1995-04-14 20:57:19 +04:00
|
|
|
ifp->if_timer = 0;
|
|
|
|
ifp->if_watchdog = bah_watchdog;
|
2000-12-14 09:27:23 +03:00
|
|
|
IFQ_SET_READY(&ifp->if_snd);
|
1995-04-14 20:57:19 +04:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_NOTRAILERS;
|
1995-04-14 20:57:19 +04:00
|
|
|
|
|
|
|
ifp->if_mtu = ARCMTU;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
arc_ifattach(ifp, linkaddress);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
#ifdef BAHSOFTCOPY
|
2007-10-08 20:18:02 +04:00
|
|
|
sc->sc_rxcookie = softint_establish(SOFTINT_NET, bah_srint, sc);
|
|
|
|
sc->sc_txcookie = softint_establish(SOFTINT_NET,
|
2005-02-04 05:10:35 +03:00
|
|
|
(void (*)(void *))bah_start, ifp);
|
1998-09-03 02:32:06 +04:00
|
|
|
#endif
|
|
|
|
|
2007-07-11 23:15:02 +04:00
|
|
|
callout_init(&sc->sc_recon_ch, 0);
|
1995-03-01 01:03:59 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Initialize device
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
void
|
2009-03-14 18:35:58 +03:00
|
|
|
bah_init(struct bah_softc *sc)
|
1995-03-01 01:03:59 +03:00
|
|
|
{
|
1995-03-02 12:12:27 +03:00
|
|
|
struct ifnet *ifp;
|
1995-03-01 01:03:59 +03:00
|
|
|
int s;
|
1995-03-02 12:12:27 +03:00
|
|
|
|
|
|
|
ifp = &sc->sc_arccom.ac_if;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
if ((ifp->if_flags & IFF_RUNNING) == 0) {
|
1995-12-24 05:29:35 +03:00
|
|
|
s = splnet();
|
1995-03-01 01:03:59 +03:00
|
|
|
ifp->if_flags |= IFF_RUNNING;
|
|
|
|
bah_reset(sc);
|
1995-04-11 09:46:53 +04:00
|
|
|
bah_start(ifp);
|
1995-03-01 01:03:59 +03:00
|
|
|
splx(s);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Reset the interface...
|
|
|
|
*
|
|
|
|
* this assumes that it is called inside a critical section...
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
void
|
2009-03-14 18:35:58 +03:00
|
|
|
bah_reset(struct bah_softc *sc)
|
1995-03-01 01:03:59 +03:00
|
|
|
{
|
|
|
|
struct ifnet *ifp;
|
2007-12-26 02:31:26 +03:00
|
|
|
uint8_t linkaddress;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
bus_space_tag_t bst_r = sc->sc_bst_r;
|
|
|
|
bus_space_tag_t bst_m = sc->sc_bst_m;
|
|
|
|
bus_space_handle_t regs = sc->sc_regs;
|
|
|
|
bus_space_handle_t mem = sc->sc_mem;
|
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
ifp = &sc->sc_arccom.ac_if;
|
|
|
|
|
|
|
|
#ifdef BAH_DEBUG
|
2008-04-08 16:07:25 +04:00
|
|
|
printf("%s: reset\n", device_xname(&sc->sc_dev));
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
1998-09-03 02:32:06 +04:00
|
|
|
/* stop and restart hardware */
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
(*sc->sc_reset)(sc, 1);
|
1995-03-01 01:03:59 +03:00
|
|
|
do {
|
1995-12-27 10:51:40 +03:00
|
|
|
DELAY(200);
|
2005-02-27 03:26:58 +03:00
|
|
|
} while (!(GETREG(BAHSTAT) & BAH_POR));
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
linkaddress = GETMEM(BAHMACOFF);
|
1995-04-14 20:57:19 +04:00
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
#if defined(BAH_DEBUG) && (BAH_DEBUG > 2)
|
1996-10-13 05:37:04 +04:00
|
|
|
printf("%s: reset: card reset, link addr = 0x%02x (%ld)\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev), linkaddress, linkaddress);
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
1995-04-14 20:57:19 +04:00
|
|
|
|
|
|
|
/* tell the routing level about the (possibly changed) link address */
|
*** Summary ***
When a link-layer address changes (e.g., ifconfig ex0 link
02:de:ad:be:ef:02 active), send a gratuitous ARP and/or a Neighbor
Advertisement to update the network-/link-layer address bindings
on our LAN peers.
Refuse a change of ethernet address to the address 00:00:00:00:00:00
or to any multicast/broadcast address. (Thanks matt@.)
Reorder ifnet ioctl operations so that driver ioctls may inherit
the functions of their "class"---ether_ioctl(), fddi_ioctl(), et
cetera---and the class ioctls may inherit from the generic ioctl,
ifioctl_common(), but both driver- and class-ioctls may override
the generic behavior. Make network drivers share more code.
Distinguish a "factory" link-layer address from others for the
purposes of both protecting that address from deletion and computing
EUI64.
Return consistent, appropriate error codes from network drivers.
Improve readability. KNF.
*** Details ***
In if_attach(), always initialize the interface ioctl routine,
ifnet->if_ioctl, if the driver has not already initialized it.
Delete if_ioctl == NULL tests everywhere else, because it cannot
happen.
In the ioctl routines of network interfaces, inherit common ioctl
behaviors by calling either ifioctl_common() or whichever ioctl
routine is appropriate for the class of interface---e.g., ether_ioctl()
for ethernets.
Stop (ab)using SIOCSIFADDR and start to use SIOCINITIFADDR. In
the user->kernel interface, SIOCSIFADDR's argument was an ifreq,
but on the protocol->ifnet interface, SIOCSIFADDR's argument was
an ifaddr. That was confusing, and it would work against me as I
make it possible for a network interface to overload most ioctls.
On the protocol->ifnet interface, replace SIOCSIFADDR with
SIOCINITIFADDR. In ifioctl(), return EPERM if userland tries to
invoke SIOCINITIFADDR.
In ifioctl(), give the interface the first shot at handling most
interface ioctls, and give the protocol the second shot, instead
of the other way around. Finally, let compatibility code (COMPAT_OSOCK)
take a shot.
Pull device initialization out of switch statements under
SIOCINITIFADDR. For example, pull ..._init() out of any switch
statement that looks like this:
switch (...->sa_family) {
case ...:
..._init();
...
break;
...
default:
..._init();
...
break;
}
Rewrite many if-else clauses that handle all permutations of IFF_UP
and IFF_RUNNING to use a switch statement,
switch (x & (IFF_UP|IFF_RUNNING)) {
case 0:
...
break;
case IFF_RUNNING:
...
break;
case IFF_UP:
...
break;
case IFF_UP|IFF_RUNNING:
...
break;
}
unifdef lots of code containing #ifdef FreeBSD, #ifdef NetBSD, and
#ifdef SIOCSIFMTU, especially in fwip(4) and in ndis(4).
In ipw(4), remove an if_set_sadl() call that is out of place.
In nfe(4), reuse the jumbo MTU logic in ether_ioctl().
Let ethernets register a callback for setting h/w state such as
promiscuous mode and the multicast filter in accord with a change
in the if_flags: ether_set_ifflags_cb() registers a callback that
returns ENETRESET if the caller should reset the ethernet by calling
if_init(), 0 on success, != 0 on failure. Pull common code from
ex(4), gem(4), nfe(4), sip(4), tlp(4), vge(4) into ether_ioctl(),
and register if_flags callbacks for those drivers.
Return ENOTTY instead of EINVAL for inappropriate ioctls. In
zyd(4), use ENXIO instead of ENOTTY to indicate that the device is
not any longer attached.
Add to if_set_sadl() a boolean 'factory' argument that indicates
whether a link-layer address was assigned by the factory or some
other source. In a comment, recommend using the factory address
for generating an EUI64, and update in6_get_hw_ifid() to prefer a
factory address to any other link-layer address.
Add a routing message, RTM_LLINFO_UPD, that tells protocols to
update the binding of network-layer addresses to link-layer addresses.
Implement this message in IPv4 and IPv6 by sending a gratuitous
ARP or a neighbor advertisement, respectively. Generate RTM_LLINFO_UPD
messages on a change of an interface's link-layer address.
In ether_ioctl(), do not let SIOCALIFADDR set a link-layer address
that is broadcast/multicast or equal to 00:00:00:00:00:00.
Make ether_ioctl() call ifioctl_common() to handle ioctls that it
does not understand.
In gif(4), initialize if_softc and use it, instead of assuming that
the gif_softc and ifp overlap.
Let ifioctl_common() handle SIOCGIFADDR.
Sprinkle rtcache_invariants(), which checks on DIAGNOSTIC kernels
that certain invariants on a struct route are satisfied.
In agr(4), rewrite agr_ioctl_filter() to be a bit more explicit
about the ioctls that we do not allow on an agr(4) member interface.
bzero -> memset. Delete unnecessary casts to void *. Use
sockaddr_in_init() and sockaddr_in6_init(). Compare pointers with
NULL instead of "testing truth". Replace some instances of (type
*)0 with NULL. Change some K&R prototypes to ANSI C, and join
lines.
2008-11-07 03:20:01 +03:00
|
|
|
if_set_sadl(ifp, &linkaddress, sizeof(linkaddress), false);
|
1995-04-14 20:57:19 +04:00
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
/* POR is NMI, but we need it below: */
|
1998-09-03 02:32:06 +04:00
|
|
|
sc->sc_intmask = BAH_RECON|BAH_POR;
|
|
|
|
PUTREG(BAHSTAT, sc->sc_intmask);
|
|
|
|
PUTREG(BAHCMD, BAH_CONF(CONF_LONG));
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
#ifdef BAH_DEBUG
|
1996-10-13 05:37:04 +04:00
|
|
|
printf("%s: reset: chip configured, status=0x%02x\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev), GETREG(BAHSTAT));
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
1998-09-03 02:32:06 +04:00
|
|
|
PUTREG(BAHCMD, BAH_CLR(CLR_POR|CLR_RECONFIG));
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
#ifdef BAH_DEBUG
|
1996-10-13 05:37:04 +04:00
|
|
|
printf("%s: reset: bits cleared, status=0x%02x\n",
|
2010-01-10 10:06:12 +03:00
|
|
|
device_xname(&sc->sc_dev), GETREG(BAHSTAT));
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
sc->sc_reconcount_excessive = ARC_EXCESSIVE_RECONS;
|
|
|
|
|
|
|
|
/* start receiver */
|
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
sc->sc_intmask |= BAH_RI;
|
1995-12-27 10:51:40 +03:00
|
|
|
sc->sc_rx_fillcount = 0;
|
1995-03-01 01:03:59 +03:00
|
|
|
sc->sc_rx_act = 2;
|
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
PUTREG(BAHCMD, BAH_RXBC(2));
|
|
|
|
PUTREG(BAHSTAT, sc->sc_intmask);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
#ifdef BAH_DEBUG
|
1996-10-13 05:37:04 +04:00
|
|
|
printf("%s: reset: started receiver, status=0x%02x\n",
|
2010-01-10 10:06:12 +03:00
|
|
|
device_xname(&sc->sc_dev), GETREG(BAHSTAT));
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/* and init transmitter status */
|
|
|
|
sc->sc_tx_act = 0;
|
|
|
|
sc->sc_tx_fillcount = 0;
|
|
|
|
|
|
|
|
ifp->if_flags |= IFF_RUNNING;
|
|
|
|
ifp->if_flags &= ~IFF_OACTIVE;
|
|
|
|
|
|
|
|
bah_start(ifp);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Take interface offline
|
|
|
|
*/
|
|
|
|
void
|
2009-03-14 18:35:58 +03:00
|
|
|
bah_stop(struct bah_softc *sc)
|
1995-03-01 01:03:59 +03:00
|
|
|
{
|
1998-09-03 02:32:06 +04:00
|
|
|
bus_space_tag_t bst_r = sc->sc_bst_r;
|
|
|
|
bus_space_handle_t regs = sc->sc_regs;
|
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
/* Stop the interrupts */
|
1998-09-03 02:32:06 +04:00
|
|
|
PUTREG(BAHSTAT, 0);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
/* Stop the interface */
|
1998-09-03 02:32:06 +04:00
|
|
|
(*sc->sc_reset)(sc, 0);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1995-04-14 20:57:19 +04:00
|
|
|
/* Stop watchdog timer */
|
|
|
|
sc->sc_arccom.ac_if.if_timer = 0;
|
1995-03-01 01:03:59 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Start output on interface. Get another datagram to send
|
|
|
|
* off the interface queue, and copy it to the
|
2003-11-02 14:07:44 +03:00
|
|
|
* interface before starting the output
|
1995-03-01 01:03:59 +03:00
|
|
|
*
|
|
|
|
* this assumes that it is called inside a critical section...
|
|
|
|
* XXX hm... does it still?
|
|
|
|
*
|
|
|
|
*/
|
1995-04-11 09:46:53 +04:00
|
|
|
void
|
2009-03-14 18:35:58 +03:00
|
|
|
bah_start(struct ifnet *ifp)
|
1995-03-01 01:03:59 +03:00
|
|
|
{
|
1998-09-03 02:32:06 +04:00
|
|
|
struct bah_softc *sc = ifp->if_softc;
|
1995-03-01 01:03:59 +03:00
|
|
|
struct mbuf *m,*mp;
|
1998-09-03 02:32:06 +04:00
|
|
|
|
|
|
|
bus_space_tag_t bst_r = sc->sc_bst_r;
|
|
|
|
bus_space_handle_t regs = sc->sc_regs;
|
|
|
|
bus_space_tag_t bst_m = sc->sc_bst_m;
|
|
|
|
bus_space_handle_t mem = sc->sc_mem;
|
|
|
|
|
|
|
|
int bah_ram_ptr;
|
1995-12-27 10:51:40 +03:00
|
|
|
int len, tlen, offset, s, buffer;
|
1995-03-01 01:03:59 +03:00
|
|
|
#ifdef BAHTIMINGS
|
1995-04-15 14:35:24 +04:00
|
|
|
u_long copystart, lencopy, perbyte;
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined(BAH_DEBUG) && (BAH_DEBUG > 3)
|
2008-04-08 16:07:25 +04:00
|
|
|
printf("%s: start(0x%x)\n", device_xname(&sc->sc_dev), ifp);
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
|
|
|
|
1995-04-11 09:46:53 +04:00
|
|
|
if ((ifp->if_flags & IFF_RUNNING) == 0)
|
1995-04-11 22:51:55 +04:00
|
|
|
return;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1995-12-24 05:29:35 +03:00
|
|
|
s = splnet();
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
if (sc->sc_tx_fillcount >= 2) {
|
|
|
|
splx(s);
|
1995-04-11 22:51:55 +04:00
|
|
|
return;
|
1995-03-01 01:03:59 +03:00
|
|
|
}
|
|
|
|
|
2000-12-14 09:27:23 +03:00
|
|
|
IFQ_DEQUEUE(&ifp->if_snd, m);
|
1995-03-01 01:03:59 +03:00
|
|
|
buffer = sc->sc_tx_act ^ 1;
|
|
|
|
|
|
|
|
splx(s);
|
|
|
|
|
|
|
|
if (m == 0)
|
1995-04-11 22:51:55 +04:00
|
|
|
return;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
/*
|
|
|
|
* If bpf is listening on this interface, let it
|
|
|
|
* see the packet before we commit it to the wire
|
|
|
|
*
|
|
|
|
* (can't give the copy in A2060 card RAM to bpf, because
|
|
|
|
* that RAM is just accessed as on every other byte)
|
|
|
|
*/
|
2010-04-05 11:19:28 +04:00
|
|
|
bpf_mtap(ifp, m);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
#ifdef BAH_DEBUG
|
1999-09-26 00:43:43 +04:00
|
|
|
if (m->m_len < ARC_HDRLEN)
|
|
|
|
m = m_pullup(m, ARC_HDRLEN);/* gcc does structure padding */
|
1996-10-13 05:37:04 +04:00
|
|
|
printf("%s: start: filling %ld from %ld to %ld type %ld\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev), buffer, mtod(m, u_char *)[0],
|
1995-04-15 14:35:24 +04:00
|
|
|
mtod(m, u_char *)[1], mtod(m, u_char *)[2]);
|
1995-03-01 01:03:59 +03:00
|
|
|
#else
|
1999-09-26 00:43:43 +04:00
|
|
|
if (m->m_len < 2)
|
|
|
|
m = m_pullup(m, 2);
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
1998-09-03 02:32:06 +04:00
|
|
|
bah_ram_ptr = buffer*512;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1999-09-26 00:43:43 +04:00
|
|
|
if (m == 0)
|
|
|
|
return;
|
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
/* write the addresses to RAM and throw them away */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Hardware does this: Yet Another Microsecond Saved.
|
|
|
|
* (btw, timing code says usually 2 microseconds)
|
1998-09-03 02:32:06 +04:00
|
|
|
* PUTMEM(bah_ram_ptr + 0, mtod(m, u_char *)[0]);
|
1995-03-01 01:03:59 +03:00
|
|
|
*/
|
1998-09-03 02:32:06 +04:00
|
|
|
|
|
|
|
PUTMEM(bah_ram_ptr + 1, mtod(m, u_char *)[1]);
|
1995-04-11 09:46:53 +04:00
|
|
|
m_adj(m, 2);
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1995-12-27 10:51:40 +03:00
|
|
|
/* get total length left at this point */
|
|
|
|
tlen = m->m_pkthdr.len;
|
1995-03-02 12:12:27 +03:00
|
|
|
if (tlen < ARC_MIN_FORBID_LEN) {
|
1995-04-15 14:35:24 +04:00
|
|
|
offset = 256 - tlen;
|
1998-09-03 02:32:06 +04:00
|
|
|
PUTMEM(bah_ram_ptr + 2, offset);
|
1995-03-02 12:12:27 +03:00
|
|
|
} else {
|
1998-09-03 02:32:06 +04:00
|
|
|
PUTMEM(bah_ram_ptr + 2, 0);
|
1995-12-27 10:51:40 +03:00
|
|
|
if (tlen <= ARC_MAX_FORBID_LEN)
|
|
|
|
offset = 255; /* !!! */
|
1995-03-01 01:03:59 +03:00
|
|
|
else {
|
|
|
|
if (tlen > ARC_MAX_LEN)
|
|
|
|
tlen = ARC_MAX_LEN;
|
1995-04-15 14:35:24 +04:00
|
|
|
offset = 512 - tlen;
|
1995-03-01 01:03:59 +03:00
|
|
|
}
|
1998-09-03 02:32:06 +04:00
|
|
|
PUTMEM(bah_ram_ptr + 3, offset);
|
1995-12-27 10:51:40 +03:00
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
}
|
1998-09-03 02:32:06 +04:00
|
|
|
bah_ram_ptr += offset;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1995-12-27 10:51:40 +03:00
|
|
|
/* lets loop through the mbuf chain */
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1995-04-15 14:35:24 +04:00
|
|
|
for (mp = m; mp; mp = mp->m_next) {
|
1995-12-27 10:51:40 +03:00
|
|
|
if ((len = mp->m_len)) { /* YAMS */
|
1998-09-03 02:32:06 +04:00
|
|
|
bus_space_write_region_1(bst_m, mem, bah_ram_ptr,
|
2007-03-04 08:59:00 +03:00
|
|
|
mtod(mp, void *), len);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
bah_ram_ptr += len;
|
1995-03-01 01:03:59 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
sc->sc_broadcast[buffer] = (m->m_flags & M_BCAST) != 0;
|
1995-04-11 09:46:53 +04:00
|
|
|
sc->sc_retransmits[buffer] = (m->m_flags & M_BCAST) ? 1 : 5;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
/* actually transmit the packet */
|
1995-12-24 05:29:35 +03:00
|
|
|
s = splnet();
|
1995-03-01 01:03:59 +03:00
|
|
|
|
2005-02-27 03:26:58 +03:00
|
|
|
if (++sc->sc_tx_fillcount > 1) {
|
1995-03-02 12:12:27 +03:00
|
|
|
/*
|
|
|
|
* We are filled up to the rim. No more bufs for the moment,
|
|
|
|
* please.
|
|
|
|
*/
|
|
|
|
ifp->if_flags |= IFF_OACTIVE;
|
|
|
|
} else {
|
1995-03-01 01:03:59 +03:00
|
|
|
#ifdef BAH_DEBUG
|
2005-02-27 03:26:58 +03:00
|
|
|
printf("%s: start: starting transmitter on buffer %d\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev), buffer);
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
|
|
|
/* Transmitter was off, start it */
|
|
|
|
sc->sc_tx_act = buffer;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* We still can accept another buf, so don't:
|
|
|
|
* ifp->if_flags |= IFF_OACTIVE;
|
|
|
|
*/
|
1998-09-03 02:32:06 +04:00
|
|
|
sc->sc_intmask |= BAH_TA;
|
|
|
|
PUTREG(BAHCMD, BAH_TX(buffer));
|
|
|
|
PUTREG(BAHSTAT, sc->sc_intmask);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1995-04-14 20:57:19 +04:00
|
|
|
sc->sc_arccom.ac_if.if_timer = ARCTIMEOUT;
|
1995-03-01 01:03:59 +03:00
|
|
|
}
|
|
|
|
splx(s);
|
|
|
|
m_freem(m);
|
|
|
|
|
|
|
|
/*
|
1995-04-14 20:57:19 +04:00
|
|
|
* After 10 times reading the docs, I realized
|
|
|
|
* that in the case the receiver NAKs the buffer request,
|
1995-03-01 01:03:59 +03:00
|
|
|
* the hardware retries till shutdown.
|
1995-04-14 20:57:19 +04:00
|
|
|
* This is integrated now in the code above.
|
1995-03-01 01:03:59 +03:00
|
|
|
*/
|
1995-04-14 20:57:19 +04:00
|
|
|
|
|
|
|
return;
|
1995-03-01 01:03:59 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Arcnet interface receiver soft interrupt:
|
|
|
|
* get the stuff out of any filled buffer we find.
|
|
|
|
*/
|
|
|
|
void
|
2009-03-14 18:35:58 +03:00
|
|
|
bah_srint(void *vsc)
|
1995-03-01 01:03:59 +03:00
|
|
|
{
|
1998-09-03 02:32:06 +04:00
|
|
|
struct bah_softc *sc = (struct bah_softc *)vsc;
|
|
|
|
int buffer, len, len1, amount, offset, s, type;
|
|
|
|
int bah_ram_ptr;
|
1995-03-02 12:12:27 +03:00
|
|
|
struct mbuf *m, *dst, *head;
|
1995-03-01 01:03:59 +03:00
|
|
|
struct arc_header *ah;
|
1995-04-11 22:51:55 +04:00
|
|
|
struct ifnet *ifp;
|
1998-09-03 02:32:06 +04:00
|
|
|
|
|
|
|
bus_space_tag_t bst_r = sc->sc_bst_r;
|
|
|
|
bus_space_tag_t bst_m = sc->sc_bst_m;
|
|
|
|
bus_space_handle_t regs = sc->sc_regs;
|
|
|
|
bus_space_handle_t mem = sc->sc_mem;
|
|
|
|
|
1995-04-11 22:51:55 +04:00
|
|
|
ifp = &sc->sc_arccom.ac_if;
|
1995-12-27 10:51:40 +03:00
|
|
|
head = 0;
|
1995-03-02 12:12:27 +03:00
|
|
|
|
1995-12-24 05:29:35 +03:00
|
|
|
s = splnet();
|
1995-12-27 10:51:40 +03:00
|
|
|
buffer = sc->sc_rx_act ^ 1;
|
1995-03-01 01:03:59 +03:00
|
|
|
splx(s);
|
|
|
|
|
|
|
|
/* Allocate header mbuf */
|
|
|
|
MGETHDR(m, M_DONTWAIT, MT_DATA);
|
|
|
|
|
|
|
|
if (m == 0) {
|
2005-02-27 03:26:58 +03:00
|
|
|
/*
|
1995-03-01 01:03:59 +03:00
|
|
|
* in case s.th. goes wrong with mem, drop it
|
|
|
|
* to make sure the receiver can be started again
|
|
|
|
* count it as input error (we dont have any other
|
|
|
|
* detectable)
|
|
|
|
*/
|
1995-04-11 22:51:55 +04:00
|
|
|
ifp->if_ierrors++;
|
1995-03-01 01:03:59 +03:00
|
|
|
goto cleanup;
|
|
|
|
}
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1995-04-11 22:51:55 +04:00
|
|
|
m->m_pkthdr.rcvif = ifp;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Align so that IP packet will be longword aligned. Here we
|
|
|
|
* assume that m_data of new packet is longword aligned.
|
1995-06-07 04:13:52 +04:00
|
|
|
* When implementing PHDS, we might have to change it to 2,
|
|
|
|
* (2*sizeof(ulong) - ARC_HDRNEWLEN)), packet type dependent.
|
1995-03-01 01:03:59 +03:00
|
|
|
*/
|
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
bah_ram_ptr = buffer*512;
|
|
|
|
offset = GETMEM(bah_ram_ptr + 2);
|
1995-03-02 12:12:27 +03:00
|
|
|
if (offset)
|
1995-03-01 01:03:59 +03:00
|
|
|
len = 256 - offset;
|
1995-03-02 12:12:27 +03:00
|
|
|
else {
|
1998-09-03 02:32:06 +04:00
|
|
|
offset = GETMEM(bah_ram_ptr + 3);
|
1995-03-01 01:03:59 +03:00
|
|
|
len = 512 - offset;
|
|
|
|
}
|
1999-09-26 00:43:43 +04:00
|
|
|
if (len+2 >= MINCLSIZE)
|
|
|
|
MCLGET(m, M_DONTWAIT);
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1999-09-26 00:43:43 +04:00
|
|
|
if (m == 0) {
|
|
|
|
ifp->if_ierrors++;
|
|
|
|
goto cleanup;
|
|
|
|
}
|
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
type = GETMEM(bah_ram_ptr + offset);
|
1995-06-07 04:13:52 +04:00
|
|
|
m->m_data += 1 + arc_isphds(type);
|
|
|
|
|
|
|
|
head = m;
|
|
|
|
ah = mtod(head, struct arc_header *);
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
ah->arc_shost = GETMEM(bah_ram_ptr + 0);
|
|
|
|
ah->arc_dhost = GETMEM(bah_ram_ptr + 1);
|
1995-06-07 04:13:52 +04:00
|
|
|
|
|
|
|
m->m_pkthdr.len = len+2; /* whole packet length */
|
|
|
|
m->m_len = 2; /* mbuf filled with ARCnet addresses */
|
1998-09-03 02:32:06 +04:00
|
|
|
bah_ram_ptr += offset; /* ram buffer continues there */
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
while (len > 0) {
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
len1 = len;
|
|
|
|
amount = M_TRAILINGSPACE(m);
|
|
|
|
|
|
|
|
if (amount == 0) {
|
|
|
|
dst = m;
|
|
|
|
MGET(m, M_DONTWAIT, MT_DATA);
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
if (m == 0) {
|
1995-04-11 22:51:55 +04:00
|
|
|
ifp->if_ierrors++;
|
1995-03-01 01:03:59 +03:00
|
|
|
goto cleanup;
|
|
|
|
}
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
if (len1 >= MINCLSIZE)
|
1995-03-01 01:03:59 +03:00
|
|
|
MCLGET(m, M_DONTWAIT);
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
m->m_len = 0;
|
|
|
|
dst->m_next = m;
|
|
|
|
amount = M_TRAILINGSPACE(m);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (amount < len1)
|
|
|
|
len1 = amount;
|
|
|
|
|
2005-02-27 03:26:58 +03:00
|
|
|
bus_space_read_region_1(bst_m, mem, bah_ram_ptr,
|
1998-09-03 02:32:06 +04:00
|
|
|
mtod(m, u_char *) + m->m_len, len1);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
m->m_len += len1;
|
1998-09-03 02:32:06 +04:00
|
|
|
bah_ram_ptr += len1;
|
1995-03-01 01:03:59 +03:00
|
|
|
len -= len1;
|
|
|
|
}
|
|
|
|
|
2010-04-05 11:19:28 +04:00
|
|
|
bpf_mtap(ifp, head);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1999-05-19 03:52:51 +04:00
|
|
|
(*sc->sc_arccom.ac_if.if_input)(&sc->sc_arccom.ac_if, head);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
head = NULL;
|
1995-04-11 22:51:55 +04:00
|
|
|
ifp->if_ipackets++;
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
cleanup:
|
|
|
|
|
1995-12-27 10:51:40 +03:00
|
|
|
if (head != NULL)
|
1995-03-01 01:03:59 +03:00
|
|
|
m_freem(head);
|
|
|
|
|
1996-03-20 16:28:50 +03:00
|
|
|
/* mark buffer as invalid by source id 0 */
|
1998-09-03 02:32:06 +04:00
|
|
|
bus_space_write_1(bst_m, mem, buffer*512, 0);
|
1995-12-24 05:29:35 +03:00
|
|
|
s = splnet();
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1995-12-27 10:51:40 +03:00
|
|
|
if (--sc->sc_rx_fillcount == 2 - 1) {
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
/* was off, restart it on buffer just emptied */
|
|
|
|
sc->sc_rx_act = buffer;
|
1998-09-03 02:32:06 +04:00
|
|
|
sc->sc_intmask |= BAH_RI;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
2003-01-06 16:04:54 +03:00
|
|
|
/* this also clears the RI flag interrupt: */
|
1998-09-03 02:32:06 +04:00
|
|
|
PUTREG(BAHCMD, BAH_RXBC(buffer));
|
|
|
|
PUTREG(BAHSTAT, sc->sc_intmask);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
#ifdef BAH_DEBUG
|
1996-10-13 05:37:04 +04:00
|
|
|
printf("%s: srint: restarted rx on buf %ld\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev), buffer);
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
|
|
|
}
|
|
|
|
splx(s);
|
|
|
|
}
|
|
|
|
|
2005-12-24 23:27:29 +03:00
|
|
|
inline static void
|
2009-03-14 18:35:58 +03:00
|
|
|
bah_tint(struct bah_softc *sc, int isr)
|
1995-03-01 01:03:59 +03:00
|
|
|
{
|
1995-12-27 10:51:40 +03:00
|
|
|
struct ifnet *ifp;
|
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
bus_space_tag_t bst_r = sc->sc_bst_r;
|
|
|
|
bus_space_handle_t regs = sc->sc_regs;
|
|
|
|
|
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
int buffer;
|
1995-12-27 10:51:40 +03:00
|
|
|
#ifdef BAHTIMINGS
|
1995-03-01 01:03:59 +03:00
|
|
|
int clknow;
|
1995-12-27 10:51:40 +03:00
|
|
|
#endif
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1995-12-27 10:51:40 +03:00
|
|
|
ifp = &(sc->sc_arccom.ac_if);
|
1995-03-01 01:03:59 +03:00
|
|
|
buffer = sc->sc_tx_act;
|
|
|
|
|
1995-04-14 20:57:19 +04:00
|
|
|
/*
|
2005-02-27 03:26:58 +03:00
|
|
|
* retransmit code:
|
2003-11-02 14:07:44 +03:00
|
|
|
* Normal situations first for fast path:
|
1995-12-27 10:51:40 +03:00
|
|
|
* If acknowledgement received ok or broadcast, we're ok.
|
2005-02-27 03:26:58 +03:00
|
|
|
* else if
|
|
|
|
*/
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
if (isr & BAH_TMA || sc->sc_broadcast[buffer])
|
1995-03-01 01:03:59 +03:00
|
|
|
sc->sc_arccom.ac_if.if_opackets++;
|
1995-12-27 10:51:40 +03:00
|
|
|
#ifdef BAHRETRANSMIT
|
2005-02-27 03:26:58 +03:00
|
|
|
else if (ifp->if_flags & IFF_LINK2 && ifp->if_timer > 0
|
1995-12-27 10:51:40 +03:00
|
|
|
&& --sc->sc_retransmits[buffer] > 0) {
|
|
|
|
/* retransmit same buffer */
|
1998-09-03 02:32:06 +04:00
|
|
|
PUTREG(BAHCMD, BAH_TX(buffer));
|
1995-12-27 10:51:40 +03:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
else
|
|
|
|
ifp->if_oerrors++;
|
2005-02-27 03:26:58 +03:00
|
|
|
|
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
/* We know we can accept another buffer at this point. */
|
1995-12-27 10:51:40 +03:00
|
|
|
ifp->if_flags &= ~IFF_OACTIVE;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
if (--sc->sc_tx_fillcount > 0) {
|
|
|
|
|
2005-02-27 03:26:58 +03:00
|
|
|
/*
|
1995-03-01 01:03:59 +03:00
|
|
|
* start tx on other buffer.
|
|
|
|
* This also clears the int flag
|
|
|
|
*/
|
|
|
|
buffer ^= 1;
|
|
|
|
sc->sc_tx_act = buffer;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* already given:
|
2005-02-27 03:26:58 +03:00
|
|
|
* sc->sc_intmask |= BAH_TA;
|
1998-09-03 02:32:06 +04:00
|
|
|
* PUTREG(BAHSTAT, sc->sc_intmask);
|
1995-03-01 01:03:59 +03:00
|
|
|
*/
|
1998-09-03 02:32:06 +04:00
|
|
|
PUTREG(BAHCMD, BAH_TX(buffer));
|
1995-04-14 20:57:19 +04:00
|
|
|
/* init watchdog timer */
|
1995-12-27 10:51:40 +03:00
|
|
|
ifp->if_timer = ARCTIMEOUT;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
#if defined(BAH_DEBUG) && (BAH_DEBUG > 1)
|
2005-02-27 03:26:58 +03:00
|
|
|
printf("%s: tint: starting tx on buffer %d, status 0x%02x\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev), buffer, GETREG(BAHSTAT));
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
|
|
|
} else {
|
|
|
|
/* have to disable TX interrupt */
|
1998-09-03 02:32:06 +04:00
|
|
|
sc->sc_intmask &= ~BAH_TA;
|
|
|
|
PUTREG(BAHSTAT, sc->sc_intmask);
|
1995-04-14 20:57:19 +04:00
|
|
|
/* ... and watchdog timer */
|
1995-12-27 10:51:40 +03:00
|
|
|
ifp->if_timer = 0;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
#ifdef BAH_DEBUG
|
1996-10-13 05:37:04 +04:00
|
|
|
printf("%s: tint: no more buffers to send, status 0x%02x\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev), GETREG(BAHSTAT));
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
/* XXXX TODO */
|
1995-03-01 01:03:59 +03:00
|
|
|
#ifdef BAHSOFTCOPY
|
|
|
|
/* schedule soft int to fill a new buffer for us */
|
2007-10-08 20:18:02 +04:00
|
|
|
softint_schedule(sc->sc_txcookie);
|
1995-03-01 01:03:59 +03:00
|
|
|
#else
|
|
|
|
/* call it directly */
|
1998-10-20 02:00:14 +04:00
|
|
|
bah_start(ifp);
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Our interrupt routine
|
|
|
|
*/
|
|
|
|
int
|
2009-03-14 18:35:58 +03:00
|
|
|
bahintr(void *arg)
|
1995-03-01 01:03:59 +03:00
|
|
|
{
|
1998-09-03 02:32:06 +04:00
|
|
|
struct bah_softc *sc = arg;
|
|
|
|
|
|
|
|
bus_space_tag_t bst_r = sc->sc_bst_r;
|
|
|
|
bus_space_tag_t bst_m = sc->sc_bst_m;
|
|
|
|
bus_space_handle_t regs = sc->sc_regs;
|
|
|
|
bus_space_handle_t mem = sc->sc_mem;
|
|
|
|
|
1995-10-09 17:05:24 +03:00
|
|
|
u_char isr, maskedisr;
|
1995-03-01 01:03:59 +03:00
|
|
|
int buffer;
|
|
|
|
u_long newsec;
|
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
isr = GETREG(BAHSTAT);
|
1995-10-09 17:05:24 +03:00
|
|
|
maskedisr = isr & sc->sc_intmask;
|
2005-02-27 03:26:58 +03:00
|
|
|
if (!maskedisr)
|
1995-03-02 12:12:27 +03:00
|
|
|
return (0);
|
1998-09-03 02:32:06 +04:00
|
|
|
do {
|
1995-03-01 01:03:59 +03:00
|
|
|
|
|
|
|
#if defined(BAH_DEBUG) && (BAH_DEBUG>1)
|
1998-09-03 02:32:06 +04:00
|
|
|
printf("%s: intr: status 0x%02x, intmask 0x%02x\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev), isr, sc->sc_intmask);
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
if (maskedisr & BAH_POR) {
|
2005-02-27 03:26:58 +03:00
|
|
|
/*
|
1998-09-03 02:32:06 +04:00
|
|
|
* XXX We should never see this. Don't bother to store
|
|
|
|
* the address.
|
|
|
|
* sc->sc_arccom.ac_anaddr = GETMEM(BAHMACOFF);
|
|
|
|
*/
|
|
|
|
PUTREG(BAHCMD, BAH_CLR(CLR_POR));
|
1995-03-02 12:12:27 +03:00
|
|
|
log(LOG_WARNING,
|
1998-09-03 02:32:06 +04:00
|
|
|
"%s: intr: got spurious power on reset int\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev));
|
1995-03-01 01:03:59 +03:00
|
|
|
}
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
if (maskedisr & BAH_RECON) {
|
1996-03-20 16:28:50 +03:00
|
|
|
/*
|
1998-09-03 02:32:06 +04:00
|
|
|
* we dont need to:
|
|
|
|
* PUTREG(BAHCMD, BAH_CONF(CONF_LONG));
|
1996-03-20 16:28:50 +03:00
|
|
|
*/
|
1998-09-03 02:32:06 +04:00
|
|
|
PUTREG(BAHCMD, BAH_CLR(CLR_RECONFIG));
|
|
|
|
sc->sc_arccom.ac_if.if_collisions++;
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
/*
|
1998-09-03 02:32:06 +04:00
|
|
|
* If less than 2 seconds per reconfig:
|
|
|
|
* If ARC_EXCESSIVE_RECONFIGS
|
2006-12-25 21:41:45 +03:00
|
|
|
* since last burst, complain and set threshold for
|
1998-09-03 02:32:06 +04:00
|
|
|
* warnings to ARC_EXCESSIVE_RECONS_REWARN.
|
|
|
|
*
|
|
|
|
* This allows for, e.g., new stations on the cable, or
|
|
|
|
* cable switching as long as it is over after
|
|
|
|
* (normally) 16 seconds.
|
|
|
|
*
|
|
|
|
* XXX TODO: check timeout bits in status word and
|
|
|
|
* double time if necessary.
|
1995-03-01 01:03:59 +03:00
|
|
|
*/
|
2005-02-27 03:26:58 +03:00
|
|
|
|
2000-03-23 10:01:25 +03:00
|
|
|
callout_stop(&sc->sc_recon_ch);
|
2007-12-28 23:18:45 +03:00
|
|
|
newsec = time_second;
|
2005-02-27 03:26:58 +03:00
|
|
|
if ((newsec - sc->sc_recontime <= 2) &&
|
1998-09-03 02:32:06 +04:00
|
|
|
(++sc->sc_reconcount == ARC_EXCESSIVE_RECONS)) {
|
|
|
|
log(LOG_WARNING,
|
|
|
|
"%s: excessive token losses, "
|
2008-04-08 16:07:25 +04:00
|
|
|
"cable problem?\n", device_xname(&sc->sc_dev));
|
1998-09-03 02:32:06 +04:00
|
|
|
}
|
|
|
|
sc->sc_recontime = newsec;
|
2000-03-23 10:01:25 +03:00
|
|
|
callout_reset(&sc->sc_recon_ch, 15 * hz,
|
|
|
|
bah_reconwatch, (void *)sc);
|
1998-09-03 02:32:06 +04:00
|
|
|
}
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
if (maskedisr & BAH_RI) {
|
|
|
|
#if defined(BAH_DEBUG) && (BAH_DEBUG > 1)
|
|
|
|
printf("%s: intr: hard rint, act %ld\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev), sc->sc_rx_act);
|
1998-09-03 02:32:06 +04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
buffer = sc->sc_rx_act;
|
|
|
|
/* look if buffer is marked invalid: */
|
|
|
|
if (GETMEM(buffer*512) == 0) {
|
|
|
|
/*
|
|
|
|
* invalid marked buffer (or illegally
|
|
|
|
* configured sender)
|
|
|
|
*/
|
2005-02-27 03:26:58 +03:00
|
|
|
log(LOG_WARNING,
|
2003-01-06 16:04:54 +03:00
|
|
|
"%s: spurious RX interrupt or sender 0 "
|
2008-04-08 16:07:25 +04:00
|
|
|
" (ignored)\n", device_xname(&sc->sc_dev));
|
1998-09-03 02:32:06 +04:00
|
|
|
/*
|
|
|
|
* restart receiver on same buffer.
|
|
|
|
* XXX maybe better reset interface?
|
|
|
|
*/
|
|
|
|
PUTREG(BAHCMD, BAH_RXBC(buffer));
|
|
|
|
} else {
|
|
|
|
if (++sc->sc_rx_fillcount > 1) {
|
|
|
|
sc->sc_intmask &= ~BAH_RI;
|
|
|
|
PUTREG(BAHSTAT, sc->sc_intmask);
|
|
|
|
} else {
|
|
|
|
buffer ^= 1;
|
|
|
|
sc->sc_rx_act = buffer;
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
/*
|
|
|
|
* Start receiver on other receive
|
|
|
|
* buffer. This also clears the RI
|
2003-01-06 16:04:54 +03:00
|
|
|
* interrupt flag.
|
1998-09-03 02:32:06 +04:00
|
|
|
*/
|
|
|
|
PUTREG(BAHCMD, BAH_RXBC(buffer));
|
|
|
|
/* in RX intr, so mask is ok for RX */
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
#ifdef BAH_DEBUG
|
1998-09-03 02:32:06 +04:00
|
|
|
printf("%s: strt rx for buf %ld, "
|
|
|
|
"stat 0x%02x\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev), sc->sc_rx_act,
|
2010-01-10 10:06:12 +03:00
|
|
|
GETREG(BAHSTAT));
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
1998-09-03 02:32:06 +04:00
|
|
|
}
|
2005-02-27 03:26:58 +03:00
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
#ifdef BAHSOFTCOPY
|
1998-09-03 02:32:06 +04:00
|
|
|
/*
|
|
|
|
* this one starts a soft int to copy out
|
|
|
|
* of the hw
|
|
|
|
*/
|
2007-10-08 20:18:02 +04:00
|
|
|
softint_schedule(sc->sc_rxcookie);
|
1995-03-01 01:03:59 +03:00
|
|
|
#else
|
1998-09-03 02:32:06 +04:00
|
|
|
/* this one does the copy here */
|
|
|
|
bah_srint(sc);
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
1998-09-03 02:32:06 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
if (maskedisr & BAH_TA) {
|
|
|
|
bah_tint(sc, isr);
|
|
|
|
}
|
|
|
|
isr = GETREG(BAHSTAT);
|
|
|
|
maskedisr = isr & sc->sc_intmask;
|
|
|
|
} while (maskedisr);
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1995-03-02 12:12:27 +03:00
|
|
|
return (1);
|
1995-03-01 01:03:59 +03:00
|
|
|
}
|
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
void
|
2009-03-14 18:35:58 +03:00
|
|
|
bah_reconwatch(void *arg)
|
1998-09-03 02:32:06 +04:00
|
|
|
{
|
|
|
|
struct bah_softc *sc = arg;
|
|
|
|
|
|
|
|
if (sc->sc_reconcount >= ARC_EXCESSIVE_RECONS) {
|
|
|
|
sc->sc_reconcount = 0;
|
|
|
|
log(LOG_WARNING, "%s: token valid again.\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev));
|
1998-09-03 02:32:06 +04:00
|
|
|
}
|
|
|
|
sc->sc_reconcount = 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
/*
|
2005-02-27 03:26:58 +03:00
|
|
|
* Process an ioctl request.
|
1995-03-01 01:03:59 +03:00
|
|
|
* This code needs some work - it looks pretty ugly.
|
|
|
|
*/
|
|
|
|
int
|
2009-03-14 18:35:58 +03:00
|
|
|
bah_ioctl(struct ifnet *ifp, u_long cmd, void *data)
|
1995-03-01 01:03:59 +03:00
|
|
|
{
|
|
|
|
struct bah_softc *sc;
|
2000-03-30 16:41:09 +04:00
|
|
|
struct ifaddr *ifa;
|
1998-09-03 02:32:06 +04:00
|
|
|
struct ifreq *ifr;
|
1995-03-02 12:12:27 +03:00
|
|
|
int s, error;
|
1995-03-01 01:03:59 +03:00
|
|
|
|
1995-03-02 12:12:27 +03:00
|
|
|
error = 0;
|
1996-05-07 05:43:13 +04:00
|
|
|
sc = ifp->if_softc;
|
1995-03-01 01:03:59 +03:00
|
|
|
ifa = (struct ifaddr *)data;
|
1998-09-03 02:32:06 +04:00
|
|
|
ifr = (struct ifreq *)data;
|
1995-12-24 05:29:35 +03:00
|
|
|
s = splnet();
|
1995-03-01 01:03:59 +03:00
|
|
|
|
2005-02-27 03:26:58 +03:00
|
|
|
#if defined(BAH_DEBUG) && (BAH_DEBUG > 2)
|
1996-10-13 05:37:04 +04:00
|
|
|
printf("%s: ioctl() called, cmd = 0x%x\n",
|
2008-04-08 16:07:25 +04:00
|
|
|
device_xname(&sc->sc_dev), cmd);
|
1995-03-01 01:03:59 +03:00
|
|
|
#endif
|
|
|
|
|
2007-09-03 15:32:07 +04:00
|
|
|
switch (cmd) {
|
*** Summary ***
When a link-layer address changes (e.g., ifconfig ex0 link
02:de:ad:be:ef:02 active), send a gratuitous ARP and/or a Neighbor
Advertisement to update the network-/link-layer address bindings
on our LAN peers.
Refuse a change of ethernet address to the address 00:00:00:00:00:00
or to any multicast/broadcast address. (Thanks matt@.)
Reorder ifnet ioctl operations so that driver ioctls may inherit
the functions of their "class"---ether_ioctl(), fddi_ioctl(), et
cetera---and the class ioctls may inherit from the generic ioctl,
ifioctl_common(), but both driver- and class-ioctls may override
the generic behavior. Make network drivers share more code.
Distinguish a "factory" link-layer address from others for the
purposes of both protecting that address from deletion and computing
EUI64.
Return consistent, appropriate error codes from network drivers.
Improve readability. KNF.
*** Details ***
In if_attach(), always initialize the interface ioctl routine,
ifnet->if_ioctl, if the driver has not already initialized it.
Delete if_ioctl == NULL tests everywhere else, because it cannot
happen.
In the ioctl routines of network interfaces, inherit common ioctl
behaviors by calling either ifioctl_common() or whichever ioctl
routine is appropriate for the class of interface---e.g., ether_ioctl()
for ethernets.
Stop (ab)using SIOCSIFADDR and start to use SIOCINITIFADDR. In
the user->kernel interface, SIOCSIFADDR's argument was an ifreq,
but on the protocol->ifnet interface, SIOCSIFADDR's argument was
an ifaddr. That was confusing, and it would work against me as I
make it possible for a network interface to overload most ioctls.
On the protocol->ifnet interface, replace SIOCSIFADDR with
SIOCINITIFADDR. In ifioctl(), return EPERM if userland tries to
invoke SIOCINITIFADDR.
In ifioctl(), give the interface the first shot at handling most
interface ioctls, and give the protocol the second shot, instead
of the other way around. Finally, let compatibility code (COMPAT_OSOCK)
take a shot.
Pull device initialization out of switch statements under
SIOCINITIFADDR. For example, pull ..._init() out of any switch
statement that looks like this:
switch (...->sa_family) {
case ...:
..._init();
...
break;
...
default:
..._init();
...
break;
}
Rewrite many if-else clauses that handle all permutations of IFF_UP
and IFF_RUNNING to use a switch statement,
switch (x & (IFF_UP|IFF_RUNNING)) {
case 0:
...
break;
case IFF_RUNNING:
...
break;
case IFF_UP:
...
break;
case IFF_UP|IFF_RUNNING:
...
break;
}
unifdef lots of code containing #ifdef FreeBSD, #ifdef NetBSD, and
#ifdef SIOCSIFMTU, especially in fwip(4) and in ndis(4).
In ipw(4), remove an if_set_sadl() call that is out of place.
In nfe(4), reuse the jumbo MTU logic in ether_ioctl().
Let ethernets register a callback for setting h/w state such as
promiscuous mode and the multicast filter in accord with a change
in the if_flags: ether_set_ifflags_cb() registers a callback that
returns ENETRESET if the caller should reset the ethernet by calling
if_init(), 0 on success, != 0 on failure. Pull common code from
ex(4), gem(4), nfe(4), sip(4), tlp(4), vge(4) into ether_ioctl(),
and register if_flags callbacks for those drivers.
Return ENOTTY instead of EINVAL for inappropriate ioctls. In
zyd(4), use ENXIO instead of ENOTTY to indicate that the device is
not any longer attached.
Add to if_set_sadl() a boolean 'factory' argument that indicates
whether a link-layer address was assigned by the factory or some
other source. In a comment, recommend using the factory address
for generating an EUI64, and update in6_get_hw_ifid() to prefer a
factory address to any other link-layer address.
Add a routing message, RTM_LLINFO_UPD, that tells protocols to
update the binding of network-layer addresses to link-layer addresses.
Implement this message in IPv4 and IPv6 by sending a gratuitous
ARP or a neighbor advertisement, respectively. Generate RTM_LLINFO_UPD
messages on a change of an interface's link-layer address.
In ether_ioctl(), do not let SIOCALIFADDR set a link-layer address
that is broadcast/multicast or equal to 00:00:00:00:00:00.
Make ether_ioctl() call ifioctl_common() to handle ioctls that it
does not understand.
In gif(4), initialize if_softc and use it, instead of assuming that
the gif_softc and ifp overlap.
Let ifioctl_common() handle SIOCGIFADDR.
Sprinkle rtcache_invariants(), which checks on DIAGNOSTIC kernels
that certain invariants on a struct route are satisfied.
In agr(4), rewrite agr_ioctl_filter() to be a bit more explicit
about the ioctls that we do not allow on an agr(4) member interface.
bzero -> memset. Delete unnecessary casts to void *. Use
sockaddr_in_init() and sockaddr_in6_init(). Compare pointers with
NULL instead of "testing truth". Replace some instances of (type
*)0 with NULL. Change some K&R prototypes to ANSI C, and join
lines.
2008-11-07 03:20:01 +03:00
|
|
|
case SIOCINITIFADDR:
|
1995-03-01 01:03:59 +03:00
|
|
|
ifp->if_flags |= IFF_UP;
|
*** Summary ***
When a link-layer address changes (e.g., ifconfig ex0 link
02:de:ad:be:ef:02 active), send a gratuitous ARP and/or a Neighbor
Advertisement to update the network-/link-layer address bindings
on our LAN peers.
Refuse a change of ethernet address to the address 00:00:00:00:00:00
or to any multicast/broadcast address. (Thanks matt@.)
Reorder ifnet ioctl operations so that driver ioctls may inherit
the functions of their "class"---ether_ioctl(), fddi_ioctl(), et
cetera---and the class ioctls may inherit from the generic ioctl,
ifioctl_common(), but both driver- and class-ioctls may override
the generic behavior. Make network drivers share more code.
Distinguish a "factory" link-layer address from others for the
purposes of both protecting that address from deletion and computing
EUI64.
Return consistent, appropriate error codes from network drivers.
Improve readability. KNF.
*** Details ***
In if_attach(), always initialize the interface ioctl routine,
ifnet->if_ioctl, if the driver has not already initialized it.
Delete if_ioctl == NULL tests everywhere else, because it cannot
happen.
In the ioctl routines of network interfaces, inherit common ioctl
behaviors by calling either ifioctl_common() or whichever ioctl
routine is appropriate for the class of interface---e.g., ether_ioctl()
for ethernets.
Stop (ab)using SIOCSIFADDR and start to use SIOCINITIFADDR. In
the user->kernel interface, SIOCSIFADDR's argument was an ifreq,
but on the protocol->ifnet interface, SIOCSIFADDR's argument was
an ifaddr. That was confusing, and it would work against me as I
make it possible for a network interface to overload most ioctls.
On the protocol->ifnet interface, replace SIOCSIFADDR with
SIOCINITIFADDR. In ifioctl(), return EPERM if userland tries to
invoke SIOCINITIFADDR.
In ifioctl(), give the interface the first shot at handling most
interface ioctls, and give the protocol the second shot, instead
of the other way around. Finally, let compatibility code (COMPAT_OSOCK)
take a shot.
Pull device initialization out of switch statements under
SIOCINITIFADDR. For example, pull ..._init() out of any switch
statement that looks like this:
switch (...->sa_family) {
case ...:
..._init();
...
break;
...
default:
..._init();
...
break;
}
Rewrite many if-else clauses that handle all permutations of IFF_UP
and IFF_RUNNING to use a switch statement,
switch (x & (IFF_UP|IFF_RUNNING)) {
case 0:
...
break;
case IFF_RUNNING:
...
break;
case IFF_UP:
...
break;
case IFF_UP|IFF_RUNNING:
...
break;
}
unifdef lots of code containing #ifdef FreeBSD, #ifdef NetBSD, and
#ifdef SIOCSIFMTU, especially in fwip(4) and in ndis(4).
In ipw(4), remove an if_set_sadl() call that is out of place.
In nfe(4), reuse the jumbo MTU logic in ether_ioctl().
Let ethernets register a callback for setting h/w state such as
promiscuous mode and the multicast filter in accord with a change
in the if_flags: ether_set_ifflags_cb() registers a callback that
returns ENETRESET if the caller should reset the ethernet by calling
if_init(), 0 on success, != 0 on failure. Pull common code from
ex(4), gem(4), nfe(4), sip(4), tlp(4), vge(4) into ether_ioctl(),
and register if_flags callbacks for those drivers.
Return ENOTTY instead of EINVAL for inappropriate ioctls. In
zyd(4), use ENXIO instead of ENOTTY to indicate that the device is
not any longer attached.
Add to if_set_sadl() a boolean 'factory' argument that indicates
whether a link-layer address was assigned by the factory or some
other source. In a comment, recommend using the factory address
for generating an EUI64, and update in6_get_hw_ifid() to prefer a
factory address to any other link-layer address.
Add a routing message, RTM_LLINFO_UPD, that tells protocols to
update the binding of network-layer addresses to link-layer addresses.
Implement this message in IPv4 and IPv6 by sending a gratuitous
ARP or a neighbor advertisement, respectively. Generate RTM_LLINFO_UPD
messages on a change of an interface's link-layer address.
In ether_ioctl(), do not let SIOCALIFADDR set a link-layer address
that is broadcast/multicast or equal to 00:00:00:00:00:00.
Make ether_ioctl() call ifioctl_common() to handle ioctls that it
does not understand.
In gif(4), initialize if_softc and use it, instead of assuming that
the gif_softc and ifp overlap.
Let ifioctl_common() handle SIOCGIFADDR.
Sprinkle rtcache_invariants(), which checks on DIAGNOSTIC kernels
that certain invariants on a struct route are satisfied.
In agr(4), rewrite agr_ioctl_filter() to be a bit more explicit
about the ioctls that we do not allow on an agr(4) member interface.
bzero -> memset. Delete unnecessary casts to void *. Use
sockaddr_in_init() and sockaddr_in6_init(). Compare pointers with
NULL instead of "testing truth". Replace some instances of (type
*)0 with NULL. Change some K&R prototypes to ANSI C, and join
lines.
2008-11-07 03:20:01 +03:00
|
|
|
bah_init(sc);
|
1995-04-11 09:46:53 +04:00
|
|
|
switch (ifa->ifa_addr->sa_family) {
|
1995-03-01 01:03:59 +03:00
|
|
|
#ifdef INET
|
|
|
|
case AF_INET:
|
1998-09-03 02:32:06 +04:00
|
|
|
arp_ifinit(ifp, ifa);
|
1995-03-01 01:03:59 +03:00
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
case SIOCSIFFLAGS:
|
*** Summary ***
When a link-layer address changes (e.g., ifconfig ex0 link
02:de:ad:be:ef:02 active), send a gratuitous ARP and/or a Neighbor
Advertisement to update the network-/link-layer address bindings
on our LAN peers.
Refuse a change of ethernet address to the address 00:00:00:00:00:00
or to any multicast/broadcast address. (Thanks matt@.)
Reorder ifnet ioctl operations so that driver ioctls may inherit
the functions of their "class"---ether_ioctl(), fddi_ioctl(), et
cetera---and the class ioctls may inherit from the generic ioctl,
ifioctl_common(), but both driver- and class-ioctls may override
the generic behavior. Make network drivers share more code.
Distinguish a "factory" link-layer address from others for the
purposes of both protecting that address from deletion and computing
EUI64.
Return consistent, appropriate error codes from network drivers.
Improve readability. KNF.
*** Details ***
In if_attach(), always initialize the interface ioctl routine,
ifnet->if_ioctl, if the driver has not already initialized it.
Delete if_ioctl == NULL tests everywhere else, because it cannot
happen.
In the ioctl routines of network interfaces, inherit common ioctl
behaviors by calling either ifioctl_common() or whichever ioctl
routine is appropriate for the class of interface---e.g., ether_ioctl()
for ethernets.
Stop (ab)using SIOCSIFADDR and start to use SIOCINITIFADDR. In
the user->kernel interface, SIOCSIFADDR's argument was an ifreq,
but on the protocol->ifnet interface, SIOCSIFADDR's argument was
an ifaddr. That was confusing, and it would work against me as I
make it possible for a network interface to overload most ioctls.
On the protocol->ifnet interface, replace SIOCSIFADDR with
SIOCINITIFADDR. In ifioctl(), return EPERM if userland tries to
invoke SIOCINITIFADDR.
In ifioctl(), give the interface the first shot at handling most
interface ioctls, and give the protocol the second shot, instead
of the other way around. Finally, let compatibility code (COMPAT_OSOCK)
take a shot.
Pull device initialization out of switch statements under
SIOCINITIFADDR. For example, pull ..._init() out of any switch
statement that looks like this:
switch (...->sa_family) {
case ...:
..._init();
...
break;
...
default:
..._init();
...
break;
}
Rewrite many if-else clauses that handle all permutations of IFF_UP
and IFF_RUNNING to use a switch statement,
switch (x & (IFF_UP|IFF_RUNNING)) {
case 0:
...
break;
case IFF_RUNNING:
...
break;
case IFF_UP:
...
break;
case IFF_UP|IFF_RUNNING:
...
break;
}
unifdef lots of code containing #ifdef FreeBSD, #ifdef NetBSD, and
#ifdef SIOCSIFMTU, especially in fwip(4) and in ndis(4).
In ipw(4), remove an if_set_sadl() call that is out of place.
In nfe(4), reuse the jumbo MTU logic in ether_ioctl().
Let ethernets register a callback for setting h/w state such as
promiscuous mode and the multicast filter in accord with a change
in the if_flags: ether_set_ifflags_cb() registers a callback that
returns ENETRESET if the caller should reset the ethernet by calling
if_init(), 0 on success, != 0 on failure. Pull common code from
ex(4), gem(4), nfe(4), sip(4), tlp(4), vge(4) into ether_ioctl(),
and register if_flags callbacks for those drivers.
Return ENOTTY instead of EINVAL for inappropriate ioctls. In
zyd(4), use ENXIO instead of ENOTTY to indicate that the device is
not any longer attached.
Add to if_set_sadl() a boolean 'factory' argument that indicates
whether a link-layer address was assigned by the factory or some
other source. In a comment, recommend using the factory address
for generating an EUI64, and update in6_get_hw_ifid() to prefer a
factory address to any other link-layer address.
Add a routing message, RTM_LLINFO_UPD, that tells protocols to
update the binding of network-layer addresses to link-layer addresses.
Implement this message in IPv4 and IPv6 by sending a gratuitous
ARP or a neighbor advertisement, respectively. Generate RTM_LLINFO_UPD
messages on a change of an interface's link-layer address.
In ether_ioctl(), do not let SIOCALIFADDR set a link-layer address
that is broadcast/multicast or equal to 00:00:00:00:00:00.
Make ether_ioctl() call ifioctl_common() to handle ioctls that it
does not understand.
In gif(4), initialize if_softc and use it, instead of assuming that
the gif_softc and ifp overlap.
Let ifioctl_common() handle SIOCGIFADDR.
Sprinkle rtcache_invariants(), which checks on DIAGNOSTIC kernels
that certain invariants on a struct route are satisfied.
In agr(4), rewrite agr_ioctl_filter() to be a bit more explicit
about the ioctls that we do not allow on an agr(4) member interface.
bzero -> memset. Delete unnecessary casts to void *. Use
sockaddr_in_init() and sockaddr_in6_init(). Compare pointers with
NULL instead of "testing truth". Replace some instances of (type
*)0 with NULL. Change some K&R prototypes to ANSI C, and join
lines.
2008-11-07 03:20:01 +03:00
|
|
|
if ((error = ifioctl_common(ifp, cmd, data)) != 0)
|
|
|
|
break;
|
|
|
|
/* XXX re-use ether_ioctl() */
|
|
|
|
switch (ifp->if_flags & (IFF_UP|IFF_RUNNING)) {
|
|
|
|
case IFF_RUNNING:
|
1995-03-01 01:03:59 +03:00
|
|
|
/*
|
2005-02-27 03:26:58 +03:00
|
|
|
* If interface is marked down and it is running,
|
1995-03-01 01:03:59 +03:00
|
|
|
* then stop it.
|
|
|
|
*/
|
|
|
|
bah_stop(sc);
|
|
|
|
ifp->if_flags &= ~IFF_RUNNING;
|
*** Summary ***
When a link-layer address changes (e.g., ifconfig ex0 link
02:de:ad:be:ef:02 active), send a gratuitous ARP and/or a Neighbor
Advertisement to update the network-/link-layer address bindings
on our LAN peers.
Refuse a change of ethernet address to the address 00:00:00:00:00:00
or to any multicast/broadcast address. (Thanks matt@.)
Reorder ifnet ioctl operations so that driver ioctls may inherit
the functions of their "class"---ether_ioctl(), fddi_ioctl(), et
cetera---and the class ioctls may inherit from the generic ioctl,
ifioctl_common(), but both driver- and class-ioctls may override
the generic behavior. Make network drivers share more code.
Distinguish a "factory" link-layer address from others for the
purposes of both protecting that address from deletion and computing
EUI64.
Return consistent, appropriate error codes from network drivers.
Improve readability. KNF.
*** Details ***
In if_attach(), always initialize the interface ioctl routine,
ifnet->if_ioctl, if the driver has not already initialized it.
Delete if_ioctl == NULL tests everywhere else, because it cannot
happen.
In the ioctl routines of network interfaces, inherit common ioctl
behaviors by calling either ifioctl_common() or whichever ioctl
routine is appropriate for the class of interface---e.g., ether_ioctl()
for ethernets.
Stop (ab)using SIOCSIFADDR and start to use SIOCINITIFADDR. In
the user->kernel interface, SIOCSIFADDR's argument was an ifreq,
but on the protocol->ifnet interface, SIOCSIFADDR's argument was
an ifaddr. That was confusing, and it would work against me as I
make it possible for a network interface to overload most ioctls.
On the protocol->ifnet interface, replace SIOCSIFADDR with
SIOCINITIFADDR. In ifioctl(), return EPERM if userland tries to
invoke SIOCINITIFADDR.
In ifioctl(), give the interface the first shot at handling most
interface ioctls, and give the protocol the second shot, instead
of the other way around. Finally, let compatibility code (COMPAT_OSOCK)
take a shot.
Pull device initialization out of switch statements under
SIOCINITIFADDR. For example, pull ..._init() out of any switch
statement that looks like this:
switch (...->sa_family) {
case ...:
..._init();
...
break;
...
default:
..._init();
...
break;
}
Rewrite many if-else clauses that handle all permutations of IFF_UP
and IFF_RUNNING to use a switch statement,
switch (x & (IFF_UP|IFF_RUNNING)) {
case 0:
...
break;
case IFF_RUNNING:
...
break;
case IFF_UP:
...
break;
case IFF_UP|IFF_RUNNING:
...
break;
}
unifdef lots of code containing #ifdef FreeBSD, #ifdef NetBSD, and
#ifdef SIOCSIFMTU, especially in fwip(4) and in ndis(4).
In ipw(4), remove an if_set_sadl() call that is out of place.
In nfe(4), reuse the jumbo MTU logic in ether_ioctl().
Let ethernets register a callback for setting h/w state such as
promiscuous mode and the multicast filter in accord with a change
in the if_flags: ether_set_ifflags_cb() registers a callback that
returns ENETRESET if the caller should reset the ethernet by calling
if_init(), 0 on success, != 0 on failure. Pull common code from
ex(4), gem(4), nfe(4), sip(4), tlp(4), vge(4) into ether_ioctl(),
and register if_flags callbacks for those drivers.
Return ENOTTY instead of EINVAL for inappropriate ioctls. In
zyd(4), use ENXIO instead of ENOTTY to indicate that the device is
not any longer attached.
Add to if_set_sadl() a boolean 'factory' argument that indicates
whether a link-layer address was assigned by the factory or some
other source. In a comment, recommend using the factory address
for generating an EUI64, and update in6_get_hw_ifid() to prefer a
factory address to any other link-layer address.
Add a routing message, RTM_LLINFO_UPD, that tells protocols to
update the binding of network-layer addresses to link-layer addresses.
Implement this message in IPv4 and IPv6 by sending a gratuitous
ARP or a neighbor advertisement, respectively. Generate RTM_LLINFO_UPD
messages on a change of an interface's link-layer address.
In ether_ioctl(), do not let SIOCALIFADDR set a link-layer address
that is broadcast/multicast or equal to 00:00:00:00:00:00.
Make ether_ioctl() call ifioctl_common() to handle ioctls that it
does not understand.
In gif(4), initialize if_softc and use it, instead of assuming that
the gif_softc and ifp overlap.
Let ifioctl_common() handle SIOCGIFADDR.
Sprinkle rtcache_invariants(), which checks on DIAGNOSTIC kernels
that certain invariants on a struct route are satisfied.
In agr(4), rewrite agr_ioctl_filter() to be a bit more explicit
about the ioctls that we do not allow on an agr(4) member interface.
bzero -> memset. Delete unnecessary casts to void *. Use
sockaddr_in_init() and sockaddr_in6_init(). Compare pointers with
NULL instead of "testing truth". Replace some instances of (type
*)0 with NULL. Change some K&R prototypes to ANSI C, and join
lines.
2008-11-07 03:20:01 +03:00
|
|
|
break;
|
|
|
|
case IFF_UP:
|
1995-03-01 01:03:59 +03:00
|
|
|
/*
|
|
|
|
* If interface is marked up and it is stopped, then
|
|
|
|
* start it.
|
|
|
|
*/
|
|
|
|
bah_init(sc);
|
*** Summary ***
When a link-layer address changes (e.g., ifconfig ex0 link
02:de:ad:be:ef:02 active), send a gratuitous ARP and/or a Neighbor
Advertisement to update the network-/link-layer address bindings
on our LAN peers.
Refuse a change of ethernet address to the address 00:00:00:00:00:00
or to any multicast/broadcast address. (Thanks matt@.)
Reorder ifnet ioctl operations so that driver ioctls may inherit
the functions of their "class"---ether_ioctl(), fddi_ioctl(), et
cetera---and the class ioctls may inherit from the generic ioctl,
ifioctl_common(), but both driver- and class-ioctls may override
the generic behavior. Make network drivers share more code.
Distinguish a "factory" link-layer address from others for the
purposes of both protecting that address from deletion and computing
EUI64.
Return consistent, appropriate error codes from network drivers.
Improve readability. KNF.
*** Details ***
In if_attach(), always initialize the interface ioctl routine,
ifnet->if_ioctl, if the driver has not already initialized it.
Delete if_ioctl == NULL tests everywhere else, because it cannot
happen.
In the ioctl routines of network interfaces, inherit common ioctl
behaviors by calling either ifioctl_common() or whichever ioctl
routine is appropriate for the class of interface---e.g., ether_ioctl()
for ethernets.
Stop (ab)using SIOCSIFADDR and start to use SIOCINITIFADDR. In
the user->kernel interface, SIOCSIFADDR's argument was an ifreq,
but on the protocol->ifnet interface, SIOCSIFADDR's argument was
an ifaddr. That was confusing, and it would work against me as I
make it possible for a network interface to overload most ioctls.
On the protocol->ifnet interface, replace SIOCSIFADDR with
SIOCINITIFADDR. In ifioctl(), return EPERM if userland tries to
invoke SIOCINITIFADDR.
In ifioctl(), give the interface the first shot at handling most
interface ioctls, and give the protocol the second shot, instead
of the other way around. Finally, let compatibility code (COMPAT_OSOCK)
take a shot.
Pull device initialization out of switch statements under
SIOCINITIFADDR. For example, pull ..._init() out of any switch
statement that looks like this:
switch (...->sa_family) {
case ...:
..._init();
...
break;
...
default:
..._init();
...
break;
}
Rewrite many if-else clauses that handle all permutations of IFF_UP
and IFF_RUNNING to use a switch statement,
switch (x & (IFF_UP|IFF_RUNNING)) {
case 0:
...
break;
case IFF_RUNNING:
...
break;
case IFF_UP:
...
break;
case IFF_UP|IFF_RUNNING:
...
break;
}
unifdef lots of code containing #ifdef FreeBSD, #ifdef NetBSD, and
#ifdef SIOCSIFMTU, especially in fwip(4) and in ndis(4).
In ipw(4), remove an if_set_sadl() call that is out of place.
In nfe(4), reuse the jumbo MTU logic in ether_ioctl().
Let ethernets register a callback for setting h/w state such as
promiscuous mode and the multicast filter in accord with a change
in the if_flags: ether_set_ifflags_cb() registers a callback that
returns ENETRESET if the caller should reset the ethernet by calling
if_init(), 0 on success, != 0 on failure. Pull common code from
ex(4), gem(4), nfe(4), sip(4), tlp(4), vge(4) into ether_ioctl(),
and register if_flags callbacks for those drivers.
Return ENOTTY instead of EINVAL for inappropriate ioctls. In
zyd(4), use ENXIO instead of ENOTTY to indicate that the device is
not any longer attached.
Add to if_set_sadl() a boolean 'factory' argument that indicates
whether a link-layer address was assigned by the factory or some
other source. In a comment, recommend using the factory address
for generating an EUI64, and update in6_get_hw_ifid() to prefer a
factory address to any other link-layer address.
Add a routing message, RTM_LLINFO_UPD, that tells protocols to
update the binding of network-layer addresses to link-layer addresses.
Implement this message in IPv4 and IPv6 by sending a gratuitous
ARP or a neighbor advertisement, respectively. Generate RTM_LLINFO_UPD
messages on a change of an interface's link-layer address.
In ether_ioctl(), do not let SIOCALIFADDR set a link-layer address
that is broadcast/multicast or equal to 00:00:00:00:00:00.
Make ether_ioctl() call ifioctl_common() to handle ioctls that it
does not understand.
In gif(4), initialize if_softc and use it, instead of assuming that
the gif_softc and ifp overlap.
Let ifioctl_common() handle SIOCGIFADDR.
Sprinkle rtcache_invariants(), which checks on DIAGNOSTIC kernels
that certain invariants on a struct route are satisfied.
In agr(4), rewrite agr_ioctl_filter() to be a bit more explicit
about the ioctls that we do not allow on an agr(4) member interface.
bzero -> memset. Delete unnecessary casts to void *. Use
sockaddr_in_init() and sockaddr_in6_init(). Compare pointers with
NULL instead of "testing truth". Replace some instances of (type
*)0 with NULL. Change some K&R prototypes to ANSI C, and join
lines.
2008-11-07 03:20:01 +03:00
|
|
|
break;
|
2005-02-27 03:26:58 +03:00
|
|
|
}
|
1995-03-01 01:03:59 +03:00
|
|
|
break;
|
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
case SIOCADDMULTI:
|
|
|
|
case SIOCDELMULTI:
|
2007-09-01 08:32:50 +04:00
|
|
|
switch (ifreq_getaddr(cmd, ifr)->sa_family) {
|
1999-09-26 00:43:43 +04:00
|
|
|
case AF_INET:
|
|
|
|
case AF_INET6:
|
1998-09-03 02:32:06 +04:00
|
|
|
error = 0;
|
1999-09-26 00:43:43 +04:00
|
|
|
break;
|
|
|
|
default:
|
1998-09-03 02:32:06 +04:00
|
|
|
error = EAFNOSUPPORT;
|
1999-09-26 00:43:43 +04:00
|
|
|
break;
|
|
|
|
}
|
1998-09-03 02:32:06 +04:00
|
|
|
break;
|
1995-04-11 09:46:53 +04:00
|
|
|
|
1995-03-01 01:03:59 +03:00
|
|
|
default:
|
*** Summary ***
When a link-layer address changes (e.g., ifconfig ex0 link
02:de:ad:be:ef:02 active), send a gratuitous ARP and/or a Neighbor
Advertisement to update the network-/link-layer address bindings
on our LAN peers.
Refuse a change of ethernet address to the address 00:00:00:00:00:00
or to any multicast/broadcast address. (Thanks matt@.)
Reorder ifnet ioctl operations so that driver ioctls may inherit
the functions of their "class"---ether_ioctl(), fddi_ioctl(), et
cetera---and the class ioctls may inherit from the generic ioctl,
ifioctl_common(), but both driver- and class-ioctls may override
the generic behavior. Make network drivers share more code.
Distinguish a "factory" link-layer address from others for the
purposes of both protecting that address from deletion and computing
EUI64.
Return consistent, appropriate error codes from network drivers.
Improve readability. KNF.
*** Details ***
In if_attach(), always initialize the interface ioctl routine,
ifnet->if_ioctl, if the driver has not already initialized it.
Delete if_ioctl == NULL tests everywhere else, because it cannot
happen.
In the ioctl routines of network interfaces, inherit common ioctl
behaviors by calling either ifioctl_common() or whichever ioctl
routine is appropriate for the class of interface---e.g., ether_ioctl()
for ethernets.
Stop (ab)using SIOCSIFADDR and start to use SIOCINITIFADDR. In
the user->kernel interface, SIOCSIFADDR's argument was an ifreq,
but on the protocol->ifnet interface, SIOCSIFADDR's argument was
an ifaddr. That was confusing, and it would work against me as I
make it possible for a network interface to overload most ioctls.
On the protocol->ifnet interface, replace SIOCSIFADDR with
SIOCINITIFADDR. In ifioctl(), return EPERM if userland tries to
invoke SIOCINITIFADDR.
In ifioctl(), give the interface the first shot at handling most
interface ioctls, and give the protocol the second shot, instead
of the other way around. Finally, let compatibility code (COMPAT_OSOCK)
take a shot.
Pull device initialization out of switch statements under
SIOCINITIFADDR. For example, pull ..._init() out of any switch
statement that looks like this:
switch (...->sa_family) {
case ...:
..._init();
...
break;
...
default:
..._init();
...
break;
}
Rewrite many if-else clauses that handle all permutations of IFF_UP
and IFF_RUNNING to use a switch statement,
switch (x & (IFF_UP|IFF_RUNNING)) {
case 0:
...
break;
case IFF_RUNNING:
...
break;
case IFF_UP:
...
break;
case IFF_UP|IFF_RUNNING:
...
break;
}
unifdef lots of code containing #ifdef FreeBSD, #ifdef NetBSD, and
#ifdef SIOCSIFMTU, especially in fwip(4) and in ndis(4).
In ipw(4), remove an if_set_sadl() call that is out of place.
In nfe(4), reuse the jumbo MTU logic in ether_ioctl().
Let ethernets register a callback for setting h/w state such as
promiscuous mode and the multicast filter in accord with a change
in the if_flags: ether_set_ifflags_cb() registers a callback that
returns ENETRESET if the caller should reset the ethernet by calling
if_init(), 0 on success, != 0 on failure. Pull common code from
ex(4), gem(4), nfe(4), sip(4), tlp(4), vge(4) into ether_ioctl(),
and register if_flags callbacks for those drivers.
Return ENOTTY instead of EINVAL for inappropriate ioctls. In
zyd(4), use ENXIO instead of ENOTTY to indicate that the device is
not any longer attached.
Add to if_set_sadl() a boolean 'factory' argument that indicates
whether a link-layer address was assigned by the factory or some
other source. In a comment, recommend using the factory address
for generating an EUI64, and update in6_get_hw_ifid() to prefer a
factory address to any other link-layer address.
Add a routing message, RTM_LLINFO_UPD, that tells protocols to
update the binding of network-layer addresses to link-layer addresses.
Implement this message in IPv4 and IPv6 by sending a gratuitous
ARP or a neighbor advertisement, respectively. Generate RTM_LLINFO_UPD
messages on a change of an interface's link-layer address.
In ether_ioctl(), do not let SIOCALIFADDR set a link-layer address
that is broadcast/multicast or equal to 00:00:00:00:00:00.
Make ether_ioctl() call ifioctl_common() to handle ioctls that it
does not understand.
In gif(4), initialize if_softc and use it, instead of assuming that
the gif_softc and ifp overlap.
Let ifioctl_common() handle SIOCGIFADDR.
Sprinkle rtcache_invariants(), which checks on DIAGNOSTIC kernels
that certain invariants on a struct route are satisfied.
In agr(4), rewrite agr_ioctl_filter() to be a bit more explicit
about the ioctls that we do not allow on an agr(4) member interface.
bzero -> memset. Delete unnecessary casts to void *. Use
sockaddr_in_init() and sockaddr_in6_init(). Compare pointers with
NULL instead of "testing truth". Replace some instances of (type
*)0 with NULL. Change some K&R prototypes to ANSI C, and join
lines.
2008-11-07 03:20:01 +03:00
|
|
|
error = ether_ioctl(ifp, cmd, data);
|
1995-03-01 01:03:59 +03:00
|
|
|
}
|
|
|
|
|
1995-04-11 09:46:53 +04:00
|
|
|
splx(s);
|
1995-03-02 12:12:27 +03:00
|
|
|
return (error);
|
1995-03-01 01:03:59 +03:00
|
|
|
}
|
1995-04-14 20:57:19 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* watchdog routine for transmitter.
|
|
|
|
*
|
|
|
|
* We need this, because else a receiver whose hardware is alive, but whose
|
|
|
|
* software has not enabled the Receiver, would make our hardware wait forever
|
|
|
|
* Discovered this after 20 times reading the docs.
|
|
|
|
*
|
|
|
|
* Only thing we do is disable transmitter. We'll get an transmit timeout,
|
|
|
|
* and the int handler will have to decide not to retransmit (in case
|
|
|
|
* retransmission is implemented).
|
|
|
|
*
|
1998-09-03 02:32:06 +04:00
|
|
|
* This one assumes being called inside splnet()
|
1995-04-14 20:57:19 +04:00
|
|
|
*/
|
|
|
|
|
|
|
|
void
|
2009-03-14 18:35:58 +03:00
|
|
|
bah_watchdog(struct ifnet *ifp)
|
1996-05-07 05:43:13 +04:00
|
|
|
{
|
|
|
|
struct bah_softc *sc = ifp->if_softc;
|
1995-04-14 20:57:19 +04:00
|
|
|
|
1998-09-03 02:32:06 +04:00
|
|
|
bus_space_tag_t bst_r = sc->sc_bst_r;
|
|
|
|
bus_space_handle_t regs = sc->sc_regs;
|
|
|
|
|
|
|
|
PUTREG(BAHCMD, BAH_TXDIS);
|
1995-04-14 20:57:19 +04:00
|
|
|
return;
|
|
|
|
}
|
1998-09-03 02:32:06 +04:00
|
|
|
|