Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2003 12:27:59 -0400
From:      Jake Burkholder <jake@locore.ca>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/i386/conf PAE
Message-ID:  <20030407162759.GB75320@locore.ca>
In-Reply-To: <200304071623.h37GNEYs005974@repoman.freebsd.org>
References:  <200304071623.h37GNEYs005974@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Apparently, On Mon, Apr 07, 2003 at 09:23:14AM -0700,
	Jake Burkholder said words to the effect of;

> jake        2003/04/07 09:23:14 PDT
> 
>   FreeBSD src repository
> 
>   Added files:
>     sys/i386/conf        PAE 
>   Log:
>   Add a PAE kernel config.  This includes GENERIC through the config include
>   mechanism, and then excludes device drivers which have not been tested or
>   are known to not work with more than 4G of ram.

Undoubtedly some of the drivers that are excluded will work, either with
bounce buffers or with 64 bit pci addressing, but I am unable to test them.

Please do not enable drivers just because they compile.  For drivers which
must use bounce buffers at the very least test them with modified bus dma
tags which will force bounce buffering.  Drivers which will use 64 bit pci
addressing must be tested with more than 4G of ram.

Jake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030407162759.GB75320>