Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2002 02:14:12 -0400 (EDT)
From:      "Matthew N. Dodd" <winter@jurai.net>
To:        Peter Wemm <peter@wemm.org>
Cc:        John Baldwin <jhb@FreeBSD.ORG>, Jan Stocker <Jan.Stocker@t-online.de>, BOUWSMA Beery <freebsd-user@netscum.dyndns.dk>, <current@FreeBSD.ORG>
Subject:   Re: Minor things: swi_net: unregistered isr number 
Message-ID:  <20020426021139.F42854-100000@sasami.jurai.net>
In-Reply-To: <20020426011243.845D839EA@overcee.wemm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Apr 2002, Peter Wemm wrote:
> This is well known.  If we recieve an ARP frame before we sent one, then
> we print this.  eg: a broadcast ARP packet will trigger it.  dhclient
> etc use bpf etc so ARP isn't initialized at this point.

We could just put this block of code from arp_rtrequest() into arp_init().

	LIST_INIT(&llinfo_arp);
	timeout(arptimer, (caddr_t)0, hz);
	register_netisr(NETISR_ARP, arpintr);

I'm not sure why it should to be in arp_rtrequest() in the first place.

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
| http://www.jurai.net/~winter |  For Great Justice!  | ISO8802.5 4ever |


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020426021139.F42854-100000>