From owner-freebsd-stable@FreeBSD.ORG Tue Jul 8 01:26:48 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 DA8E6106564A for ; Tue, 8 Jul 2008 01:26:48 +0000 (UTC) (envelope-from takahashi.tadashi@nifty.com) Received: from defg500.nifty.com (defg500.nifty.com [202.248.238.127]) by mx1.freebsd.org (Postfix) with ESMTP id 8F1258FC14 for ; Tue, 8 Jul 2008 01:26:48 +0000 (UTC) (envelope-from takahashi.tadashi@nifty.com) Received: from pbsg500.nifty.com (pbsg500p.nifty.com [172.22.128.70])by defg500.nifty.com with ESMTP id m681Etnk011853 for ; Tue, 8 Jul 2008 10:14:55 +0900 Received: from ttdt2.nifty.com (p2159-ipbf3905marunouchi.tokyo.ocn.ne.jp [123.224.119.159]) (authenticated) by pbsg500.nifty.com with ESMTP id m681ES6u015316; Tue, 8 Jul 2008 10:14:29 +0900 X-Nifty-SrcIP: [123.224.119.159] Message-Id: <6.2.3.4.2.20080708100506.02775558@pop.nifty.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2J rev4.2 Date: Tue, 08 Jul 2008 10:14:15 +0900 To: pyunyh@gmail.com, NAGATA Shinya From: Tadashi Takahashi In-Reply-To: <20080708005226.GB12415@cdnetworks.co.kr> References: <86wsjxpehl.wl%maya@negeta.com> <48729132.10307@delphij.net> <86lk0ds4p9.wl%maya@negeta.com> <20080708005226.GB12415@cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Realtek 8102EL X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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 01:26:49 -0000 I have same motherboard and I tried re patch as follows. The result is still failed. http://people.freebsd.org/~yongari/re/re.HEAD.20080624 re0: port 0x2000-0x20ff mem 0x48200000-0x48200 fff,0x48000000-0x4800ffff irq 16 at device 0.0 on pci1 re0: Chip rev. 0x24800000 re0: MAC rev. 0x00200000 re0: Unknown H/W revision: 0x24800000 device_attach: re0 attach returned 6 Thanks, Tadashi Takahashi At 09:52 08/07/08, Pyun YongHyeon wrote: >On Tue, Jul 08, 2008 at 07:35:30AM +0900, NAGATA Shinya wrote: > > > Could you please try 'boot -v' and see if there is some error messages? > > > > 're0' is displayed. But it seems like kernel couldn't find a driver. > > | re0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x2000 > > | pci1: at device 0.0 (no driver attached) > > > > > > -- > > NAGATA Shinya > > > Consoles: internal video/keyboard serial port > > BIOS drive C: is disk0 > > BIOS 572kB/2085068kB available memory > > > >[...] > > > found-> vendor=0x10ec, dev=0x8136, revid=0x02 > ^^^^^^^^^^^^^^^^^^^^^^^^^ > >This looks like RealTek 8101 PCIe fast ethernet controller. > > > bus=1, slot=0, func=0 > > class=02-00-00, hdrtype=0x00, mfdev=0 > > cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) > > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > > intpin=a, irq=11 > > powerspec 3 supports D0 D1 D2 D3 current D0 > > MSI supports 1 message, 64 bit > > MSI-X supports 2 messages in map 0x20 > > map[10]: type 4, range 32, base 00002000, size 8, enabled > > pcib1: requested I/O range 0x2000-0x20ff: in range > > map[18]: type 1, range 64, base 90200000, size 12, enabled > > pcib1: requested memory range 0x90200000-0x90200fff: good > > map[20]: type 3, range 64, base 90000000, size 16, enabled > > pcib1: requested memory range 0x90000000-0x9000ffff: good > > pcib1: matched entry for 1.0.INTA > > pcib1: slot 0 INTA hardwired to IRQ 16 > > re0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x2000 > > pci1: at device 0.0 (no driver attached) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > >This indicates re(4) probe didn't recognize the hardware. I have no >idea why this can happen. Would you try 7-stable? 7-stable changed >device probe/attach routine so it compares PCI device ids in probe >stage intead of allocating resources as 6.x. > >-- >Regards, >Pyun YongHyeon >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"