Subversion Repositories camp_sysinfo_client_3

Rev

Rev 69 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 69 Rev 197
Line 21... Line 21...
21
use library;
21
use library;
22
 
22
 
23
my $command = &validCommandOnSystem('pciconf');
23
my $command = &validCommandOnSystem('pciconf');
24
 
24
 
25
exit 1 unless $command;
25
exit 1 unless $command;
-
 
26
exit 1 unless &getOperatingSystem() =~ m/bsd/i;
26
 
27
 
27
 
28
 
28
my $CATEGORY = 'pci';
29
my $CATEGORY = 'pci';
29
 
30
 
30
my @pciInfo =  qx($command -lv);
31
my @pciInfo =  qx($command -lv);