From 652423c6f5b636f95899254aba213d417caff158 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Mon, 13 Apr 2009 23:10:28 +0200 Subject: hook-functions: Add i915 module for kms. people still need to enable kernel mode setting, but the module should be on the initramfs by default. currently no other drm module supports kms yet. Reported-by: Yves-Alexis Perez Signed-off-by: maximilian attems --- hook-functions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hook-functions') diff --git a/hook-functions b/hook-functions index b869ce6..96c61bf 100644 --- a/hook-functions +++ b/hook-functions @@ -389,6 +389,9 @@ auto_add_modules() done ;; fb) + for x in i915; do + manual_add_modules "${x}" + done copy_modules_dir kernel/drivers/video copy_modules_dir kernel/drivers/char/agp ;; -- cgit v1.2.3