From owner-freebsd-mobile@FreeBSD.ORG Fri Jun 25 21:16:38 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D99A16A4CE for ; Fri, 25 Jun 2004 21:16:38 +0000 (GMT) Received: from hm13.locaweb.com.br (hm13.locaweb.com.br [200.246.179.113]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C62F43D3F for ; Fri, 25 Jun 2004 21:16:37 +0000 (GMT) (envelope-from japa@mhu.eti.br) Received: (qmail 2047 invoked from network); 25 Jun 2004 21:14:05 -0000 Received: from hm60.locaweb.com.br (200.213.197.160) by hm13.locaweb.com.br with QMTP; 25 Jun 2004 21:14:05 -0000 Received: (qmail 25112 invoked from network); 25 Jun 2004 21:14:55 -0000 Received: from unknown (HELO dserver-2) (japa@mhu.eti.br@200.158.118.141) by hm60.locaweb.com.br with SMTP; 25 Jun 2004 21:14:55 -0000 Date: Fri, 25 Jun 2004 18:17:37 -0300 From: Marcos Hiroshi Umino To: freebsd-mobile@freebsd.org Message-Id: <20040625181737.56e2c221@dserver-2> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ECS/PCChips G713 - PCI problems X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 21:16:38 -0000 Hello freemen. I'm new to the BSD world, I use gentoo linux on my notebook and I now need to use freebsd in a server I'm managing. To better learn the tricks of the OS, I decided to install freebsd on my notebook, an ECS/PCChips G713, Sis746FX/963, Ati Radeon 9000M, Athlon XP-M 1600+. From my linux experience, I already know it's ACPI and APIC implementation is very buggy. However, disabling both (and enabling APM) I did had success installing linux on it. It's kernel is gentoo-2.6.7, quite stable. However, booting from the installation FreeBSD 5.2.1 CD, I have to disable ACPI, it does boot, but no PCI device is recognized. It seems a very rare error, because no googling I did reported such problem. It does recognizes some unknown PNP devices, I can send these here, but since the number of specific mailing lists is big, I decided first to ask for advice. Should I try to solve it here or somewhere else? Anyway, some more data I gathered: I guess all the problems track down to the BIOS ACPI implementation. Gentoo looks to be gathering PCI data not from ACPI, but somewhere else. I'm no kernel expert, so I have no idea how it is done. pciconf -lv returns *NO* data, no error message, nothing. It simply returns to the prompt. I see no data on /dev/pci. Booting with ACPI orders me to reboot, last message says something about ACPI not able to gather pci device table. Booting without ACPI tells me some unknown PNP devices weren't enabled. The BIOS seems very buggy, however ECS/PCChips didn't offer any help yet. There is a flash utility, but it doesn't seem to be working. I'm waiting for some answer, but somehow I guess they won't answer. So, following many pointers, I dumped the asl code, however I have no idea as to how to understand or fix it. I tried googling a little. Seems like I'm the first G713 owner to try freebsd on it. (It is a very cheap notebook, the best I could afford). Thanks for any pointer or RTFMs, and sorry for the long post. Marcos.