From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 16 12:58:42 2006 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 60EB616A41F for ; Mon, 16 Jan 2006 12:58:42 +0000 (GMT) (envelope-from oinatz.aspiazu@nht-norwick.net) Received: from nht1mx.nht-norwick.com (eu99-70-150.clientes.euskaltel.es [62.99.70.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C7CD43D45 for ; Mon, 16 Jan 2006 12:58:39 +0000 (GMT) (envelope-from oinatz.aspiazu@nht-norwick.net) Received: from localhost (localhost [127.0.0.1]) by nht1mx.nht-norwick.com (Postfix) with ESMTP id 0A68C43A09 for ; Mon, 16 Jan 2006 13:50:12 +0100 (CET) Received: from nht1mx.nht-norwick.com ([127.0.0.1]) by localhost (nht1mx.nht-norwick.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13882-09 for ; Mon, 16 Jan 2006 13:50:00 +0100 (CET) Received: from pc-auria.nht-norwick.loc (unknown [192.168.3.252]) by nht1mx.nht-norwick.com (Postfix) with ESMTP id 34A4E43A50 for ; Mon, 16 Jan 2006 13:50:00 +0100 (CET) From: Oinatz Aspiazu To: freebsd-amd64@freebsd.org Content-Type: text/plain Date: Mon, 16 Jan 2006 13:58:23 +0100 Message-Id: <1137416303.7920.27.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavis at nht1mx.nht-norwick.com Subject: presario r3000z pcmcia X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 12:58:42 -0000 Hi there! I have one of those machines and after looking at http://blackk.union.edu/~black/freebsd/ I have been able to configure everything minus the pcmcia. ACPI seems also to work fine on freebsd 6.0 stable after some tweaking at /boot/device.hints. At that site there's a link for a kernel patch for freebsd v5.x http://lists.freebsd.org/pipermail/freebsd-amd64/2005-January/003365.html explaining the lines of the code I need to add to that pci_pci.c file. I have the #if...#endif block already in that file but the block starting at line 319 seems just too different from the lines of the patch. Do I need to remplace everything from that line till the first ok=1? Also, for pcmcia cards I need some kind of package for a daemon, right? I have in gnu/linux installed the pcmcia-cs but here perhaps it's a different one. I have a pcmcia 56k modem that is recognized but gaves some warnings at boot. I guess that is because I need to patch that file (and I also needed to patch the kernel for GNU/Linux due to the bad bios ;-). I can't post the dmesg output till I arrive home, now I'm at work :( Another thing is that I'm using the i386 version for now. I'll move to amd64 but first I'd like to see how does java work in this version and the nvidia closed source drivers thanks and sorry for my poor english Oinatz