From owner-freebsd-net@FreeBSD.ORG Thu May 1 04:30:33 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90969106564A for ; Thu, 1 May 2008 04:30:33 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 601EC8FC18 for ; Thu, 1 May 2008 04:30:33 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so1005788wah.3 for ; Wed, 30 Apr 2008 21:30:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=CHbhbwjh33ABNbDB8GMNQjPSRsETTp1WSdadfohK/Lg=; b=Zqyswy5sc4HmgkUiew0rffO9MjxMA7UpB3UfUCDHpaWVtRF3+227uv8bAFaI0Q3ILVh/9/76wOSY2J5RhJ9/Hqw8xv6YolmO6xXHlP22irVGcsFlq4LbJDUcdMdsDZ/bwlLIKJFybfav7KxICGsqL4czvE8azbciKS6d1yO6ZqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LZ86om3AZL198z61MopDSroqcf0LyG/IOSbxGk7IkcEaZSRb/lTVPlne799reL5ysfv3JbgJAkKW2c0seSoxE7GliFgdll//RLMgbQI9dc7uROJJ6ginIId/oFYKtjpyT4lor2AjImmHmQbItpWLenoXrA7RZBVScrF430pxJaQ= Received: by 10.114.25.3 with SMTP id 3mr1634760way.22.1209614661755; Wed, 30 Apr 2008 21:04:21 -0700 (PDT) Received: by 10.114.177.4 with HTTP; Wed, 30 Apr 2008 21:04:21 -0700 (PDT) Message-ID: <2a41acea0804302104u5479be90t6089d42049df3c4c@mail.gmail.com> Date: Wed, 30 Apr 2008 21:04:21 -0700 From: "Jack Vogel" To: jonathan@kc8onw.net In-Reply-To: <58369.214.13.212.26.1209607888.squirrel@www.kc8onw.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <58369.214.13.212.26.1209607888.squirrel@www.kc8onw.net> Cc: freebsd-net@freebsd.org Subject: Re: em1: Unable to allocate bus resource: memory X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2008 04:30:33 -0000 Try the driver in HEAD, it might even just build and work on 7, if not let me know. Jack On Wed, Apr 30, 2008 at 7:11 PM, wrote: > (Please CC as I'm not subscribed to net@) > > I bought a new PCIe NIC a few months ago and was working with Jack Vogel > on getting it to work but he was busy, then I got busy and things stalled. > Does anyone else have any idea what might be wrong here? The card is > recognized but the em driver fails to initialize it for some reason. I'm > running 7-STABLE and the standard information is below. > > uname -a (system csuped within a couple hours of build time): > FreeBSD storage.kc8onw.net 7.0-STABLE FreeBSD 7.0-STABLE #8: Wed Apr 30 > 14:20:32 ADT 2008 root@storage.kc8onw.net:/usr/obj/usr/src/sys/STORAGE > i386 > > dmesg lines for em1 (full dmesg available if needed): > em1: port > 0xdc00-0xdc1f mem 0xfe8e0000-0xfe8fffff,0xfe8c0000-0xfe8dffff irq 16 at > device 0.0 on pci3 > em1: Unable to allocate bus resource: memory > em1: Allocation of PCI resources failed > > pciconf -lv for em 1: > em1@pci0:3:0:0: class=0x020000 card=0x10838086 chip=0x10b98086 rev=0x06 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82572EI PRO/1000 PT Desktop Adapter (Copper)' > class = network > subclass = ethernet > > Thank you, > Jonathan > > > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >