From 9e00dfe107c727c6f4c78d89da53f67a4e1d49e7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 6 Jan 2008 00:51:07 +0000 Subject: [PATCH] * Add a bunch of common SATA modules to the default initrd. svn path=/nixos/trunk/; revision=10083 --- system/options.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/options.nix b/system/options.nix index 7eb54817b16..c3d86fcdb34 100644 --- a/system/options.nix +++ b/system/options.nix @@ -137,6 +137,10 @@ kernelModules = mkOption { default = [ "ahci" + "sata_nv" + "sata_via" + "sata_sis" + "sata_uli" "ata_piix" "pata_marvell" "sd_mod"