From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 7 18:34:31 2004 Return-Path: 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 4519416A4CE for ; Thu, 7 Oct 2004 18:34:31 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id D198A43D41 for ; Thu, 7 Oct 2004 18:34:30 +0000 (GMT) (envelope-from david.kleiner@gmail.com) Received: by mproxy.gmail.com with SMTP id w67so435091cwb for ; Thu, 07 Oct 2004 11:34:22 -0700 (PDT) Received: by 10.11.119.54 with SMTP id r54mr1939630cwc; Thu, 07 Oct 2004 11:34:21 -0700 (PDT) Received: by 10.11.117.2 with HTTP; Thu, 7 Oct 2004 11:34:21 -0700 (PDT) Message-ID: Date: Thu, 7 Oct 2004 11:34:21 -0700 From: David Kleiner To: freebsd-amd64@freebsd.org In-Reply-To: <20041007125836.GL66319@enemy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041002144347.GA66319@enemy.org> <20041002192307.GC66319@enemy.org> <1096745844.95733.7.camel@server> <20041003011653.GA76597@cat.robbins.dropbear.id.au> <20041003152917.GG66319@enemy.org> <20041004095514.GA12643@cat.robbins.dropbear.id.au> <20041007125836.GL66319@enemy.org> Subject: Re: amd64 on Asus K8V SE Deluxe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Kleiner List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 18:34:31 -0000 On Thu, 7 Oct 2004 14:58:36 +0200, Alex D'Elia wrote: > * Tim Robbins [041004 11:55]: > > ....skip > > > > > > thanks for that, I got it installed now with that options and the COMPAT_43 > > > either, but I am ofcourse keeping on, cause I want to see how the system > > > goes, and where the problems are, so that for the RELEASE things will be > > > up and running as needed. And no users' complains :) > > > > > > so, do you mean is "bad" to enable that option ? > > > what are the problems I might encounter ? > > > > COMPAT_43 won't cause you any problems. The reason it's disabled is that if > > a "stable" release of FreeBSD/amd64 were to ship with that option enabled by > > default, users could rightly assume that the additional system calls, ioctls > > and quirks it enables would be available in future releases. > > Hi ! > > Things seemed to run fine, beside some ports that are > still not supported for amd64, the rest look good. > But constantly ( as reported also in other mails from > the mailing lists ) when I try a scp of a file > 50MB > it freezes, not only the sk0 but also the system, > which I cannot then reach in any way. > Then I must reboot ( cold boot ) the machine. > > To memeber this is an ASUS K8V SE Deluxe, with a: > > skc0: port 0xb000-0xb0ff > mem 0xfde00000-0xfde03fff irq 17 at device 10.0 > on pci0 > skc0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter > sk0: on skc0 > > I hope this can be of any help, not only for me. > > Thanks! everyone > alex > > -- > ** acme aka Alex D'Elia --> root.acme.com > ** mail:: acme@enemy.org > ** > Hi, Similar behaviour on Asus A8V SE mobo. When running ifconfig -m sk0, only 1000baseT speeds are listed. Could the problem be in lower speed hub? I am using an oldish 5-port 10Mbit unit. I am running -current. I also get occasional watchdog timeout messages but usually the interface freezes silently once I try to download a distfile of about 5-10 megs. On an unrelated note - is ULE scheduler still broken? I get panics in both amd64 and i386 versions of -current when ULE is enabled. Cheers, David