From owner-freebsd-current@FreeBSD.ORG Thu Jun 24 20:05:08 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 1454616A4CE for ; Thu, 24 Jun 2004 20:05:08 +0000 (GMT) Received: from mail.delit.net (delit.net [194.67.27.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9580D43D49 for ; Thu, 24 Jun 2004 20:05:07 +0000 (GMT) (envelope-from smir@delit.net) Received: by mail.delit.net (Postfix, from userid 426) id 15A5735042; Fri, 25 Jun 2004 00:04:46 +0400 (MSD) Received: from [192.168.0.100] (ppp0-23.pppoe.mtu-net.ru [81.195.0.23]) by mail.delit.net (Postfix) with ESMTP id 8E8403500C for ; Fri, 25 Jun 2004 00:04:43 +0400 (MSD) Message-ID: <40DB33DB.5020507@delit.net> Date: Fri, 25 Jun 2004 00:04:43 +0400 From: Andrey Smirnov User-Agent: Mozilla Thunderbird 0.6 (X11/20040615) X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Resource allocation problem (HELP!) 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, 24 Jun 2004 20:05:08 -0000 Resending my message, because I got almost no replies... I really want to make my network card work again ;-) If there's anything I could do, I'll do it! P.S. Upgrading to yesterday's (Jan 24) CURRENT made no changes. Hello! Upgrading my notebook from Mar 19 -CURRENT to Jun 16 revealed a problem: vr0: port 0x1400-0x14ff irq 10 at device 18.0 on pci0 vr0: couldn't map ports/memory device_attach: vr0 attach returned 6 The same thing happens to firewire, it doesn't bother me much. Relevant lines about vr0 from Mar 19 kernel say: vr0: port 0x1400-0x14ff irq 10 at device 18.0 on pci0 vr0: Ethernet address: 00:40:ca:bf:f0:87 miibus0: on vr0 ukphy0: on miibus0 ukphy0: OUI 0x004063, model 0x0032, rev. 8 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto vr0: bpf attached It seems to me this is something with resource allocation, I tried setting 'OS' in BIOS to 'DOS' / 'Win XP' without any visible difference. Other devices work OK (including ndis0, nvidia0). In my tests I disabled all kernel modules (sound, nvidia), although this doesn't change anything. Booting with ACPI disabled also doesn't change anything. Good news are that now (with Jun 16) power button works and I'm able to switch off my notebook without 'shutdown -p now'. I put verbose dmesg with Mar 19, Jun 16 kernel and acpidump -t -d output here: http://images.delit.net/dmesg.bad.v http://images.delit.net/dmesg.good.v http://images.delit.net/acpi.asl.bz2 Thanks, Andrey.