1# 2# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE 3# 4# $FreeBSD$ 5 6include GENERIC 7 8ident PAE-GENERIC 9 10# To make a PAE kernel, the next option is needed 11options PAE # Physical Address Extensions Kernel 12 13# Compile acpi in statically since the module isn't built properly. Most 14# machines which support large amounts of memory require acpi. 15device acpi 16 17# Don't build modules with this kernel config, since they are not built with 18# the correct options headers. 19makeoptions NO_MODULES=yes 20 21# What follows is a list of drivers that are normally in GENERIC, but either 22# don't work or are untested with PAE. Be very careful before enabling any 23# of these drivers. Drivers which use DMA and don't handle 64 bit physical 24# address properly may cause data corruption when used in a machine with more 25# than 4 gigabytes of memory. 26 27nodevice ahb 28nodevice amd 29#nodevice isp 30device ispfw 31nodevice sym 32nodevice trm 33 34nodevice adv 35nodevice adw 36nodevice aha 37nodevice aic 38nodevice bt 39 40nodevice ncv 41nodevice nsp 42nodevice stg 43 44nodevice asr 45nodevice dpt 46nodevice iir 47nodevice mly 48 49nodevice ida 50nodevice mlx 51nodevice pst 52 53nodevice agp 54 55nodevice de 56nodevice txp 57nodevice vx 58 59nodevice dc 60nodevice pcn 61nodevice rl 62nodevice sf 63nodevice sis 64nodevice ste 65nodevice tl 66nodevice tx 67nodevice vr 68nodevice wb 69 70nodevice cs 71nodevice ed 72nodevice ex 73nodevice ep 74nodevice fe 75nodevice ie 76nodevice lnc 77nodevice sn 78nodevice xe 79 80nodevice wlan 81nodevice an 82nodevice awi 83nodevice wi 84 85nodevice uhci 86nodevice ohci 87nodevice usb 88nodevice ugen 89nodevice uhid 90nodevice ukbd 91nodevice ulpt 92nodevice umass 93nodevice ums 94nodevice urio 95nodevice uscanner 96nodevice aue 97nodevice axe 98nodevice cue 99nodevice kue 100nodevice rue 101