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