From owner-freebsd-current@FreeBSD.ORG Thu Aug 5 09:09:33 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DBA816A4CE for ; Thu, 5 Aug 2004 09:09:33 +0000 (GMT) Received: from smtp.datagrama.net (smtp-out.datagrama.net [212.9.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C5EA43D5D for ; Thu, 5 Aug 2004 09:09:32 +0000 (GMT) (envelope-from toomany@toomany.net) Received: from [212.9.65.113] (manu.datagrama.net [212.9.65.113]) by smtp.datagrama.net (Postfix) with ESMTP id 28A79DC486 for ; Thu, 5 Aug 2004 11:09:31 +0200 (CEST) From: TooManySecrets To: current Content-Type: text/plain; charset=iso-8859-15 Organization: TooManySecrets HeadQuarters Message-Id: <1091696970.52471.20.camel@manu.datagrama.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 05 Aug 2004 11:09:31 +0200 Content-Transfer-Encoding: 8bit Subject: Support for pci discover for Acer Aspire 1605 laptop. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2004 09:09:33 -0000 Hi. Sorry for my bad english... Three or four month's ago I was write about a recognition problem with a Acer Aspire 1605 laptop; it doesn't "see" the realtek ethernet. Today I download the 5.2-CURRENT-20040804-SESNAP.iso and try, with and without ACPI, and seem it's continue in the same way; don't work. M. Warner Losh was contacted with me, but I don't know if this problem have a solution, if the solution was applied (I think not), or anything about. This is the last e-mail I recieved from him: ================================================================== In message: <1083945436.70731.4.camel@toomany.toomany.net> TooManySecrets writes: : El vie, 07-05-2004 a las 16:59, M. Warner Losh escribió: : > In message: <1083941740.70731.1.camel@toomany.toomany.net> : > TooManySecrets writes: : > : El vie, 07-05-2004 a las 16:16, M. Warner Losh escribió: : > : > What does pciconf -r pci0:7:0 0:0xff tell you? : > : : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : ffffffff ffffffff ffffffff ffffffff : > : > OK. So FreeBSD is definitely not seeing this device at all. Yet the : > listing from Linux clearly shows that the device is there. : : Aham... And now? Can I help you? Sorry for the "printf" suggestion, but : my C level is so poor... :-/ OK. I've taken a look. I'm thinking that there may be an issue with the i386 config register reading. src/sys/i386/pci/pci_cfgreg.c, look at pcireg_cfg{read,write} may be in error. you might try switching the inb/inw/outb/outw to inl/outl with masking. It likely won't matter, but it is worth a shot. =================================================================== Because my programming skills are very very poor, I'm only capable to help testing and reporting, but I would like to deinstall the Linux from laptop and install a FreeBSD. Thank you very much!! -- \|/ ____ \|/ Have a nice day ;-) "@'/ ,. \'@" TooManySecrets /_| \__/ |_\ \__U_/ BSD is what you get when a bunch of Unix hackers sit down to try to port a Unix system to the PC. Linux is what you get when a bunch of PC hackers sit down and try to write a Unix system for the PC