From owner-cvs-all@FreeBSD.ORG Thu Nov 17 17:49:48 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7158F16A41F; Thu, 17 Nov 2005 17:49:48 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CF9843D46; Thu, 17 Nov 2005 17:49:40 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id jAHHncRW084083; Thu, 17 Nov 2005 10:49:39 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <437CC2B2.2030504@samsco.org> Date: Thu, 17 Nov 2005 10:49:38 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200511171643.jAHGhu1c099687@repoman.freebsd.org> <20051117174419.GA5323@garage.freebsd.pl> In-Reply-To: <20051117174419.GA5323@garage.freebsd.pl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Christian Brueffer Subject: Re: cvs commit: src/share/man/man4 hptmv.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2005 17:49:48 -0000 Pawel Jakub Dawidek wrote: > On Thu, Nov 17, 2005 at 04:43:56PM +0000, Christian Brueffer wrote: > +> brueffer 2005-11-17 16:43:56 UTC > +> > +> FreeBSD src repository (doc committer) > +> > +> Modified files: > +> share/man/man4 hptmv.4 > +> Log: > +> Mention that this driver does not work on i386+PAE. > > Will be good to return compilation error for drivers that doesn't work > with PAE. The only driver which does it currently found be grep(1) is > isp(4). > Someone would have to review and evaluate every driver in the tree. For some drivers, it's not obvious whether it would or would not support PAE. Scott