From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 21 18:44:34 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB4D91065670 for ; Thu, 21 Oct 2010 18:44:34 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 605CC8FC19 for ; Thu, 21 Oct 2010 18:44:33 +0000 (UTC) Received: by fxm17 with SMTP id 17so336171fxm.13 for ; Thu, 21 Oct 2010 11:44:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=P4D23WHmLXjUfPx8y8Si8C6RRglLte9iXgxGC9nc7C4=; b=xIVYob+ZVnTdsR21EDaA0omG3NZZcq7AUTpci1UivB/Ss/gCOSa9GQ7rVooYsUvelj gO2AFvjPbNVq5tojSimHwUkWLsrHbgariuRNBKWEeFLwthj3736b/lJDCYUvSJtdtsw1 GNSfw1KQQsVLDRgLRHDIYJwftwQlEcCsaVhBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=DlPPUZLtlFEHQITiuFUFbNJAzuDviDRtdmadZLOJ0bwhwlfHNi856lFeDjaCXvLqon Q7EJUgiR4NOzNinczHvgZltfTSqd6UvHYWrrnLBVwW57/TEB15BJauyWJm5H2RF83rUm 4WSqGwyohiTls/blAGk+1IkQv19qOXUWMBlmg= MIME-Version: 1.0 Received: by 10.216.165.16 with SMTP id d16mr1445171wel.0.1287686672975; Thu, 21 Oct 2010 11:44:32 -0700 (PDT) Received: by 10.216.155.74 with HTTP; Thu, 21 Oct 2010 11:44:32 -0700 (PDT) In-Reply-To: <20101021184149.GA1142@tiny> References: <20101021141206.GA37339@current.Sisis.de> <20101021184149.GA1142@tiny> Date: Thu, 21 Oct 2010 20:44:32 +0200 Message-ID: From: Paul B Mahol To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org Subject: Re: kmod if_alc in 8-CURRENT X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2010 18:44:34 -0000 On 10/21/10, Matthias Apitz wrote: > El dia Thursday, October 21, 2010 a las 08:35:09PM +0200, Paul B Mahol > escribio: > >> > # cd /usr/src >> > # make buildkernel KERNCONF=GENERIC >> > >> > does not build the module if_alc.ko >> > >> > What I'm missing? Or what is the correct way to get this module for my >> > kernel level? >> >> /sys/modules/alc > > Yes, thanks. I realized this some hours ago and CVS up this too, but > the module does not get build. Because you did not have Makefiles of higher directories. Anyway: # cd /sys/modules/alc && make install clean Should do it.