From owner-freebsd-amd64@FreeBSD.ORG Fri Feb 11 15:12:53 2005 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 B0D2316A4CE for ; Fri, 11 Feb 2005 15:12:53 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id A855943D39 for ; Fri, 11 Feb 2005 15:12:52 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so315350rng for ; Fri, 11 Feb 2005 07:12:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ExWmypCRH14lmB29X1hL7btTl0gYg51dXfSOSd7WZYptXI1noB4CXa+gxJCD6pC5o8o8CJ8gXQY0FnlqAD4+MM3rFi4P1zZ1GsnNJZnLd15V+p838xX0BekhZtcviNlOMiCafqFSOoqOUg1n21V65NWG8kFIG1wx060D3s6F50Y= Received: by 10.38.74.27 with SMTP id w27mr234554rna; Fri, 11 Feb 2005 07:12:52 -0800 (PST) Received: by 10.38.22.22 with HTTP; Fri, 11 Feb 2005 07:12:51 -0800 (PST) Message-ID: <346a8022050211071268dc6fa4@mail.gmail.com> Date: Fri, 11 Feb 2005 10:12:51 -0500 From: Coleman Kane To: Nicolas Blais In-Reply-To: <200502102038.41536.nb_root@videotron.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200502102038.41536.nb_root@videotron.ca> cc: freebsd-amd64@freebsd.org Subject: Re: About the cursed Compaq R3000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cokane@cokane.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 15:12:53 -0000 I think you will also need to apply the skip_timer_override patch, available here: http://lists.freebsd.org/pipermail/freebsd-amd64/2005-January/003320.html You will want to set the sysctl in loader.conf There's also a cradbus (PCI) patch, in addition. http://lists.freebsd.org/pipermail/freebsd-amd64/2005-January/003365.html There is another sysctl+patch that you will need to get as well. This one is for the APIC: http://lists.freebsd.org/mailman/htdig/freebsd-amd64/2005-January/003376.html You'll also want to set hw.apic.skip_set_extint=1 in loader.conf as well to activate this one. I think both of these will enable the timer to actually work in freebsd. -- coleman kane On Thu, 10 Feb 2005 20:38:40 -0500, Nicolas Blais wrote: > Hi, > > First I'd like give my thanks to Jung-uk Kim for making it possible to run > FreeBSD (5.3-STABLE) on my Compaq R3240CA. (This might sound like an oscar > speech...) > > To successfully make my Compaq work, I installed the acpi_ppc module (version > 20050210 @ http://www.spa.is.uec.ac.jp/~nfukuda/software/) and added the acpi > fix (matd.diff) and fixed my stupid DSDT (r3000-asl.diff). Now it works fine, > except for a couple of things. > > First, when it boots, it might hang right after detecting acd0. If I force > shutdown and reboot, it might work (50% chances of booting). > > When it works, cpu speed stays around 797mhz even when "making world" and > starting openoffice (cpu hog), although adjusting hw.acpi.cpu.px_control > manually works great (fans starts withing seconds though...obviously). > > rl0 watchdog timeouts were happening often until I removed device pccard, cbb > and cardbus from my kernel. I noticed that the realtek was sharing irq 18 > with the pccard so removing pccard solve it so far. > > Broadcom 54G Wifi doesn't work so far. I was able to load the driver with > ndis but can't have it connect to my WPA network (I believe this is a problem > with 5.3-STABLE since it is said that WPA works in -CURRENT). > > No ATA or other problems except those mentionned. Sound works thru snd_ich. > > I attached my kernel configuration and dmesg for those that might need it. If > anyone needs my patched DSDT (which should be the same as Jung-uk Kim's > diff+r3000) just ask. > > Nicolas. > > > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" > > > >