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 26nodevice ahb 27nodevice amd 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 hptrr 46 47nodevice ida 48nodevice mlx 49nodevice pst 50 51nodevice agp 52 53nodevice txp 54nodevice vx 55 56nodevice nve 57nodevice pcn 58nodevice sf 59nodevice sis 60nodevice ste 61nodevice tl 62nodevice tx 63nodevice vr 64nodevice wb 65 66nodevice cs 67nodevice ed 68nodevice ex 69nodevice ep 70nodevice fe 71nodevice ie 72nodevice sn 73nodevice xe 74 75nodevice an 76nodevice ath # Atheros pci/cardbus NIC's 77nodevice ath_pci 78nodevice ath_hal 79nodevice ath_rate_sample # SampleRate tx rate control for ath 80nodevice ipw 81nodevice iwi 82nodevice iwn 83nodevice malo 84nodevice mwl 85nodevice ral 86nodevice wi 87nodevice wpi 88