From owner-freebsd-drivers@FreeBSD.ORG Mon May 9 17:10:56 2011 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6957710657D1 for ; Mon, 9 May 2011 17:10:56 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3BD6C8FC15 for ; Mon, 9 May 2011 17:10:55 +0000 (UTC) Received: by pvg11 with SMTP id 11so3212870pvg.13 for ; Mon, 09 May 2011 10:10:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:date:to:cc:subject:message-id:reply-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=CyzAliQVsUqg8ZhnNVCuN7doLe97ZKdpyvbgCAPXcqY=; b=RUx2Zqo3597Dsioml8YLVZ+kuK6H0sqkSKNfAL1bIb21nKLrTRpd0apOnyWwqavgdj QyJKt59cyk7iQPu3cU49xGMZIfJJSUMhdSpbbUpf9UNGog/apaBM/phcWZ1RAnlDySbH Y6HZ0Ty0JW0ZzHmmQ7mG37zoJt32ugYoo5onw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=xcTTRHz6ULwFsm9pBuh3nBFr+BljcMpNYpMPNN037EwFVEENLJGQi3am4NGnyddLQ5 xpIQb97o+j7MaRQ9HXCgL2w3AJM5aiZ7Oy9NVenFimEMh/zEzGtKmGcL6j3dHIwb16qk btGuIG5c+0QidPZPFS42KiR8CLomSPnrvwX2I= Received: by 10.68.20.9 with SMTP id j9mr10421269pbe.440.1304959240737; Mon, 09 May 2011 09:40:40 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 10sm3761984pbo.48.2011.05.09.09.40.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 May 2011 09:40:38 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Mon, 09 May 2011 09:39:57 -0700 From: YongHyeon PYUN Date: Mon, 9 May 2011 09:39:57 -0700 To: Sergy Goncharov Message-ID: <20110509163957.GA4936@michelle.cdnetworks.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-drivers@freebsd.org Subject: Re: re(4) incompatible revision X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2011 17:10:56 -0000 On Mon, May 09, 2011 at 04:29:55PM +0400, Sergy Goncharov wrote: > Hello > > There is the issue with the revision of chip > > FreeBSD 8.2-RELEASE #0 > > CPU: Intel(R) Atom(TM) CPU N550 @ 1.50GHz (1496.26-MHz 686-class > CPU) inside the HP Mini 210-2204er > > none1@pci0:3:0:0: class=0x020000 card=0x1584103c chip=0x813610ec > rev=0x05 hdr=0x00 > vendor = 'Realtek Semiconductor' > device = 'Realtek 10/100/1000 PCI-E NIC Family all in one NDIS > Driver v5.728.0604.2009 06/04/2009 (Rtl8023)' > class = network > subclass = ethernet > cap 01[40] = powerspec 3 supports D0 D1 D2 D3 current D0 > cap 05[50] = MSI supports 1 message, 64 bit > cap 10[70] = PCI-Express 2 endpoint IRQ 2 max data 128(128) link x1(x1) > cap 11[b0] = MSI-X supports 4 messages in map 0x20 > cap 03[d0] = VPD > ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected > ecap 0002[140] = VC 1 max VC0 > ecap 0003[160] = Serial 1 99010000364ce000 > > # kldload if_re > re0: port > 0x1000-0x10ff mem 0x92004000-0x92004fff,0x92000000-0x92003fff irq 19 > at device 0.0 on pci3 > re0: Using 1 MSI message > re0: Chip rev. 0x40800000 > re0: MAC rev. 0x00000000 Your controller is RTL8105E PCIe Fast Etherent. Support for that controller was added after releasing 8.2-RELEASE. Either update to latest stable/8 or back port required changes(r217911). > re0: Unknown H/W revision: 0x40800000 > device_attach: re0 attach returned 6 > > The command ifconfig shows nothing about re0 interface. > > Can someone help me to solve this problem? > > -Sergey