Re: current: network collision increase

2003-09-10 Thread Seishi Hiragushi
The following thing became clear as a result of investigating many things.
Network collision increased strangely, after it turned into the following revision.

/src/sys/pci/if_dc.c
Revision 1.115 Sun Jul 6 21:45:31 2003 UTC

Why does collision increase by this change?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: current: network collision increase

2003-09-09 Thread Seishi Hiragushi
It seems that collision increased from the change
 bewtween 2003.07.05.12 and 2003.07.08.12
 although I acquired and tried the kernel on CVSUP.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: current: network collision increase

2003-09-02 Thread Seishi Hiragushi
On Tue, 2 Sep 2003 10:32:43 +1000 (EST)
Andy Farkas [EMAIL PROTECTED] wrote:

 On Tue, 2 Sep 2003, Seishi Hiragushi wrote:
 
  5.1-CURRENT-20030720 (daily run 7/26):
  Network interface status:
  NameMtu Network   Address  Ipkts IerrsOpkts Oerrs  Coll
  dc01500 Link#1  00:90:cc:a2:59:56   38342027   441061 0 260568
 ^
 
 Above is a different nic than below:
 
  dc0: Intel 21143 10/100BaseTX port 0xa000-0xa07f mem 0xe580-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
NameMtu Network   Address  Ipkts IerrsOpkts Oerrs  Coll
dc01500 Link#1  00:90:cc:a2:59:56 3001 0 3199 0  3114
dc01500 192.168.200   192.168.200.1  182 -  135 - -
dc11500 Link#2  00:c0:ca:10:91:8926756 025403   615 10460

### dmesg ### 5.1-CURRENT-20030823
dc0: ADMtek AL981 10/100BaseTX port 0xa000-0xa0ff mem 0xe580-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 0xe400-0xe47f 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=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 192.168.200.1 netmask 0xff00 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=8843UP,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

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]