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 amr 50nodevice ida 51nodevice mlx 52nodevice pst 53 54nodevice agp 55 56nodevice de 57nodevice txp 58nodevice vx 59 60nodevice dc 61nodevice pcn 62nodevice rl 63nodevice sf 64nodevice sis 65nodevice ste 66nodevice tl 67nodevice tx 68nodevice vr 69nodevice wb 70 71nodevice cs 72nodevice ed 73nodevice ex 74nodevice ep 75nodevice fe 76nodevice ie 77nodevice lnc 78nodevice sn 79nodevice xe 80 81nodevice wlan 82nodevice an 83nodevice awi 84nodevice wi 85 86nodevice uhci 87nodevice ohci 88nodevice usb 89nodevice ugen 90nodevice uhid 91nodevice ukbd 92nodevice ulpt 93nodevice umass 94nodevice ums 95nodevice urio 96nodevice uscanner 97nodevice aue 98nodevice axe 99nodevice cue 100nodevice kue 101nodevice rue 102