cd /usr/src/sys patch < ~/fiva206-51r.patch
これで、下記のような設定をして、kernel の再構築をすれば、 設定完了です。:-)
hints "FIVA.hints"
options PSM_HOOKRESUME
options PSM_RESETAFTERSUSPEND
hint.fdc.0.disabled="1"
hint.sio.1.disabled="1"
hint.ppc.0.disabled="1"
hint.cbb.0.irq="11"
hint.cbb.1.irq="11"
hint.sio.0.irq="4" -> hint.sio.0.irq="0"
[/boot/loader.conf の内容] hw.acpi.pci.link.0.10.0.irq="11" hw.acpi.pci.link.0.10.1.irq="11" snd_t4dwave_load="YES" uplcom_load="YES" uvscom_load="YES" umodem_load="YES"
[/etc/sysctl.conf の内容] hw.acpi.cpu.economy_speed=8 hw.acpi.lid_switch_state=NONE hw.acpi.standby_state=S4 hw.acpi.suspend_state=S4 hw.acpi.power_button_state=S4 hw.acpi.sleep_button_state=S4 hw.acpi.thermal.min_runtime=300 hw.acpi.battery.info_expire=30
[Section "Files" の変更点] FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/local/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
[Section "Module" に追加した行] Load "xtt"
[Section "InputDevice" で Driver "mouse" の所の変更点] Option "Protocol" "auto" Option "ZAxisMapping" "4 5" Option "SampleRate" "600"
[Section "Monitor" に追加した行] HorizSync 20-80 VertRefresh 55-90
[Section "Device"に追加した行] Option "SWCursor" Option "UseBIOS" "off" Option "pci_burst"[
Section "Screen"
で追加した行]
DefaultColorDepth 16[
Section "SubSection"
で追加した行]
Modes "800x600"