Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2003 21:21:08 +0900
From:      Seishi Hiragushi <s-hrgsh@lapis.plala.or.jp>
To:        freebsd-current@freebsd.org
Subject:   Re: current: network collision increase
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2 Sep 2003 10:32:43 +1000 (EST)
Andy Farkas <andyf@speednet.com.au> 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 <Link#1>      00:90:cc:a2:59:56   383420    27   441061     0 260568
>                             ^^^^^^^^^^^^^^^^^
> 
> Above is a different nic than below:
> 
> > dc0: <Intel 21143 10/100BaseTX> 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 <Link#1>      00:90:cc:a2:59:56     3001     0     3199     0  3114
dc0    1500 192.168.200   192.168.200.1          182     -      135     -     -
dc1    1500 <Link#2>      00:c0:ca:10:91:89    26756     0    25403   615 10460

### dmesg ### 5.1-CURRENT-20030823
dc0: <ADMtek AL981 10/100BaseTX> port 0xa000-0xa0ff mem 0xe5800000-0xe58000ff irq 4 at device 10.0 on pci0
dc0: Ethernet address: 00:90:cc:a2:59:56
miibus0: <MII bus> on dc0
ukphy0: <Generic IEEE 802.3u media interface> on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
dc1: <Intel 21143 10/100BaseTX> port 0x9400-0x947f mem 0xe4000000-0xe400007f irq 3 at device 13.0 on pci0
dc1: Ethernet address: 00:c0:ca:10:91:89
miibus1: <MII bus> on dc1
dcphy0: <Intel 21143 NWAY media interface> on miibus1
dcphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto

dc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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 <full-duplex>)
        status: active
dc1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030902212108.15a06798.s-hrgsh>