Subject: flowcontrol,rxpause,txpause on ethernet media(netbsd 3.0)
To: None <port-i386@netbsd.org>
From: Derrick Lobo <derrick@givex.com>
List: port-i386
Date: 04/21/2006 09:26:12
On netbsd3.0 ifconfig -a shows

bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        capabilities=7<IP4CSUM,TCP4CSUM,UDP4CSUM>
        enabled=0
        address: 00:14:38:4f:ac:ce
        media: Ethernet autoselect (100baseTX
full-duplex,flowcontrol,rxpause,txpause)
        status: active
        inet 192.168.8.42 netmask 0xffffff00 broadcast 192.168.8.255
        inet alias 192.168.8.188 netmask 0xffffff00 broadcast 192.168.8.255

On netbsd2.0, it shows:

bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        capabilities=7<IP4CSUM,TCP4CSUM,UDP4CSUM>
        enabled=0
        address: 00:0f:1f:64:3a:d5
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet 192.168.31.204 netmask 0xffffff00 broadcast 192.168.31.255
        inet alias 192.168.31.193 netmask 0xffffff00 broadcast
192.168.31.255

Dumb question: Do we need flowcontrol, rxpause and txpause? Are they things
I've turned off on 2.0 and not bothered on 3.0, or is it a new feature in
3.0?


Derrick Lobo