From: Russell Bryant Date: Fri, 11 Mar 2005 17:15:22 +0000 (+0000) Subject: update from angler X-Git-Tag: 1.0.11.1~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=857bf5486be3656ae9a53396720e102fe21bf8b7;p=thirdparty%2Fasterisk.git update from angler git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5170 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport index 5cf932dd0d..fa3b596889 100755 --- a/contrib/scripts/autosupport +++ b/contrib/scripts/autosupport @@ -32,7 +32,7 @@ if [ "$ans" = "y" ]; then echo "------------------" >> $OUTPUT; echo "PCI LIST " >> $OUTPUT; echo "------------------" >> $OUTPUT; - lspci -v >> $OUTPUT; + lspci -vb >> $OUTPUT; echo >> $OUTPUT; echo >> $OUTPUT;