Bug 37382

Summary: de0 (tulip) DEC-21140A card stays in OACTIVE state after ifconfig up
Product: Base System Reporter: yuri
Component: alphaAssignee: freebsd-alpha (Nobody) <alpha>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description yuri 2002-04-23 17:50:01 UTC
Card stays in IFF_OACTIVE since tulip_init sets it there.
Result: no traffic can pass through.

might be endianness issue?

Fix: 

unknown
How-To-Repeat: Have Alpha DS7310A with this card installed, than
ifconfig de0 inet 192.168.0.1 up
Comment 1 John Baldwin freebsd_committer freebsd_triage 2002-11-06 18:25:36 UTC
I have a DS20 machine here running 5.0-current that passes traffic
through a de0 card fine:

> dmesg | grep de0
de0: <Digital 21140A Fast Ethernet> port 0x10000-0x1007f mem 0x1040000-0x104007f irq 43 at device
8.0 on pci1
de0: interrupting at TSUNAMI irq 43
de0: SMC 9332BDT 21140A [10-100Mb/s] pass 2.0
de0: address 00:e0:29:05:e5:49
de0: enabling Full Duplex 100baseTX port
> ifconfig
de0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 192.168.0.11 netmask 0xffffff00 broadcast 192.168.0.255
        ether 00:e0:29:05:e5:49
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet 127.0.0.1 netmask 0xff000000 

Can you still reproduce this problem on 5.0 and can you provide
more details about how to do so (exact steps, etc.)?  Thanks.

-- 

John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/
Comment 2 wilko freebsd_committer freebsd_triage 2003-08-04 19:17:39 UTC
State Changed
From-To: open->closed

No feedback after jhb posted a followup in Nov 2002. His 
de(4) works OK in his DS20.