Desktop
#/boot/loader.conf
#Sound laden
sound_load="YES"
snd_hda_load="YES"
#Bootzeit verkuerzen
autoboot_delay="3"
#Grafikkartentreiber (nvidia) laden - benoetigt linux_enable=yes in /etc/rc.conf
#diese Zeile wird durch nvidia-xsettings automatisch erzeugt!
nvidia_load="YES"
#SCSI-Subsystem für ATAPI-Laufwerke (Notwendig zum Brennen)
atapicam_load="YES"
#End of File
eeePC
# /boot/loader.conf
#WLAN Module laden incl WEP und WPA
if_ath_load="YES"
wlan_wep_load="YES"
wlan_ccmp_load="YES"
wlan_tkip_load="YES"
#schneller booten
autoboot_delay = 1
#ACPI-Unterstuetzung fuer ASUS-Notebooks
acpi_asus_load="YES"
acpi_video_load="YES"
#Systemtimer langsamer machen (spart Energie)
kern.hz=100
#Sound laden
sound_load="YES"
snd_hda_load="yes"
hw.pci.do_power_nodriver=1
hint.psm.0.flags="0x3000"
# END OF FILE