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# Don't build modules with this kernel config, since they are not built with 14# the correct options headers. 15makeoptions NO_MODULES=yes 16 17# force isp firmware to fully loaded 18device ispfw 19 20# What follows is a list of drivers that are normally in GENERIC, but either 21# don't work or are untested with PAE. Be very careful before enabling any 22# of these drivers. Drivers which use DMA and don't handle 64 bit physical 23# address properly may cause data corruption when used in a machine with more 24# than 4 gigabytes of memory. 25 26 27nodevice ahb 28nodevice sym 29nodevice trm 30 31nodevice adv 32nodevice adw 33nodevice aha 34nodevice aic 35nodevice bt 36 37nodevice ncv 38nodevice nsp 39nodevice stg 40 41nodevice asr 42nodevice dpt 43nodevice mly 44nodevice hptmv 45nodevice hptnr 46nodevice hptrr 47 48nodevice ida 49nodevice mlx 50nodevice pst 51 52nodevice agp 53 54nodevice txp 55nodevice vx 56 57nodevice nve 58nodevice pcn 59nodevice sf 60nodevice sis 61nodevice ste 62nodevice tl 63nodevice tx 64nodevice vr 65nodevice wb 66 67nodevice cs 68nodevice ed 69nodevice ex 70nodevice ep 71nodevice fe 72nodevice ie 73nodevice sn 74nodevice xe 75 76nodevice an 77nodevice ath # Atheros pci/cardbus NICs 78nodevice ath_pci 79nodevice ath_hal 80nodevice ath_rate_sample # SampleRate tx rate control for ath 81nodevice ipw 82nodevice iwi 83nodevice iwn 84nodevice malo 85nodevice mwl 86nodevice ral 87nodevice wi 88nodevice wpi 89