View | Details | Raw Unified | Return to bug 899992
Collapse All | Expand All

(-)sitar-1.0.6.old/sitar.pl (-2 / +2 lines)
Lines 1366-1372 Link Here
1366
		siprtt( "h2", "PCI Devices" );
1366
		siprtt( "h2", "PCI Devices" );
1367
		siprtttt( "tabborder", "lp{0.15\\textwidth}p{0.15\\textwidth}p{0.15\\textwidth}p{0.15\\textwidth}p{0.15\\textwidth}l", "PCI Devices", 7 );
1367
		siprtttt( "tabborder", "lp{0.15\\textwidth}p{0.15\\textwidth}p{0.15\\textwidth}p{0.15\\textwidth}p{0.15\\textwidth}l", "PCI Devices", 7 );
1368
		siprt( "tabrow" );
1368
		siprt( "tabrow" );
1369
		for $TT qw ( PCI Device Class Vendor SVendor SDevice Rev ) {
1369
		for $TT ( qw ( PCI Device Class Vendor SVendor SDevice Rev ) ) {
1370
			siprtt( "tabhead", $TT );
1370
			siprtt( "tabhead", $TT );
1371
		}
1371
		}
1372
		siprt( "endrow" );
1372
		siprt( "endrow" );
Lines 1396-1402 Link Here
1396
		close LSPCI;
1396
		close LSPCI;
1397
		foreach $NN ( sort keys %lspcidevices_h ) {
1397
		foreach $NN ( sort keys %lspcidevices_h ) {
1398
			siprt( "tabrow" );
1398
			siprt( "tabrow" );
1399
			for $TT qw ( PCI Device Class Vendor SVendor SDevice Rev ) {
1399
			for $TT ( qw ( PCI Device Class Vendor SVendor SDevice Rev ) ) {
1400
				$tt = $lspcidevices_h{ "$NN" }{ "$TT" };
1400
				$tt = $lspcidevices_h{ "$NN" }{ "$TT" };
1401
				chomp $tt;
1401
				chomp $tt;
1402
				if ( $tt eq "" ) {
1402
				if ( $tt eq "" ) {

Return to bug 899992