From owner-freebsd-current@FreeBSD.ORG Tue Jan 19 11:46:05 2010 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C08D01065676 for ; Tue, 19 Jan 2010 11:46:05 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4A3AF8FC08 for ; Tue, 19 Jan 2010 11:46:05 +0000 (UTC) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.3/8.14.3) with ESMTP id o0JBjmix042244; Tue, 19 Jan 2010 12:46:03 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.3/8.14.3/Submit) id o0JBjmpH042243; Tue, 19 Jan 2010 12:45:48 +0100 (CET) (envelope-from olli) Date: Tue, 19 Jan 2010 12:45:48 +0100 (CET) Message-Id: <201001191145.o0JBjmpH042243@lurza.secnetix.de> From: Oliver Fromme To: freebsd-current@FreeBSD.ORG, pyunyh@gmail.com In-Reply-To: <20100118202805.GB1336@michelle.cdnetworks.com> X-Newsgroups: list.freebsd-current User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.4-PRERELEASE-20080904 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Tue, 19 Jan 2010 12:46:04 +0100 (CET) Cc: Subject: Re: bce(4) on IBM BladeCenter HS22 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2010 11:46:05 -0000 Pyun YongHyeon wrote: > On Mon, Jan 18, 2010 at 09:14:39PM +0100, Oliver Fromme wrote: > > bce0: mem 0x92000000-0x93ffffff irq 30 at device 0.0 on pci16 > > bce0: attempting to allocate 1 MSI vectors (16 supported) > > msi: routing MSI IRQ 260 to local APIC 0 vector 112 > > bce0: using IRQ 260 for MSI > > bce0: /usr/src/sys/dev/bce/if_bce.c(1097): No PHY found on child MII bus! > > device_attach: bce0 attach returned 6 > > bce1: mem 0x94000000-0x95ffffff irq 37 at device 0.1 on pci16 > > bce1: attempting to allocate 1 MSI vectors (16 supported) > > msi: routing MSI IRQ 260 to local APIC 0 vector 112 > > bce1: using IRQ 260 for MSI > > bce1: /usr/src/sys/dev/bce/if_bce.c(1097): No PHY found on child MII bus! > > device_attach: bce1 attach returned 6 > > Ok, it seems brgphy(4) does not know the PHY. Let's see what PHY > you have. Please apply attached patch and let me know the output of > the patch. It will show PHYID1 and PHYID2 value. I get this for both bce0 and bce1: PHYID1: 0x0000 PHYID2: 0x0000 Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "If Java had true garbage collection, most programs would delete themselves upon execution." -- Robert Sewell