From owner-freebsd-stable@FreeBSD.ORG Sun Nov 17 21:25:27 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17AD348E; Sun, 17 Nov 2013 21:25:27 +0000 (UTC) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C3BB1252C; Sun, 17 Nov 2013 21:25:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=default; bh=KMlf/2SlwvtDHEccCDsDYHLmF50=; b=o2IbniPX72fPKC624jAIWOt/IEND cjLjUvGZw9SoLvUXRITdcsPQU7fe0utZEm7McKRO2dJPbQiY2PIVIkk7SKbFDYLc x0KupRfKDAjMtokgS1C4Q+43wZA4oREhLYFTRNWwZAgdVOa+3fifY6T5tpTLzzOZ MmS7g9iJ3dH1/eI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:cc:subject:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=Yhx SryVCHgyebwEB5nzKw6McikTIiqnXh2F2dMOqTDccLWKSjthNmE9KwmjKKXQNQKT Z7eHLmDLgomZ6K4UBzsL64Lg2mZ4MxQ7zX1WAfldebhTsRO3rY+EGhwkYPsbgpOQ Q49Y4+SAyUBaiEvSJAUpyyB+Se3BnapyqDo5PnK0= Date: Sun, 17 Nov 2013 22:25:17 +0100 Message-ID: <86wqk6n2ki.wl%hskuhra@eumx.net> From: "Herbert J. Skuhra" To: freebsd-stable@freebsd.org Subject: Re: 10.0-BETA3 NICs not working on Soekris Net6501-70 In-Reply-To: <877gcaec18.wl%hskuhra@eumx.net> References: <877gcaec18.wl%hskuhra@eumx.net> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.50 (i386-pc-freebsd10.0) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: andre@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2013 21:25:27 -0000 On Fri, 15 Nov 2013 01:36:35 +0100 Herbert J. Skuhra wrote: > Hi, > = > today, I've tried to upgrade my Soekris Net6501-70 from 9.2-STABLE to= > 10.0-BETA3. But with the new kernel (GENERIC) I get the following err= ors: > = > ACPI BIOS Error (bug): A valid RSDP was not found (20130823/tbxfroot-= 223) > [..] > module_register_init: MOD_LOAD (vesa, 0xc0f156e0, 0) error 19 > ACPI BIOS Error (bug): A valid RSDP was not found (20130823/tbxfroot-= 223) > ACPI: Table initialisation failed: AE_NOT_FOUND > ACPI: Try disabling either ACPI or apic support. > [..] > > Running 'ifconfig -a' outputs: > = > : flags=3D8c02 > ifconfig: ioctl(SIOCGIFINFO_IN6): Device not configured > : flags=3D8008 > ifconfig: ioctl(SIOCGIFINFO_IN6): Device not configured > =F0: flags=3D8010 > ifconfig: ioctl(SIOCGIFINFO_IN6): Device not configured > =F6: flags=3D0<> > ifconfig: ioctl(SIOCGIFINFO_IN6): Device not configured > = > Starting in multi-user-mode I see: > = > eval: ${ifconfig_...}: Bad substitution > eval: ${ifconfig_...}: Bad substitution > eval: ${ifconfig_...}: Bad substitution > eval: ${ifconfig_...}: Bad substitution > eval: ${ifconfig_...}: Bad substitution > eval: ${ifconfig_=F0...}: Bad substitution > [...] > Starting Network: =F0. > ifconfig: interface does not exist > ifconfig: interface does not exist > ifconfig: interface does notem0: link state changed to UP > exist > ifconfig: interface does not exist > ifconfig: interface does not exist > ifconfig: interface =F0 does not exist > = > Disabling acpi and apic doesn't resolve the problem. > = > The NICs are: > = > em0: port 0x2000-0x201f = mem 0xa1000000-0xa101ffff,0xa1020000-0xa1023fff irq 19 at device 0.0 on= pci5 > em1: port 0x3000-0x301f = mem 0xa2000000-0xa201ffff,0xa2020000-0xa2023fff irq 16 at device 0.0 on= pci6 > em2: port 0x4000-0x401f = mem 0xa3000000-0xa301ffff,0xa3020000-0xa3023fff irq 16 at device 0.0 on= pci10 > em3: port 0x5000-0x501f = mem 0xa4000000-0xa401ffff,0xa4020000-0xa4023fff irq 17 at device 0.0 on= pci11 I think this problem is caused by this commit: http://svnweb.freebsd.org/base?view=3Drevision&revision=3D254804 -- = Herbert