Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2000 01:51:53 +0900
From:      Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
To:        nms@otdel-1.org
Cc:        ilmar@ints.ru, freebsd-current@FreeBSD.ORG
Subject:   Re: -current sudden panics :(
Message-ID:  <20000322015153F.shin@nd.net.fujitsu.co.jp>
In-Reply-To: <20000321192642.B8237@Draculina.otdel-1.org>
References:  <Pine.BSF.4.21.0003210801280.223-300000@ws-ilmar.ints.ru> <20000322005136H.shin@nd.net.fujitsu.co.jp> <20000321192642.B8237@Draculina.otdel-1.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> >   -What is your LAN card?

Woops, I often do a needless query. That should be using rl
driver as the kernel log.

> The driver for his card does not set packet header pointer, thus
> arp stuff see NULL pointer. small patch will cure this problem
> (at least I hope so).
> 
> *** if_ed.c.old	Tue Mar 21 19:21:40 2000
> --- if_ed.c	Tue Mar 21 19:23:27 2000
> ***************
> *** 2728,2733 ****
> --- 2728,2734 ----
>   	 */
>   	m->m_pkthdr.len = m->m_len = len - sizeof(struct ether_header);
>   	m->m_data += sizeof(struct ether_header);
> + 	m->m_pkthdr.header = (void *)eh;
>   
>   	ether_input(&sc->arpcom.ac_if, eh, m);
>   	return;

But shouldn't it be sys/pci/if_rl.c ?

Yoshinobu Inoue


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?20000322015153F.shin>