From 257fb7386825faa073cd68162f9dcd829780fa77 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 11 Feb 2005 14:04:43 +0000 Subject: (write_preload_conf) preload padlock driver for VIA C3 that have RNG (crypto hw) enabled --- perl-install/modules.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/modules.pm b/perl-install/modules.pm index d10273c62..6207e47df 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -183,6 +183,7 @@ sub write_preload_conf { push @l, 'nvram' if cat_('/proc/bus/input/devices') =~ m!^N: Name="SynPS/2 Synaptics TouchPad"$!m; push @l, map { $_->{driver} } probe_category('various/laptop'); push @l, map { $_->{driver} } probe_category('multimedia/joystick'); + push @l, 'padlock' if cat_("/proc/cpuinfo") =~ /rng_en/; my @l_26 = @l; push @l_26, map { $_->{driver} } probe_category('various/agpgart'); append_to_modules_loaded_at_startup("$::prefix/etc/modules", @l); -- cgit v1.2.1