From owner-cvs-src@FreeBSD.ORG Thu May 22 21:53:46 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70157106568E; Thu, 22 May 2008 21:53:46 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 3F31B8FC21; Thu, 22 May 2008 21:53:46 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m4MLrjam037514 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 May 2008 14:53:45 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4835EB69.5030209@freebsd.org> Date: Thu, 22 May 2008 14:53:45 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Pawel Worach References: <200804292136.m3TLaHI5045311@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Rhyolite-Metrics: ebb.errno.com; whitelist Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/conf NOTES src/sys/conf files src/sys/contrib/dev/iwn LICENSE iwlwifi-4965-4.44.17.fw.uu src/sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/iwn Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2008 21:53:46 -0000 Pawel Worach wrote: > On Tue, Apr 29, 2008 at 11:36 PM, Sam Leffler wrote: > >> sam 2008-04-29 21:36:17 UTC >> >> FreeBSD src repository >> >> > > >> Added files: >> sys/modules/iwn Makefile >> > > >> Log: >> Intel 4965 wireless driver (derived from openbsd driver of the same name) >> >> > > If using the module on a kernel without WITNESS the module doesn't > run-time link with: > link_elf_obj: symbol _mtx_assert undefined > > Other than that, thanks a lot, the driver works fine! > > Fix? > > --- /sys/modules/iwn/Makefile 2008-04-29 23:36:17.000000000 +0200 > +++ Makefile 2008-05-22 22:45:22.000000000 +0200 > @@ -4,5 +4,5 @@ > > KMOD = if_iwn > SRCS = if_iwn.c opt_bdg.h device_if.h bus_if.h pci_if.h > -CFLAGS += -g -DWITNESS -DINVARIANT_SUPPORT -DINVARIANTS -I${.CURDIR}/../../ > +CFLAGS += -g -I${.CURDIR}/../../ > .include > > Thanks, never noticed it was there. Sam