Displaying 1 result from an estimated 1 matches for "pcivend".
2009 Oct 06
1
[patch] PXE-On-A-Disk: etherboot2ethersel.pl patched for etherboot-5.4.3+dfgs
...# filter out non-alphanum chars
@@ -196,7 +204,7 @@
}
# Write PCI reference as SYSLINUX comment, to
be later parsed by ethersel
- ###print "PCI card of $pcistring ($cardname, $friendlyname) parsed as $pcivend $pcidev and gets driver $drivername
($driverdosname)\n";
+ if ($debug) { print "PCI card of $pcistring ($cardname, $friendlyname) parsed as $pcivend $pcidev and gets driver $drivername ($driverdosname)\n"; }
+ if ($debug) { print "P...