From owner-freebsd-stable@FreeBSD.ORG Tue Jul 8 00:26:21 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE0C91065676 for ; Tue, 8 Jul 2008 00:26:21 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.228]) by mx1.freebsd.org (Postfix) with ESMTP id A44328FC17 for ; Tue, 8 Jul 2008 00:26:21 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3022802rvf.43 for ; Mon, 07 Jul 2008 17:26:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=4tPjn+qjrD62PyXwxZoK7pRuTMP+7L59rjqu70wafZg=; b=SMuq2QdIA8N3k1GpWV2aFxIKKvv4r0iEBzczRyTGzJAjDA9TOIyfHow66Gt+9foaWS mL/qivvU/zwifRXn2Xx0+PCVrPKgvNIxlNJwR4A19nFpg3r3HupM/zlqyu7/AcGZl9dN 8vU4SCUUE53C7UE3Ks+2PLAHJz94WE8ZGEmRM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=XwU789nMudVd1380gngzR7oR9HjVim4ch3qoyfCJ/2M3H2BZr6NApsWU0A65TS3r/F B+ce9sRXOM4AMwZriiP9nlz/3k1uzpYjRsgkW72qmQ1He7V0yGN+3Mi0JWfM2ihX879g q7VukMbhhILQk9nqE9Ytujd64sBh2sMaFZC4o= Received: by 10.140.128.3 with SMTP id a3mr2820147rvd.195.1215476781243; Mon, 07 Jul 2008 17:26:21 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id b8sm7341744rvf.9.2008.07.07.17.26.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 07 Jul 2008 17:26:20 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m680OA7D012586 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Jul 2008 09:24:10 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m680O7gP012585; Tue, 8 Jul 2008 09:24:07 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 8 Jul 2008 09:24:07 +0900 From: Pyun YongHyeon To: alan bryan Message-ID: <20080708002406.GA12415@cdnetworks.co.kr> References: <48728913.7050105@delphij.net> <758546.91889.qm@web50511.mail.re2.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <758546.91889.qm@web50511.mail.re2.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org, d@delphij.net Subject: Re: em0 no longer working after upgrading from 7.0 Release to Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2008 00:26:22 -0000 On Mon, Jul 07, 2008 at 03:47:28PM -0700, alan bryan wrote: > Should igb be in the GENERIC config file? > > > pwd > /usr/src/sys/amd64/conf > > cat GENERIC | grep igb > > > > I did a "kldload if_igb" and that seemed to work and I now have a igb0 device. > > I get an error though on the other (unused igb1) network port: > > igb0: port 0x3000-0x301f mem 0xda020000-0xda03ffff,0xda000000-0xda01ffff,0xda080000-0xda083fff irq 56 at device 0.0 on pci8 > igb0: Using MSIX interrupts with 3 vectors > igb0: [ITHREAD] > igb0: [ITHREAD] > igb0: [ITHREAD] > igb0: Ethernet address: 00:30:48:c3:27:82 > igb1: port 0x3020-0x303f mem 0xda060000-0xda07ffff,0xda040000-0xda05ffff,0xda084000-0xda087fff irq 70 at device 0.1 on pci8 > igb1: Using MSIX interrupts with 3 vectors > igb1: igb_allocate_receive_buffers: bus_dmamap_create failed: 12 > igb1: Critical Failure setting up receive buffers > device_attach: igb1 attach returned 12 Either add 'device igb' to your kernel or add the following line to /boot/loader.conf. if_igb_load="YES" > igb0: link state changed to UP > > Thanks, > Alan > -- Regards, Pyun YongHyeon