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 29nodevice sym 30nodevice trm 31 32nodevice adv 33nodevice adw 34nodevice aha 35nodevice aic 36nodevice bt 37 38nodevice ncv 39nodevice nsp 40nodevice stg 41 42nodevice asr 43nodevice dpt 44nodevice mly 45nodevice hptmv 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 wlan 76nodevice wlan_wep # 802.11 WEP support 77nodevice wlan_ccmp # 802.11 CCMP support 78nodevice wlan_tkip # 802.11 TKIP support 79nodevice an 80nodevice ath # Atheros pci/cardbus NIC's 81nodevice ath_hal # Atheros HAL (Hardware Access Layer) 82nodevice ath_rate_sample # SampleRate tx rate control for ath 83nodevice awi 84nodevice ral 85nodevice wi 86 87nodevice uhci 88nodevice ohci 89nodevice ehci 90nodevice usb 91nodevice ugen 92nodevice uhid 93nodevice ukbd 94nodevice ulpt 95nodevice umass 96nodevice ums 97nodevice ural 98nodevice urio 99nodevice uscanner 100nodevice aue 101nodevice axe 102nodevice cdce 103nodevice cue 104nodevice kue 105nodevice rue 106