From owner-freebsd-current@FreeBSD.ORG Tue Sep 2 05:21:36 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0026A16A4BF for ; Tue, 2 Sep 2003 05:21:35 -0700 (PDT) Received: from mps3.plala.or.jp (c146109.vh.plala.or.jp [210.150.146.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1087A43FDD for ; Tue, 2 Sep 2003 05:21:34 -0700 (PDT) (envelope-from s-hrgsh@lapis.plala.or.jp) Received: from hrgsh.homeip.net ([220.109.149.68]) by mps3.plala.or.jp with SMTP id <20030902122112.WUHO27154.mps3.plala.or.jp@hrgsh.homeip.net> for ; Tue, 2 Sep 2003 21:21:12 +0900 Date: Tue, 2 Sep 2003 21:21:08 +0900 From: Seishi Hiragushi To: freebsd-current@freebsd.org Message-Id: <20030902212108.15a06798.s-hrgsh@lapis.plala.or.jp> In-Reply-To: <20030902103035.H98839-100000@hewey.af.speednet.com.au> References: <20030902071657.1e94e2b4.s-hrgsh@lapis.plala.or.jp> <20030902103035.H98839-100000@hewey.af.speednet.com.au> X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: current: network collision increase X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 12:21:36 -0000 On Tue, 2 Sep 2003 10:32:43 +1000 (EST) Andy Farkas wrote: > On Tue, 2 Sep 2003, Seishi Hiragushi wrote: > > > 5.1-CURRENT-20030720 (daily run 7/26): > > Network interface status: > > Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll > > dc0 1500 00:90:cc:a2:59:56 383420 27 441061 0 260568 > ^^^^^^^^^^^^^^^^^ > > Above is a different nic than below: > > > dc0: port 0xa000-0xa07f mem 0xe5800000-0xe580007f irq 4 at device 10.0 on pci0 > > dc0: Ethernet address: 00:c0:ca:10:91:8c > ^^^^^^^^^^^^^^^^^ Thank you for a reply. Perdon, I forgot having exchanged cards before. The card is returned and dmesg of the state is appended again. # netstat -irn Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll dc0 1500 00:90:cc:a2:59:56 3001 0 3199 0 3114 dc0 1500 192.168.200 192.168.200.1 182 - 135 - - dc1 1500 00:c0:ca:10:91:89 26756 0 25403 615 10460 ### dmesg ### 5.1-CURRENT-20030823 dc0: port 0xa000-0xa0ff mem 0xe5800000-0xe58000ff irq 4 at device 10.0 on pci0 dc0: Ethernet address: 00:90:cc:a2:59:56 miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc1: port 0x9400-0x947f mem 0xe4000000-0xe400007f irq 3 at device 13.0 on pci0 dc1: Ethernet address: 00:c0:ca:10:91:89 miibus1: on dc1 dcphy0: on miibus1 dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: flags=8843 mtu 1500 inet 192.168.200.1 netmask 0xffffff00 broadcast 192.168.200.255 inet6 fe80::290:ccff:fea2:5956%dc0 prefixlen 64 scopeid 0x1 ether 00:90:cc:a2:59:56 media: Ethernet autoselect (100baseTX ) status: active dc1: flags=8843 mtu 1500 inet6 fe80::2c0:caff:fe10:9189%dc1 prefixlen 64 scopeid 0x2 ether 00:c0:ca:10:91:89 media: Ethernet autoselect (10baseT/UTP) status: active