From 5b017d075c41f8dcbaf35b8ec455b81ca0ad3150 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 14 Jun 2004 08:28:26 +0000 Subject: fix misdetection of nvidia nforce ethernet cards (broken since forcedeth replaced nvnet on 2004-01-21 in MDK10's ldetect-lst) --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index e1cea8be9..ab74b23de 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -197,7 +197,7 @@ our @tree = #- protocol report are not accurate) so I'll need to verify against #- known drivers :-( require list_modules; - my @usbnet = (list_modules::category2modules('network/usb'), "nvnet"); # rought hack for nforce2's nvet + my @usbnet = (list_modules::category2modules('network/usb'), qw(forcedeth nvnet)); # rought hack for nforce2's nvet f(grep { $_->{media_type} && $_->{media_type} =~ /^NETWORK/ -- cgit v1.2.1