From owner-cvs-src@FreeBSD.ORG Sat Feb 21 17:05: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 5DFB316A4CE; Sat, 21 Feb 2004 17:05:48 -0800 (PST) Received: from hak.cnd.mcgill.ca (hak.cnd.mcgill.ca [132.216.11.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 034F343D1F; Sat, 21 Feb 2004 17:05:48 -0800 (PST) (envelope-from mat@hak.cnd.mcgill.ca) Received: from hak.cnd.mcgill.ca (localhost [127.0.0.1]) by hak.cnd.mcgill.ca (8.12.9/8.12.8) with ESMTP id i1M181CR037255; Sat, 21 Feb 2004 20:08:01 -0500 (EST) (envelope-from mat@hak.cnd.mcgill.ca) Received: (from mat@localhost) by hak.cnd.mcgill.ca (8.12.9/8.12.8/Submit) id i1M1819D037254; Sat, 21 Feb 2004 20:08:01 -0500 (EST) Date: Sat, 21 Feb 2004 20:08:01 -0500 From: Mathew Kanner To: Scott Long Message-ID: <20040222010801.GC20226@cnd.mcgill.ca> References: <200402212110.i1LLAtEX008732@repoman.freebsd.org> <20040221154636.U52892@pooker.samsco.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040221154636.U52892@pooker.samsco.home> User-Agent: Mutt/1.4.1i Organization: I speak for myself, operating in Montreal, CANADA X-Spam-Status: No, hits=1.0 required=5.0 tests=SUBJ_HAS_SPACES autolearn=no version=2.62 X-Spam-Checker-Version: SpamAssassin 2.62 (2004-01-11) on hak.cnd.mcgill.ca 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.c src/sys/alpha/tlsb zs_tlsb.c src/sys/amd64/amd64 mem.c src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_ch.c scsi_pass.c scsi_pt.cs 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:05:48 -0000 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