From owner-freebsd-amd64@FreeBSD.ORG Fri Sep 2 01:33:02 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4192216A41F for ; Fri, 2 Sep 2005 01:33:02 +0000 (GMT) (envelope-from fujita@soum.co.jp) Received: from gate.soum.co.jp (gate.soum.co.jp [202.221.40.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80BB143D46 for ; Fri, 2 Sep 2005 01:33:01 +0000 (GMT) (envelope-from fujita@soum.co.jp) Received: from mail.soum.co.jp (mail.soum.co.jp [IPv6:2001:240:c4:1:203:baff:fea1:6471]) by gate.soum.co.jp (8.13.3/8.13.3) with ESMTP id j821X0NR093992 for ; Fri, 2 Sep 2005 10:33:00 +0900 (JST) (envelope-from fujita@soum.co.jp) Received: from localhost (luke.soum.co.jp [172.19.2.3]) by mail.soum.co.jp (8.13.4/8.13.4) with ESMTP id j821Wx1N028869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 2 Sep 2005 10:32:59 +0900 (JST) Date: Fri, 02 Sep 2005 10:32:59 +0900 (JST) Message-Id: <20050902.103259.08238152.fujita@soum.co.jp> To: freebsd-amd64@freebsd.org From: FUJITA Kazutoshi In-Reply-To: <20050902.100210.123568240.fujita@soum.co.jp> References: <17166.21317.705489.47055@grasshopper.cs.duke.edu> <20050902.100210.123568240.fujita@soum.co.jp> X-Face: "; PnIN=f2{%Xj2PnI+zHd.39&Cn1)}br_7:N|2[CbS87Du6#6?|UeqX'&OfyZG-mX#'5T>k/~8X(F,2Mb_pNd8]3Cb1u[kSZjF}J+#`L5(g); List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 01:33:02 -0000 From: FUJITA Kazutoshi Subject: Re: nve status on nforce4? Date: Fri, 02 Sep 2005 10:02:10 +0900 (JST) > nve never works on my amd64 box. > It links up successfully, but... > > nve0: device timeout (5) > nve0: link state changed to DOWN > nve0: link state changed to UP > nve0: device timeout (8) > nve0: link state changed to DOWN > nve0: link state changed to UP > > > my motherboard is ASUS A8N-E. on my amd64 box, bge (at PCI slot) also never works. it seems same problem as nve. bge0: link state changed to UP bge0: watchdog timeout -- resetting bge0: link state changed to DOWN bge0: link state changed to UP bge0: watchdog timeout -- resetting bge0: link state changed to DOWN bge0: link state changed to UP bge0: watchdog timeout -- resetting bge0: link state changed to DOWN bge0: mem 0xd8000000-0xd800ffff irq 16 at device 6.0 on pci5 bge0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xd8000000 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: bpf attached bge0: Ethernet address: 00:09:5b:8e:63:2f bge0: [MPSAFE] of course, the bge works well on my i386 box. any suggestions ? Regards,