From owner-freebsd-current@FreeBSD.ORG Fri Jul 18 04:38:05 2003 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 0007337B401 for ; Fri, 18 Jul 2003 04:38:04 -0700 (PDT) Received: from c210-49-151-50.thorn1.nsw.optusnet.com.au (c210-49-151-50.thorn1.nsw.optusnet.com.au [210.49.151.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB4F43F93 for ; Fri, 18 Jul 2003 04:38:03 -0700 (PDT) (envelope-from tonymaher@optushome.com.au) Received: from dt.home (localhost [127.0.0.1])h6IB01Cg057051 for ; Fri, 18 Jul 2003 21:00:01 +1000 (EST) (envelope-from tonym@dt.home) Received: (from tonym@localhost) by dt.home (8.12.9/8.12.9/Submit) id h6IAxu44057036 for current@freebsd.org; Fri, 18 Jul 2003 20:59:56 +1000 (EST) Date: Fri, 18 Jul 2003 20:59:56 +1000 (EST) From: Tony Maher Message-Id: <200307181059.h6IAxu44057036@dt.home> To: current@freebsd.org Subject: Compaq Evo N610c 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: Fri, 18 Jul 2003 11:38:05 -0000 Hello, I recently installed FreeBSD 5-1-Release onto a Compaq Evo N610c and upgraded to -Current. FreeBSD k9.home 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Wed Jul 16 08:26:32 EST 2003 root@k9.home:/var/obj/space/usr/src/sys/GENERIC i386 There were problems when booting with ACPI (short term hanging), running sysctl -a (hanging) and getting pcmcia cards to be recognized. These have been described in emails from Robert ??? and Vaidas Damosevicius (who listed the hw.pci.allow_unsupported_io_range="1" fix). With the following in /boot/loader.conf these problem appear to to have been resolved. hw.pci.allow_unsupported_io_range="1" debug.acpi.disable="cmbat" hw.acpi.verbose="1" (Well I dont think verbose helped, I just want to see more messages.) Without debug.acpi.disable="cmbat", the battery was seen but it complained about it being corrupted. How do you disable multiple drivers? Have multiple lines or a single disable with a delimited string? What delimiter? The man page for acpi could do with some examples I think. Testing card insertion/removal: aic1: at port 0x340-0x35f irq 11 function 0 config 9 on pccard0 aic1: AIC6360, dma, disconnection, parity check, fast SCSI aic1: detached I have only done insertion and removal, I havent actually tried to use device yet. Minor glitches: Switching to and from X can result in screen not being properly sync'd. Switching back and forth beween X and console or closing lid often fixes it but not always. >From boot -v vga0: vga: WARNING: video mode switching is not fully supported on this adapter so this is a known problem. Any fixes? Suspending works - resumption does not :-( Any ideas? thanks -- tonym