> > -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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message