# You can define a list modules for a specific kernel version, # a released kernel version, a main kernel version or just a list. #modules_2_6_23_gentoo_r5="ieee1394 ohci1394" #modules_2_6_23="tun ieee1394" #modules_2_6="tun" #modules="ohci1394" # You can give modules a different name when they load - the new name # will also be used to pick arguments below. #modules="dummy:dummy1" # Give the modules some arguments if needed, per version if necessary. #module_ieee1394_args="debug" #module_ieee1394_args_2_6_23_gentoo_r5="ieee1394 ohci1394" #module_ieee1394_args_2_6_23="tun ieee1394" #module_ieee1394_args_2_6="tun" # You should consult your kernel documentation and configuration # for a list of modules and their options. modules=" phc_intel cpufreq_userspace cpufreq_powersave cpufreq_ondemand cpufreq_conservative cpufreq_stats coretemp f71882fg loop inet_lro kvm-intel bridge i915" # 2010-03-12 upgrade to amd64 with t7200: acpi_cpufreq does not work, but # the off-tree replacement phc_intel works. # using modeset, X has the wrong resolution, as of linux-2.6.29 and # xf86-video-intel-2.6.3-r1 # apparently, these args only work for explicitly (above) loaded modules #module_i915_args="modeset=1"