tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: iwn 5100AGN for netbsd-5



On 12/15/10 05:02, Chuck Zmudzinski wrote:
> On 12/12/2010 6:24 AM, Manuel Bouyer wrote:
>> I think it's a difference in network stack between -current and netbsd-5,
>> most probably a difference in the way a network driver interfaces with
>> sys/net/if_ethersubr.c
>> You may be missing a call to a function which is not present anymore in
>> -current. You should probably compare what your driver is doing in
>> initialisation and ioctl functions with another, working ethernet driver.
>>
> It looks like the netbsd-5 arp routines cannot get information from the 
(snip)

did you compare ioctl() which already mentioned by Manuel Bouyer?

...and you should read "#ifdef INET" as "#if 0" unless you added
necessary "#include".

--
FUKAUMI Naoki


Home | Main Index | Thread Index | Old Index