From owner-freebsd-current@FreeBSD.ORG Tue Jun 28 08:04:37 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD18B16A41C for ; Tue, 28 Jun 2005 08:04:37 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: from mail.interbgc.com (mx02.interbgc.com [217.9.224.227]) by mx1.FreeBSD.org (Postfix) with SMTP id 2D14A43D53 for ; Tue, 28 Jun 2005 08:04:36 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: (qmail 46013 invoked from network); 28 Jun 2005 08:04:35 -0000 Received: from nike_d@cytexbg.com by keeper.interbgc.com by uid 1002 with qmail-scanner-1.14 (uvscan: v4.2.40/v4374. spamassassin: 2.63. Clear:SA:0(-2.3/8.0):. Processed in 3.165281 secs); 28 Jun 2005 08:04:35 -0000 X-Spam-Status: No, hits=-2.3 required=8.0 Received: from 213-240-205-251.1697748.ddns.cablebg.net (HELO tormentor.totalterror.net) (213.240.205.251) by mx02.interbgc.com with SMTP; 28 Jun 2005 08:04:31 -0000 Received: (qmail 95398 invoked from network); 28 Jun 2005 08:04:30 -0000 Received: from qmail by qscan (mail filter); 28 Jun 2005 08:04:30 +0000 Received: from unknown (HELO ?10.0.0.3?) (10.0.0.3) by tormentor.totalterror.net with SMTP; 28 Jun 2005 08:04:30 -0000 Message-ID: <42C104A7.1000102@cytexbg.com> Date: Tue, 28 Jun 2005 11:04:55 +0300 From: Niki Denev User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <42BFECFB.8030902@cytexbg.com> <42C00FC3.1000609@cytexbg.com> In-Reply-To: <42C00FC3.1000609@cytexbg.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: kernel panic on boot with compiled in fwip(4) 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, 28 Jun 2005 08:04:38 -0000 Niki Denev wrote: > Niki Denev wrote: > >> I have just cvsuped and rebuilt kernel+world, >> and i got the following panic on boot : >> >> ---/snip/--- >> ............... >> ---/end/--- >> >> The machine is IBM ThinkPad X31 running -CURRENT >> >> kernel and loader conf are available at http://totalterror.net/freebsd/ >> >> P.S. i have been using this kernel conf for quite a while without >> problems. >> But i haven't updated my system for probably a month or so, so i'm not >> sure when this >> problem was introduced. >> >> --niki > > > I have recompiled my kernel without device fwip and it boots now, > but it prints early in the boot (not shown in dmesg) that module if_fwip > is already present. > then after the machine boots, i don't have fwip0 interface, nor if_fwip > module loaded, but if i try to kldload if_fwip it prints: > interface firewire.1 already present in the KLD 'kernel' > kldload: can't load if_fwip: File exists. > Seems like some part of this module is always compiled in? > Any suggestions? > > Thanks, > --niki This one clearly looks like a problem: I have just tried a clean recompile with GENERIC kernel, and again if_fwip refuses to load with : interface firewire.1 already present in the KLD 'kernel' kldload: can't load if_fwip: File exists. --niki