From owner-cvs-src@FreeBSD.ORG Fri Apr 29 04:28:21 2005 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 EAB4616A4CE; Fri, 29 Apr 2005 04:28:21 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5836B43D1D; Fri, 29 Apr 2005 04:28:21 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j3T4WSaU027189; Thu, 28 Apr 2005 22:32:28 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4271B712.8080903@samsco.org> Date: Thu, 28 Apr 2005 22:24:50 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <200504290259.j3T2xJON003744@repoman.freebsd.org> <4271B6E9.4010302@elischer.org> In-Reply-To: <4271B6E9.4010302@elischer.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf PAE 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: Fri, 29 Apr 2005 04:28:22 -0000 Julian Elischer wrote: > Scott Long wrote: > >> scottl 2005-04-29 02:59:19 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/i386/conf PAE Log: >> For whatever reason, we don't allow USB on PAE. Since it's a >> dependency >> for EHCI, exclude that driver also. >> Revision Changes Path >> 1.15 +1 -0 src/sys/i386/conf/PAE > > > EHCI can actually support 64 bit physical addresses. > We haven't doen it yet but it will probably happen. > of course with bus-dma specifying addresses < 4G, it should still work > with > 32 bit memory addresses (bounce buffering). > > Yeah, I can't think of a good reason why the USB stack shouldn't work on PAE since it does work on real 64-bit platforms. Maybe there are some 'sizeof(void*) != sizeof(bus_addr_t)' spots in it? My only concern was making the tree build, though. Feel free to correct it. I can probably make a PAE system available if you'd like. Scott