From owner-freebsd-current@FreeBSD.ORG Mon Feb 5 09:36:14 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A743816A400 for ; Mon, 5 Feb 2007 09:36:13 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by mx1.freebsd.org (Postfix) with ESMTP id 6505E13C4E5 for ; Mon, 5 Feb 2007 09:36:13 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by nz-out-0506.google.com with SMTP id i11so1542065nzh for ; Mon, 05 Feb 2007 01:36:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=QCn33APgpZmUraXZbzQ51NonwMKtVNxrJu1SPh1sIJsflhowde+OOoOJ+NUxDs34I8Z/5UrdLVTHB1vwoJdgCwWxxscWv55y2yy9/pWGyyAqUdHDTBT+owQfW3rebOLjd+C0+RVTMbEu28VUIjbOzB02whm8LQPCU9Y/nGT0iP0= Received: by 10.35.82.16 with SMTP id j16mr13379040pyl.1170668172523; Mon, 05 Feb 2007 01:36:12 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTP id z80sm9082278pyg.2007.02.05.01.36.10; Mon, 05 Feb 2007 01:36:11 -0800 (PST) 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 l159aRi4031067 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Feb 2007 18:36:27 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id l159aQD9031066; Mon, 5 Feb 2007 18:36:26 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 5 Feb 2007 18:36:26 +0900 From: Pyun YongHyeon To: Conrad Burger Message-ID: <20070205093626.GA29196@cdnetworks.co.kr> References: <20070204030303.GA25832@cdnetworks.co.kr> <45FBF1D2998C93429047415BE8091CC8303C96@HERMES.swistgroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45FBF1D2998C93429047415BE8091CC8303C96@HERMES.swistgroup.com> User-Agent: Mutt/1.4.2.1i Cc: dwhite@freebsd.org, current@freebsd.org Subject: Re: [KERNEL PANIC] Assigning IP to BCE on CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 09:36:15 -0000 On Mon, Feb 05, 2007 at 11:15:52AM +0200, Conrad Burger wrote: > ******************************************************************* > Click here to view our e-mail legal notice: > http://www.mxit.co.za/pdfs/mxit_legal.pdf or call: +27 21 888 5000 > ******************************************************************* > > HARDWARE= DELL 1955 BLADE > > OS Version= CURRENT i386(2007-02-01) > > > > When I assign an IP to one of the BCE interfaces on the system the kernel > > PANICS. > > > > >From KDB: > > --------------------------------------------------------------- > > Panic: invalid ife->ifm_date (0xa) in mii_phy_setmedia > > > > I guess ukphy(4) was used to serve the PHY. > Would you post verbosed boot message? > > > Cpuid = 0 > > KDB: enter:panic > > [ thread pid 715 tid 100041] > > Stopped at kdb_enter + 0x2b:nop > > --------------------------------------------------------------- > > > > I then type "panic" and it writes a vmcore dump. > > > > But when I analyze the vmcore using kgdb and run a "bt" it only gives me the > > backtrace of the kdb and shutdown. > > > > Is there a way to write a dump without kdb interfering? > > > > Another thing, I tried to install CURRENT-snapshot-2007-01(AMD64), but after > it > > boots from the USB DVDROM. Sysinstall cannot access the USB DVDROM. > > Is this a known problem? > > > > Hope this is what your requested. > [...] > bce0: mem 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci6 > bce0: Reserved 0x2000000 bytes for rid 0x10 type 3 at 0xf4000000 > bce0: attempting to allocate 1 MSI vectors (1 supported) > bce0: using IRQ 256 for MSI > bce0: ASIC ID 0x57081021; Revision (B2); PCI-X 64-bit 133MHz > miibus0: on bce0 > gentbi0: PHY 2 on miibus0 > gentbi0: OUI 0x0050ef, model 0x0015, rev. 1 > gentbi0: 1000baseSX, 1000baseSX-FDX, auto > bce0: bpf attached > bce0: Ethernet address: 00:15:c5:fc:fa:5f > bce0: [MPSAFE] [...] You're using generic TBI so I've CCed to dwhite. Does this hardware really have SERDES PHY?(Device probe message indicates 1000baseT, copper interface.) How about disabling MSI/MSI-X?(hw.pci.enable_msi, hw.pci.enable_msix) -- Regards, Pyun YongHyeon