===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
discover-data-2.2013.01.11/pci-26.lst-184-	1014005c	ethernet	e100	i82557B 10/100
discover-data-2.2013.01.11/pci-26.lst:185:	1014010f	unknown	ibmasm	Remote Supervisor Adapter (RSA)
discover-data-2.2013.01.11/pci-26.lst-186-	101401bd	scsi	ips	ServeRAID Controller
##############################################
discover-data-2.2013.01.11/debian/discover-data.bug-28-	    if [ -d "$address/driver/module" ] ; then
discover-data-2.2013.01.11/debian/discover-data.bug:29:		module=`cd $address/driver/module ; pwd -P | xargs basename`
discover-data-2.2013.01.11/debian/discover-data.bug-30-		if grep -q "^$module " /proc/modules ; then
discover-data-2.2013.01.11/debian/discover-data.bug-31-		    address=$(echo $address |sed s/0000://)
discover-data-2.2013.01.11/debian/discover-data.bug:32:		    echo "`lspci -n -s $address | tail -n 1 | awk '{print $3}'` $module" >&3
discover-data-2.2013.01.11/debian/discover-data.bug-33-		fi
##############################################
discover-data-2.2013.01.11/debian/discover1-data.bug-33-	    if [ -d "$address/driver/module" ] ; then
discover-data-2.2013.01.11/debian/discover1-data.bug:34:		module=`cd $address/driver/module ; pwd -P | xargs basename`
discover-data-2.2013.01.11/debian/discover1-data.bug-35-		if grep -q "^$module " /proc/modules ; then
discover-data-2.2013.01.11/debian/discover1-data.bug-36-		    address=$(echo $address |sed s/0000://)
discover-data-2.2013.01.11/debian/discover1-data.bug:37:		    echo "`lspci -n -s $address | tail -n 1 | awk '{print $3}'` $module" >&3
discover-data-2.2013.01.11/debian/discover1-data.bug-38-		fi