From a778a1559242a3abf55e34ffea6526f0d9ad8071 Mon Sep 17 00:00:00 2001 From: Nicolas Planel Date: Fri, 5 Mar 2004 11:42:51 +0000 Subject: revert bad commit --- convert/merge2pcitable.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'convert') diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl index 73b6c19f..71f6fa91 100755 --- a/convert/merge2pcitable.pl +++ b/convert/merge2pcitable.pl @@ -106,7 +106,6 @@ sub read_kernel_pcimap { chomp; next if /^#/ || /^\s*$/; my ($module, $id1, $id2, $subid1, $subid2) = split; - next if $id2 eq '0xffffffff'; next if $module eq 'pci'; ($subid1, $subid2) = ("ffff", "ffff") if $subid1 == 0 && $subid2 == 0; $drivers{join '', map { /(....)$/ } $id1, $id2, $subid1, $subid2} = [ $module, '' ]; -- cgit v1.2.1