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 amd 33nodevice isp 34nodevice mpt 35nodevice sym 36nodevice trm 37 38nodevice adv 39nodevice adw 40nodevice aha 41nodevice aic 42nodevice bt 43 44nodevice ncv 45nodevice nsp 46nodevice stg 47 48nodevice asr 49nodevice ciss 50nodevice dpt 51nodevice iir 52nodevice mly 53 54nodevice amr 55nodevice ida 56nodevice mlx 57nodevice pst 58nodevice twe 59 60nodevice agp 61 62nodevice de 63nodevice txp 64nodevice vx 65 66nodevice dc 67nodevice pcn 68nodevice rl 69nodevice sf 70nodevice sis 71nodevice ste 72nodevice tl 73nodevice tx 74nodevice vr 75nodevice wb 76nodevice bge 77 78nodevice cs 79nodevice ed 80nodevice ex 81nodevice ep 82nodevice fe 83nodevice ie 84nodevice lnc 85nodevice sn 86nodevice xe 87 88nodevice wlan 89nodevice an 90nodevice awi 91nodevice wi 92 93nodevice uhci 94nodevice ohci 95nodevice usb 96nodevice ugen 97nodevice uhid 98nodevice ukbd 99nodevice ulpt 100nodevice umass 101nodevice ums 102nodevice urio 103nodevice uscanner 104nodevice aue 105nodevice axe 106nodevice cue 107nodevice kue 108