看板 DFBSD_commit 關於我們 聯絡資訊
commit df620736c55399500e845f244030ac8991b58bae Author: Sascha Wildner <saw@online.de> Date: Sun Jul 4 17:50:44 2010 +0200 Make the loader load ehci.ko by default. It seems to do more good than harm. HOWEVER! Unfortunately, There are systems that don't play nice with ehci. One of my boxes, for example, won't reboot with ehci loaded. Therefore, the behavior introduced with this commit can be disabled by doing one of the following things: 1) 'unset ehci_load' from the loader prompt before booting. 2) Booting in 'safe mode'. 3) Putting 'hint.ehci.0.disabled=1' in /boot/loader.conf. This is all modeled after the way the automatic loading of acpi.ko is handled. Summary of changes: share/man/man4/ehci.4 | 16 +++++++++++++--- sys/boot/common/help.common | 16 ++++++++++++++++ sys/boot/common/loader.8 | 4 +++- sys/boot/forth/beastie.4th | 4 +++- sys/boot/pc32/libi386/i386_module.c | 13 ++++++++++++- sys/boot/pc32/loader/help.i386 | 2 -- sys/boot/pc32/loader/main.c | 3 +++ 7 files changed, 50 insertions(+), 8 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/df620736c55399500e845f244030ac8991b58bae -- DragonFly BSD source repository