Subject: Re: kern/31535 (fxp and ex NIC drivers collide on udp4csum)
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: netbsd-bugs
Date: 12/18/2007 14:35:02
The following reply was made to PR kern/31535; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: gnats-bugs@NetBSD.org
Cc: kern-bug-people@NetBSD.org, gnats-admin@NetBSD.org,
	netbsd-bugs@NetBSD.org, anders.lindback@ltu.se,
	tsutsui@ceres.dti.ne.jp
Subject: Re: kern/31535 (fxp and ex NIC drivers collide on udp4csum)
Date: Tue, 18 Dec 2007 23:34:20 +0900

 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