Subject: Re: kern/31535 (fxp and ex NIC drivers collide on udp4csum)
To: None <gnats-bugs@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: netbsd-bugs
Date: 12/18/2007 23:34:20
anders.lindback@dnz.se wrote:

>  The only thing I remember is that you had to configure fxp before ex,

Are the following commands
>> # ifconfig fxp0 192.168.20.37 netmask 255.255.255.0
>> # ifconfig fxp0 tcp4csum udp4csum
>> # ifconfig ex0 10.0.0.1 netmask 255.0.0.0
>> # ifconfig ex0 ip4csum tcp4csum
>> # ifconfig ex0 udp4csum
in my previous post different from your way?
Couud you please show expected commands (not in words)
to reproduce your problem?
---
Izumi Tsutsui