* updated kmousetool (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / base / sysfiles / etc_conf_kernel.txt
blobd1b38682a4c39c00a4beb284eea0563fa3c58cb7
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../sysfiles/etc_conf_kernel.txt
5 # Copyright (C) 2006 - 2009 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
7
8 # More information can be found in the files COPYING and README.
9
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
16 # This file will be started at the very beginning of /etc/rc.d/init.d/system
17 # and should be used to load kernel modules, to configure the kernel and to
18 # set up the hardware.
21 # setpci <options>
22 # modprobe <some_driver>
23 # echo <value(s)> > /sys/<some_file>
24 # echo <value(s)> > /proc/sys/<some_file>
26 # modprobe airport
27 # modprobe snd-powermac
29 # echo -n 2-2:1.1 > /sys/bus/usb/drivers/usbhid/unbind
30 # modprobe appletouch
32 # modprobe cpufreq_ondemand
33 # modprobe speedstep-centrino
34 # modprobe acpi-cpufreq
35 # for x in /sys/devices/system/cpu/cpu[0-9]*; do
36 #       echo "Enabling on-demand frequency scaling on ${x##*/}."
37 #       echo ondemand > $x/cpufreq/scaling_governor
38 # done