From owner-freebsd-current@FreeBSD.ORG Fri Mar 13 11:57:20 2009 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 2C08E1065670 for ; Fri, 13 Mar 2009 11:57:20 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id D5F498FC1D for ; Fri, 13 Mar 2009 11:57:19 +0000 (UTC) (envelope-from cochard@gmail.com) Received: by yw-out-2324.google.com with SMTP id 5so138072ywb.13 for ; Fri, 13 Mar 2009 04:57:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=eDVC1sOSvbX0RysYlUy4z87nM+EQzQxawLoCgeHiwlw=; b=efJ9O++xdn11Xka9IAE7z8zmd2omeK40IO2M+zzw4wk0Svd6B7afKwojFgbjDYlUKS I/jNBt2l6+inbL927YmFRynPRJf2Jt2busO04yC+bCk4xKmsdiW2eFNsOJINXwFd8D/6 CKQGDNhr1mxrXnKLlPR1VFwQi02bwET6dwbt4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=wuIQhDCeeAIfrcWEfKaraNXha8qG9TEQOgvOAVjL0SdVoreucKjJVNusehVMcsuK0C Wkdq/5ifuqZm5uBzcdJ8O2EfX5gWTD8BbviAgh5KkJ2sLCxRvjm6X5TMl9RPgdSBjzCL wzB96X+6+FnJpudDcp2Sw6Qj92PB6lFpHahKA= MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.142.158.3 with SMTP id g3mr547249wfe.333.1236945438595; Fri, 13 Mar 2009 04:57:18 -0700 (PDT) In-Reply-To: <3a142e750903130415n77ea2c96ja9ca004dbdf6aaa8@mail.gmail.com> References: <3131aa530903122323n73b671b5y4cb4a4a8896efa14@mail.gmail.com> <3a142e750903130217l160a7cadj7975725e6e5e8e1a@mail.gmail.com> <3131aa530903130315k3b0fb9bbnda46d613095511f6@mail.gmail.com> <3a142e750903130415n77ea2c96ja9ca004dbdf6aaa8@mail.gmail.com> Date: Fri, 13 Mar 2009 12:57:18 +0100 X-Google-Sender-Auth: 8258acb865b15c7e Message-ID: <3131aa530903130457w7bcecec6j99dbb3018de4178a@mail.gmail.com> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= To: "Paul B. Mahol" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Is iwn drivers working on Current ? 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: Fri, 13 Mar 2009 11:57:20 -0000 > > Could you try same thing with "set kern.smp.disabled=1". > Type it in loader before kernel boot or add it in /boot/loader.conf > I've added this line to /boot/loader.conf: kern.smp.disabled=1 and after a reboot I have: [root@d630]~#sysctl kern.smp.disabled kern.smp.disabled: 1 But, no changes.... still the same problems. Thanks for your help. Olivier