From owner-cvs-src@FreeBSD.ORG Sat Feb 21 17:10:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DD0F16A4CE for ; Sat, 21 Feb 2004 17:10:48 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 52C7443D1D for ; Sat, 21 Feb 2004 17:10:48 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 98267 invoked by uid 1002); 22 Feb 2004 01:10:48 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 22 Feb 2004 01:10:48 -0000 Message-ID: <403800F0.9080504@freebsd.org> Date: Sat, 21 Feb 2004 18:08:00 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mathew Kanner References: <200402212110.i1LLAtEX008732@repoman.freebsd.org> <20040221154636.U52892@pooker.samsco.home> <20040222010801.GC20226@cnd.mcgill.ca> In-Reply-To: <20040222010801.GC20226@cnd.mcgill.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mem.c promcons.csrc/sys/alpha/tlsbsrc/sys/cam/scsi scsi_ch.c scsi_pass.c scsi_pt.c s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 22 Feb 2004 01:10:48 -0000 Mathew Kanner wrote: > On Feb 21, Scott Long wrote: > >>On Sat, 21 Feb 2004, Poul-Henning Kamp wrote: >> >>>phk 2004/02/21 13:10:55 PST >>> >>> FreeBSD src repository >>> >>> Modified files: >>> Log: >>> Device megapatch 4/6: >>> >>> Introduce d_version field in struct cdevsw, this must always be >>> initialized to D_VERSION. >>> >>> Flip sense of D_NOGIANT flag to D_NEEDGIANT, this involves removing >>> four D_NOGIANT flags and adding 145 D_NEEDGIANT flags. >>> >> >>Since this is a fundamental API change for drivers, please send a HEADS-UP >>to the mailing list to remind everyone to recompile their kernel modules. >>Also, what is the effect on the drivers that are in the ports tree? Until > > > For the two modules in the ports tree that I know about: > > audio/aureal-kmod -> does not have a cdevsw > graphics/drm-kmod -> not for 5+ > > --Mat > > There is also ltmdm and nvidia, and both are affected by this. I can probably look at both tonight unless someone beats me to it. Scott