From c48e9393efe2736e6b430bdb3cf4d224baedd7ad Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 6 Mar 2001 16:46:08 +0000 Subject: for merging, auto-rename yenta_socket in i82365 --- convert/merge2pcitable.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'convert/merge2pcitable.pl') diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl index addd2993..f32cf4e3 100755 --- a/convert/merge2pcitable.pl +++ b/convert/merge2pcitable.pl @@ -55,6 +55,7 @@ sub read_pcitable { $module =~ s/\.o$//; $module = "unknown" if dummy_module($module); + $module = "i82365" if $module =~ /yenta_socket/; my $id = join '', map { s/^0x//; $_ } $id1, $id2, $subid1, $subid2; $drivers{$id} and print STDERR "$f $line: multiple entry for $id (skipping $module $text)\n"; $drivers{$id} ||= [ map &$rm_quote, $module, $text ]; -- cgit v1.2.1