From owner-freebsd-current Thu Apr 25 23:14:22 2002 Delivered-To: freebsd-current@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by hub.freebsd.org (Postfix) with ESMTP id DCF0837B404; Thu, 25 Apr 2002 23:14:15 -0700 (PDT) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.2/8.12.2) with ESMTP id g3Q6EC2A098702; Fri, 26 Apr 2002 02:14:14 -0400 (EDT) (envelope-from winter@jurai.net) Date: Fri, 26 Apr 2002 02:14:12 -0400 (EDT) From: "Matthew N. Dodd" To: Peter Wemm Cc: John Baldwin , Jan Stocker , BOUWSMA Beery , Subject: Re: Minor things: swi_net: unregistered isr number In-Reply-To: <20020426011243.845D839EA@overcee.wemm.org> Message-ID: <20020426021139.F42854-100000@sasami.jurai.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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