Subversion Repositories computer_asset_manager_v2

Rev

Rev 2 | Blame | Last modification | View Log | Download | RSS feed

-- MySQL dump 10.11
--
-- Host: localhost    Database: camp2
-- ------------------------------------------------------
-- Server version       5.0.51a-24+lenny5

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `attachments`
--

DROP TABLE IF EXISTS `attachments`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `attachments` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `device_id` int(10) unsigned default NULL,
  `owner_id` int(10) unsigned default NULL,
  `site_id` int(10) unsigned default NULL,
  `title` varchar(64) default NULL COMMENT 'Some brief description of what this is',
  `filename` varchar(64) default NULL COMMENT 'original file name. Original path is NOT included',
  `mime_type` int(10) unsigned default NULL,
  `content` blob COMMENT 'This holds the actual attachment',
  `created` datetime default NULL,
  `removed` datetime default NULL COMMENT 'Date removed',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Simply holds attachments for each client/location/device';
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `attachments`
--

LOCK TABLES `attachments` WRITE;
/*!40000 ALTER TABLE `attachments` DISABLE KEYS */;
/*!40000 ALTER TABLE `attachments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `attributes`
--

DROP TABLE IF EXISTS `attributes`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `attributes` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `name` varchar(64) default NULL COMMENT 'short name for display',
  `notes` text COMMENT 'Any notes you want',
  `created` datetime default NULL,
  `removed` datetime default NULL COMMENT 'Date removed',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=latin1 COMMENT='lookup table of possible attributes to devices';
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `attributes`
--

LOCK TABLES `attributes` WRITE;
/*!40000 ALTER TABLE `attributes` DISABLE KEYS */;
INSERT INTO `attributes` VALUES (1,'Manufacturer',NULL,'2009-06-18 01:51:36',NULL),(2,'Model',NULL,'2009-06-18 01:51:36',NULL),(3,'Serial Number',NULL,'2009-06-18 01:51:36',NULL),(4,'Memory',NULL,'2007-09-21 03:27:00',NULL),(5,'Number of CPUs',NULL,'2007-09-21 03:27:00',NULL),(6,'CPU Type',NULL,'2007-09-21 03:27:00',NULL),(7,'CPU SubType',NULL,'2007-09-21 03:27:00',NULL),(8,'CPU Speed',NULL,'2007-09-21 03:27:00',NULL),(9,'name',NULL,'2007-09-21 03:27:00',NULL),(10,'slot',NULL,'2007-09-21 03:27:00',NULLFONT>),(11,'progif',NULL,'2008-12-19 03:00:00',NULL),(12,'sdevice',NULL,'2008-12-19 03:00:00',NULL),(13,'device',NULL,'2008-12-19 03:00:00',NULL),(14,'rev',NULL,'2008-12-19 03:00:00',NULL),(15,'class',NULL,'2008-12-19 03:00:00',NULL),(16,'svendor',"#A020F0">NULL,'2008-12-19 03:00:00',NULL),(17,'vendor',NULL,'2008-12-19 03:00:00',NULL);
/*!40000 ALTER TABLE `attributes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `attributes_devices`
--

DROP TABLE IF EXISTS `attributes_devices`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `attributes_devices` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `device_id` int(10) unsigned NOT NULL,
  `attrib_id` int(10) unsigned NOT NULL,
  `name` text COMMENT 'the actual value of the attribute in question',
  `created` datetime default NULL,
  `removed` datetime default NULL COMMENT 'Date removed',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8347 DEFAULT CHARSET=latin1 COMMENT='Each device can have multiple attributes and values';
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `attributes_devices`
--

LOCK TABLES `attributes_devices` WRITE;
/*!40000 ALTER TABLE `attributes_devices` DISABLE KEYS */;
INSERT INTO `attributes_devices` VALUES (1,4,4,'2054384','2007-09-21 03:27:00','2009-03-30 03:00:00'),(2,4,5,'1','2007-09-21 03:27:00',NULL),(3,4,6,'AuthenticAMD','2007-09-21 03:27:00','2010-12-21 13:00:00'),(4,4,7,'x86_64','2007-09-21 03:27:00','2010-12-21 13:00:00'),(5,4,8,'1593.156','2007-09-21 03:27:00','2008-01-07 06:31:00'),(6,39,9,'VGA compatible controller','2007-09-21 03:27:00','2008-03-30 07:00:00'),(7,39,10,'00.0','2007-09-21 03:27:00','2008-03-30 07:00:00'),(8,40,9,'Host bridge','2007-09-21 03:27:00','2008-03-30 07:00:00'),(9,40,10,'18.0','2007-09-21 03:27:00','2008-03-30 07:00:00'),(10,41,9,'0a.0 FireWire (IEEE 1394)','2007-09-21 03:27:00','2008-03-30 07:00:00'),(11,41,10,'v1.x-unk','2007-09-21 03:27:00','2008-03-30 07:00:00'),(12,42,9,'PCI bridge','2007-09-21 03:27:00','2008-03-30 07:00:00'),(13,42,10,'06.0','2007-09-21 03:27:00','2008-03-30 07:00:00'),(14,43,9,'PCI bridge','2007-09-21 03:27:00','2008-03-30 07:00:00'),(15,43,10,'01.0','2007-09-21 03:27:00','2008-03-30 07:00:00'),(16,44,9,'0b.0 USB Controller','2007-09-21 03:27:00','2008-03-30 07:00:00'),(17,44,10,'v1.x-unk','2007-09-21 03:27:00','2008-03-30 07:00:00'),(18,45,9,'Host bridge','2007-09-21 03:27:00','2008-03-30 07:00:00'),(19,45,10,'00.0','2007-09-21 03:27:00','2008-03-30 07:00:00'),(20,46,9,'Ethernet controller','2007-09-21 03:27:00','2008-03-30 07:00:00'),(21,46,10,'08.0','2007-09-21 03:27:00','2008-03-30 07:00:00'),(22,47,9,'USB Controller','2007-09-21 03:27:00','2008-03-30 07:00:00'),(23,47,10,'00.1','2007-09-21 03:27:00', COLOR="#BC8F8F">'2008-03-30 07:00:00'),(24,48,9,'Bridge','2007-09-21 03:27:00','2008-03-30 07:00:00'),(25,48,10,'07.3','2007-09-21 03:27:00','2008-03-30 07:00:00'),(26,49,9,'ISA bridge','2007-09-21 03:27:00','2008-03-30 07:00:00'),(27,49,10,'07.0','2007-09-21 03:27:00','2008-03-30 07:00:00'),(28,50,9,'Host bridge','2007-09-21 03:27:00','2008-03-30 07:00:00'),(29,50,10,'18.2','2007-09-21 03:27:00','2008-03-30 07:00:00'),(30,51,9,'USB Controller','2007-09-21 03:27:00','2008-03-30 07:00:00'),(31,51,10,'00.0','2007-09-21 03:27:00','2008-03-30 07:00:00'),(32,52,9,'0b.2 USB Controller','2007-09-21 03:27:00','2008-03-30 07:00:00'),(33,52,10,'v1.x-unk','2007-09-21 03:27:00','2008-03-30 07:00:00'),(34,53,9,'Ethernet controller','2007-09-21 03:27:00','2008-03-30 07:00:00'),(35,53,10,'03.0','2007-09-21 03:27:00','2008-03-30 07:00:00'),(36,54,9,'RAID bus controller','2007-09-21 03:27:00','2008-03-30 07:00:00'),(37,54,10,'07.0','2007-09-21 03:27:00','2008-03-30 07:00:00'),(38,55,9,'Host bridge','2007-09-21 03:27:00','2008-03-30 07:00:00'),(39,55,10,'18.1','2007-09-21 03:27:00','2008-03-30 07:00:00'),(40,56,9,'IDE interface','2007-09-21 03:27:00','2008-03-30 07:00:00'),(41,56,10,'07.1'>,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(42,57,9,'0b.1 USB Controller','2007-09-21 03:27:00','2008-03-30 07:00:00'),(43,57,10,'v1.x-unk','2007-09-21 03:27:00','2008-03-30 07:00:00'),(44,58,9,'Host bridge','2007-09-21 03:27:00','2008-03-30 07:00:00'),(45,58,10,'18.3','2007-09-21 03:27:00','2008-03-30 07:00:00'),(46,59,9,'SMBus','2007-09-21 03:27:00','2008-03-30 07:00:00'),(47,59,10,'07.2','2007-09-21 03:27:00','2008-03-30 07:00:00'),(48,17,4,'1654784','2007-09-21 19:10:00','2007-09-29 06:25:00'),(49,17,5,'2','2007-09-21 19:10:00',NULL),(50,17,6,'AuthenticAMD','2007-09-21 19:10:00',NULL),(51,17,7,'x86_64','2007-09-21 19:10:00',NULL),(52,17,8,'2000.088','2007-09-21 19:10:00','2007-10-02 06:25:00'),(53,60,9,'nVidia Corporation MCP55 PCI Express bridge (rev a3)','2007-09-21 19:10:00','2008-12-26 03:00:00'),(54,60,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(55,61,9,'3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)','2007-09-21 19:10:00','2008-12-26 03:00:00'),(56,61,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(57,62,9,'nVidia Corporation MCP55 PCI bridge (rev a2)','2007-09-21 19:10:00','2008-12-26 03:00:00'),(58,62,10,'v1.x-unk','2007-09-21 19:10:00'FONT>,'2008-12-26 03:00:00'),(59,63,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map','2007-09-21 19:10:00','2008-12-26 03:00:00'),(60,63,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(61,64,9,'nVidia Corporation MCP55 SMBus (rev a3)','2007-09-21 19:10:00','2008-12-26 03:00:00'),(62,64,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(63,65,9,'XGI - Xabre Graphics Inc Volari Z7','2007-09-21 19:10:00','2008-12-26 03:00:00'),(64,65,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(65,66,9,'nVidia Corporation MCP55 LPC Bridge (rev a3)','2007-09-21 19:10:00','2008-12-26 03:00:00'),(66,66,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(67,67,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller','2007-09-21 19:10:00','2008-12-26 03:00:00'),(68,67,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(69,68,9,'nVidia Corporation MCP55 Memory Controller (rev a2)','2007-09-21 19:10:00','2008-12-26 03:00:00'),(70,68,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(71,69,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2007-09-21 19:10:00','2008-12-26 03:00:00'),(72,69,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(73,70,9,'nVidia Corporation MCP55 PCI Express bridge (rev a3)','2007-09-21 19:10:00','2008-12-26 03:00:00'),(74,70,10,="#BC8F8F">'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(75,71,9,'nVidia Corporation MCP55 SATA Controller (rev a3)','2007-09-21 19:10:00','2008-11-07 03:00:00'),(76,71,10,'v1.x-unk','2007-09-21 19:10:00','2008-11-07 03:00:00'),(77,72,9,'nVidia Corporation MCP55 USB Controller (rev a1)','2007-09-21 19:10:00','2008-12-26 03:00:00'),(78,72,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(79,73,9,'nVidia Corporation MCP55 Ethernet (rev a3)', COLOR="#BC8F8F">'2007-09-21 19:10:00','2008-12-26 03:00:00'),(80,73,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(81,74,9,'nVidia Corporation MCP55 PCI Express bridge (rev a3)','2007-09-21 19:10:00','2008-12-26 03:00:00'),(82,74,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(83,75,9,'Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface','2007-09-21 19:10:00','2008-11-07 03:00:00'),(84,75,10,'v1.x-unk','2007-09-21 19:10:00','2008-11-07 03:00:00'),(85,76,9,'nVidia Corporation MCP55 PCI Express bridge (rev a3)','2007-09-21 19:10:00','2008-12-26 03:00:00'),(86,76,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(87,77,9,'nVidia Corporation MCP55 PCI Express bridge (rev a3)','2007-09-21 19:10:00','2008-12-26 03:00:00'),(88,77,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(89,78,9,'nVidia Corporation MCP55 Ethernet (rev a3)','2007-09-21 19:10:00','2008-12-26 03:00:00'T>),(90,78,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(91,79,9,'nVidia Corporation MCP55 USB Controller (rev a2)','2007-09-21 19:10:00','2008-12-26 03:00:00'),(92,79,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(93,80,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control','2007-09-21 19:10:00','2008-12-26 03:00:00'),(94,80,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(95,81,9,'nVidia Corporation MCP55 PCI Express bridge (rev a3)','2007-09-21 19:10:00','2008-12-26 03:00:00'),(96,81,10,'v1.x-unk','2007-09-21 19:10:00','2008-12-26 03:00:00'),(97,82,9,'nVidia Corporation MCP55 IDE (rev a1)','2007-09-21 19:10:00','2008-11-07 03:00:00'),(98,82,10,'v1.x-unk','2007-09-21 19:10:00','2008-11-07 03:00:00'),(99,24,4,'516584','2007-09-22 13:28:00','2008-03-25 06:25:00'),(100,24,5,'1','2007-09-22 13:28:00',NULL),(101,24,6,'GenuineIntel','2007-09-22 13:28:00',NULL),(102,24,7,'i686','2007-09-22 13:28:00','2010-10-18 03:00:00'),(103,24,8,'1128.822','2007-09-22 13:28:00','2008-03-19 06:25:00'),(104,83,9,'0f.1 IDE interface','2007-09-22 13:28:00',NULL),(105,83,10,'v1.x-unk','2007-09-22 13:28:00',NULL),(106,84,9,'Ethernet controller','2007-09-22 13:28:00',NULL),(107,84,10,'02.0','2007-09-22 13:28:00',NULL),(108,85,9,'0f.2 USB Controller','2007-09-22 13:28:00',NULL),(109,85,10,'v1.x-unk','2007-09-22 13:28:00',NULL),(110,86,9,'RAID bus controller','2007-09-22 13:28:00',NULL),(111,86,10,'05.0','2007-09-22 13:28:00',NULL),(112,87,9,'VGA compatible controller','2007-09-22 13:28:00',NULL),(113,87,10,'01.0'</B>,'2007-09-22 13:28:00',NULL),(114,88,9,'SCSI storage controller','2007-09-22 13:28:00',NULL),(115,88,10,'03.0','2007-09-22 13:28:00',NULL),(116,89,9,'Host bridge','2007-09-22 13:28:00',NULL),(117,89,10,'00.1','2007-09-22 13:28:00',NULL),(118,90,9,'0a.0 Ethernet controller','2007-09-22 13:28:00',NULL),(119,90,10,'v1.x-unk','2007-09-22 13:28:00'FONT>,NULL),(120,91,9,'Host bridge','2007-09-22 13:28:00',NULL),(121,91,10,'00.0','2007-09-22 13:28:00',NULL),(122,92,9,'0f.0 ISA bridge','2007-09-22 13:28:00',NULL),(123,92,10,'v1.x-unk','2007-09-22 13:28:00',NULL),(124,23,4,'502784','2007-09-22 15:13:00','2007-10-06 06:25:00'),(125,23,5,'2','2007-09-22 15:13:00',NULL),(126,23,6,'GenuineIntel','2007-09-22 15:13:00',NULL),(127,23,7,'i686','2007-09-22 15:13:00',NULL),(128,23,8,'2327.546','2007-09-22 15:13:00','2007-10-06 06:25:00'),(129,93,9,'Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(130,93,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(131,94,9,'Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(132,94,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(133,95,9,'Intel Corporation 631xESB/632xESB IDE Controller (rev 09)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(134,95,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(135,96,9,'Intel Corporation 5000 Series Chipset Error Reporting Registers (rev 12)','2007-09-22 15:13:00','2007-10-25 06:25:00'),(136,96,10,'v1.x-unk','2007-09-22 15:13:00',R="#BC8F8F">'2007-10-25 06:25:00'),(137,97,9,'Intel Corporation 6311ESB/6321ESB PCI Express to PCI-X Bridge (rev 01)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(138,97,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(139,98,9,'Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #3 (rev 09)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(140,98,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(141,99,9,'Intel Corporation 5000 Series Chipset PCI Express x4 Port 3 (rev 12)','2007-09-22 15:13:00','2007-10-25 06:25:00'),(142,99,10,'v1.x-unk','2007-09-22 15:13:00','2007-10-25 06:25:00'),(143,100,9,'Intel Corporation 5000 Series Chipset PCI Express x4 Port 2 (rev 12)','2007-09-22 15:13:00','2007-10-25 06:25:00'),(144,100,10,'v1.x-unk','2007-09-22 15:13:00','2007-10-25 06:25:00'),(145,101,9,'Intel Corporation 631xESB/632xESB/3100 Chipset EHCI USB2 Controller (rev 09)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(146,101,10,'v1.x-unk','2007-09-22 15:13:00'FONT>,'2009-12-30 03:00:00'),(147,102,9,'Intel Corporation 80332 [Dobson] I/O processor (B-Segment Bridge) (rev 07)','2007-09-22 15:13:00','2008-02-16 06:25:00'),(148,102,10,'v1.x-unk','2007-09-22 15:13:00','2008-02-16 06:25:00'),(149,103,9,'Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #2 (rev 09)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(150,103,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(151,104,9,'Intel Corporation 6311ESB/6321ESB PCI Express Downstream Port E1 (rev 01)'T>,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(152,104,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(153,105,9,'Intel Corporation 6311ESB/6321ESB PCI Express Upstream Port (rev 01)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(154,105,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(155,106,9,'Intel Corporation 6311ESB/6321ESB PCI Express Downstream Port E2 (rev 01)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(156,106,10,'v1.x-unk',R="#BC8F8F">'2007-09-22 15:13:00','2009-12-30 03:00:00'),(157,107,9,'Intel Corporation 631xESB/632xESB/3100 Chipset LPC Interface Controller (rev 09)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(158,107,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(159,108,9,'Intel Corporation 631xESB/632xESB/3100 Chipset PCI Express Root Port 1 (rev 09)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(160,108,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(161,109,9,'Dell PowerEdge Expandable RAID controller 5','2007-09-22 15:13:00','2009-12-30 03:00:00'),(162,109,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(163,110,9,'Intel Corporation 5000 Series Chipset Reserved Registers (rev 12)','2007-09-22 15:13:00','2007-10-25 06:25:00'),(164,110,10,'v1.x-unk','2007-09-22 15:13:00','2007-10-25 06:25:00'),(165,111,9,'LSI Logic / Symbios Logic MegaRAID (rev 07)','2007-09-22 15:13:00','2008-02-16 06:25:00'),(166,111,10,'v1.x-unk','2007-09-22 15:13:00','2008-02-16 06:25:00'),(167,112,9,'Intel Corporation 5000 Series Chipset Reserved Registers (rev 12)','2007-09-22 15:13:00','2007-10-25 06:25:00'),(168,112,10,'v1.x-unk','2007-09-22 15:13:00','2007-10-25 06:25:00'),(169,113,9,'Intel Corporation 80333 Segment-A PCI Express-to-PCI Express Bridge','2007-09-22 15:13:00','2009-12-30 03:00:00'),(170,113,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(171,114,9,'Intel Corporation 5000X Chipset Memory Controller Hub (rev 12)',OLOR="#BC8F8F">'2007-09-22 15:13:00','2007-10-25 06:25:00'),(172,114,10,'v1.x-unk','2007-09-22 15:13:00','2007-10-25 06:25:00'),(173,115,9,'Intel Corporation 5000 Series Chipset FBD Registers (rev 12)','2007-09-22 15:13:00','2007-10-25 06:25:00'),(174,115,10,'v1.x-unk','2007-09-22 15:13:00','2007-10-25 06:25:00'),(175,116,9,'Intel Corporation 80333 Segment-B PCI Express-to-PCI Express Bridge','2007-09-22 15:13:00','2009-12-30 03:00:00'),(176,116,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(177,117,9,'Intel Corporation 80332 [Dobson] I/O processor (A-Segment Bridge) (rev 07)','2007-09-22 15:13:00','2008-02-16 06:25:00'),(178,117,10,'v1.x-unk','2007-09-22 15:13:00','2008-02-16 06:25:00'),(179,118,9,'Intel Corporation 5000 Series Chipset PCI Express x4 Port 7 (rev 12)','2007-09-22 15:13:00','2007-10-25 06:25:00'),(180,118,10,'v1.x-unk','2007-09-22 15:13:00','2007-10-25 06:25:00'),(181,119,9,'Intel Corporation 5000 Series Chipset PCI Express x8 Port 4-5 (rev 12)',>'2007-09-22 15:13:00','2007-10-25 06:25:00'),(182,119,10,'v1.x-unk','2007-09-22 15:13:00','2007-10-25 06:25:00'),(183,120,9,'Intel Corporation 5000 Series Chipset Error Reporting Registers (rev 12)','2007-09-22 15:13:00','2007-10-25 06:25:00'),(184,120,10,'v1.x-unk','2007-09-22 15:13:00','2007-10-25 06:25:00'),(185,121,9,'Intel Corporation 5000 Series Chipset FBD Registers (rev 12)','2007-09-22 15:13:00','2007-10-25 06:25:00'),(186,121,10,'v1.x-unk','2007-09-22 15:13:00','2007-10-25 06:25:00'),(187,122,9,'Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #1 (rev 09)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(188,122,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(189,123,9,'Intel Corporation 5000 Series Chipset Error Reporting Registers (rev 12)','2007-09-22 15:13:00','2007-10-25 06:25:00'),(190,123,10,'v1.x-unk','2007-09-22 15:13:00','2007-10-25 06:25:00'),(191,124,9,'Intel Corporation 5000 Series Chipset PCI Express x4 Port 5 (rev 12)','2007-09-22 15:13:00','2007-10-25 06:25:00'),(192,124,10,'v1.x-unk','2007-09-22 15:13:00','2007-10-25 06:25:00'),(193,125,9,'ATI Technologies Inc ES1000 (rev 02)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(194,125,10,'v1.x-unk','2007-09-22 15:13:00','2009-12-30 03:00:00'),(195,126,9,'Intel Corporation 82801 PCI Bridge (rev d9)','2007-09-22 15:13:00','2009-12-30 03:00:00'),(196,126,10,'v1.x-unk','2007-09-22 15:13:00',T COLOR="#BC8F8F">'2009-12-30 03:00:00'),(197,127,9,'Intel Corporation 5000 Series Chipset PCI Express x8 Port 6-7 (rev 12)','2007-09-22 15:13:00','2007-10-25 06:25:00'),(198,127,10,'v1.x-unk','2007-09-22 15:13:00','2007-10-25 06:25:00'),(199,22,4,'524480','2007-09-22 17:00:00','2007-10-06 04:05:00'),(200,22,5,'1','2007-09-22 17:00:00',NULL),(201,22,6,'GenuineIntel','2007-09-22 17:00:00',NULL),(202,22,7,'i686','2007-09-22 17:00:00','2010-10-17 04:47:00'),(203,22,8,'2327.522','2007-09-22 17:00:00','2007-10-06 04:05:00'),(204,18,4,'2076860','2007-09-22 18:09:00',NULL),(205,18,5,'1','2007-09-22 18:09:00',NULL),(206,18,6,'AuthenticAMD','2007-09-22 18:09:00',NULL),(207,18,7,'i686','2007-09-22 18:09:00',NULL),(208,18,8,'1403.626','2007-09-22 18:09:00','2008-01-07 07:00:00'),(209,128,9,'Host bridge','2007-09-22 18:09:00','2008-10-25 07:00:00'),(210,128,10,'18.1','2007-09-22 18:09:00','2008-10-25 07:00:00'),(211,129,9,'RAID bus controller','2007-09-22 18:09:00','2008-10-25 07:00:00'),(212,129,10,'09.0','2007-09-22 18:09:00','2008-10-25 07:00:00'),(213,130,9,'SMBus','2007-09-22 18:09:00','2008-10-25 07:00:00'),(214,130,10,'07.2','2007-09-22 18:09:00'FONT>,'2008-10-25 07:00:00'),(215,131,9,'Host bridge','2007-09-22 18:09:00','2008-10-25 07:00:00'),(216,131,10,'18.2','2007-09-22 18:09:00','2008-10-25 07:00:00'),(217,132,9,'USB Controller','2007-09-22 18:09:00','2008-10-25 07:00:00'),(218,132,10,'00.0','2007-09-22 18:09:00','2008-10-25 07:00:00'),(219,133,9,'0b.0 VGA compatible controller','2007-09-22 18:09:00','2008-10-25 07:00:00'),(220,133,10,'v1.x-unk','2007-09-22 18:09:00','2008-10-25 07:00:00'),(221,134,9,'IDE interface','2007-09-22 18:09:00','2008-10-25 07:00:00'),(222,134,10,'07.1','2007-09-22 18:09:00','2008-10-25 07:00:00'),(223,135,9,'Host bridge','2007-09-22 18:09:00','2008-10-25 07:00:00'),(224,135,10,'18.3','2007-09-22 18:09:00','2008-10-25 07:00:00'),(225,136,9,'ISA bridge','2007-09-22 18:09:00','2008-10-25 07:00:00'),(226,136,10,OLOR="#BC8F8F">'07.0','2007-09-22 18:09:00','2008-10-25 07:00:00'),(227,137,9,'Bridge','2007-09-22 18:09:00','2008-10-25 07:00:00'),(228,137,10,'07.3','2007-09-22 18:09:00','2008-10-25 07:00:00'),(229,138,9,'PCI bridge','2007-09-22 18:09:00','2008-10-25 07:00:00'),(230,138,10,'06.0','2007-09-22 18:09:00','2008-10-25 07:00:00'),(231,139,9,'0d.0 Ethernet controller','2007-09-22 18:09:00','2008-10-25 07:00:00'</FONT>),(232,139,10,'v1.x-unk','2007-09-22 18:09:00','2008-10-25 07:00:00'),(233,140,9,'USB Controller','2007-09-22 18:09:00','2008-10-25 07:00:00'),(234,140,10,'00.1','2007-09-22 18:09:00','2008-10-25 07:00:00'),(235,141,9,'Host bridge','2007-09-22 18:09:00','2008-10-25 07:00:00'),(236,141,10,'18.0','2007-09-22 18:09:00','2008-10-25 07:00:00'),(237,21,4,'450012','2007-09-22 21:27:00','2007-09-26 04:34:00'),(238,21,5,'1','2007-09-22 21:27:00','2012-04-14 03:00:00'),(239,21,6,'AuthenticAMD','2007-09-22 21:27:00','2012-04-14 03:00:00'),(240,21,7,'i686','2007-09-22 21:27:00','2012-04-14 03:00:00'),(241,21,8,'1607.311','2007-09-22 21:27:00','2007-09-26 04:34:00'),(242,142,9,'nVidia Corporation C51G [GeForce 6100] (rev a2)','2007-09-22 21:27:00',NULL),(243,142,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(244,143,9,'nVidia Corporation MCP51 PCI Bridge (rev a2)','2007-09-22 21:27:00',NULL),(245,143,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(246,144,9,'nVidia Corporation C51 Memory Controller 2 (rev a2)','2007-09-22 21:27:00',NULL),(247,144,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(248,145,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control','2007-09-22 21:27:00',NULL),(249,145,10,="#BC8F8F">'v1.x-unk','2007-09-22 21:27:00',NULL),(250,146,9,'nVidia Corporation MCP51 USB Controller (rev a3)','2007-09-22 21:27:00',NULL),(251,146,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(252,147,9,'nVidia Corporation C51 Memory Controller 1 (rev a2)','2007-09-22 21:27:00',NULL),(253,147,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(254,148,9,'nVidia Corporation MCP51 High Definition Audio (rev a2)','2007-09-22 21:27:00',OLOR="#A020F0">NULL),(255,148,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(256,149,9,'nVidia Corporation C51 Memory Controller 0 (rev a2)','2007-09-22 21:27:00',NULL),(257,149,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(258,150,9,'nVidia Corporation MCP51 IDE (rev a1)','2007-09-22 21:27:00',NULL),(259,150,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(260,151,9,'nVidia Corporation C51 Host Bridge (rev a2)','2007-09-22 21:27:00',NULL),(261,151,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(262,152,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2007-09-22 21:27:00',NULL),(263,152,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(264,153,9,'nVidia Corporation MCP51 USB Controller (rev a3)','2007-09-22 21:27:00',NULL),(265,153,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(266,154,9,'nVidia Corporation MCP51 LPC Bridge (rev a3)','2007-09-22 21:27:00',NULL),(267,154,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(268,155,9,'3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)','2007-09-22 21:27:00',NULL),(269,155,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(270,156,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller','2007-09-22 21:27:00',NULL),(271,156,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(272,157,9,'nVidia Corporation C51 Memory Controller 3 (rev a2)','2007-09-22 21:27:00',NULL),(273,157,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(274,158,9,'Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)','2007-09-22 21:27:00',NULL),(275,158,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(276,159,9,'nVidia Corporation C51 Memory Controller 5 (rev a2)','2007-09-22 21:27:00',NULL),(277,159,10,'v1.x-unk',NT COLOR="#BC8F8F">'2007-09-22 21:27:00',NULL),(278,160,9,'nVidia Corporation C51 PCI Express Bridge (rev a1)','2007-09-22 21:27:00',NULL),(279,160,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(280,161,9,'nVidia Corporation MCP51 Host Bridge (rev a2)','2007-09-22 21:27:00',NULL),(281,161,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(282,162,9,'nVidia Corporation MCP51 Serial ATA Controller (rev a1)','2007-09-22 21:27:00',NULL),(283,162,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(284,163,9,'nVidia Corporation MCP51 SMBus (rev a3)','2007-09-22 21:27:00',NULL),(285,163,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(286,164,9,'nVidia Corporation MCP51 Memory Controller 0 (rev a3)','2007-09-22 21:27:00',NULL),(287,164,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(288,165,9,'nVidia Corporation C51 PCI Express Bridge (rev a1)','2007-09-22 21:27:00',T COLOR="#A020F0">NULL),(289,165,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(290,166,9,'nVidia Corporation C51 Memory Controller 4 (rev a2)','2007-09-22 21:27:00',NULL),(291,166,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(292,167,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map','2007-09-22 21:27:00',NULL),(293,167,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(294,168,9,'nVidia Corporation MCP51 Serial ATA Controller (rev a1)'T>,'2007-09-22 21:27:00',NULL),(295,168,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(296,169,9,'nVidia Corporation C51 PCI Express Bridge (rev a1)','2007-09-22 21:27:00',NULL),(297,169,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(298,170,9,'nVidia Corporation C51 Host Bridge (rev a2)','2007-09-22 21:27:00',NULL),(299,170,10,'v1.x-unk','2007-09-22 21:27:00',NULL),(300,28,4,'906736'ONT>,'2007-09-22 21:32:00','2008-04-01 06:25:00'),(301,28,5,'1','2007-09-22 21:32:00',NULL),(302,28,6,'AuthenticAMD','2007-09-22 21:32:00',NULL),(303,28,7,'i686','2007-09-22 21:32:00','2008-04-01 06:25:00'),(304,28,8,'2010.387','2007-09-22 21:32:00','2008-02-21 06:25:00'),(305,171,9,'0e.0 PCI bridge','2007-09-22 21:32:00','2008-04-05 06:47:00'),(306,171,10,'v1.x-unk',<B>'2007-09-22 21:32:00','2008-04-05 06:47:00'),(307,172,9,'IDE interface','2007-09-22 21:32:00','2008-04-05 06:47:00'),(308,172,10,'08.0','2007-09-22 21:32:00','2008-04-05 06:47:00'),(309,173,9,'Display controller','2007-09-22 21:32:00','2008-04-05 06:47:00'),(310,173,10,'00.1','2007-09-22 21:32:00','2008-04-05 06:47:00'),(311,174,9,'SMBus','2007-09-22 21:32:00','2008-04-05 06:47:00'),(312,174,10,="#BC8F8F">'01.1','2007-09-22 21:32:00','2008-04-05 06:47:00'),(313,175,9,'ISA bridge','2007-09-22 21:32:00','2008-04-05 06:47:00'),(314,175,10,'01.0','2007-09-22 21:32:00','2008-04-05 06:47:00'),(315,176,9,'Memory controller','2007-09-22 21:32:00','2008-04-05 06:47:00'),(316,176,10,'00.0','2007-09-22 21:32:00','2008-04-05 06:47:00'),(317,177,9,'VGA compatible controller','2007-09-22 21:32:00','2008-04-05 06:47:00'),(318,177,10,'00.0','2007-09-22 21:32:00','2008-04-05 06:47:00'),(319,178,9,'Ethernet controller','2007-09-22 21:32:00','2008-04-05 06:47:00'),(320,178,10,'07.0','2007-09-22 21:32:00','2008-04-05 06:47:00'),(321,179,9,'IDE interface','2007-09-22 21:32:00','2008-04-05 06:47:00'),(322,179,10,'07.0','2007-09-22 21:32:00','2008-04-05 06:47:00'),(323,180,9,'USB Controller','2007-09-22 21:32:00','2008-04-05 06:47:00'),(324,180,10,'02.0','2007-09-22 21:32:00','2008-04-05 06:47:00'),(325,181,9,'0c.0 PCI bridge','2007-09-22 21:32:00','2008-04-05 06:47:00'),(326,181,10,'v1.x-unk','2007-09-22 21:32:00','2008-04-05 06:47:00'),(327,182,9,'RAID bus controller','2007-09-22 21:32:00','2008-04-05 06:47:00'),(328,182,10,'06.0','2007-09-22 21:32:00','2008-04-05 06:47:00'),(329,183,9,'FireWire (IEEE 1394)',ONT COLOR="#BC8F8F">'2007-09-22 21:32:00','2008-04-05 06:47:00'),(330,183,10,'08.0','2007-09-22 21:32:00','2008-04-05 06:47:00'),(331,184,9,'Ethernet controller','2007-09-22 21:32:00','2008-04-05 06:47:00'),(332,184,10,'00.0','2007-09-22 21:32:00','2008-04-05 06:47:00'),(333,185,9,'PCI bridge','2007-09-22 21:32:00','2008-04-05 06:47:00'),(334,185,10,'09.0','2007-09-22 21:32:00','2008-04-05 06:47:00'),(335,186,9,'USB Controller','2007-09-22 21:32:00','2008-04-05 06:47:00'),(336,186,10,'02.1','2007-09-22 21:32:00','2008-04-05 06:47:00'),(337,187,9,'0d.0 PCI bridge','2007-09-22 21:32:00','2008-04-05 06:47:00'),(338,187,10,'v1.x-unk','2007-09-22 21:32:00','2008-04-05 06:47:00'),(339,188,9,'IDE interface','2007-09-22 21:32:00','2008-04-05 06:47:00'),(340,188,10,'06.0','2007-09-22 21:32:00','2008-04-05 06:47:00'T>),(341,25,4,'516460','2007-09-22 21:46:00','2008-05-02 06:26:00'),(342,25,5,'1','2007-09-22 21:46:00',NULL),(343,25,6,'AuthenticAMD','2007-09-22 21:46:00',NULL),(344,25,7,'i686','2007-09-22 21:46:00','2008-11-08 03:00:00'),(345,25,8,'1905.507','2007-09-22 21:46:00','2008-05-02 06:26:00'),(346,189,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)','2007-09-22 21:46:00',"#A020F0">NULL),(347,189,10,'v1.x-unk','2007-09-22 21:46:00',NULL),(348,190,9,'VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]','2007-09-22 21:46:00',NULL),(349,190,10,'v1.x-unk','2007-09-22 21:46:00',NULL),(350,191,9,'LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 07)','2007-09-22 21:46:00',NULL),(351,191,10,'v1.x-unk','2007-09-22 21:46:00',NULL),(352,192,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)','2007-09-22 21:46:00',NULL),(353,192,10,'v1.x-unk','2007-09-22 21:46:00',NULL),(354,193,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)','2007-09-22 21:46:00',NULL),(355,193,10,'v1.x-unk','2007-09-22 21:46:00',NULL),(356,194,9,'VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)','2007-09-22 21:46:00',NULL),(357,194,10,'v1.x-unk','2007-09-22 21:46:00',NULLONT>),(358,195,9,'LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 07)','2007-09-22 21:46:00',NULL),(359,195,10,'v1.x-unk','2007-09-22 21:46:00',NULL),(360,196,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)','2007-09-22 21:46:00',NULL),(361,196,10,'v1.x-unk','2007-09-22 21:46:00',NULL),(362,197,9,'VIA Technologies, Inc. VT8237 PCI Bridge','2007-09-22 21:46:00',NULL),(363,197,10,'v1.x-unk','2007-09-22 21:46:00',NULL),(364,198,9,'VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)','2007-09-22 21:46:00',NULL),(365,198,10,'v1.x-unk','2007-09-22 21:46:00',NULL),(366,199,9,'VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80)','2007-09-22 21:46:00',NULL),(367,199,10,'v1.x-unk','2007-09-22 21:46:00',NULL),(368,200,9,'ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]','2007-09-22 21:46:00',NULL),(369,200,10,'v1.x-unk','2007-09-22 21:46:00',NULL),(370,201,9,'VIA Technologies, Inc. USB 2.0 (rev 86)','2007-09-22 21:46:00',NULL),(371,201,10,'v1.x-unk','2007-09-22 21:46:00',NULL),(372,202,9,'VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)','2007-09-22 21:46:00',NULL),(373,202,10,'v1.x-unk','2007-09-22 21:46:00',NULL),(374,34,4,'906732','2007-09-24 14:38:00','2008-11-10 03:00:00'),(375,34,5,'1','2007-09-24 14:38:00',NULL),(376,34,6,'GenuineIntel','2007-09-24 14:38:00',NULL),(377,34,7,'i686','2007-09-24 14:38:00',NULL),(378,34,8,'745.282','2007-09-24 14:38:00','2007-11-09 06:25:00'),(379,203,9,'Ethernet controller','2007-09-24 14:38:00',NULL),(380,203,10,'11.0','2007-09-24 14:38:00',NULL),(381,204,9,'IDE interface','2007-09-24 14:38:00',NULL),(382,204,10,'07.1','2007-09-24 14:38:00',NULL),(383,205,9,'Ethernet controller','2007-09-24 14:38:00',NULL),(384,205,10,'12.0','2007-09-24 14:38:00',NULL),(385,206,9,'VGA compatible controller','2007-09-24 14:38:00',NULL),(386,206,10,'00.0','2007-09-24 14:38:00',NULL),(387,207,9,>'ISA bridge','2007-09-24 14:38:00',NULL),(388,207,10,'07.0','2007-09-24 14:38:00',NULL),(389,208,9,'PCI bridge','2007-09-24 14:38:00',NULL),(390,208,10,'14.0','2007-09-24 14:38:00',NULL),(391,209,9,'PCI bridge','2007-09-24 14:38:00',NULL),(392,209,10,'01.0','2007-09-24 14:38:00',NULL),(393,210,9,'USB Controller','2007-09-24 14:38:00'ONT>,NULL),(394,210,10,'07.2','2007-09-24 14:38:00',NULL),(395,211,9,'Host bridge','2007-09-24 14:38:00',NULL),(396,211,10,'00.0','2007-09-24 14:38:00',NULL),(397,212,9,'0f.0 SCSI storage controller','2007-09-24 14:38:00',NULL),(398,212,10,'v1.x-unk','2007-09-24 14:38:00',NULL),(399,213,9,'Bridge','2007-09-24 14:38:00',NULL),(400,213,10,'07.3','2007-09-24 14:38:00',NULL),(401,37,4,'2074740','2007-09-24 15:40:00','2010-12-25 03:00:00'),(402,37,5,'1','2007-09-24 15:40:00','2010-12-25 03:00:00'),(403,37,6,'GenuineIntel','2007-09-24 15:40:00',NULL),(404,37,7,'i686','2007-09-24 15:40:00','2010-12-25 03:00:00'),(405,37,8,'3401.878','2007-09-24 15:40:00','2007-12-22 06:26:00'),(406,214,9,'1f.3 SMBus','2007-09-24 15:40:00','2008-10-15 06:28:00'),(407,214,10,'v1.x-unk','2007-09-24 15:40:00','2008-10-15 06:28:00'),(408,215,9,'1d.7 USB Controller','2007-09-24 15:40:00','2008-10-15 06:28:00'),(409,215,10,'v1.x-unk','2007-09-24 15:40:00','2008-10-15 06:28:00'),(410,216,9,'1c.0 PCI bridge','2007-09-24 15:40:00','2008-10-15 06:28:00'),(411,216,10,'v1.x-unk','2007-09-24 15:40:00','2008-10-15 06:28:00'),(412,217,9,'PCI bridge','2007-09-24 15:40:00','2008-10-15 06:28:00'),(413,217,10,'03.0','2007-09-24 15:40:00','2008-10-15 06:28:00'),(414,218,9,'Host bridge','2007-09-24 15:40:00','2008-10-15 06:28:00'),(415,218,10,'00.0','2007-09-24 15:40:00','2008-10-15 06:28:00'),(416,219,9,'RAID bus controller','2007-09-24 15:40:00','2008-10-15 06:28:00'),(417,219,10,'01.0','2007-09-24 15:40:00',NT COLOR="#BC8F8F">'2008-10-15 06:28:00'),(418,220,9,'1d.5 PIC','2007-09-24 15:40:00','2008-10-15 06:28:00'),(419,220,10,'v1.x-unk','2007-09-24 15:40:00','2008-10-15 06:28:00'),(420,221,9,'1d.0 USB Controller','2007-09-24 15:40:00','2008-10-15 06:28:00'),(421,221,10,'v1.x-unk','2007-09-24 15:40:00','2008-10-15 06:28:00'),(422,222,9,'1f.0 ISA bridge','2007-09-24 15:40:00','2008-10-15 06:28:00'),(423,222,10,'v1.x-unk','2007-09-24 15:40:00','2008-10-15 06:28:00'),(424,223,9,'Ethernet controller','2007-09-24 15:40:00','2008-10-15 06:28:00'),(425,223,10,'01.0','2007-09-24 15:40:00','2008-10-15 06:28:00'),(426,224,9,'Ethernet controller','2007-09-24 15:40:00','2008-10-15 06:28:00'),(427,224,10,'02.0','2007-09-24 15:40:00','2008-10-15 06:28:00'),(428,225,9,'0e.0 VGA compatible controller','2007-09-24 15:40:00','2008-10-15 06:28:00'),(429,225,10,'v1.x-unk','2007-09-24 15:40:00','2008-10-15 06:28:00'),(430,226,9,'1e.0 PCI bridge','2007-09-24 15:40:00','2008-10-15 06:28:00'),(431,226,10,'v1.x-unk','2007-09-24 15:40:00','2008-10-15 06:28:00'),(432,227,9,'1d.1 USB Controller','2007-09-24 15:40:00','2008-10-15 06:28:00'),(433,227,10,'v1.x-unk','2007-09-24 15:40:00','2008-10-15 06:28:00'),(434,228,9,'1f.2 IDE interface','2007-09-24 15:40:00',OLOR="#BC8F8F">'2008-10-15 06:28:00'),(435,228,10,'v1.x-unk','2007-09-24 15:40:00','2008-10-15 06:28:00'),(436,229,9,'1d.4 System peripheral','2007-09-24 15:40:00','2008-10-15 06:28:00'),(437,229,10,'v1.x-unk','2007-09-24 15:40:00','2008-10-15 06:28:00'),(438,30,4,'906732','2007-09-24 15:42:00','2007-10-17 06:25:00'),(439,30,5,'1','2007-09-24 15:42:00',NULL),(440,30,6,'GenuineIntel','2007-09-24 15:42:00'NT>,NULL),(441,30,7,'i686','2007-09-24 15:42:00',NULL),(442,30,8,'645.888','2007-09-24 15:42:00','2007-10-17 06:25:00'),(443,230,9,'Ethernet controller','2007-09-24 15:42:00',NULL),(444,230,10,'11.0','2007-09-24 15:42:00',NULL),(445,231,9,'IDE interface','2007-09-24 15:42:00',NULL),(446,231,10,'07.1','2007-09-24 15:42:00',NULL),(447,232,9,'Ethernet controller','2007-09-24 15:42:00',NULL),(448,232,10,'12.0','2007-09-24 15:42:00',NULL),(449,233,9,'VGA compatible controller','2007-09-24 15:42:00',NULL),(450,233,10,'00.0','2007-09-24 15:42:00',NULL),(451,234,9,'ISA bridge','2007-09-24 15:42:00',NULL),(452,234,10,'07.0','2007-09-24 15:42:00',NULL),(453,235,9,'PCI bridge','2007-09-24 15:42:00',NULL),(454,235,10,'14.0','2007-09-24 15:42:00',NULL),(455,236,9,'PCI bridge','2007-09-24 15:42:00',NULL),(456,236,10,'01.0','2007-09-24 15:42:00',NULL),(457,237,9,'USB Controller','2007-09-24 15:42:00',NULL),(458,237,10,'07.2','2007-09-24 15:42:00',NULL),(459,238,9,'Host bridge','2007-09-24 15:42:00',="#A020F0">NULL),(460,238,10,'00.0','2007-09-24 15:42:00',NULL),(461,239,9,'0f.0 SCSI storage controller','2007-09-24 15:42:00',NULL),(462,239,10,'v1.x-unk','2007-09-24 15:42:00',NULL),(463,240,9,'Bridge','2007-09-24 15:42:00',NULL),(464,240,10,'07.3','2007-09-24 15:42:00',NULL),(465,36,4,'2076608','2007-09-24 15:44:00','2008-09-07 06:26:00'),(466,36,5,COLOR="#BC8F8F">'1','2007-09-24 15:44:00',NULL),(467,36,6,'GenuineIntel','2007-09-24 15:44:00',NULL),(468,36,7,'i686','2007-09-24 15:44:00',NULL),(469,36,8,'3192.970','2007-09-24 15:44:00','2007-10-18 06:25:00'),(470,241,9,'1f.1 IDE interface','2007-09-24 15:44:00',NULL),(471,241,10,'v1.x-unk','2007-09-24 15:44:00',NULL),(472,242,9,'0d.0 VGA compatible controller'B>,'2007-09-24 15:44:00',NULL),(473,242,10,'v1.x-unk','2007-09-24 15:44:00',NULL),(474,243,9,'1d.2 USB Controller','2007-09-24 15:44:00',NULL),(475,243,10,'v1.x-unk','2007-09-24 15:44:00',NULL),(476,244,9,'Ethernet controller','2007-09-24 15:44:00',NULL),(477,244,10,'08.0','2007-09-24 15:44:00',NULL),(478,245,9,'PCI bridge','2007-09-24 15:44:00'ONT>,NULL),(479,245,10,'04.0','2007-09-24 15:44:00',NULL),(480,246,9,'PCI bridge','2007-09-24 15:44:00',NULL),(481,246,10,'02.0','2007-09-24 15:44:00',NULL),(482,247,9,'PCI bridge','2007-09-24 15:44:00',NULL),(483,247,10,'00.0','2007-09-24 15:44:00',NULL),(484,248,9,'Host bridge','2007-09-24 15:44:00',NULL),(485,248,10,="#BC8F8F">'00.0','2007-09-24 15:44:00',NULL),(486,249,9,'Ethernet controller','2007-09-24 15:44:00',NULL),(487,249,10,'07.0','2007-09-24 15:44:00',NULL),(488,250,9,'PCI bridge','2007-09-24 15:44:00',NULL),(489,250,10,'00.2','2007-09-24 15:44:00',NULL),(490,251,9,'1d.1 USB Controller','2007-09-24 15:44:00',NULL),(491,251,10,'v1.x-unk','2007-09-24 15:44:00',NULL),(492,252,9,'PCI bridge','2007-09-24 15:44:00',NULL),(493,252,10,'05.0','2007-09-24 15:44:00',NULL),(494,253,9,'1e.0 PCI bridge','2007-09-24 15:44:00',NULL),(495,253,10,'v1.x-unk','2007-09-24 15:44:00',NULL),(496,254,9,'PCI bridge','2007-09-24 15:44:00',NULL),(497,254,10,'00.0','2007-09-24 15:44:00',NULLB>),(498,255,9,'0e.0 RAID bus controller','2007-09-24 15:44:00',NULL),(499,255,10,'v1.x-unk','2007-09-24 15:44:00',NULL),(500,256,9,'PCI bridge','2007-09-24 15:44:00',NULL),(501,256,10,'00.0','2007-09-24 15:44:00',NULL),(502,257,9,'PCI bridge','2007-09-24 15:44:00',NULL),(503,257,10,'00.2','2007-09-24 15:44:00',NULL),(504,258,9,'1d.7 USB Controller','2007-09-24 15:44:00',NULL),(505,258,10,'v1.x-unk','2007-09-24 15:44:00',NULL),(506,259,9,'PCI bridge','2007-09-24 15:44:00',NULL),(507,259,10,'06.0','2007-09-24 15:44:00',NULL),(508,260,9,'PCI bridge','2007-09-24 15:44:00',NULL),(509,260,10,'00.2','2007-09-24 15:44:00',NULL),(510,261,9,'1f.0 ISA bridge','2007-09-24 15:44:00'>,NULL),(511,261,10,'v1.x-unk','2007-09-24 15:44:00',NULL),(512,262,9,'1d.0 USB Controller','2007-09-24 15:44:00',NULL),(513,262,10,'v1.x-unk','2007-09-24 15:44:00',NULL),(514,32,4,'2075840','2007-09-24 16:16:00','2008-03-01 03:00:00'),(515,32,5,'2','2007-09-24 16:16:00','2008-05-15 03:00:00'),(516,32,6,'GenuineIntel','2007-09-24 16:16:00',NULLNT>),(517,32,7,'i686','2007-09-24 16:16:00',NULL),(518,32,8,'3391.777','2007-09-24 16:16:00','2007-11-07 06:25:00'),(519,263,9,'1f.1 IDE interface','2007-09-24 16:16:00','2008-03-01 03:00:00'),(520,263,10,'v1.x-unk','2007-09-24 16:16:00','2008-03-01 03:00:00'),(521,264,9,'0d.0 VGA compatible controller','2007-09-24 16:16:00','2008-03-01 03:00:00'),(522,264,10,'v1.x-unk','2007-09-24 16:16:00',OR="#BC8F8F">'2008-03-01 03:00:00'),(523,265,9,'1d.2 USB Controller','2007-09-24 16:16:00','2008-03-01 03:00:00'),(524,265,10,'v1.x-unk','2007-09-24 16:16:00','2008-03-01 03:00:00'),(525,266,9,'Ethernet controller','2007-09-24 16:16:00','2008-03-01 03:00:00'),(526,266,10,'07.0','2007-09-24 16:16:00','2008-03-01 03:00:00'),(527,267,9,'PCI bridge','2007-09-24 16:16:00','2008-03-01 03:00:00'),(528,267,10,'04.0',>'2007-09-24 16:16:00','2008-03-01 03:00:00'),(529,268,9,'PCI bridge','2007-09-24 16:16:00','2008-03-01 03:00:00'),(530,268,10,'02.0','2007-09-24 16:16:00','2008-03-01 03:00:00'),(531,269,9,'Ethernet controller','2007-09-24 16:16:00','2008-03-01 03:00:00'),(532,269,10,'08.0','2007-09-24 16:16:00','2008-03-01 03:00:00'),(533,270,9,'Host bridge','2007-09-24 16:16:00',NULL),(534,270,10,'00.0',T COLOR="#BC8F8F">'2007-09-24 16:16:00',NULL),(535,271,9,'PCI bridge','2007-09-24 16:16:00','2008-03-01 03:00:00'),(536,271,10,'00.2','2007-09-24 16:16:00','2008-03-01 03:00:00'),(537,272,9,'PCI bridge','2007-09-24 16:16:00','2008-03-01 03:00:00'),(538,272,10,'00.2','2007-09-24 16:16:00','2008-03-01 03:00:00'),(539,273,9,'1d.1 USB Controller','2007-09-24 16:16:00',NULL),(540,273,10,'v1.x-unk',<FONT COLOR="#BC8F8F">'2007-09-24 16:16:00',NULL),(541,274,9,'PCI bridge','2007-09-24 16:16:00','2008-03-01 03:00:00'),(542,274,10,'05.0','2007-09-24 16:16:00','2008-03-01 03:00:00'),(543,275,9,'1e.0 PCI bridge','2007-09-24 16:16:00',NULL),(544,275,10,'v1.x-unk','2007-09-24 16:16:00',NULL),(545,276,9,'PCI bridge','2007-09-24 16:16:00','2008-03-01 03:00:00'),(546,276,10,'00.0','2007-09-24 16:16:00','2008-03-01 03:00:00'),(547,277,9,'PCI bridge','2007-09-24 16:16:00','2008-03-01 03:00:00'),(548,277,10,'00.2','2007-09-24 16:16:00','2008-03-01 03:00:00'),(549,278,9,'0e.0 RAID bus controller','2007-09-24 16:16:00','2008-03-01 03:00:00'),(550,278,10,'v1.x-unk','2007-09-24 16:16:00','2008-03-01 03:00:00'),(551,279,9,'PCI bridge','2007-09-24 16:16:00','2008-03-01 03:00:00'),(552,279,10,'00.0','2007-09-24 16:16:00','2008-03-01 03:00:00'),(553,280,9,'1d.7 USB Controller','2007-09-24 16:16:00',NULL),(554,280,10,'v1.x-unk','2007-09-24 16:16:00',NULL),(555,281,9,'PCI bridge','2007-09-24 16:16:00','2008-03-01 03:00:00'),(556,281,10,'06.0','2007-09-24 16:16:00','2008-03-01 03:00:00'),(557,282,9,'PCI bridge','2007-09-24 16:16:00','2008-03-01 03:00:00'),(558,282,10,'00.0','2007-09-24 16:16:00','2008-03-01 03:00:00'),(559,283,9,'1f.0 ISA bridge','2007-09-24 16:16:00',NULL),(560,283,10,'v1.x-unk','2007-09-24 16:16:00',NULL),(561,284,9,'1d.0 USB Controller','2007-09-24 16:16:00',NULL),(562,284,10,'v1.x-unk','2007-09-24 16:16:00',NULL),(563,21,4,'450008','2007-09-26 04:34:00','2007-11-06 04:34:00'),(564,21,8,'1607.316',>'2007-09-26 04:34:00','2007-11-06 04:34:00'),(565,6,4,'241664','2007-09-28 16:30:00','2007-10-03 06:27:00'),(566,6,5,'1','2007-09-28 16:30:00','2008-11-07 03:00:00'),(567,6,6,'AuthenticAMD','2007-09-28 16:30:00',NULL),(568,6,7,'i686','2007-09-28 16:30:00','2008-11-07 03:00:00'),(569,6,8,'1905.394','2007-09-28 16:30:00','2007-10-22 06:26:00'),(570,285,9,'VIA Technologies, Inc. VT8237 Integrated Fast Ethernet Controller','2007-09-28 16:30:00','2008-11-07 03:00:00'),(571,285,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(572,286,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)','2007-09-28 16:30:00','2008-11-07 03:00:00'),(573,286,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(574,287,9,'3Com Corporation 3c940 10/100/1000Base-T [Marvell] (rev 12)','2007-09-28 16:30:00','2008-11-07 03:00:00'),(575,287,10,'v1.x-unk'ONT>,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(576,288,9,'VIA Technologies, Inc. VT8237 PCI Bridge','2007-09-28 16:30:00','2008-11-07 03:00:00'),(577,288,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(578,289,9,'VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80)','2007-09-28 16:30:00','2008-11-07 03:00:00'),(579,289,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(580,290,9,'ATI Technologies Inc Radeon RV200 QW [Radeon 7500]','2007-09-28 16:30:00','2008-11-07 03:00:00'),(581,290,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(582,291,9,'VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)','2007-09-28 16:30:00','2008-11-07 03:00:00'),(583,291,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(584,292,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)','2007-09-28 16:30:00','2008-11-07 03:00:00'),(585,292,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(586,293,9,'3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)','2007-09-28 16:30:00',NULL),(587,293,10,'v1.x-unk','2007-09-28 16:30:00',NULL),(588,294,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)','2007-09-28 16:30:00','2008-11-07 03:00:00'),(589,294,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(590,295,9,'VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]','2007-09-28 16:30:00'FONT>,'2008-11-07 03:00:00'),(591,295,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(592,296,9,'VIA Technologies, Inc. AC\'97 Modem Controller (rev 80)','2007-09-28 16:30:00','2008-11-07 03:00:00'),(593,296,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(594,297,9,'Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 12)','2007-09-28 16:30:00','2007-10-03 06:27:00'),(595,297,10,'v1.x-unk','2007-09-28 16:30:00','2007-10-03 06:27:00'),(596,298,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)','2007-09-28 16:30:00','2008-11-07 03:00:00'),(597,298,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(598,299,9,'VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)','2007-09-28 16:30:00','2008-11-07 03:00:00'),(599,299,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(600,300,9,'VIA Technologies, Inc. USB 2.0 (rev 86)','2007-09-28 16:30:00','2008-11-07 03:00:00'),(601,300,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(602,301,9,'VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)','2007-09-28 16:30:00','2008-11-07 03:00:00'),(603,301,10,'v1.x-unk','2007-09-28 16:30:00','2008-11-07 03:00:00'),(604,20,4,'131220','2007-09-28 21:31:00','2007-10-11 06:25:00'),(605,20,5,'1','2007-09-28 21:31:00','2007-10-11 06:25:00'),(606,20,6,'AuthenticAMD','2007-09-28 21:31:00',NULL),(607,20,7,'i686','2007-09-28 21:31:00','2008-03-02 06:45:00'),(608,20,8,'1905.341','2007-09-28 21:31:00','2007-10-03 06:25:00'),(609,19,4,'131072','2007-09-28 21:42:00','2007-09-29 06:26:00'),(610,19,5,'1','2007-09-28 21:42:00',NULL),(611,19,6,'AuthenticAMD','2007-09-28 21:42:00',NULL),(612,19,7,'x86_64',>'2007-09-28 21:42:00','2008-02-22 06:26:00'),(613,19,8,'2000.080','2007-09-28 21:42:00','2008-02-22 06:26:00'),(614,17,4,'483328','2007-09-29 06:25:00','2007-10-02 06:25:00'),(615,19,4,'262144','2007-09-29 06:26:00','2008-02-22 06:26:00'),(616,17,4,'605184','2007-10-02 06:25:00','2007-10-03 06:25:00'),(617,17,8,'2000.122','2007-10-02 06:25:00','2007-10-03 06:25:00'),(618,17,4,'606208',LOR="#BC8F8F">'2007-10-03 06:25:00','2007-10-08 06:25:00'),(619,17,8,'2000.136','2007-10-03 06:25:00','2007-10-08 06:25:00'),(620,20,8,'1905.337','2007-10-03 06:25:00','2007-10-07 06:25:00'),(621,6,4,'233472','2007-10-03 06:27:00','2007-10-07 06:26:00'),(622,302,9,'3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)','2007-10-03 06:27:00','2008-11-07 03:00:00'),(623,302,10,'v1.x-unk','2007-10-03 06:27:00','2008-11-07 03:00:00'),(624,22,4,'524436','2007-10-06 04:05:00','2008-02-09 04:05:00'),(625,22,8,'2327.524','2007-10-06 04:05:00','2007-10-16 04:05:00'),(626,23,4,'493568','2007-10-06 06:25:00','2007-10-16 06:25:00'),(627,23,8,'2327.570','2007-10-06 06:25:00','2007-10-16 06:25:00'),(628,20,8,'1905.350','2007-10-07 06:25:00','2007-10-09 06:25:00'),(629,6,4,'1275904','2007-10-07 06:26:00','2007-10-09 06:25:00'ONT>),(630,17,4,'1653760','2007-10-08 06:25:00','2007-10-09 06:25:00'),(631,17,8,'2000.102','2007-10-08 06:25:00','2007-11-10 06:25:00'),(632,6,4,'1153024','2007-10-09 06:25:00','2007-10-11 06:27:00'),(633,17,4,'483328','2007-10-09 06:25:00','2007-11-10 06:25:00'),(634,20,8,'1905.340','2007-10-09 06:25:00','2007-10-11 06:25:00'),(635,20,4,'524436','2007-10-11 06:25:00','2008-03-02 06:45:00'),(636,20,5,'2','2007-10-11 06:25:00',NULL),(637,20,8,'1905.337','2007-10-11 06:25:00','2007-11-10 21:34:00'),(638,6,4,'235520','2007-10-11 06:27:00','2007-11-11 06:25:00'),(639,22,8,'2327.522','2007-10-16 04:05:00','2007-12-04 04:05:00'),(640,23,4,'502784','2007-10-16 06:25:00','2007-12-08 06:25:00'),(641,23,8,'2327.586','2007-10-16 06:25:00','2007-10-25 06:25:00'),(642,30,4,'1036576','2007-10-17 06:25:00','2008-09-07 06:25:00'),(643,30,8,'645.650','2007-10-17 06:25:00','2007-11-07 06:25:00'),(644,36,8,'3192.764','2007-10-18 06:25:00','2007-11-07 06:25:00'),(645,6,8,'1905.412','2007-10-22 06:26:00','2007-11-10 06:27:00'),(646,1,4,'906736','2007-10-24 14:21:00','2008-02-17 06:27:00'),(647,1,5,'1','2007-10-24 14:21:00',NULL),(648,1,6,'AuthenticAMD','2007-10-24 14:21:00',NULL),(649,1,7,'i686','2007-10-24 14:21:00','2008-02-17 06:27:00'),(650,1,8,'1608.289','2007-10-24 14:21:00','2008-02-17 06:27:00'),(651,303,9,'PCI bridge','2007-10-24 14:21:00','2008-10-25 06:29:00'),(652,303,10,'09.0','2007-10-24 14:21:00','2008-10-25 06:29:00'),(653,304,9,'Ethernet controller','2007-10-24 14:21:00','2008-10-25 06:29:00'),(654,304,10,'00.0','2007-10-24 14:21:00','2008-10-25 06:29:00'),(655,305,9,'USB Controller','2007-10-24 14:21:00','2008-10-25 06:29:00'),(656,305,10,'02.0','2007-10-24 14:21:00','2008-10-25 06:29:00'),(657,306,9,'0c.0 PCI bridge','2007-10-24 14:21:00','2008-10-25 06:29:00'),(658,306,10,'v1.x-unk','2007-10-24 14:21:00','2008-10-25 06:29:00'),(659,307,9,'0e.0 PCI bridge','2007-10-24 14:21:00'B>,'2008-10-25 06:29:00'),(660,307,10,'v1.x-unk','2007-10-24 14:21:00','2008-10-25 06:29:00'),(661,308,9,'VGA compatible controller','2007-10-24 14:21:00','2008-10-25 06:29:00'),(662,308,10,'00.0','2007-10-24 14:21:00','2008-10-25 06:29:00'),(663,309,9,'SMBus','2007-10-24 14:21:00','2008-10-25 06:29:00'),(664,309,10,'01.1','2007-10-24 14:21:00','2008-10-25 06:29:00'),(665,310,9,'0d.0 PCI bridge',OR="#BC8F8F">'2007-10-24 14:21:00','2008-10-25 06:29:00'),(666,310,10,'v1.x-unk','2007-10-24 14:21:00','2008-10-25 06:29:00'),(667,311,9,'ISA bridge','2007-10-24 14:21:00','2008-10-25 06:29:00'),(668,311,10,'01.0','2007-10-24 14:21:00','2008-10-25 06:29:00'),(669,312,9,'USB Controller','2007-10-24 14:21:00','2008-10-25 06:29:00'),(670,312,10,'02.1','2007-10-24 14:21:00','2008-10-25 06:29:00'),(671,313,9,'Memory controller','2007-10-24 14:21:00','2008-10-25 06:29:00'),(672,313,10,'00.0','2007-10-24 14:21:00','2008-10-25 06:29:00'),(673,314,9,'Display controller','2007-10-24 14:21:00','2008-10-25 06:29:00'),(674,314,10,'00.1','2007-10-24 14:21:00','2008-10-25 06:29:00'),(675,315,9,'RAID bus controller','2007-10-24 14:21:00','2008-10-25 06:29:00'),(676,315,10,'06.0','2007-10-24 14:21:00','2008-10-25 06:29:00'T>),(677,316,9,'IDE interface','2007-10-24 14:21:00','2008-10-25 06:29:00'),(678,316,10,'06.0','2007-10-24 14:21:00','2008-10-25 06:29:00'),(679,23,8,'2327.578','2007-10-25 06:25:00','2007-12-08 06:25:00'),(680,317,9,'Intel Corporation 5000 Series Chipset Error Reporting Registers (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(681,317,10,'v1.x-unk','2007-10-25 06:25:00','2008-02-09 06:25:00'),(682,318,9,'Intel Corporation 5000 Series Chipset PCI Express x4 Port 3 (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(683,318,10,'v1.x-unk','2007-10-25 06:25:00','2008-02-09 06:25:00'),(684,319,9,'Intel Corporation 5000 Series Chipset PCI Express x4 Port 2 (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(685,319,10,'v1.x-unk','2007-10-25 06:25:00','2008-02-09 06:25:00'),(686,320,9,'Intel Corporation 5000 Series Chipset Reserved Registers (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(687,320,10,'v1.x-unk','2007-10-25 06:25:00','2008-02-09 06:25:00'),(688,321,9,'Intel Corporation 5000 Series Chipset Reserved Registers (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(689,321,10,'v1.x-unk','2007-10-25 06:25:00','2008-02-09 06:25:00'),(690,322,9,'Intel Corporation 5000X Chipset Memory Controller Hub (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(691,322,10,'v1.x-unk','2007-10-25 06:25:00','2008-02-09 06:25:00'),(692,323,9,'Intel Corporation 5000 Series Chipset FBD Registers (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(693,323,10,'v1.x-unk','2007-10-25 06:25:00','2008-02-09 06:25:00'),(694,324,9,'Intel Corporation 5000 Series Chipset PCI Express x4 Port 7 (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(695,324,10,'v1.x-unk','2007-10-25 06:25:00','2008-02-09 06:25:00'),(696,325,9,'Intel Corporation 5000 Series Chipset PCI Express x8 Port 4-5 (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(697,325,10,'v1.x-unk'FONT>,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(698,326,9,'Intel Corporation 5000 Series Chipset Error Reporting Registers (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(699,326,10,'v1.x-unk','2007-10-25 06:25:00','2008-02-09 06:25:00'),(700,327,9,'Intel Corporation 5000 Series Chipset FBD Registers (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(701,327,10,'v1.x-unk','2007-10-25 06:25:00','2008-02-09 06:25:00'),(702,328,9,'Intel Corporation 5000 Series Chipset Error Reporting Registers (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(703,328,10,'v1.x-unk','2007-10-25 06:25:00','2008-02-09 06:25:00'),(704,329,9,'Intel Corporation 5000 Series Chipset PCI Express x4 Port 5 (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(705,329,10,'v1.x-unk','2007-10-25 06:25:00','2008-02-09 06:25:00'),(706,330,9,'Intel Corporation 5000 Series Chipset PCI Express x8 Port 6-7 (rev 13)','2007-10-25 06:25:00','2008-02-09 06:25:00'),(707,330,10,'v1.x-unk','2007-10-25 06:25:00','2008-02-09 06:25:00'),(708,13,4,'262292','2007-10-31 06:59:00','2008-03-02 06:43:00'),(709,13,5,'1','2007-10-31 06:59:00',NULL),(710,13,6,'AuthenticAMD','2007-10-31 06:59:00',NULL),(711,13,7,'i686','2007-10-31 06:59:00','2008-03-02 06:43:00'),(712,13,8,'1905.336','2007-10-31 06:59:00','2007-11-10 06:30:00'),(713,21,4,'450012','2007-11-06 04:34:00','2008-03-05 04:34:00'),(714,21,8,'1607.315','2007-11-06 04:34:00','2007-12-02 00:14:00'),(715,30,8,'645.736','2007-11-07 06:25:00','2007-11-09 06:25:00'),(716,36,8,'3192.750','2007-11-07 06:25:00','2008-03-04 06:25:00'),(717,32,8,'3391.780','2007-11-07 06:25:00','2008-03-01 03:00:00'),(718,30,8,'645.888','2007-11-09 06:25:00','2008-09-07 06:25:00'),(719,34,8,'745.201','2007-11-09 06:25:00','2008-01-02 06:25:00'),(720,17,4,'1391616','2007-11-10 06:25:00','2007-11-12 06:25:00'),(721,17,8,'2000.126','2007-11-10 06:25:00','2007-11-24 06:25:00'),(722,6,8,'1905.394','2007-11-10 06:27:00','2008-11-07 03:00:00'),(723,13,8,'1905.341','2007-11-10 06:30:00','2007-11-11 06:29:00'),(724,20,8,'1905.340','2007-11-10 21:34:00','2007-11-11 06:39:00'),(725,6,4,="#BC8F8F">'751616','2007-11-11 06:25:00','2007-11-18 06:25:00'),(726,13,8,'1905.337','2007-11-11 06:29:00','2007-11-13 06:30:00'),(727,20,8,'1905.338','2007-11-11 06:39:00','2007-11-13 06:41:00'),(728,17,4,'876544','2007-11-12 06:25:00','2007-11-24 06:25:00'),(729,13,8,'1905.338','2007-11-13 06:30:00','2007-12-21 06:30:00'),(730,20,8,'1905.341','2007-11-13 06:41:00','2007-12-28 06:42:00'),(731,9,4,'515404','2007-11-13 11:35:00','2007-11-16 23:55:00'),(732,9,5,'2','2007-11-13 11:35:00',NULL),(733,9,6,'GenuineIntel','2007-11-13 11:35:00',NULL),(734,9,7,'i686','2007-11-13 11:35:00',NULL),(735,9,8,'1700.000','2007-11-13 11:35:00','2007-11-14 03:00:00'),(736,331,9,'Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC\'97 Modem Controller (rev 01)','2007-11-13 11:35:00',NULL</FONT>),(737,331,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(738,332,9,'Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)','2007-11-13 11:35:00',NULL),(739,332,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(740,333,9,'Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)','2007-11-13 11:35:00',NULL),(741,333,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(742,334,9,'Intel Corporation 82855PM Processor to AGP Controller (rev 03)','2007-11-13 11:35:00',NULL),(743,334,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(744,335,9,'Intel Corporation 82855PM Processor to I/O Controller (rev 03)','2007-11-13 11:35:00',NULL),(745,335,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(746,336,9,'Texas Instruments PCI4520 PC card Cardbus Controller (rev 01)','2007-11-13 11:35:00',NULL),(747,336,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(748,337,9,'Intel Corporation 82801 Mobile PCI Bridge (rev 81)','2007-11-13 11:35:00',NULL),(749,337,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(750,338,9,'Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)','2007-11-13 11:35:00',NULL),(751,338,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(752,339,9,'Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)','2007-11-13 11:35:00',NULL),(753,339,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(754,340,9,'ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]','2007-11-13 11:35:00',NULL),(755,340,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(756,341,9,'Texas Instruments PCI4520 PC card Cardbus Controller (rev 01)','2007-11-13 11:35:00',NULL),(757,341,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(758,342,9,'Intel Corporation 82540EP Gigabit Ethernet Controller (Mobile) (rev 03)','2007-11-13 11:35:00',NULL),(759,342,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(760,343,9,'Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01)','2007-11-13 11:35:00',NULL),(761,343,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(762,344,9,'Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)','2007-11-13 11:35:00',NULL),(763,344,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(764,345,9,'Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC\'97 Audio Controller (rev 01)','2007-11-13 11:35:00',NULL),(765,345,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(766,346,9,'Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)','2007-11-13 11:35:00',NULL),(767,346,10,'v1.x-unk','2007-11-13 11:35:00',NULL),(768,9,8,'600.000','2007-11-14 03:00:00','2007-11-15 23:55:00'),(769,9,8,'1700.000','2007-11-15 23:55:00'NT>,'2007-11-16 23:55:00'),(770,9,4,'1555376','2007-11-16 23:55:00','2007-12-01 23:58:00'),(771,9,8,'1400.000','2007-11-16 23:55:00','2007-11-17 23:55:00'),(772,9,8,'1700.000','2007-11-17 23:55:00','2007-11-24 23:55:00'),(773,6,4,'235520','2007-11-18 06:25:00','2007-12-21 06:26:00'),(774,31,4,'646580','2007-11-20 06:25:00','2010-03-27 03:00:00'),(775,31,5,'1','2007-11-20 06:25:00',NULL),(776,31,6,'GenuineIntel','2007-11-20 06:25:00',NULL),(777,31,7,'i686','2007-11-20 06:25:00',NULL),(778,31,8,'801.829','2007-11-20 06:25:00','2008-07-04 06:25:00'),(779,347,9,'3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)','2007-11-20 06:25:00','2010-03-27 03:00:00'),(780,347,10,'v1.x-unk','2007-11-20 06:25:00','2010-03-27 03:00:00'),(781,348,9,'Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)','2007-11-20 06:25:00','2010-03-27 03:00:00'),(782,348,10,'v1.x-unk','2007-11-20 06:25:00','2010-03-27 03:00:00'),(783,349,9,'D-Link System Inc RTL8139 Ethernet (rev 10)','2007-11-20 06:25:00','2010-03-27 03:00:00'),(784,349,10,'v1.x-unk','2007-11-20 06:25:00','2010-03-27 03:00:00'),(785,350,9,'Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)','2007-11-20 06:25:00','2010-03-27 03:00:00'),(786,350,10,'v1.x-unk','2007-11-20 06:25:00'</B>,'2010-03-27 03:00:00'),(787,351,9,'nVidia Corporation NV6 [Vanta/Vanta LT] (rev 15)','2007-11-20 06:25:00','2010-03-27 03:00:00'),(788,351,10,'v1.x-unk','2007-11-20 06:25:00','2010-03-27 03:00:00'),(789,352,9,'Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)','2007-11-20 06:25:00','2010-03-27 03:00:00'),(790,352,10,'v1.x-unk','2007-11-20 06:25:00','2010-03-27 03:00:00'),(791,353,9,'Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)','2007-11-20 06:25:00','2010-03-27 03:00:00'),(792,353,10,'v1.x-unk','2007-11-20 06:25:00','2010-03-27 03:00:00'),(793,354,9,'Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)','2007-11-20 06:25:00','2010-03-27 03:00:00'),(794,354,10,'v1.x-unk','2007-11-20 06:25:00','2010-03-27 03:00:00'),(795,355,9,'Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)','2007-11-20 06:25:00','2010-03-27 03:00:00'),(796,355,10,'v1.x-unk','2007-11-20 06:25:00','2010-03-27 03:00:00'</FONT>),(797,16,4,'1035196','2007-11-20 14:46:00',NULL),(798,16,5,'1','2007-11-20 14:46:00',NULL),(799,16,6,'GenuineIntel','2007-11-20 14:46:00',NULL),(800,16,7,'i686','2007-11-20 14:46:00',NULL),(801,16,8,'1130.500','2007-11-20 14:46:00',NULL),(802,356,9,'Intel Corporation 82801CAM ISA Bridge (LPC) (rev 01)','2007-11-20 14:46:00',NULL),(803,356,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(804,357,9,'Texas Instruments PCI1420','2007-11-20 14:46:00',NULL),(805,357,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(806,358,9,'Intel Corporation 82801CA/CAM USB (Hub #2) (rev 01)','2007-11-20 14:46:00',NULL),(807,358,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(808,359,9,'Intel Corporation 82801CAM IDE U100 (rev 01)','2007-11-20 14:46:00',NULL),(809,359,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(810,360,9,'Intel Corporation 82801CA/CAM AC\'97 Audio Controller (rev 01)','2007-11-20 14:46:00',NULL),(811,360,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(812,361,9,'Texas Instruments PCI1420','2007-11-20 14:46:00',NULL),(813,361,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(814,362,9,'Intel Corporation 82801CA/CAM USB (Hub #1) (rev 01)','2007-11-20 14:46:00', COLOR="#A020F0">NULL),(815,362,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(816,363,9,'Intel Corporation 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 41)','2007-11-20 14:46:00',NULL),(817,363,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(818,364,9,'Intel Corporation 82801CA/CAM SMBus Controller (rev 01)','2007-11-20 14:46:00',NULL),(819,364,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(820,365,9,'Intel Corporation 82830 830 Chipset AGP Bridge (rev 02)','2007-11-20 14:46:00',NULL),(821,365,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(822,366,9,'Intel Corporation 82801CA/CAM USB (Hub #3) (rev 01)','2007-11-20 14:46:00',NULL),(823,366,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(824,367,9,'Intel Corporation 82830 830 Chipset Host Bridge (rev 02)','2007-11-20 14:46:00',NULL),(825,367,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(826,368,9,<B>'Agere Systems WinModem 56k (rev 01)','2007-11-20 14:46:00',NULL),(827,368,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(828,369,9,'S3 Inc. SuperSavage IX/C SDR (rev 05)','2007-11-20 14:46:00',NULL),(829,369,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(830,370,9,'Intel Corporation 82801 Mobile PCI Bridge (rev 41)','2007-11-20 14:46:00',NULL),(831,370,10,'v1.x-unk','2007-11-20 14:46:00',NULL),(832,2,4,'262144','2007-11-20 15:31:00','2008-02-22 04:02:00'),(833,2,5,'1','2007-11-20 15:31:00',NULL),(834,2,6,'AuthenticAMD','2007-11-20 15:31:00',NULL),(835,2,7,'x86_64','2007-11-20 15:31:00','2008-02-22 04:02:00'),(836,2,8,'2000.080','2007-11-20 15:31:00','2008-02-22 04:02:00'),(837,12,4,'524288','2007-11-20 22:00:00','2008-11-19 03:00:00'),(838,12,5,'1','2007-11-20 22:00:00',NULL),(839,12,6,'AuthenticAMD','2007-11-20 22:00:00',NULL),(840,12,7,'x86_64','2007-11-20 22:00:00',NULL),(841,12,8,'2000.080','2007-11-20 22:00:00','2008-11-19 03:00:00'),(842,17,4,'868352','2007-11-24 06:25:00','2008-01-13 06:25:00'),(843,17,8,'2000.120','2007-11-24 06:25:00','2008-01-19 06:25:00'),(844,9,8,'1000.000'>,'2007-11-24 23:55:00','2007-11-26 23:55:00'),(845,9,8,'1700.000','2007-11-26 23:55:00','2007-12-02 07:39:00'),(846,9,4,'1555236','2007-12-01 23:58:00',NULL),(847,21,8,'1607.354','2007-12-02 00:14:00','2008-03-05 04:34:00'),(848,10,4,'1035636','2007-12-02 07:35:00',NULL),(849,10,5,'1','2007-12-02 07:35:00',NULL),(850,10,6,'AuthenticAMD','2007-12-02 07:35:00',NULL),(851,10,7,'i686','2007-12-02 07:35:00',NULL),(852,10,8,'1152.682','2007-12-02 07:35:00','2007-12-03 18:56:00'),(853,371,9,'nVidia Corporation nForce2 Ethernet Controller (rev a1)','2007-12-02 07:35:00',NULL),(854,371,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(855,372,9,'nVidia Corporation nForce2 SMBus (MCP) (rev a2)','2007-12-02 07:35:00',NULL),(856,372,10,'v1.x-unk',T COLOR="#BC8F8F">'2007-12-02 07:35:00',NULL),(857,373,9,'Creative Labs SB Live! Game Port (rev 07)','2007-12-02 07:35:00',NULL),(858,373,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(859,374,9,'nVidia Corporation nForce2 Memory Controller 4 (rev c1)','2007-12-02 07:35:00',NULL),(860,374,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(861,375,9,'nVidia Corporation nForce2 Memory Controller 0 (rev c1)','2007-12-02 07:35:00',NULL),(862,375,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(863,376,9,'Philips Semiconductors SAA7133/SAA7135 Video Broadcast Decoder (rev 10)','2007-12-02 07:35:00',NULL),(864,376,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(865,377,9,'nVidia Corporation nForce2 AGP (different version?) (rev c1)','2007-12-02 07:35:00',NULL),(866,377,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(867,378,9,'Creative Labs SB Live! EMU10k1 (rev 07)','2007-12-02 07:35:00',NULL),(868,378,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(869,379,9,'nVidia Corporation nForce2 IDE (rev a2)','2007-12-02 07:35:00',NULL),(870,379,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(871,380,9,'nVidia Corporation nForce2 ISA Bridge (rev a4)','2007-12-02 07:35:00',NULL),(872,380,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(873,381,9,'nVidia Corporation nForce2 Memory Controller 3 (rev c1)'T>,'2007-12-02 07:35:00',NULL),(874,381,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(875,382,9,'nVidia Corporation nForce2 USB Controller (rev a4)','2007-12-02 07:35:00',NULL),(876,382,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(877,383,9,'nVidia Corporation nForce2 External PCI Bridge (rev a3)','2007-12-02 07:35:00',NULL),(878,383,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(879,384,9,'nVidia Corporation nForce2 AGP (rev c1)','2007-12-02 07:35:00',NULL),(880,384,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(881,385,9,'Silicon Image, Inc. SiI 3512 [SATALink/SATARaid] Serial ATA Controller (rev 01)','2007-12-02 07:35:00',NULL),(882,385,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(883,386,9,'nVidia Corporation nForce2 USB Controller (rev a4)','2007-12-02 07:35:00',NULL),(884,386,10,'v1.x-unk','2007-12-02 07:35:00',<FONT COLOR="#A020F0">NULL),(885,387,9,'nVidia Corporation nForce2 Memory Controller 2 (rev c1)','2007-12-02 07:35:00',NULL),(886,387,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(887,388,9,'nVidia Corporation NV44A [GeForce 6200] (rev a1)','2007-12-02 07:35:00',NULL),(888,388,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(889,389,9,'nVidia Corporation nForce2 USB Controller (rev a4)','2007-12-02 07:35:00',NULL),(890,389,10,'v1.x-unk',ONT COLOR="#BC8F8F">'2007-12-02 07:35:00',NULL),(891,390,9,'nVidia Corporation nForce2 Memory Controller 5 (rev c1)','2007-12-02 07:35:00',NULL),(892,390,10,'v1.x-unk','2007-12-02 07:35:00',NULL),(893,9,8,'600.000','2007-12-02 07:39:00','2007-12-03 07:37:00'),(894,9,8,'1700.000','2007-12-03 07:37:00','2007-12-05 07:39:00'),(895,10,8,'1152.671','2007-12-03 18:56:00','2007-12-05 02:09:00'),(896,22,8,'2327.524','2007-12-04 04:05:00','2008-02-09 04:05:00'),(897,10,8,'1152.611','2007-12-05 02:09:00','2007-12-09 12:57:00'),(898,9,8,'600.000','2007-12-05 07:39:00','2007-12-07 17:33:00'),(899,9,8,'1700.000','2007-12-07 17:33:00',NULL),(900,23,4,'493568','2007-12-08 06:25:00','2008-01-12 06:25:00'),(901,23,8,'2327.574','2007-12-08 06:25:00','2008-01-12 06:25:00'),(902,10,8,'1152.676'</FONT>,'2007-12-09 12:57:00','2007-12-10 16:21:00'),(903,10,8,'1152.668','2007-12-10 16:21:00','2007-12-15 07:36:00'),(904,10,8,'1152.673','2007-12-15 07:36:00','2007-12-21 07:35:00'),(905,6,4,'759808','2007-12-21 06:26:00','2008-01-08 06:26:00'),(906,13,8,'1905.335','2007-12-21 06:30:00','2007-12-28 06:31:00'),(907,10,8,'1152.680','2007-12-21 07:35:00','2007-12-26 07:36:00'),(908,37,8,'3402.210','2007-12-22 06:26:00','2010-12-25 03:00:00'),(909,10,8,'1152.611','2007-12-26 07:36:00','2008-01-04 20:36:00'),(910,13,8,'1905.337','2007-12-28 06:31:00','2008-01-08 06:31:00'),(911,20,8,'1905.338','2007-12-28 06:42:00','2007-12-29 06:42:00'),(912,20,8,'1905.337','2007-12-29 06:42:00','2008-01-08 06:43:00'),(913,34,8,'744.958','2008-01-02 06:25:00','2008-02-09 06:25:00'),(914,10,8,'1152.682','2008-01-04 20:36:00','2008-01-16 15:03:00'),(915,8,4,'2063564','2008-01-05 18:23:00',NULL),(916,8,5,'1','2008-01-05 18:23:00',NULL),(917,8,6,'AuthenticAMD','2008-01-05 18:23:00',NULL),(918,8,7,'x86_64','2008-01-05 18:23:00',NULL),(919,8,8,'798.243','2008-01-05 18:23:00','2008-01-17 01:26:00'),(920,391,9,'Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)','2008-01-05 18:23:00',NULL),(921,391,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(922,392,9,'Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)','2008-01-05 18:23:00',NULL),(923,392,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(924,393,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map','2008-01-05 18:23:00',NULL),(925,393,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(926,394,9,'Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] (rev 25)','2008-01-05 18:23:00',NULL),(927,394,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(928,395,9,'Silicon Integrated Systems [SiS] SG86C202','2008-01-05 18:23:00',NULL),(929,395,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(930,396,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller','2008-01-05 18:23:00',NULL),(931,396,10,'v1.x-unk'B>,'2008-01-05 18:23:00',NULL),(932,397,9,'Silicon Integrated Systems [SiS] 755 Host (rev 01)','2008-01-05 18:23:00',NULL),(933,397,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(934,398,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2008-01-05 18:23:00',NULL),(935,398,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(936,399,9,'O2 Micro, Inc. OZ711M1/MC1 4-in-1 MemoryCardBus Controller (rev 20)','2008-01-05 18:23:00',NULL),(937,399,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(938,400,9,'Silicon Integrated Systems [SiS] AC\'97 Sound Controller (rev a0)','2008-01-05 18:23:00',NULL),(939,400,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(940,401,9,'Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller','2008-01-05 18:23:00',NULL),(941,401,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(942,402,9,'Silicon Integrated Systems [SiS] USB 2.0 Controller','2008-01-05 18:23:00',NULL),(943,402,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(944,403,9,'O2 Micro, Inc. OZ711M1/MC1 4-in-1 MemoryCardBus Controller (rev 20)','2008-01-05 18:23:00',NULL),(945,403,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(946,404,9,'ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]','2008-01-05 18:23:00',NULL),(947,404,10,'v1.x-unk','2008-01-05 18:23:00',NULL>),(948,405,9,'O2 Micro, Inc. OZ711Mx 4-in-1 MemoryCardBus Accelerator','2008-01-05 18:23:00',NULL),(949,405,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(950,406,9,'Atheros Communications, Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor (rev 01)','2008-01-05 18:23:00',NULL),(951,406,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(952,407,9,'Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)','2008-01-05 18:23:00',NULL),(953,407,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(954,408,9,'Silicon Integrated Systems [SiS] 5513 [IDE]','2008-01-05 18:23:00',NULL),(955,408,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(956,409,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control','2008-01-05 18:23:00',NULL),(957,409,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(958,410,9,'Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)','2008-01-05 18:23:00',>NULL),(959,410,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(960,411,9,'Silicon Integrated Systems [SiS] AC\'97 Modem Controller (rev a0)','2008-01-05 18:23:00',NULL),(961,411,10,'v1.x-unk','2008-01-05 18:23:00',NULL),(962,4,8,'1593.594','2008-01-07 06:31:00','2008-03-30 07:00:00'),(963,18,8,'1403.676','2008-01-07 07:00:00','2009-11-16 03:00:00'),(964,6,4,'751616','2008-01-08 06:26:00'ONT>,'2008-01-13 06:25:00'),(965,13,8,'1905.342','2008-01-08 06:31:00','2008-01-19 06:30:00'),(966,20,8,'1905.333','2008-01-08 06:43:00','2008-01-19 06:41:00'),(967,23,4,'502784','2008-01-12 06:25:00','2008-02-09 06:25:00'),(968,23,8,'2327.580','2008-01-12 06:25:00','2008-02-09 06:25:00'),(969,6,4,'628736','2008-01-13 06:25:00','2008-01-19 06:25:00'),(970,17,4,'745472','2008-01-13 06:25:00','2008-01-19 06:25:00'),(971,10,8,'1152.636','2008-01-16 15:03:00','2008-01-18 12:30:00'),(972,8,8,'798.248','2008-01-17 01:26:00','2008-02-18 02:45:00'),(973,10,8,'1152.628','2008-01-18 12:30:00','2008-01-21 07:35:00'),(974,412,9,'nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)','2008-01-18 12:30:00','2008-04-10 07:37:00'),(975,412,10,'v1.x-unk','2008-01-18 12:30:00','2008-04-10 07:37:00'),(976,17,4,NT COLOR="#BC8F8F">'737280','2008-01-19 06:25:00','2008-01-31 06:25:00'),(977,17,8,'2000.112','2008-01-19 06:25:00','2008-01-31 06:25:00'),(978,6,4,'1274880','2008-01-19 06:25:00','2008-02-22 06:25:00'),(979,13,8,'1905.337','2008-01-19 06:30:00','2008-02-20 06:29:00'),(980,20,8,'1905.336','2008-01-19 06:41:00','2008-02-28 06:41:00'),(981,10,8,'1152.671','2008-01-21 07:35:00','2008-01-23 12:35:00'),(982,27,4,'906788','2008-01-22 15:55:00','2009-04-11 03:00:00'),(983,27,5,'1','2008-01-22 15:55:00',NULL),(984,27,6,'AuthenticAMD','2008-01-22 15:55:00',NULL),(985,27,7,'i686','2008-01-22 15:55:00',NULL),(986,27,8,'1999.942','2008-01-22 15:55:00','2008-06-04 06:25:00'),(987,413,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map','2008-01-22 15:55:00','2009-04-11 03:00:00'),(988,413,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(989,414,9,'ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)','2008-01-22 15:55:00','2009-04-11 03:00:00'),(990,414,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(991,415,9,'ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)','2008-01-22 15:55:00','2009-04-11 03:00:00'),(992,415,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(993,416,9,'ATI Technologies Inc RS480 PCI Bridge','2008-01-22 15:55:00','2009-04-11 03:00:00'),(994,416,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(995,417,9,'ATI Technologies Inc RS480 Host Bridge (rev 10)','2008-01-22 15:55:00','2009-04-11 03:00:00'),(996,417,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(997,418,9,'Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)','2008-01-22 15:55:00','2009-04-11 03:00:00'),(998,418,10,'v1.x-unk'</B>,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(999,419,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1000,419,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1001,420,9,'ATI Technologies Inc Standard Dual Channel PCI IDE Controller ATI (rev 80)','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1002,420,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1003,421,9,'ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1004,421,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1005,422,9,'ATI Technologies Inc IXP SB400 AC\'97 Audio Controller (rev 80)','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1006,422,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1007,423,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1008,423,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1009,424,9,'ATI Technologies Inc RS480 [Radeon Xpress 200G Series]','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1010,424,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1011,425,9,'3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1012,425,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1013,426,9,'ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80)'ONT>,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(1014,426,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1015,427,9,'ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80)','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1016,427,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1017,428,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1018,428,10,'v1.x-unk'B>,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(1019,429,9,'ATI Technologies Inc IXP SB400 SMBus Controller (rev 83)','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1020,429,10,'v1.x-unk','2008-01-22 15:55:00','2009-04-11 03:00:00'),(1021,10,8,'1152.666','2008-01-23 12:35:00','2008-02-14 01:08:00'),(1022,17,4,'745472','2008-01-31 06:25:00','2008-11-07 03:00:00'),(1023,17,8,'2000.098','2008-01-31 06:25:00','2008-11-07 03:00:00'),(1024,29,4,'1023568','2008-02-04 15:02:00',NULL),(1025,29,5,'1','2008-02-04 15:02:00',NULL),(1026,29,6,'AuthenticAMD','2008-02-04 15:02:00',NULL),(1027,29,7,'x86_64','2008-02-04 15:02:00',NULL),(1028,29,8,'2211.373','2008-02-04 15:02:00','2008-07-29 15:02:00'),(1029,430,9,'nVidia Corporation CK804 Serial ATA Controller (rev f3)','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1030,430,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1031,431,9,'3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1032,431,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1033,432,9,'nVidia Corporation CK804 USB Controller (rev a2)','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1034,432,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1035,433,9,>'nVidia Corporation CK804 PCI Bridge (rev a2)','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1036,433,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1037,434,9,'nVidia Corporation CK804 PCIE Bridge (rev a3)','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1038,434,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1039,435,9,'Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 11)','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1040,435,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1041,436,9,'nVidia Corporation CK804 SMBus (rev a2)','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1042,436,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1043,437,9,'ATI Technologies Inc RV370 [Radeon X300SE]','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1044,437,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1045,438,9,'nVidia Corporation CK804 PCIE Bridge (rev a3)',"#BC8F8F">'2008-02-04 15:02:00','2008-12-26 03:00:00'),(1046,438,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1047,439,9,'nVidia Corporation CK804 ISA Bridge (rev a3)','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1048,439,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1049,440,9,'nVidia Corporation CK804 USB Controller (rev a3)','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1050,440,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1051,441,9,'nVidia Corporation CK804 Memory Controller (rev a3)','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1052,441,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1053,442,9,'ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1054,442,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1055,443,9,'nVidia Corporation CK804 PCIE Bridge (rev a3)','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1056,443,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1057,444,9,'nVidia Corporation CK804 IDE (rev f2)','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1058,444,10,'v1.x-unk','2008-02-04 15:02:00','2008-12-26 03:00:00'),(1059,22,4,'1048724','2008-02-09 04:05:00','2009-09-27 04:47:00'),(1060,22,8,'2327.522','2008-02-09 04:05:00','2008-02-16 04:05:00'),(1061,23,4,'3098624','2008-02-09 06:25:00','2008-02-23 09:27:00'),(1062,23,8,'2327.582','2008-02-09 06:25:00','2008-02-16 06:25:00'),(1063,445,9,'Intel Corporation 5000 Series Chipset Error Reporting Registers (rev 12)','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1064,445,10,'v1.x-unk','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1065,446,9,'Intel Corporation 5000 Series Chipset PCI Express x4 Port 3 (rev 12)','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1066,446,10,'v1.x-unk','2008-02-09 06:25:00'B>,'2009-12-30 03:00:00'),(1067,447,9,'Intel Corporation 5000 Series Chipset PCI Express x4 Port 2 (rev 12)','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1068,447,10,'v1.x-unk','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1069,448,9,'Intel Corporation 5000 Series Chipset Reserved Registers (rev 12)','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1070,448,10,'v1.x-unk','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1071,449,9,'Intel Corporation 5000 Series Chipset Reserved Registers (rev 12)','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1072,449,10,'v1.x-unk','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1073,450,9,'Intel Corporation 5000X Chipset Memory Controller Hub (rev 12)','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1074,450,10,'v1.x-unk','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1075,451,9,'Intel Corporation 5000 Series Chipset FBD Registers (rev 12)','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1076,451,10,'v1.x-unk','2008-02-09 06:25:00'>,'2009-12-30 03:00:00'),(1077,452,9,'Intel Corporation 5000 Series Chipset PCI Express x4 Port 7 (rev 12)','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1078,452,10,'v1.x-unk','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1079,453,9,'Intel Corporation 5000 Series Chipset PCI Express x8 Port 4-5 (rev 12)','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1080,453,10,'v1.x-unk','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1081,454,9,'Intel Corporation 5000 Series Chipset Error Reporting Registers (rev 12)',LOR="#BC8F8F">'2008-02-09 06:25:00','2009-12-30 03:00:00'),(1082,454,10,'v1.x-unk','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1083,455,9,'Intel Corporation 5000 Series Chipset FBD Registers (rev 12)','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1084,455,10,'v1.x-unk','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1085,456,9,'Intel Corporation 5000 Series Chipset Error Reporting Registers (rev 12)','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1086,456,10,'v1.x-unk','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1087,457,9,'Intel Corporation 5000 Series Chipset PCI Express x4 Port 5 (rev 12)','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1088,457,10,'v1.x-unk','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1089,458,9,'Intel Corporation 5000 Series Chipset PCI Express x8 Port 6-7 (rev 12)','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1090,458,10,'v1.x-unk','2008-02-09 06:25:00','2009-12-30 03:00:00'),(1091,34,8,'745.075','2008-02-09 06:25:00'>,'2008-11-10 03:00:00'),(1092,10,8,'1152.675','2008-02-14 01:08:00','2008-02-20 07:35:00'),(1093,22,8,'2327.524','2008-02-16 04:05:00','2008-02-21 04:05:00'),(1094,23,8,'2327.580','2008-02-16 06:25:00','2008-02-23 09:27:00'),(1095,459,9,'Adaptec ASC-29320ALP U320 (rev 10)','2008-02-16 06:25:00','2008-03-09 06:25:00'),(1096,459,10,'v1.x-unk','2008-02-16 06:25:00','2008-03-09 06:25:00'),(1097,460,9,'PLX Technology, Inc. PEX 8114 PCI Express-to-PCI/PCI-X Bridge (rev bc)','2008-02-16 06:25:00','2008-03-09 06:25:00'),(1098,460,10,'v1.x-unk','2008-02-16 06:25:00','2008-03-09 06:25:00'),(1099,1,4,'1023584','2008-02-17 06:27:00','2008-10-25 06:29:00'),(1100,1,7,'x86_64','2008-02-17 06:27:00',NULL),(1101,1,8,'1608.279','2008-02-17 06:27:00','2008-10-25 06:29:00'),(1102,8,8,'798.250','2008-02-18 02:45:00',NULL),(1103,13,8,'1905.339','2008-02-20 06:29:00','2008-02-22 06:29:00'),(1104,10,8,'1152.662','2008-02-20 07:35:00','2008-03-03 23:22:00'),(1105,22,8,'2327.522','2008-02-21 04:05:00','2008-02-23 04:05:00'),(1106,28,8,'2010.253','2008-02-21 06:25:00','2008-04-01 06:25:00'),(1107,2,4,'262292','2008-02-22 04:02:00','2008-03-01 17:47:00'),(1108,2,7,'i686','2008-02-22 04:02:00','2008-03-01 17:47:00'FONT>),(1109,2,8,'1905.337','2008-02-22 04:02:00','2008-02-28 04:02:00'),(1110,6,4,'759808','2008-02-22 06:25:00','2008-11-07 03:00:00'),(1111,19,4,'262292','2008-02-22 06:26:00','2008-03-02 06:35:00'),(1112,19,7,'i686','2008-02-22 06:26:00','2008-03-02 06:35:00'),(1113,19,8,'1905.341','2008-02-22 06:26:00','2008-02-28 06:28:00'),(1114,13,8,'1905.338','2008-02-22 06:29:00','2008-03-02 06:43:00'),(1115,22,8,'2327.524','2008-02-23 04:05:00','2008-03-09 04:05:00'),(1116,23,4,'3090432','2008-02-23 09:27:00','2008-03-09 06:25:00'),(1117,23,8,'2327.576','2008-02-23 09:27:00','2008-03-09 06:25:00'),(1118,2,8,'1905.336','2008-02-28 04:02:00','2008-03-01 17:47:00'),(1119,19,8,'1905.338','2008-02-28 06:28:00','2008-03-02 06:35:00'),(1120,20,8,'1905.338','2008-02-28 06:41:00',NT COLOR="#BC8F8F">'2008-03-02 06:45:00'),(1121,32,4,'2075844','2008-03-01 03:00:00','2008-05-15 03:00:00'),(1122,32,8,'3200.272','2008-03-01 03:00:00','2008-05-15 03:00:00'),(1123,461,9,'1f.3 SMBus','2008-03-01 03:00:00',NULL),(1124,461,10,'v1.x-unk','2008-03-01 03:00:00',NULL),(1125,462,9,'1c.0 PCI bridge','2008-03-01 03:00:00',NULL),(1126,462,10,'v1.x-unk','2008-03-01 03:00:00',NULL),(1127,463,9,'PCI bridge','2008-03-01 03:00:00',NULL),(1128,463,10,'03.0','2008-03-01 03:00:00',NULL),(1129,464,9,'RAID bus controller','2008-03-01 03:00:00',NULL),(1130,464,10,'01.0','2008-03-01 03:00:00',NULL),(1131,465,9,'1d.5 PIC','2008-03-01 03:00:00',NULL),(1132,465,10,'v1.x-unk','2008-03-01 03:00:00',NULL),(1133,466,9,'Ethernet controller','2008-03-01 03:00:00',NULL),(1134,466,10,'01.0','2008-03-01 03:00:00',NULL),(1135,467,9,'Ethernet controller','2008-03-01 03:00:00',NULL),(1136,467,10,'02.0','2008-03-01 03:00:00',NULL),(1137,468,9,'0e.0 VGA compatible controller','2008-03-01 03:00:00',NULL),(1138,468,10,'v1.x-unk','2008-03-01 03:00:00',NULL),(1139,469,9,'1f.2 IDE interface'</B>,'2008-03-01 03:00:00',NULL),(1140,469,10,'v1.x-unk','2008-03-01 03:00:00',NULL),(1141,470,9,'1d.4 System peripheral','2008-03-01 03:00:00',NULL),(1142,470,10,'v1.x-unk','2008-03-01 03:00:00',NULL),(1143,2,4,'262144','2008-03-01 17:47:00','2008-04-07 19:02:00'),(1144,2,7,'x86_64','2008-03-01 17:47:00',NULL),(1145,2,8,'2000.082','2008-03-01 17:47:00','2008-03-02 04:02:00'),(1146,2,8,'2000.080','2008-03-02 04:02:00','2008-03-07 23:13:00'),(1147,19,4,'262144','2008-03-02 06:35:00','2008-08-08 06:30:00'),(1148,19,7,'x86_64','2008-03-02 06:35:00',NULL),(1149,19,8,'2000.080','2008-03-02 06:35:00','2008-03-09 06:33:00'),(1150,13,4,'262144','2008-03-02 06:43:00','2008-03-18 06:29:00'),(1151,13,7,'x86_64','2008-03-02 06:43:00',NULL),(1152,13,8,'2000.080','2008-03-02 06:43:00','2008-03-09 06:39:00'),(1153,20,4,'524288','2008-03-02 06:45:00','2008-10-12 06:29:00'),(1154,20,7,'x86_64','2008-03-02 06:45:00',NULL),(1155,20,8,'2000.080','2008-03-02 06:45:00','2008-03-09 06:40:00'),(1156,10,8,'1152.682','2008-03-03 23:22:00','2008-03-05 18:43:00'),(1157,36,8,'3192.797','2008-03-04 06:25:00'>,'2008-09-07 06:26:00'),(1158,21,4,'450008','2008-03-05 04:34:00','2011-02-23 03:00:00'),(1159,21,8,'1607.335','2008-03-05 04:34:00','2008-04-12 04:34:00'),(1160,10,8,'1152.678','2008-03-05 18:43:00','2008-03-29 07:36:00'),(1161,2,8,'2399.724','2008-03-07 23:13:00','2008-03-26 04:02:00'),(1162,22,8,'2327.522','2008-03-09 04:05:00','2008-05-12 04:05:00'),(1163,23,4,'3098624','2008-03-09 06:25:00','2008-03-23 06:25:00'),(1164,23,8,'2327.586','2008-03-09 06:25:00','2008-03-19 06:25:00'),(1165,471,9,'Intel Corporation 80332 [Dobson] I/O processor (B-Segment Bridge) (rev 07)','2008-03-09 06:25:00','2009-12-30 03:00:00'),(1166,471,10,'v1.x-unk','2008-03-09 06:25:00','2009-12-30 03:00:00'),(1167,472,9,'LSI Logic / Symbios Logic MegaRAID (rev 07)','2008-03-09 06:25:00','2009-12-30 03:00:00'),(1168,472,10,'v1.x-unk','2008-03-09 06:25:00',OR="#BC8F8F">'2009-12-30 03:00:00'),(1169,473,9,'Intel Corporation 80332 [Dobson] I/O processor (A-Segment Bridge) (rev 07)','2008-03-09 06:25:00','2009-12-30 03:00:00'),(1170,473,10,'v1.x-unk','2008-03-09 06:25:00','2009-12-30 03:00:00'),(1171,19,8,'2399.722','2008-03-09 06:33:00','2008-03-14 06:34:00'),(1172,13,8,'2399.728','2008-03-09 06:39:00','2008-03-18 06:29:00'),(1173,20,8,'2399.724','2008-03-09 06:40:00','2008-03-18 06:33:00'),(1174,19,8,'2399.724','2008-03-14 06:34:00','2008-03-26 06:31:00'),(1175,13,4,'524288','2008-03-18 06:29:00','2008-10-10 06:30:00'),(1176,13,8,'2000.080','2008-03-18 06:29:00','2011-12-30 03:00:00'),(1177,20,8,'2000.080','2008-03-18 06:33:00','2008-03-18 06:36:00'),(1178,20,8,'2399.724','2008-03-18 06:36:00','2008-03-19 06:33:00'),(1179,23,8,'2327.570','2008-03-19 06:25:00','2008-11-17 03:00:00'),(1180,24,8,'1128.815','2008-03-19 06:25:00','2008-03-25 06:25:00'),(1181,20,8,'2000.080','2008-03-19 06:33:00','2010-07-13 03:00:00'),(1182,23,4,'2574336','2008-03-23 06:25:00','2008-05-12 06:25:00'),(1183,5,4,'524288','2008-03-23 07:00:00',NULL),(1184,5,5,'1','2008-03-23 07:00:00',NULL),(1185,5,6,'AuthenticAMD','2008-03-23 07:00:00',NULL),(1186,5,7,'x86_64','2008-03-23 07:00:00',NULL),(1187,5,8,'2399.726','2008-03-23 07:00:00','2008-03-26 07:00:00'),(1188,24,4,'524436','2008-03-25 06:25:00','2009-09-28 03:00:00'),(1189,24,8,'2327.524','2008-03-25 06:25:00','2008-05-12 06:25:00'),(1190,2,8,'2399.796','2008-03-26 04:02:00','2008-04-07 19:02:00'),(1191,19,8,'2399.808','2008-03-26 06:31:00','2008-04-08 06:26:00'),(1192,5,8,'2399.828','2008-03-26 07:00:00','2008-04-08 07:00:00'),(1193,10,8,'1152.679','2008-03-29 07:36:00','2008-03-30 07:35:00'),(1194,4,8,'1593.296','2008-03-30 07:00:00','2009-03-30 03:00:00'),(1195,474,9,'nVidia Corporation NV15 [GeForce2 GTS/Pro] (rev a3)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1196,474,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1197,475,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1198,475,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1199,476,9,'VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1200,476,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1201,477,9,'Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1202,477,10,'v1.x-unk','2008-03-30 07:00:00'ONT>,'2008-12-26 03:00:00'),(1203,478,9,'Advanced Micro Devices [AMD] AMD-8151 AGP Bridge (rev 14)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1204,478,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1205,479,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1206,479,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1207,480,9,'Advanced Micro Devices [AMD] AMD-8151 System Controller (rev 14)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1208,480,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1209,481,9,'Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 12)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1210,481,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1211,482,9,'Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1212,482,10,'v1.x-unk','2008-03-30 07:00:00',>'2008-12-26 03:00:00'),(1213,483,9,'Advanced Micro Devices [AMD] AMD-8111 ACPI (rev 05)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1214,483,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1215,484,9,'Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1216,484,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1217,485,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1218,485,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1219,486,9,'Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1220,486,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1221,487,9,'VIA Technologies, Inc. USB 2.0 (rev 63)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1222,487,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1223,488,9,'Intel Corporation 82541GI/PI Gigabit Ethernet Controller','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1224,488,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1225,489,9,'3ware Inc 9xxx-series SATA-RAID','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1226,489,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1227,490,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1228,490,10,LOR="#BC8F8F">'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1229,491,9,'Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1230,491,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1231,492,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1232,492,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1233,493,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1234,493,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1235,494,9,'Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02)','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1236,494,10,'v1.x-unk','2008-03-30 07:00:00','2008-12-26 03:00:00'),(1237,10,8,'1152.685','2008-03-30 07:35:00','2008-04-03 01:07:00'),(1238,28,4,'1048576','2008-04-01 06:25:00','2008-04-04 06:26:00'),(1239,28,7,'x86_64','2008-04-01 06:25:00','2008-04-04 06:26:00'),(1240,28,8,'2399.892','2008-04-01 06:25:00','2008-04-04 06:26:00'),(1241,10,8,'1152.672','2008-04-03 01:07:00','2008-04-06 07:36:00'),(1242,28,4,'906736','2008-04-04 06:26:00','2008-04-05 06:25:00'),(1243,28,7,'i686','2008-04-04 06:26:00','2008-04-05 06:25:00'),(1244,28,8,'2010.151','2008-04-04 06:26:00','2008-04-05 06:25:00'),(1245,28,4,'1048576','2008-04-05 06:25:00','2008-04-05 06:47:00'),(1246,28,7,'x86_64','2008-04-05 06:25:00','2008-04-05 06:47:00'),(1247,28,8,'2399.892','2008-04-05 06:25:00','2008-04-05 06:47:00'),(1248,28,4,'906736','2008-04-05 06:47:00','2008-04-06 06:25:00'),(1249,28,7,'i686','2008-04-05 06:47:00','2008-04-06 06:25:00'),(1250,28,8,'2010.123',<B>'2008-04-05 06:47:00','2008-04-06 06:25:00'),(1251,495,9,'nVidia Corporation CK804 PCIE Bridge (rev a3)','2008-04-05 06:47:00',NULL),(1252,495,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1253,496,9,'nVidia Corporation CK804 Serial ATA Controller (rev a3)','2008-04-05 06:47:00',NULL),(1254,496,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1255,497,9,'ATI Technologies Inc RV370 [Radeon X300SE]','2008-04-05 06:47:00',NULLT>),(1256,497,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1257,498,9,'nVidia Corporation CK804 SMBus (rev a2)','2008-04-05 06:47:00',NULL),(1258,498,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1259,499,9,'nVidia Corporation CK804 ISA Bridge (rev a3)','2008-04-05 06:47:00',NULL),(1260,499,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1261,500,9,'nVidia Corporation CK804 Memory Controller (rev a3)','2008-04-05 06:47:00'FONT>,NULL),(1262,500,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1263,501,9,'ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]','2008-04-05 06:47:00',NULL),(1264,501,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1265,502,9,'Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 12)','2008-04-05 06:47:00',NULL),(1266,502,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1267,503,9,'nVidia Corporation CK804 Serial ATA Controller (rev a3)','2008-04-05 06:47:00',NULL),(1268,503,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1269,504,9,'nVidia Corporation CK804 USB Controller (rev a2)','2008-04-05 06:47:00',NULL),(1270,504,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1271,505,9,'nVidia Corporation CK804 PCIE Bridge (rev a3)','2008-04-05 06:47:00',NULL),(1272,505,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1273,506,9,'3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)','2008-04-05 06:47:00',NULL),(1274,506,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1275,507,9,'Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)','2008-04-05 06:47:00',NULL),(1276,507,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1277,508,9,'Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 11)','2008-04-05 06:47:00',NULL),(1278,508,10,'v1.x-unk',>'2008-04-05 06:47:00',NULL),(1279,509,9,'nVidia Corporation CK804 PCI Bridge (rev a2)','2008-04-05 06:47:00',NULL),(1280,509,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1281,510,9,'nVidia Corporation CK804 USB Controller (rev a3)','2008-04-05 06:47:00',NULL),(1282,510,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1283,511,9,'nVidia Corporation CK804 PCIE Bridge (rev a3)','2008-04-05 06:47:00',NULL),(1284,511,10,>'v1.x-unk','2008-04-05 06:47:00',NULL),(1285,512,9,'nVidia Corporation CK804 IDE (rev a2)','2008-04-05 06:47:00',NULL),(1286,512,10,'v1.x-unk','2008-04-05 06:47:00',NULL),(1287,28,4,'1048576','2008-04-06 06:25:00','2008-04-08 06:26:00'),(1288,28,7,'x86_64','2008-04-06 06:25:00','2008-04-08 06:26:00'),(1289,28,8,'2399.892','2008-04-06 06:25:00','2008-04-08 06:26:00'),(1290,10,8,'1152.606','2008-04-06 07:36:00','2008-04-10 07:37:00'),(1291,2,4,'261120','2008-04-07 19:02:00','2008-04-15 04:02:00'),(1292,2,8,'2399.728','2008-04-07 19:02:00','2008-04-15 04:02:00'),(1293,19,8,'2000.080','2008-04-08 06:26:00','2008-04-08 06:31:00'),(1294,28,4,'906736','2008-04-08 06:26:00','2008-10-18 02:07:00'),(1295,28,7,'i686','2008-04-08 06:26:00','2008-10-18 02:07:00'NT>),(1296,28,8,'2010.303','2008-04-08 06:26:00','2008-04-29 06:26:00'),(1297,19,8,'2399.726','2008-04-08 06:31:00','2008-04-10 06:26:00'),(1298,5,8,'2399.726','2008-04-08 07:00:00',NULL),(1299,19,8,'2000.080','2008-04-10 06:26:00','2008-04-10 06:29:00'),(1300,19,8,'2399.726','2008-04-10 06:29:00','2008-04-11 06:26:00'),(1301,10,8,'1152.669','2008-04-10 07:37:00','2008-04-14 07:35:00'),(1302,513,9,'RaLink RT2561/RT61 802.11g PCI','2008-04-10 07:37:00',NULL),(1303,513,10,'v1.x-unk','2008-04-10 07:37:00',NULL),(1304,19,8,'2000.080','2008-04-11 06:26:00','2008-04-11 06:29:00'),(1305,19,8,'2399.726','2008-04-11 06:29:00','2008-04-12 06:26:00'),(1306,21,8,'1607.388','2008-04-12 04:34:00','2008-08-12 04:34:00'),(1307,19,8,'2000.080','2008-04-12 06:26:00','2008-04-12 06:29:00'),(1308,19,8,'2399.726','2008-04-12 06:29:00','2008-04-13 06:26:00'),(1309,19,8,'2000.080','2008-04-13 06:26:00','2008-04-13 06:29:00'),(1310,19,8,'2399.726','2008-04-13 06:29:00','2008-04-14 06:26:00'),(1311,19,8,'2000.080','2008-04-14 06:26:00','2008-04-14 06:29:00'),(1312,19,8,'2399.726','2008-04-14 06:29:00','2008-04-15 06:26:00'),(1313,10,8,'1152.680','2008-04-14 07:35:00'</B>,'2008-04-27 00:24:00'),(1314,2,4,'524288','2008-04-15 04:02:00','2008-07-21 13:30:00'),(1315,2,8,'2399.722','2008-04-15 04:02:00','2008-04-16 03:22:00'),(1316,514,9,'Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface','2008-04-15 04:02:00','2008-04-27 04:02:00'),(1317,514,10,'v1.x-unk','2008-04-15 04:02:00','2008-04-27 04:02:00'),(1318,19,8,'2399.722','2008-04-15 06:26:00','2008-04-27 06:26:00'),(1319,2,8,'2399.724','2008-04-16 03:22:00','2008-04-27 04:02:00'),(1320,10,8,'1152.670','2008-04-27 00:24:00','2008-04-28 07:36:00'),(1321,2,8,'2399.858','2008-04-27 04:02:00','2008-05-17 20:18:00'),(1322,515,9,'Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface (rev ff)','2008-04-27 04:02:00','2008-05-17 20:18:00'),(1323,515,10,'v1.x-unk','2008-04-27 04:02:00','2008-05-17 20:18:00'),(1324,19,8,'2000.080','2008-04-27 06:26:00','2008-04-27 06:27:00'),(1325,19,8,'2399.860','2008-04-27 06:27:00','2008-04-28 06:26:00'),(1326,19,8,'2000.080','2008-04-28 06:26:00','2008-07-02 06:26:00'),(1327,10,8,'1152.680','2008-04-28 07:36:00','2008-04-30 07:36:00'),(1328,28,8,'2010.433','2008-04-29 06:26:00','2008-05-02 06:25:00'),(1329,10,8,'1152.668','2008-04-30 07:36:00','2008-05-05 07:36:00'),(1330,28,8,'2010.037','2008-05-02 06:25:00'T>,'2008-05-14 06:25:00'),(1331,25,4,'516904','2008-05-02 06:26:00','2008-11-08 03:00:00'),(1332,25,8,'1905.504','2008-05-02 06:26:00','2008-11-08 03:00:00'),(1333,516,9,'VIA Technologies, Inc. AC\'97 Modem Controller (rev 80)','2008-05-02 06:26:00',NULL),(1334,516,10,'v1.x-unk','2008-05-02 06:26:00',NULL),(1335,517,9,'VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)','2008-05-02 06:26:00',NULL),(1336,517,10,T COLOR="#BC8F8F">'v1.x-unk','2008-05-02 06:26:00',NULL),(1337,10,8,'1152.631','2008-05-05 07:36:00','2008-05-07 08:34:00'),(1338,10,8,'1152.603','2008-05-07 08:34:00','2008-05-11 00:23:00'),(1339,10,8,'1152.672','2008-05-11 00:23:00','2008-05-22 07:36:00'),(1340,22,8,'2327.524','2008-05-12 04:05:00','2008-11-17 04:47:00'),(1341,23,4,'2566144','2008-05-12 06:25:00','2008-07-16 06:25:00'),(1342,24,8,'2327.522','2008-05-12 06:25:00','2008-12-24 03:00:00'),(1343,28,8,'2010.375','2008-05-14 06:25:00','2008-06-18 06:25:00'),(1344,2,8,'2399.726','2008-05-17 20:18:00','2008-05-28 04:03:00'),(1345,518,9,'Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface','2008-05-17 20:18:00',NULL),(1346,518,10,'v1.x-unk','2008-05-17 20:18:00',NULL),(1347,10,8,'1152.618','2008-05-22 07:36:00','2008-05-24 07:36:00'),(1348,10,8,'1152.682','2008-05-24 07:36:00','2008-05-28 21:50:00'),(1349,2,8,'2399.724','2008-05-28 04:03:00','2008-06-20 01:41:00'),(1350,38,4,'515580','2008-05-28 17:04:00','2008-05-30 21:20:00'),(1351,38,5,'1','2008-05-28 17:04:00',NULL),(1352,38,6,'GenuineIntel','2008-05-28 17:04:00',NULL),(1353,38,7,'i686','2008-05-28 17:04:00',NULL),(1354,38,8,'663.703','2008-05-28 17:04:00','2008-05-30 21:20:00'),(1355,519,9,'Intel Corporation 82801AA SMBus (rev 02)','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1356,519,10,'v1.x-unk','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1357,520,9,'Intel Corporation 82801AA ISA Bridge (LPC) (rev 02)','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1358,520,10,'v1.x-unk','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1359,521,9,'Ensoniq ES1371 [AudioPCI-97] (rev 06)','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1360,521,10,'v1.x-unk','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1361,522,9,'Intel Corporation 82801AA PCI Bridge (rev 02)','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1362,522,10,'v1.x-unk','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1363,523,9,'3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1364,523,10,'v1.x-unk','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1365,524,9,'Intel Corporation 82810E DC-133 CGC [Chipset Graphics Controller] (rev 03)','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1366,524,10,'v1.x-unk','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1367,525,9,'Intel Corporation 82801AA IDE (rev 02)','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1368,525,10,'v1.x-unk','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1369,526,9,'Intel Corporation 82810E DC-133 GMCH [Graphics Memory Controller Hub] (rev 03)','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1370,526,10,'v1.x-unk','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1371,527,9,'Intel Corporation 82801AA USB (rev 02)','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1372,527,10,'v1.x-unk','2008-05-28 17:04:00','2008-12-26 03:00:00'),(1373,10,8,'1152.684','2008-05-28 21:50:00','2008-06-04 07:36:00'),(1374,38,4,'515572','2008-05-30 21:20:00','2009-08-12 03:00:00'),(1375,38,8,T COLOR="#BC8F8F">'663.792','2008-05-30 21:20:00','2008-06-25 21:20:00'),(1376,27,8,'1999.960','2008-06-04 06:25:00','2008-06-12 06:25:00'),(1377,10,8,'1152.667','2008-06-04 07:36:00','2008-06-06 01:18:00'),(1378,10,8,'1152.602','2008-06-06 01:18:00','2008-06-07 07:36:00'),(1379,10,8,'1152.649','2008-06-07 07:36:00','2008-06-14 20:02:00'),(1380,27,8,'1999.864','2008-06-12 06:25:00','2008-11-08 03:00:00'T>),(1381,10,8,'1152.679','2008-06-14 20:02:00','2008-06-18 18:12:00'),(1382,28,8,'2010.161','2008-06-18 06:25:00','2008-07-08 06:25:00'),(1383,10,8,'1152.676','2008-06-18 18:12:00','2008-06-24 07:36:00'),(1384,2,8,'2999.888','2008-06-20 01:41:00','2008-06-23 03:41:00'),(1385,2,8,'2999.892','2008-06-23 03:41:00','2008-07-20 04:02:00'),(1386,10,8,'1152.675','2008-06-24 07:36:00','2008-06-30 07:36:00'),(1387,38,8,'663.703','2008-06-25 21:20:00','2008-07-11 21:20:00'),(1388,10,8,'1152.679','2008-06-30 07:36:00','2008-07-07 07:36:00'),(1389,19,8,'2999.888','2008-07-02 06:26:00','2008-07-21 06:29:00'),(1390,31,8,'801.864','2008-07-04 06:25:00','2008-08-15 06:25:00'),(1391,10,8,'1152.675','2008-07-07 07:36:00',NULL),(1392,28,8,'2010.277','2008-07-08 06:25:00','2008-07-25 06:25:00'),(1393,38,8,'663.659','2008-07-11 21:20:00','2008-11-06 03:00:00'),(1394,23,4,'2313216','2008-07-16 06:25:00','2008-07-20 06:25:00'),(1395,2,8,'2999.890','2008-07-20 04:02:00','2008-08-05 01:12:00'),(1396,23,4,'1788928','2008-07-20 06:25:00','2008-08-29 06:25:00'),(1397,19,8,'2999.890','2008-07-21 06:29:00','2008-08-05 06:29:00'),(1398,2,4,'262144','2008-07-21 13:30:00'>,NULL),(1399,28,8,'2010.145','2008-07-25 06:25:00','2008-10-18 02:07:00'),(1400,29,8,'2211.383','2008-07-29 15:02:00','2008-09-15 15:02:00'),(1401,2,8,'2999.888','2008-08-05 01:12:00','2008-08-08 01:55:00'),(1402,19,8,'2999.888','2008-08-05 06:29:00','2008-08-11 06:30:00'),(1403,2,8,'2999.892','2008-08-08 01:55:00','2008-08-08 04:02:00'),(1404,2,8,'2999.886','2008-08-08 04:02:00'ONT>,'2008-10-02 01:09:00'),(1405,19,4,'524288','2008-08-08 06:30:00','2009-05-01 03:00:00'),(1406,19,8,'2999.890','2008-08-11 06:30:00','2008-09-19 06:28:00'),(1407,21,8,'1607.343','2008-08-12 04:34:00','2008-11-21 04:37:00'),(1408,31,8,'801.829','2008-08-15 06:25:00','2008-09-07 06:25:00'),(1409,23,4,'1526784','2008-08-29 06:25:00','2008-11-17 03:00:00'),(1410,31,8,'801.864','2008-09-07 06:25:00','2008-11-10 03:00:00'),(1411,30,4,'524436','2008-09-07 06:25:00',NULL),(1412,30,8,'3192.206','2008-09-07 06:25:00',NULL),(1413,36,4,'524436','2008-09-07 06:26:00',NULL),(1414,36,8,'3192.206','2008-09-07 06:26:00',NULL),(1415,29,8,'2211.391','2008-09-15 15:02:00','2008-10-16 15:02:00'),(1416,19,8,'2999.888','2008-09-19 06:28:00',="#BC8F8F">'2008-11-14 03:00:00'),(1417,2,8,'2999.890','2008-10-02 01:09:00',NULL),(1418,13,4,'262144','2008-10-10 06:30:00','2009-04-18 03:00:00'),(1419,20,4,'262144','2008-10-12 06:29:00','2009-04-24 03:00:00'),(1420,528,9,'Intel Corporation 6300ESB SMBus Controller (rev 02)','2008-10-15 06:28:00',NULL),(1421,528,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1422,529,9,'Intel Corporation 6300ESB USB2 Enhanced Host Controller (rev 02)'>,'2008-10-15 06:28:00',NULL),(1423,529,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1424,530,9,'Intel Corporation 6300ESB 64-bit PCI-X Bridge (rev 02)','2008-10-15 06:28:00',NULL),(1425,530,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1426,531,9,'Intel Corporation 82875P/E7210 Processor to PCI to CSA Bridge (rev 02)','2008-10-15 06:28:00',NULL),(1427,531,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1428,532,9,'Intel Corporation 82875P/E7210 Memory Controller Hub (rev 02)','2008-10-15 06:28:00',NULL),(1429,532,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1430,533,9,'Adaptec AAC-RAID (rev 01)','2008-10-15 06:28:00',NULL),(1431,533,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1432,534,9,'Intel Corporation 6300ESB I/O Advanced Programmable Interrupt Controller (rev 02)','2008-10-15 06:28:00',NULL),(1433,534,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1434,535,9,'Intel Corporation 6300ESB USB Universal Host Controller (rev 02)','2008-10-15 06:28:00',NULL),(1435,535,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1436,536,9,'Intel Corporation 6300ESB LPC Interface Controller (rev 02)','2008-10-15 06:28:00',NULL),(1437,536,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1438,537,9,'Intel Corporation 82547GI Gigabit Ethernet Controller','2008-10-15 06:28:00',NULL),(1439,537,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1440,538,9,'Intel Corporation 82541GI/PI Gigabit Ethernet Controller','2008-10-15 06:28:00',NULL),(1441,538,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1442,539,9,'ATI Technologies Inc Rage XL (rev 27)','2008-10-15 06:28:00',NULL),(1443,539,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1444,540,9,'Intel Corporation 82801 PCI Bridge (rev 0a)','2008-10-15 06:28:00', COLOR="#A020F0">NULL),(1445,540,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1446,541,9,'Intel Corporation 6300ESB USB Universal Host Controller (rev 02)','2008-10-15 06:28:00',NULL),(1447,541,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1448,542,9,'Intel Corporation 6300ESB SATA Storage Controller (rev 02)','2008-10-15 06:28:00',NULL),(1449,542,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1450,543,9,'Intel Corporation 6300ESB Watchdog Timer (rev 02)','2008-10-15 06:28:00',NULL),(1451,543,10,'v1.x-unk','2008-10-15 06:28:00',NULL),(1452,29,8,'2211.386','2008-10-16 15:02:00','2008-11-17 03:00:00'),(1453,28,4,'1028732','2008-10-18 02:07:00','2011-04-29 03:00:00'),(1454,28,7,'x86_64','2008-10-18 02:07:00','2011-04-29 03:00:00'),(1455,28,8,'2010.335','2008-10-18 02:07:00','2008-10-26 06:25:00'),(1456,544,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map','2008-10-18 02:07:00',NULL),(1457,544,10,'v1.x-unk','2008-10-18 02:07:00',NULL),(1458,545,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2008-10-18 02:07:00',NULL),(1459,545,10,'v1.x-unk','2008-10-18 02:07:00',NULL),(1460,546,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller','2008-10-18 02:07:00',NULL),(1461,546,10,'v1.x-unk','2008-10-18 02:07:00',NULL),(1462,547,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control','2008-10-18 02:07:00',NULL),(1463,547,10,'v1.x-unk','2008-10-18 02:07:00',NULL),(1464,1,4,'1028672','2008-10-25 06:29:00','2009-04-25 03:00:00'),(1465,1,8,'1608.277','2008-10-25 06:29:00','2009-04-25 03:00:00'),(1466,548,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1467,548,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1468,549,9,'nVidia Corporation CK804 PCIE Bridge (rev a3)','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1469,549,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1470,550,9,'ATI Technologies Inc RV370 [Radeon X300SE]','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1471,550,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1472,551,9,'nVidia Corporation CK804 SMBus (rev a2)','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1473,551,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1474,552,9,'nVidia Corporation CK804 ISA Bridge (rev a3)','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1475,552,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1476,553,9,'nVidia Corporation CK804 Memory Controller (rev a3)','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1477,553,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1478,554,9,'ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1479,554,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1480,555,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1481,555,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1482,556,9,'nVidia Corporation CK804 PCI Bridge (rev a2)','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1483,556,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1484,557,9,'nVidia Corporation CK804 USB Controller (rev a2)','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1485,557,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1486,558,9,'nVidia Corporation CK804 PCIE Bridge (rev a3)','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1487,558,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1488,559,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1489,559,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1490,560,9,'3ware Inc 9xxx-series SATA-RAID','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1491,560,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1492,561,9,'Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 11)','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1493,561,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1494,562,9,'nVidia Corporation CK804 PCIE Bridge (rev a3)','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1495,562,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1496,563,9,'nVidia Corporation CK804 USB Controller (rev a3)','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1497,563,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1498,564,9,OR="#BC8F8F">'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1499,564,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1500,565,9,'nVidia Corporation CK804 IDE (rev f2)','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1501,565,10,'v1.x-unk','2008-10-25 06:29:00','2008-12-26 03:00:00'),(1502,566,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1503,566,10,'v1.x-unk','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1504,567,9,'3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1505,567,10,'v1.x-unk','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1506,568,9,'Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02)','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1507,568,10,'v1.x-unk','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1508,569,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1509,569,10,'v1.x-unk','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1510,570,9,'Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1511,570,10,'v1.x-unk','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1512,571,9,'ATI Technologies Inc Rage XL (rev 27)','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1513,571,10,'v1.x-unk',>'2008-10-25 07:00:00','2008-12-26 03:00:00'),(1514,572,9,'Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03)','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1515,572,10,'v1.x-unk','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1516,573,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1517,573,10,'v1.x-unk','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1518,574,9,'Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05)','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1519,574,10,'v1.x-unk','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1520,575,9,'Advanced Micro Devices [AMD] AMD-8111 ACPI (rev 05)','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1521,575,10,'v1.x-unk','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1522,576,9,'Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07)','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1523,576,10,'v1.x-unk','2008-10-25 07:00:00'NT>,'2008-12-26 03:00:00'),(1524,577,9,'Broadcom Corporation NetXtreme BCM5705 Gigabit Ethernet (rev 03)','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1525,577,10,'v1.x-unk','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1526,578,9,'Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1527,578,10,'v1.x-unk','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1528,579,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration',LOR="#BC8F8F">'2008-10-25 07:00:00','2008-12-26 03:00:00'),(1529,579,10,'v1.x-unk','2008-10-25 07:00:00','2008-12-26 03:00:00'),(1530,28,8,'2010.325','2008-10-26 06:25:00','2008-11-10 03:00:00'),(1531,11,4,'524288','2008-11-05 03:00:00','2009-09-07 03:00:00'),(1532,11,5,'1','2008-11-05 03:00:00',NULL),(1533,11,6,'AuthenticAMD','2008-11-05 03:00:00',NULL),(1534,11,7,'x86_64','2008-11-05 03:00:00','2010-09-10 03:00:00'),(1535,11,8,'2000.080','2008-11-05 03:00:00','2010-09-10 03:00:00'),(1536,6,4,'2136064','2008-11-07 03:00:00','2008-11-14 03:00:00'),(1537,6,5,'2','2008-11-07 03:00:00',NULL),(1538,6,7,'x86_64','2008-11-07 03:00:00',NULL),(1539,6,8,'3000.028','2008-11-07 03:00:00','2008-11-12 03:00:00'),(1540,580,9,'ATI Technologies Inc SB600 PCI to LPC Bridge',T COLOR="#BC8F8F">'2008-11-07 03:00:00',NULL),(1541,580,10,'v1.x-unk','2008-11-07 03:00:00',NULL),(1542,581,9,'ATI Technologies Inc SB600 USB (OHCI4)','2008-11-07 03:00:00',NULL),(1543,581,10,'v1.x-unk','2008-11-07 03:00:00',NULL),(1544,582,9,'ATI Technologies Inc Unknown device 791e','2008-11-07 03:00:00','2008-11-17 03:00:00'),(1545,582,10,'v1.x-unk','2008-11-07 03:00:00','2008-11-17 03:00:00'),(1546,583,9,>'ATI Technologies Inc Unknown device 7917','2008-11-07 03:00:00','2008-11-17 03:00:00'),(1547,583,10,'v1.x-unk','2008-11-07 03:00:00','2008-11-17 03:00:00'),(1548,584,9,'ATI Technologies Inc Unknown device 7912','2008-11-07 03:00:00','2008-11-17 03:00:00'),(1549,584,10,'v1.x-unk','2008-11-07 03:00:00','2008-11-17 03:00:00'),(1550,585,9,'Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)','2008-11-07 03:00:00',NULL),(1551,585,10,'v1.x-unk','2008-11-07 03:00:00',NULL),(1552,586,9,'ATI Technologies Inc Unknown device 7910','2008-11-07 03:00:00','2008-11-17 03:00:00'),(1553,586,10,'v1.x-unk','2008-11-07 03:00:00','2008-11-17 03:00:00'),(1554,587,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control','2008-11-07 03:00:00',NULL),(1555,587,10,'v1.x-unk','2008-11-07 03:00:00',NULL),(1556,588,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration'>,'2008-11-07 03:00:00',NULL),(1557,588,10,'v1.x-unk','2008-11-07 03:00:00',NULL),(1558,589,9,'ATI Technologies Inc SB600 USB (OHCI3)','2008-11-07 03:00:00',NULL),(1559,589,10,'v1.x-unk','2008-11-07 03:00:00',NULL),(1560,590,9,'ATI Technologies Inc SB600 USB (OHCI0)','2008-11-07 03:00:00',NULL),(1561,590,10,'v1.x-unk','2008-11-07 03:00:00',NULL),(1562,591,9,'ATI Technologies Inc SB600 SMBus (rev 14)','2008-11-07 03:00:00','2008-11-17 03:00:00'),(1563,591,10,'v1.x-unk','2008-11-07 03:00:00','2008-11-17 03:00:00'),(1564,592,9,'ATI Technologies Inc SB600 PCI to PCI Bridge','2008-11-07 03:00:00','2008-11-17 03:00:00'),(1565,592,10,'v1.x-unk','2008-11-07 03:00:00','2008-11-17 03:00:00'),(1566,593,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map','2008-11-07 03:00:00',NULL),(1567,593,10,'v1.x-unk','2008-11-07 03:00:00',NULL),(1568,594,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller','2008-11-07 03:00:00',NULL),(1569,594,10,'v1.x-unk','2008-11-07 03:00:00',NULL),(1570,595,9,'ATI Technologies Inc SB600 USB Controller (EHCI)','2008-11-07 03:00:00',NULL),(1571,595,10,'v1.x-unk','2008-11-07 03:00:00',NULL),(1572,596,9,'ATI Technologies Inc SB600 USB (OHCI1)','2008-11-07 03:00:00',NULL),(1573,596,10,'v1.x-unk','2008-11-07 03:00:00',NULL),(1574,597,9,'Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface','2008-11-07 03:00:00','2009-01-16 03:00:00'),(1575,597,10,'v1.x-unk','2008-11-07 03:00:00','2009-01-16 03:00:00'),(1576,598,9,'ATI Technologies Inc SB600 IDE','2008-11-07 03:00:00',NULL),(1577,598,10,'v1.x-unk','2008-11-07 03:00:00',NULL),(1578,599,9,'ATI Technologies Inc SB600 USB (OHCI2)','2008-11-07 03:00:00',="#A020F0">NULL),(1579,599,10,'v1.x-unk','2008-11-07 03:00:00',NULL),(1580,15,4,'524288','2008-11-07 03:00:00',NULL),(1581,15,5,'1','2008-11-07 03:00:00',NULL),(1582,15,6,'AuthenticAMD','2008-11-07 03:00:00',NULL),(1583,15,7,'x86_64','2008-11-07 03:00:00',NULL),(1584,15,8,'2999.888','2008-11-07 03:00:00','2008-11-12 03:00:00'),(1585,3,4,'262144','2008-11-07 03:00:00',NULL),(1586,3,5,'1','2008-11-07 03:00:00',NULL),(1587,3,6,'AuthenticAMD','2008-11-07 03:00:00',NULL),(1588,3,7,'x86_64','2008-11-07 03:00:00',NULL),(1589,3,8,'2999.890','2008-11-07 03:00:00','2008-11-12 03:00:00'),(1590,7,4,'393216','2008-11-07 03:00:00','2009-04-24 03:00:00'),(1591,7,5,'1','2008-11-07 03:00:00',NULL),(1592,7,6,'AuthenticAMD','2008-11-07 03:00:00',NULL),(1593,7,7,'x86_64','2008-11-07 03:00:00','2010-09-18 03:00:00'),(1594,7,8,'2000.080','2008-11-07 03:00:00','2010-09-18 03:00:00'),(1595,17,4,'221184','2008-11-07 03:00:00','2009-01-10 03:00:00'),(1596,17,8,'2000.114','2008-11-07 03:00:00','2009-01-10 03:00:00'),(1597,600,9,'3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)', COLOR="#BC8F8F">'2008-11-07 03:00:00','2008-12-26 03:00:00'),(1598,600,10,'v1.x-unk','2008-11-07 03:00:00','2008-12-26 03:00:00'),(1599,14,4,'131072','2008-11-07 21:00:00','2009-09-07 03:00:00'),(1600,14,5,'1','2008-11-07 21:00:00',NULL),(1601,14,6,'AuthenticAMD','2008-11-07 21:00:00',NULL),(1602,14,7,'x86_64','2008-11-07 21:00:00',NULL),(1603,14,8,'2000.080','2008-11-07 21:00:00','2009-04-24 03:00:00'),(1604,25,4,'524288','2008-11-08 03:00:00','2008-11-08 06:25:00'),(1605,25,7,'x86_64','2008-11-08 03:00:00','2008-11-08 06:25:00'),(1606,25,8,'2814.418','2008-11-08 03:00:00','2008-11-08 06:25:00'),(1607,26,4,'447488','2008-11-08 03:00:00','2008-11-22 03:00:00'),(1608,26,5,'2','2008-11-08 03:00:00',NULL),(1609,26,6,'AuthenticAMD','2008-11-08 03:00:00',NULL),(1610,26,7,'x86_64','2008-11-08 03:00:00',NULL),(1611,26,8,'2814.486','2008-11-08 03:00:00','2008-11-15 03:00:00'),(1612,601,9,'nVidia Corporation MCP55 PCI Express bridge (rev a3)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1613,601,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1614,602,9,'3ware Inc Unknown device 1004 (rev 01)','2008-11-08 03:00:00','2008-11-22 03:00:00'),(1615,602,10,OR="#BC8F8F">'v1.x-unk','2008-11-08 03:00:00','2008-11-22 03:00:00'),(1616,603,9,'nVidia Corporation MCP55 PCI bridge (rev a2)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1617,603,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1618,604,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1619,604,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1620,605,9,'nVidia Corporation MCP55 SMBus (rev a3)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1621,605,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1622,606,9,'Broadcom EPB PCI-Express to PCI-X Bridge (rev b5)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1623,606,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1624,607,9,'nVidia Corporation MCP55 LPC Bridge (rev a3)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1625,607,10,'v1.x-unk','2008-11-08 03:00:00'FONT>,'2008-12-26 03:00:00'),(1626,608,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1627,608,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1628,609,9,'nVidia Corporation MCP55 Memory Controller (rev a2)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1629,609,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1630,610,9,'Broadcom Corporation NetXtreme BCM5715 Gigabit Ethernet (rev a3)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1631,610,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1632,611,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1633,611,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1634,612,9,'nVidia Corporation MCP55 PCI Express bridge (rev a3)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1635,612,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1636,613,9,'nVidia Corporation MCP55 SATA Controller (rev a3)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1637,613,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1638,614,9,'nVidia Corporation MCP55 USB Controller (rev a1)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1639,614,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1640,615,9,'nVidia Corporation MCP55 Ethernet (rev a3)','2008-11-08 03:00:00',="#BC8F8F">'2008-12-26 03:00:00'),(1641,615,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1642,616,9,'nVidia Corporation MCP55 PCI Express bridge (rev a3)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1643,616,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1644,617,9,'ASPEED Technology, Inc. AST2000','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1645,617,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1646,618,9,'nVidia Corporation MCP55 PCI Express bridge (rev a3)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1647,618,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1648,619,9,'nVidia Corporation MCP55 PCI Express bridge (rev a3)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1649,619,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1650,620,9,'nVidia Corporation MCP55 Ethernet (rev a3)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1651,620,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1652,621,9,'nVidia Corporation MCP55 USB Controller (rev a2)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1653,621,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1654,622,9,'Broadcom Corporation NetXtreme BCM5715 Gigabit Ethernet (rev a3)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1655,622,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1656,623,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1657,623,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1658,624,9,'nVidia Corporation MCP55 PCI Express bridge (rev a3)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1659,624,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1660,625,9,'nVidia Corporation MCP55 IDE (rev a1)','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1661,625,10,'v1.x-unk','2008-11-08 03:00:00','2008-12-26 03:00:00'),(1662,27,8,'1999.843','2008-11-08 03:00:00','2009-03-31 03:00:00'),(1663,25,4,'516904','2008-11-08 06:25:00','2008-11-10 03:00:00'),(1664,25,7,'i686','2008-11-08 06:25:00','2008-11-10 03:00:00'),(1665,25,8,'1905.504','2008-11-08 06:25:00','2008-11-10 03:00:00'),(1666,33,4,'2574336','2008-11-10 03:00:00','2010-03-02 03:00:00'),(1667,33,5,'2','2008-11-10 03:00:00',NULL),(1668,33,6,'GenuineIntel','2008-11-10 03:00:00',NULL),(1669,33,7,'i686','2008-11-10 03:00:00',NULL),(1670,33,8,'3391.854','2008-11-10 03:00:00','2009-11-23 03:00:00'),(1671,626,9,'Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1672,626,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1673,627,9,'ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1674,627,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1675,628,9,'Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1676,628,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1677,629,9,'Intel Corporation 82541GI/PI Gigabit Ethernet Controller (rev 05)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1678,629,10,ONT COLOR="#BC8F8F">'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1679,630,9,'Intel Corporation E7525/E7520 PCI Express Port B (rev 09)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1680,630,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1681,631,9,'Intel Corporation E7525/E7520/E7320 PCI Express Port A (rev 09)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1682,631,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1683,632,9,'Intel Corporation 82541GI/PI Gigabit Ethernet Controller (rev 05)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1684,632,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1685,633,9,'Intel Corporation E7520 Memory Controller Hub (rev 09)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1686,633,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1687,634,9,'Intel Corporation 6700PXH PCI Express-to-PCI Bridge B (rev 09)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1688,634,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1689,635,9,'Intel Corporation 80332 [Dobson] I/O processor (B-Segment Bridge) (rev 06)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1690,635,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1691,636,9,'Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1692,636,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1693,637,9,'Intel Corporation E7520 PCI Express Port B1 (rev 09)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1694,637,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1695,638,9,'Intel Corporation 82801 PCI Bridge (rev c2)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1696,638,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1697,639,9,'Intel Corporation 80332 [Dobson] I/O processor (A-Segment Bridge) (rev 06)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1698,639,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1699,640,9,'Intel Corporation 6700PXH PCI Express-to-PCI Bridge B (rev 09)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1700,640,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1701,641,9,'Dell PowerEdge Expandable RAID controller 4 (rev 06)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1702,641,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1703,642,9,'Intel Corporation 6700PXH PCI Express-to-PCI Bridge A (rev 09)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1704,642,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1705,643,9,'Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1706,643,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1707,644,9,'Intel Corporation E7520 PCI Express Port C (rev 09)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1708,644,10,'v1.x-unk',NT COLOR="#BC8F8F">'2008-11-10 03:00:00','2010-04-03 03:00:00'),(1709,645,9,'Intel Corporation 6700PXH PCI Express-to-PCI Bridge A (rev 09)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1710,645,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1711,646,9,'Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1712,646,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1713,647,9,'Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1714,647,10,'v1.x-unk','2008-11-10 03:00:00','2010-04-03 03:00:00'),(1715,35,4,'2837504','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1716,35,5,'2','2008-11-10 03:00:00',NULL),(1717,35,6,'GenuineIntel','2008-11-10 03:00:00',NULL),(1718,35,7,'i686','2008-11-10 03:00:00',NULL),(1719,35,8,'3192.354','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1720,648,9,'Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1721,648,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1722,649,9,'ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1723,649,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1724,650,9,'Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1725,650,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1726,651,9,'Intel Corporation 82541GI/PI Gigabit Ethernet Controller (rev 05)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1727,651,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1728,652,9,'Intel Corporation E7525/E7520 PCI Express Port B (rev 09)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1729,652,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1730,653,9,'Intel Corporation E7525/E7520/E7320 PCI Express Port A (rev 09)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1731,653,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1732,654,9,'Intel Corporation 80332 [Dobson] I/O processor (A-Segment Bridge) (rev 07)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1733,654,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1734,655,9,'Intel Corporation E7520 Memory Controller Hub (rev 09)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1735,655,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1736,656,9,'Intel Corporation 82541GI/PI Gigabit Ethernet Controller (rev 05)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1737,656,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1738,657,9,'Intel Corporation 80332 [Dobson] I/O processor (B-Segment Bridge) (rev 06)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1739,657,10,'v1.x-unk'>,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(1740,658,9,'Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1741,658,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1742,659,9,'Intel Corporation E7520 PCI Express Port B1 (rev 09)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1743,659,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1744,660,9,'Intel Corporation 82801 PCI Bridge (rev c2)'ONT>,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(1745,660,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1746,661,9,'Intel Corporation 80332 [Dobson] I/O processor (A-Segment Bridge) (rev 06)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1747,661,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1748,662,9,'LSI Logic / Symbios Logic MegaRAID (rev 07)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1749,662,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1750,663,9,'Intel Corporation 6700PXH PCI Express-to-PCI Bridge A (rev 09)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1751,663,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1752,664,9,'Intel Corporation 6700PXH PCI Express-to-PCI Bridge B (rev 09)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1753,664,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1754,665,9,'Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1755,665,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1756,666,9,'Intel Corporation E7520 PCI Express Port C (rev 09)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1757,666,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1758,667,9,'Intel Corporation 80332 [Dobson] I/O processor (B-Segment Bridge) (rev 07)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1759,667,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1760,668,9,'Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1761,668,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1762,669,9,'Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1763,669,10,'v1.x-unk','2008-11-10 03:00:00','2009-08-08 03:00:00'),(1764,34,4,'262292','2008-11-10 03:00:00'</FONT>,'2009-08-15 03:00:00'),(1765,34,8,'3192.206','2008-11-10 03:00:00','2009-02-27 03:00:00'),(1766,25,4,'524288','2008-11-10 03:00:00','2008-11-10 06:25:00'),(1767,25,7,'x86_64','2008-11-10 03:00:00','2008-11-10 06:25:00'),(1768,25,8,'2814.418','2008-11-10 03:00:00','2008-11-10 06:25:00'),(1769,28,8,'2010.313','2008-11-10 03:00:00','2008-11-11 03:00:00'),(1770,31,8,'801.832','2008-11-10 03:00:00','2010-03-27 03:00:00'),(1771,25,4,'516904','2008-11-10 06:25:00','2008-11-11 03:00:00'),(1772,25,7,'i686','2008-11-10 06:25:00','2008-11-11 03:00:00'),(1773,25,8,'1905.504','2008-11-10 06:25:00','2008-11-11 03:00:00'),(1774,25,4,'524288','2008-11-11 03:00:00','2008-11-11 06:25:00'),(1775,25,7,'x86_64','2008-11-11 03:00:00','2008-11-11 06:25:00'),(1776,25,8,'2814.418', COLOR="#BC8F8F">'2008-11-11 03:00:00','2008-11-11 06:25:00'),(1777,28,8,'2010.340','2008-11-11 03:00:00','2009-01-27 03:00:00'),(1778,25,4,'516904','2008-11-11 06:25:00','2008-11-12 03:00:00'),(1779,25,7,'i686','2008-11-11 06:25:00','2008-11-12 03:00:00'),(1780,25,8,'1905.504','2008-11-11 06:25:00','2008-11-12 03:00:00'),(1781,6,8,'2999.968','2008-11-12 03:00:00','2008-11-14 03:00:00'),(1782,15,8,'2999.890','2008-11-12 03:00:00','2008-11-27 03:00:00'),(1783,3,8,'2999.888','2008-11-12 03:00:00','2008-11-17 03:00:00'),(1784,25,4,'524288','2008-11-12 03:00:00','2008-11-12 06:25:00'),(1785,25,7,'x86_64','2008-11-12 03:00:00','2008-11-12 06:25:00'),(1786,25,8,'2814.418','2008-11-12 03:00:00','2008-11-12 06:25:00'),(1787,25,4,'516904','2008-11-12 06:25:00','2008-11-13 03:00:00'),(1788,25,7,"#BC8F8F">'i686','2008-11-12 06:25:00','2008-11-13 03:00:00'),(1789,25,8,'1905.504','2008-11-12 06:25:00','2008-11-13 03:00:00'),(1790,25,4,'524288','2008-11-13 03:00:00','2008-11-13 06:25:00'),(1791,25,7,'x86_64','2008-11-13 03:00:00','2008-11-13 06:25:00'),(1792,25,8,'2814.418','2008-11-13 03:00:00','2008-11-13 06:25:00'),(1793,25,4,'516904','2008-11-13 06:25:00','2008-11-14 03:00:00'),(1794,25,7,'i686','2008-11-13 06:25:00','2008-11-14 03:00:00'),(1795,25,8,'1905.504','2008-11-13 06:25:00','2008-11-14 03:00:00'),(1796,6,4,'2137088','2008-11-14 03:00:00','2008-11-17 03:00:00'),(1797,6,8,'2999.958','2008-11-14 03:00:00','2008-11-17 03:00:00'),(1798,19,8,'2999.890','2008-11-14 03:00:00','2008-11-17 03:00:00'),(1799,25,4,'524288','2008-11-14 03:00:00','2008-11-14 06:25:00'NT>),(1800,25,7,'x86_64','2008-11-14 03:00:00','2008-11-14 06:25:00'),(1801,25,8,'2814.418','2008-11-14 03:00:00','2008-11-14 06:25:00'),(1802,25,4,'516904','2008-11-14 06:25:00','2008-11-15 03:00:00'),(1803,25,7,'i686','2008-11-14 06:25:00','2008-11-15 03:00:00'),(1804,25,8,'1905.504','2008-11-14 06:25:00','2008-11-15 03:00:00'),(1805,25,4,'524288','2008-11-15 03:00:00',NULLNT>),(1806,25,7,'x86_64','2008-11-15 03:00:00',NULL),(1807,25,8,'2814.416','2008-11-15 03:00:00','2008-11-22 03:00:00'),(1808,26,8,'2814.470','2008-11-15 03:00:00','2008-11-22 03:00:00'),(1809,23,4,'2566144','2008-11-17 03:00:00','2009-12-30 03:00:00'),(1810,23,8,'2327.580','2008-11-17 03:00:00','2009-12-30 03:00:00'),(1811,3,8,'2999.890','2008-11-17 03:00:00','2008-11-27 03:00:00'),(1812,6,4,'2131968','2008-11-17 03:00:00','2008-11-22 03:00:00'),(1813,6,8,'2999.978','2008-11-17 03:00:00','2008-11-27 03:00:00'),(1814,670,9,'ATI Technologies Inc RS690 [Radeon X1200 Series]','2008-11-17 03:00:00',NULL),(1815,670,10,'v1.x-unk','2008-11-17 03:00:00',NULL),(1816,671,9,'ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Express Port 3)','2008-11-17 03:00:00',NULL),(1817,671,10,'v1.x-unk','2008-11-17 03:00:00',NULL),(1818,672,9,'ATI Technologies Inc RS690 PCI to PCI Bridge (Internal gfx)','2008-11-17 03:00:00',NULL),(1819,672,10,'v1.x-unk','2008-11-17 03:00:00',NULL),(1820,673,9,'ATI Technologies Inc RS690 Host Bridge','2008-11-17 03:00:00',NULL),(1821,673,10,'v1.x-unk','2008-11-17 03:00:00',NULL),(1822,674,9,'ATI Technologies Inc SBx00 SMBus Controller (rev 14)','2008-11-17 03:00:00',NULL),(1823,674,10,="#BC8F8F">'v1.x-unk','2008-11-17 03:00:00',NULL),(1824,675,9,'ATI Technologies Inc SBx00 PCI to PCI Bridge','2008-11-17 03:00:00',NULL),(1825,675,10,'v1.x-unk','2008-11-17 03:00:00',NULL),(1826,19,8,'2999.888','2008-11-17 03:00:00','2008-12-08 03:00:00'),(1827,29,8,'2211.373','2008-11-17 03:00:00','2009-02-11 03:00:00'),(1828,22,8,'2327.522','2008-11-17 04:47:00','2009-04-19 04:47:00'),(1829,12,4,'2062612','2008-11-19 03:00:00',NULL),(1830,12,8,'1000.000','2008-11-19 03:00:00','2008-11-20 03:00:00'),(1831,676,9,'VIA Technologies, Inc. VT6120/VT6121/VT6122 Gigabit Ethernet Adapter (rev 11)','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1832,676,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1833,677,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1834,677,10,'v1.x-unk'</FONT>,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(1835,678,9,'VIA Technologies, Inc. IEEE 1394 Host Controller (rev 46)','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1836,678,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1837,679,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1838,679,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1839,680,9,'VIA Technologies, Inc. K8T800Pro Host Bridge','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1840,680,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1841,681,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1842,681,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1843,682,9,'VIA Technologies, Inc. K8T800Pro Host Bridge','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1844,682,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1845,683,9,'VIA Technologies, Inc. USB 2.0 (rev 86)','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1846,683,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1847,684,9,'VIA Technologies, Inc. K8T800Pro Host Bridge','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1848,684,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1849,685,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1850,685,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1851,686,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1852,686,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1853,687,9,'VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1854,687,10,'v1.x-unk','2008-11-19 03:00:00'FONT>,'2008-12-19 03:00:00'),(1855,688,9,'VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T890 South]','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1856,688,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1857,689,9,'VIA Technologies, Inc. K8T800Pro Host Bridge','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1858,689,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1859,690,9,'Creative Labs SB Audigy Game Port (rev 04)','2008-11-19 03:00:00',T COLOR="#BC8F8F">'2008-12-19 03:00:00'),(1860,690,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1861,691,9,'VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1862,691,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1863,692,9,'Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1864,692,10,'v1.x-unk','2008-11-19 03:00:00',OLOR="#BC8F8F">'2008-12-19 03:00:00'),(1865,693,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1866,693,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1867,694,9,'VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1868,694,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1869,695,9,'Creative Labs SB Audigy (rev 04)','2008-11-19 03:00:00',R="#BC8F8F">'2008-12-19 03:00:00'),(1870,695,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1871,696,9,'VIA Technologies, Inc. K8T800Pro Host Bridge','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1872,696,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1873,697,9,'ATI Technologies Inc Radeon RV250 If [Radeon 9000] (rev 01)','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1874,697,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1875,698,9,'VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1876,698,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1877,699,9,'Creative Labs SB Audigy FireWire Port (rev 04)','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1878,699,10,'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1879,700,9,'VIA Technologies, Inc. K8T800Pro Host Bridge','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1880,700,10,<B>'v1.x-unk','2008-11-19 03:00:00','2008-12-19 03:00:00'),(1881,12,8,'2000.000','2008-11-20 03:00:00','2008-11-22 03:00:00'),(1882,21,8,'1607.336','2008-11-21 04:37:00','2010-08-17 04:37:00'),(1883,6,4,'423704','2008-11-22 03:00:00','2008-11-27 03:00:00'),(1884,12,8,'1000.000','2008-11-22 03:00:00','2008-11-24 03:00:00'),(1885,25,8,'2814.422','2008-11-22 03:00:00','2009-01-02 03:00:00'</FONT>),(1886,26,4,'451584','2008-11-22 03:00:00','2008-11-23 03:00:00'),(1887,26,8,'2814.454','2008-11-22 03:00:00','2008-11-23 03:00:00'),(1888,701,9,'3ware Inc 9650SE SATA-II RAID (rev 01)','2008-11-22 03:00:00','2008-12-26 03:00:00'),(1889,701,10,'v1.x-unk','2008-11-22 03:00:00','2008-12-26 03:00:00'),(1890,26,4,'969728','2008-11-23 03:00:00','2008-12-01 03:00:00'),(1891,26,8,'2814.468','2008-11-23 03:00:00'ONT>,'2008-12-23 03:00:00'),(1892,12,8,'1800.000','2008-11-24 03:00:00','2008-11-25 03:00:00'),(1893,12,8,'2000.000','2008-11-25 03:00:00','2008-11-26 03:00:00'),(1894,12,8,'1000.000','2008-11-26 03:00:00','2008-11-29 03:00:00'),(1895,15,8,'2999.888','2008-11-27 03:00:00','2009-01-21 03:00:00'),(1896,3,8,'2999.886','2008-11-27 03:00:00','2008-12-08 03:00:00'),(1897,6,4,'1991680','2008-11-27 03:00:00','2008-12-08 03:00:00'),(1898,6,8,'2999.972','2008-11-27 03:00:00','2008-12-08 03:00:00'),(1899,12,8,'2000.000','2008-11-29 03:00:00','2008-12-02 03:00:00'),(1900,26,4,'444416','2008-12-01 03:00:00','2008-12-23 03:00:00'),(1901,12,8,'1000.000','2008-12-02 03:00:00','2008-12-04 03:00:00'),(1902,12,8,'1800.000','2008-12-04 03:00:00','2008-12-06 03:00:00'),(1903,12,8,'1000.000',<B>'2008-12-06 03:00:00','2008-12-09 03:00:00'),(1904,3,8,'2999.892','2008-12-08 03:00:00','2009-01-17 03:00:00'),(1905,6,4,'1994752','2008-12-08 03:00:00','2008-12-17 03:00:00'),(1906,6,8,'2999.994','2008-12-08 03:00:00','2009-01-16 03:00:00'),(1907,19,8,'2999.890','2008-12-08 03:00:00','2009-01-23 03:00:00'),(1908,12,8,'1800.000','2008-12-09 03:00:00','2008-12-10 03:00:00'),(1909,12,8,'2000.000','2008-12-10 03:00:00','2008-12-11 03:00:00'),(1910,12,8,'1800.000','2008-12-11 03:00:00','2008-12-12 03:00:00'),(1911,12,8,'2000.000','2008-12-12 03:00:00','2008-12-15 03:00:00'),(1912,12,8,'1000.000','2008-12-15 03:00:00','2008-12-16 03:00:00'),(1913,12,8,'2000.000','2008-12-16 03:00:00','2008-12-26 03:00:00'),(1914,6,4,'1608704','2008-12-17 03:00:00','2008-12-19 03:00:00'),(1915,6,4,<B>'1607680','2008-12-19 03:00:00','2009-01-16 03:00:00'),(1916,702,11,'10','2008-12-19 03:00:00',NULL),(1917,702,12,'SB Audigy FireWire Port','2008-12-19 03:00:00',NULL),(1918,702,9,'SB Audigy FireWire Port','2008-12-19 03:00:00',NULL),(1919,702,13,'SB Audigy FireWire Port','2008-12-19 03:00:00',NULL),(1920,702,14,'04','2008-12-19 03:00:00',NULL),(1921,702,15,'FireWire (IEEE 1394)','2008-12-19 03:00:00',NULL),(1922,702,16,'Creative Labs','2008-12-19 03:00:00',NULL),(1923,702,17,'Creative Labs','2008-12-19 03:00:00',NULL),(1924,702,10,'0000:00:09.2','2008-12-19 03:00:00',NULL),(1925,703,9,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2008-12-19 03:00:00',NULL),(1926,703,15,'Host bridge','2008-12-19 03:00:00',NULL),(1927,703,13,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2008-12-19 03:00:00',NULL),(1928,703,10,'0000:00:18.0','2008-12-19 03:00:00',NULL),(1929,703,17,'Advanced Micro Devices [AMD]','2008-12-19 03:00:00',NULL),(1930,704,9,'VT8237 PCI bridge [K8T800/K8T890 South]','2008-12-19 03:00:00',NULL),(1931,704,15,'PCI bridge','2008-12-19 03:00:00',NULL),(1932,704,13,'VT8237 PCI bridge [K8T800/K8T890 South]','2008-12-19 03:00:00',NULL),(1933,704,10,'0000:00:01.0','2008-12-19 03:00:00',NULL),(1934,704,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(1935,705,9,'K8T800Pro Host Bridge','2008-12-19 03:00:00',NULL),(1936,705,15,'Host bridge','2008-12-19 03:00:00',NULL),(1937,705,13,'K8T800Pro Host Bridge','2008-12-19 03:00:00',NULL),(1938,705,10,'0000:00:00.1','2008-12-19 03:00:00'</FONT>,NULL),(1939,705,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(1940,706,12,'Unknown device 1415','2008-12-19 03:00:00',NULL),(1941,706,9,'VT82xxxxx UHCI USB 1.1 Controller','2008-12-19 03:00:00',NULL),(1942,706,13,'VT82xxxxx UHCI USB 1.1 Controller','2008-12-19 03:00:00',NULL),(1943,706,14,'81','2008-12-19 03:00:00',NULL),(1944,706,15,'USB Controller','2008-12-19 03:00:00',NULL),(1945,706,10,'0000:00:10.2','2008-12-19 03:00:00',NULL),(1946,706,16,'ABIT Computer Corp.','2008-12-19 03:00:00',NULL),(1947,706,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(1948,707,9,'K8 [Athlon64/Opteron] Address Map','2008-12-19 03:00:00',NULL),(1949,707,15,'Host bridge','2008-12-19 03:00:00',NULL),(1950,707,13,'K8 [Athlon64/Opteron] Address Map','2008-12-19 03:00:00',NULL),(1951,707,10,'0000:00:18.1','2008-12-19 03:00:00',NULL),(1952,707,17,'Advanced Micro Devices [AMD]','2008-12-19 03:00:00',NULL),(1953,708,12,'Unknown device 1415','2008-12-19 03:00:00',NULL),(1954,708,9,'K8T800Pro Host Bridge','2008-12-19 03:00:00',NULL),(1955,708,15,'Host bridge','2008-12-19 03:00:00',NULL),(1956,708,13,'K8T800Pro Host Bridge','2008-12-19 03:00:00',NULL),(1957,708,10,'0000:00:00.0','2008-12-19 03:00:00',NULL),(1958,708,16,'ABIT Computer Corp.','2008-12-19 03:00:00',NULL),(1959,708,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(1960,709,12,'Unknown device 1415','2008-12-19 03:00:00',NULL),(1961,709,9,'VT82xxxxx UHCI USB 1.1 Controller','2008-12-19 03:00:00',NULL),(1962,709,13,'VT82xxxxx UHCI USB 1.1 Controller'NT>,'2008-12-19 03:00:00',NULL),(1963,709,14,'81','2008-12-19 03:00:00',NULL),(1964,709,15,'USB Controller','2008-12-19 03:00:00',NULL),(1965,709,10,'0000:00:10.3','2008-12-19 03:00:00',NULL),(1966,709,16,'ABIT Computer Corp.','2008-12-19 03:00:00',NULL),(1967,709,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(1968,710,9,'K8 [Athlon64/Opteron] DRAM Controller'>,'2008-12-19 03:00:00',NULL),(1969,710,15,'Host bridge','2008-12-19 03:00:00',NULL),(1970,710,13,'K8 [Athlon64/Opteron] DRAM Controller','2008-12-19 03:00:00',NULL),(1971,710,10,'0000:00:18.2','2008-12-19 03:00:00',NULL),(1972,710,17,'Advanced Micro Devices [AMD]','2008-12-19 03:00:00',NULL),(1973,711,11,'8f','2008-12-19 03:00:00',NULL),(1974,711,12,'Unknown device 1415','2008-12-19 03:00:00',NULL),(1975,711,9,'VIA VT6420 SATA RAID Controller','2008-12-19 03:00:00',NULL),(1976,711,13,'VIA VT6420 SATA RAID Controller','2008-12-19 03:00:00',NULL),(1977,711,14,'80','2008-12-19 03:00:00',NULL),(1978,711,15,'IDE interface','2008-12-19 03:00:00',NULL),(1979,711,16,'ABIT Computer Corp.','2008-12-19 03:00:00',NULL),(1980,711,17,'VIA Technologies, Inc.'>,'2008-12-19 03:00:00',NULL),(1981,711,10,'0000:00:0f.0','2008-12-19 03:00:00',NULL),(1982,712,12,'Unknown device 1415','2008-12-19 03:00:00',NULL),(1983,712,9,'VT82xxxxx UHCI USB 1.1 Controller','2008-12-19 03:00:00',NULL),(1984,712,13,'VT82xxxxx UHCI USB 1.1 Controller','2008-12-19 03:00:00',NULL),(1985,712,14,'81','2008-12-19 03:00:00',NULL),(1986,712,15,'USB Controller'T>,'2008-12-19 03:00:00',NULL),(1987,712,10,'0000:00:10.1','2008-12-19 03:00:00',NULL),(1988,712,16,'ABIT Computer Corp.','2008-12-19 03:00:00',NULL),(1989,712,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(1990,713,9,'K8T800Pro Host Bridge','2008-12-19 03:00:00',NULL),(1991,713,15,'Host bridge','2008-12-19 03:00:00',NULL),(1992,713,13,'K8T800Pro Host Bridge','2008-12-19 03:00:00',NULL),(1993,713,10,'0000:00:00.7','2008-12-19 03:00:00',NULL),(1994,713,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(1995,714,12,'Unknown device 2047','2008-12-19 03:00:00',NULL),(1996,714,9,'Radeon RV250 If [Radeon 9000]','2008-12-19 03:00:00',NULL),(1997,714,13,'Radeon RV250 If [Radeon 9000]','2008-12-19 03:00:00',NULL),(1998,714,14,'01'>,'2008-12-19 03:00:00',NULL),(1999,714,15,'VGA compatible controller','2008-12-19 03:00:00',NULL),(2000,714,10,'0000:01:00.0','2008-12-19 03:00:00',NULL),(2001,714,16,'C.P. Technology Co. Ltd','2008-12-19 03:00:00',NULL),(2002,714,17,'ATI Technologies Inc','2008-12-19 03:00:00',NULL),(2003,715,9,'K8T800Pro Host Bridge','2008-12-19 03:00:00',NULL),(2004,715,15,'Host bridge'>,'2008-12-19 03:00:00',NULL),(2005,715,13,'K8T800Pro Host Bridge','2008-12-19 03:00:00',NULL),(2006,715,10,'0000:00:00.2','2008-12-19 03:00:00',NULL),(2007,715,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(2008,716,12,'Unknown device 2006','2008-12-19 03:00:00',NULL),(2009,716,9,'SB Audigy','2008-12-19 03:00:00',NULL),(2010,716,13,'SB Audigy','2008-12-19 03:00:00',NULL),(2011,716,14,'04','2008-12-19 03:00:00',NULL),(2012,716,15,'Multimedia audio controller','2008-12-19 03:00:00',NULL),(2013,716,10,'0000:00:09.0','2008-12-19 03:00:00',NULL),(2014,716,16,'Creative Labs','2008-12-19 03:00:00',NULL),(2015,716,17,'Creative Labs','2008-12-19 03:00:00',NULL),(2016,717,12,'Unknown device 1415','2008-12-19 03:00:00',NULL),(2017,717,9,'VT6120/VT6121/VT6122 Gigabit Ethernet Adapter','2008-12-19 03:00:00',NULL),(2018,717,13,'VT6120/VT6121/VT6122 Gigabit Ethernet Adapter','2008-12-19 03:00:00',NULL),(2019,717,14,'11','2008-12-19 03:00:00',NULL),(2020,717,15,'Ethernet controller','2008-12-19 03:00:00',NULL),(2021,717,10,'0000:00:0e.0','2008-12-19 03:00:00',NULL),(2022,717,16,'ABIT Computer Corp.',R="#BC8F8F">'2008-12-19 03:00:00',NULL),(2023,717,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(2024,718,11,'8a','2008-12-19 03:00:00',NULL),(2025,718,12,'Unknown device 1415','2008-12-19 03:00:00',NULL),(2026,718,9,'VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE','2008-12-19 03:00:00',NULL),(2027,718,13,'VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE','2008-12-19 03:00:00',NULL),(2028,718,14,LOR="#BC8F8F">'06','2008-12-19 03:00:00',NULL),(2029,718,15,'IDE interface','2008-12-19 03:00:00',NULL),(2030,718,16,'ABIT Computer Corp.','2008-12-19 03:00:00',NULL),(2031,718,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(2032,718,10,'0000:00:0f.1','2008-12-19 03:00:00',NULL),(2033,719,12,'Unknown device 1415','2008-12-19 03:00:00',NULL),(2034,719,9,'VT82xxxxx UHCI USB 1.1 Controller','2008-12-19 03:00:00',NULL),(2035,719,13,'VT82xxxxx UHCI USB 1.1 Controller','2008-12-19 03:00:00',NULL),(2036,719,14,'81','2008-12-19 03:00:00',NULL),(2037,719,15,'USB Controller','2008-12-19 03:00:00',NULL),(2038,719,10,'0000:00:10.0','2008-12-19 03:00:00',NULL),(2039,719,16,'ABIT Computer Corp.','2008-12-19 03:00:00',NULL),(2040,719,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(2041,720,12,'Unknown device 1415','2008-12-19 03:00:00',NULL),(2042,720,9,'VT8237 ISA bridge [KT600/K8T800/K8T890 South]','2008-12-19 03:00:00',NULL),(2043,720,15,'ISA bridge','2008-12-19 03:00:00',NULL),(2044,720,13,'VT8237 ISA bridge [KT600/K8T800/K8T890 South]','2008-12-19 03:00:00',NULL),(2045,720,10,'0000:00:11.0','2008-12-19 03:00:00',NULL),(2046,720,16,'ABIT Computer Corp.','2008-12-19 03:00:00',NULL),(2047,720,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(2048,721,11,'10','2008-12-19 03:00:00',NULL),(2049,721,12,'Unknown device 1415','2008-12-19 03:00:00',NULL),(2050,721,9,'IEEE 1394 Host Controller','2008-12-19 03:00:00',NULL),(2051,721,13,'IEEE 1394 Host Controller','2008-12-19 03:00:00',NULL),(2052,721,14,'46','2008-12-19 03:00:00',NULL),(2053,721,15,'FireWire (IEEE 1394)','2008-12-19 03:00:00',NULL),(2054,721,16,'ABIT Computer Corp.','2008-12-19 03:00:00',NULL),(2055,721,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(2056,721,10,'0000:00:07.0','2008-12-19 03:00:00',NULL),(2057,722,9,'K8T800Pro Host Bridge','2008-12-19 03:00:00',NULL),(2058,722,15,COLOR="#BC8F8F">'Host bridge','2008-12-19 03:00:00',NULL),(2059,722,13,'K8T800Pro Host Bridge','2008-12-19 03:00:00',NULL),(2060,722,10,'0000:00:00.3','2008-12-19 03:00:00',NULL),(2061,722,17,'VIA Technologies, Inc.','2008-12-19 03:00:00',NULL),(2062,723,9,'K8 [Athlon64/Opteron] Miscellaneous Control','2008-12-19 03:00:00',NULL),(2063,723,15,'Host bridge','2008-12-19 03:00:00',NULL),(2064,723,13,<B>'K8 [Athlon64/Opteron] Miscellaneous Control','2008-12-19 03:00:00',NULL),(2065,723,10,'0000:00:18.3','2008-12-19 03:00:00',NULL),(2066,723,17,'Advanced Micro Devices [AMD]','2008-12-19 03:00:00',NULL),(2067,724,12,'SB Audigy MIDI/Game Port','2008-12-19 03:00:00',NULL),(2068,724,9,'SB Audigy Game Port','2008-12-19 03:00:00',NULL),(2069,724,13,'SB Audigy Game Port','2008-12-19 03:00:00',NULL),(2070,724,14,'04','2008-12-19 03:00:00',NULL),(2071,724,15,'Input device controller','2008-12-19 03:00:00',NULL),(2072,724,10,'0000:00:09.1','2008-12-19 03:00:00',NULL),(2073,724,16,'Creative Labs','2008-12-19 03:00:00',NULL),(2074,724,17,'Creative Labs','2008-12-19 03:00:00',NULL),(2075,725,11,'20','2008-12-19 03:00:00',NULL),(2076,725,12,="#BC8F8F">'Unknown device 1415','2008-12-19 03:00:00',NULL),(2077,725,9,'USB 2.0','2008-12-19 03:00:00',NULL),(2078,725,13,'USB 2.0','2008-12-19 03:00:00',NULL),(2079,725,14,'86','2008-12-19 03:00:00',NULL),(2080,725,15,'USB Controller','2008-12-19 03:00:00',NULL),(2081,725,16,'ABIT Computer Corp.','2008-12-19 03:00:00',NULL),(2082,725,17,'VIA Technologies, Inc.'B>,'2008-12-19 03:00:00',NULL),(2083,725,10,'0000:00:10.4','2008-12-19 03:00:00',NULL),(2084,726,9,'K8T800Pro Host Bridge','2008-12-19 03:00:00',NULL),(2085,726,15,'Host bridge','2008-12-19 03:00:00',NULL),(2086,726,13,'K8T800Pro Host Bridge','2008-12-19 03:00:00',NULL),(2087,726,10,'0000:00:00.4','2008-12-19 03:00:00',NULL),(2088,726,17,'VIA Technologies, Inc.',OLOR="#BC8F8F">'2008-12-19 03:00:00',NULL),(2089,26,4,'451584','2008-12-23 03:00:00','2009-01-12 03:00:00'),(2090,26,8,'2814.466','2008-12-23 03:00:00','2009-01-12 03:00:00'),(2091,24,8,'2327.524','2008-12-24 03:00:00','2009-01-31 03:00:00'),(2092,727,11,'10','2008-12-26 03:00:00',NULL),(2093,727,12,'Unknown device 1644','2008-12-26 03:00:00',NULL),(2094,727,9,'NetXtreme BCM5705 Gigabit Ethernet','2008-12-26 03:00:00',NULL),(2095,727,13,'NetXtreme BCM5705 Gigabit Ethernet','2008-12-26 03:00:00',NULL),(2096,727,14,'03','2008-12-26 03:00:00',NULL),(2097,727,15,'Ethernet controller','2008-12-26 03:00:00',NULL),(2098,727,16,'Broadcom Corporation','2008-12-26 03:00:00',NULL),(2099,727,17,'Broadcom Corporation','2008-12-26 03:00:00',NULL),(2100,727,10,'Unknown',COLOR="#BC8F8F">'2008-12-26 03:00:00',NULL),(2101,728,11,'01','2008-12-26 03:00:00','2009-03-07 03:00:00'),(2102,728,12,'Unknown device 1b61','2008-12-26 03:00:00','2009-03-07 03:00:00'),(2103,728,9,'RV370 [Radeon X300SE]','2008-12-26 03:00:00','2009-03-07 03:00:00'),(2104,728,13,'RV370 [Radeon X300SE]','2008-12-26 03:00:00','2009-03-07 03:00:00'),(2105,728,14,'11','2008-12-26 03:00:00','2009-03-07 03:00:00'),(2106,728,15,OLOR="#BC8F8F">'Display controller','2008-12-26 03:00:00','2009-03-07 03:00:00'),(2107,728,16,'ATI Technologies Inc','2008-12-26 03:00:00','2009-03-07 03:00:00'),(2108,728,17,'ATI Technologies Inc','2008-12-26 03:00:00','2009-03-07 03:00:00'),(2109,728,10,'Unknown','2008-12-26 03:00:00','2009-03-07 03:00:00'),(2110,729,11,'01','2008-12-26 03:00:00','2009-04-25 03:00:00'),(2111,729,12,'Unknown device 0321','2008-12-26 03:00:00',ONT COLOR="#BC8F8F">'2009-04-25 03:00:00'),(2112,729,9,'RV370 [Radeon X300SE]','2008-12-26 03:00:00','2009-04-25 03:00:00'),(2113,729,13,'RV370 [Radeon X300SE]','2008-12-26 03:00:00','2009-04-25 03:00:00'),(2114,729,14,'11','2008-12-26 03:00:00','2009-04-25 03:00:00'),(2115,729,15,'Display controller','2008-12-26 03:00:00','2009-04-25 03:00:00'),(2116,729,16,'Micro-Star International Co., Ltd.','2008-12-26 03:00:00','2009-04-25 03:00:00'),(2117,729,17,'ATI Technologies Inc','2008-12-26 03:00:00','2009-04-25 03:00:00'),(2118,729,10,'Unknown','2008-12-26 03:00:00','2009-04-25 03:00:00'),(2119,730,9,'MCP55 PCI Express bridge','2008-12-26 03:00:00',NULL),(2120,730,14,'a3','2008-12-26 03:00:00',NULL),(2121,730,15,'PCI bridge','2008-12-26 03:00:00',NULL),(2122,730,13,'MCP55 PCI Express bridge','2008-12-26 03:00:00',NULL),(2123,730,10,T COLOR="#BC8F8F">'0000:00:0a.0','2008-12-26 03:00:00',NULL),(2124,730,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2125,731,12,'Device 534c','2008-12-26 03:00:00',NULL),(2126,731,9,'AST2000','2008-12-26 03:00:00',NULL),(2127,731,15,'VGA compatible controller','2008-12-26 03:00:00',NULL),(2128,731,13,'AST2000','2008-12-26 03:00:00',NULL),(2129,731,10,'0000:01:05.0','2008-12-26 03:00:00',NULL),(2130,731,16,'Sun Microsystems Computer Corp.','2008-12-26 03:00:00',NULL),(2131,731,17,'ASPEED Technology, Inc.','2008-12-26 03:00:00',NULL),(2132,732,11,'85','2008-12-26 03:00:00',NULL),(2133,732,12,'Device 534c','2008-12-26 03:00:00',NULL),(2134,732,9,'MCP55 SATA Controller','2008-12-26 03:00:00',NULL),(2135,732,13,'MCP55 SATA Controller'ONT>,'2008-12-26 03:00:00',NULL),(2136,732,14,'a3','2008-12-26 03:00:00',NULL),(2137,732,15,'IDE interface','2008-12-26 03:00:00',NULL),(2138,732,16,'Sun Microsystems Computer Corp.','2008-12-26 03:00:00',NULL),(2139,732,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2140,732,10,'0000:00:05.0','2008-12-26 03:00:00',NULL),(2141,733,12,'Device 534c',"#BC8F8F">'2008-12-26 03:00:00',NULL),(2142,733,9,'MCP55 LPC Bridge','2008-12-26 03:00:00',NULL),(2143,733,13,'MCP55 LPC Bridge','2008-12-26 03:00:00',NULL),(2144,733,14,'a3','2008-12-26 03:00:00',NULL),(2145,733,15,'ISA bridge','2008-12-26 03:00:00',NULL),(2146,733,10,'0000:00:01.0','2008-12-26 03:00:00',NULL),(2147,733,16,'Sun Microsystems Computer Corp.','2008-12-26 03:00:00',NULL),(2148,733,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2149,734,9,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2008-12-26 03:00:00',NULL),(2150,734,15,'Host bridge','2008-12-26 03:00:00',NULL),(2151,734,13,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2008-12-26 03:00:00',NULL),(2152,734,10,'0000:00:18.0','2008-12-26 03:00:00',NULL),(2153,734,17,'Advanced Micro Devices [AMD]','2008-12-26 03:00:00',NULL),(2154,735,12,'9650SE SATA-II RAID','2008-12-26 03:00:00',NULL),(2155,735,9,'9650SE SATA-II RAID','2008-12-26 03:00:00',NULL),(2156,735,13,'9650SE SATA-II RAID','2008-12-26 03:00:00',NULL),(2157,735,14,'01','2008-12-26 03:00:00',NULL),(2158,735,15,'RAID bus controller','2008-12-26 03:00:00',NULL),(2159,735,10,'0000:02:00.0','2008-12-26 03:00:00',NULL),(2160,735,16,'3ware Inc','2008-12-26 03:00:00',NULL),(2161,735,17,'3ware Inc','2008-12-26 03:00:00',NULL),(2162,736,12,'Device 534c','2008-12-26 03:00:00',NULL),(2163,736,9,'MCP55 Memory Controller','2008-12-26 03:00:00',NULL),(2164,736,13,'MCP55 Memory Controller','2008-12-26 03:00:00',NULL),(2165,736,14,'a2','2008-12-26 03:00:00',NULL),(2166,736,15,'RAM memory','2008-12-26 03:00:00',NULL),(2167,736,10,'0000:00:00.0','2008-12-26 03:00:00',NULL),(2168,736,16,'Sun Microsystems Computer Corp.','2008-12-26 03:00:00',NULL),(2169,736,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2170,737,9,'K8 [Athlon64/Opteron] Address Map','2008-12-26 03:00:00',NULL),(2171,737,15,'Host bridge',"#BC8F8F">'2008-12-26 03:00:00',NULL),(2172,737,13,'K8 [Athlon64/Opteron] Address Map','2008-12-26 03:00:00',NULL),(2173,737,10,'0000:00:18.1','2008-12-26 03:00:00',NULL),(2174,737,17,'Advanced Micro Devices [AMD]','2008-12-26 03:00:00',NULL),(2175,738,9,'EPB PCI-Express to PCI-X Bridge','2008-12-26 03:00:00',NULL),(2176,738,14,'b5','2008-12-26 03:00:00',NULL),(2177,738,15,'PCI bridge',LOR="#BC8F8F">'2008-12-26 03:00:00',NULL),(2178,738,13,'EPB PCI-Express to PCI-X Bridge','2008-12-26 03:00:00',NULL),(2179,738,10,'0000:05:00.0','2008-12-26 03:00:00',NULL),(2180,738,17,'Broadcom','2008-12-26 03:00:00',NULL),(2181,739,9,'MCP55 PCI Express bridge','2008-12-26 03:00:00',NULL),(2182,739,14,'a3','2008-12-26 03:00:00',NULL),(2183,739,15,'PCI bridge','2008-12-26 03:00:00',NULL),(2184,739,13,'MCP55 PCI Express bridge','2008-12-26 03:00:00',NULL),(2185,739,10,'0000:00:0c.0','2008-12-26 03:00:00',NULL),(2186,739,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2187,740,9,'MCP55 PCI Express bridge','2008-12-26 03:00:00',NULL),(2188,740,14,'a3','2008-12-26 03:00:00',NULL),(2189,740,15,'PCI bridge','2008-12-26 03:00:00',NULL),(2190,740,13,'MCP55 PCI Express bridge','2008-12-26 03:00:00',NULL),(2191,740,10,'0000:00:0f.0','2008-12-26 03:00:00',NULL),(2192,740,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2193,741,11,'8a','2008-12-26 03:00:00',NULL),(2194,741,12,'Device 534c','2008-12-26 03:00:00',NULL),(2195,741,9,'MCP55 IDE','2008-12-26 03:00:00',NULL),(2196,741,13,'MCP55 IDE','2008-12-26 03:00:00',NULL),(2197,741,14,'a1','2008-12-26 03:00:00',NULL),(2198,741,15,'IDE interface','2008-12-26 03:00:00',NULL),(2199,741,16,'Sun Microsystems Computer Corp.','2008-12-26 03:00:00',NULL),(2200,741,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2201,741,10,'0000:00:04.0','2008-12-26 03:00:00',NULL),(2202,742,12,T COLOR="#BC8F8F">'Device 534c','2008-12-26 03:00:00',NULL),(2203,742,9,'NetXtreme BCM5715 Gigabit Ethernet','2008-12-26 03:00:00',NULL),(2204,742,13,'NetXtreme BCM5715 Gigabit Ethernet','2008-12-26 03:00:00',NULL),(2205,742,14,'a3','2008-12-26 03:00:00',NULL),(2206,742,15,'Ethernet controller','2008-12-26 03:00:00',NULL),(2207,742,10,'0000:06:04.1','2008-12-26 03:00:00',NULL),(2208,742,16,T COLOR="#BC8F8F">'Sun Microsystems Computer Corp.','2008-12-26 03:00:00',NULL),(2209,742,17,'Broadcom Corporation','2008-12-26 03:00:00',NULL),(2210,743,12,'Device 534c','2008-12-26 03:00:00',NULL),(2211,743,9,'MCP55 SMBus','2008-12-26 03:00:00',NULL),(2212,743,13,'MCP55 SMBus','2008-12-26 03:00:00',NULL),(2213,743,14,'a3','2008-12-26 03:00:00',NULL),(2214,743,15,'SMBus'</FONT>,'2008-12-26 03:00:00',NULL),(2215,743,10,'0000:00:01.1','2008-12-26 03:00:00',NULL),(2216,743,16,'Sun Microsystems Computer Corp.','2008-12-26 03:00:00',NULL),(2217,743,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2218,744,12,'Device 534c','2008-12-26 03:00:00',NULL),(2219,744,9,'MCP55 Ethernet','2008-12-26 03:00:00',NULL),(2220,744,13,'MCP55 Ethernet',<B>'2008-12-26 03:00:00',NULL),(2221,744,14,'a3','2008-12-26 03:00:00',NULL),(2222,744,15,'Bridge','2008-12-26 03:00:00',NULL),(2223,744,10,'0000:00:08.0','2008-12-26 03:00:00',NULL),(2224,744,16,'Sun Microsystems Computer Corp.','2008-12-26 03:00:00',NULL),(2225,744,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2226,745,9,'MCP55 PCI Express bridge','2008-12-26 03:00:00',NULL),(2227,745,14,'a3','2008-12-26 03:00:00',NULL),(2228,745,15,'PCI bridge','2008-12-26 03:00:00',NULL),(2229,745,13,'MCP55 PCI Express bridge','2008-12-26 03:00:00',NULL),(2230,745,10,'0000:00:0b.0','2008-12-26 03:00:00',NULL),(2231,745,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2232,746,9,'MCP55 PCI Express bridge','2008-12-26 03:00:00',NULL),(2233,746,14,'a3','2008-12-26 03:00:00',NULL),(2234,746,15,'PCI bridge','2008-12-26 03:00:00',NULL),(2235,746,13,'MCP55 PCI Express bridge','2008-12-26 03:00:00',NULL),(2236,746,10,'0000:00:0d.0','2008-12-26 03:00:00',NULL),(2237,746,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2238,747,9,'MCP55 PCI Express bridge','2008-12-26 03:00:00',NT COLOR="#A020F0">NULL),(2239,747,14,'a3','2008-12-26 03:00:00',NULL),(2240,747,15,'PCI bridge','2008-12-26 03:00:00',NULL),(2241,747,13,'MCP55 PCI Express bridge','2008-12-26 03:00:00',NULL),(2242,747,10,'0000:00:0e.0','2008-12-26 03:00:00',NULL),(2243,747,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2244,748,9,'K8 [Athlon64/Opteron] Miscellaneous Control','2008-12-26 03:00:00',COLOR="#A020F0">NULL),(2245,748,15,'Host bridge','2008-12-26 03:00:00',NULL),(2246,748,13,'K8 [Athlon64/Opteron] Miscellaneous Control','2008-12-26 03:00:00',NULL),(2247,748,10,'0000:00:18.3','2008-12-26 03:00:00',NULL),(2248,748,17,'Advanced Micro Devices [AMD]','2008-12-26 03:00:00',NULL),(2249,749,11,'01','2008-12-26 03:00:00',NULL),(2250,749,9,'MCP55 PCI bridge','2008-12-26 03:00:00',COLOR="#A020F0">NULL),(2251,749,14,'a2','2008-12-26 03:00:00',NULL),(2252,749,15,'PCI bridge','2008-12-26 03:00:00',NULL),(2253,749,13,'MCP55 PCI bridge','2008-12-26 03:00:00',NULL),(2254,749,10,'0000:00:06.0','2008-12-26 03:00:00',NULL),(2255,749,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2256,750,11,'10','2008-12-26 03:00:00',NULL),(2257,750,12,ONT COLOR="#BC8F8F">'Device 534c','2008-12-26 03:00:00',NULL),(2258,750,9,'MCP55 USB Controller','2008-12-26 03:00:00',NULL),(2259,750,13,'MCP55 USB Controller','2008-12-26 03:00:00',NULL),(2260,750,14,'a1','2008-12-26 03:00:00',NULL),(2261,750,15,'USB Controller','2008-12-26 03:00:00',NULL),(2262,750,16,'Sun Microsystems Computer Corp.','2008-12-26 03:00:00',NULL),(2263,750,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2264,750,10,'0000:00:02.0','2008-12-26 03:00:00',NULL),(2265,751,12,'Device 534c','2008-12-26 03:00:00',NULL),(2266,751,9,'NetXtreme BCM5715 Gigabit Ethernet','2008-12-26 03:00:00',NULL),(2267,751,13,'NetXtreme BCM5715 Gigabit Ethernet','2008-12-26 03:00:00',NULL),(2268,751,14,'a3','2008-12-26 03:00:00',NULL),(2269,751,15,'Ethernet controller','2008-12-26 03:00:00',NULL),(2270,751,10,'0000:06:04.0','2008-12-26 03:00:00',NULL),(2271,751,16,'Sun Microsystems Computer Corp.','2008-12-26 03:00:00',NULL),(2272,751,17,'Broadcom Corporation','2008-12-26 03:00:00',NULL),(2273,752,12,'Device 534c','2008-12-26 03:00:00',NULL),(2274,752,9,'MCP55 Ethernet','2008-12-26 03:00:00',NULL),(2275,752,13,'MCP55 Ethernet','2008-12-26 03:00:00',NULL),(2276,752,14,'a3','2008-12-26 03:00:00',NULL),(2277,752,15,'Bridge','2008-12-26 03:00:00',NULL),(2278,752,10,'0000:00:09.0','2008-12-26 03:00:00',NULL),(2279,752,16,'Sun Microsystems Computer Corp.','2008-12-26 03:00:00',NULL),(2280,752,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2281,753,9,'K8 [Athlon64/Opteron] DRAM Controller','2008-12-26 03:00:00',NULL),(2282,753,15,'Host bridge','2008-12-26 03:00:00',NULL),(2283,753,13,'K8 [Athlon64/Opteron] DRAM Controller','2008-12-26 03:00:00',NULL),(2284,753,10,'0000:00:18.2','2008-12-26 03:00:00',NULL),(2285,753,17,'Advanced Micro Devices [AMD]','2008-12-26 03:00:00',NULL),(2286,754,11,'20','2008-12-26 03:00:00',NULL),(2287,754,12,'Device 534c','2008-12-26 03:00:00',NULL),(2288,754,9,'MCP55 USB Controller','2008-12-26 03:00:00',NULL),(2289,754,13,'MCP55 USB Controller','2008-12-26 03:00:00',NULL),(2290,754,14,'a2','2008-12-26 03:00:00',NULL),(2291,754,15,'USB Controller','2008-12-26 03:00:00',NULL),(2292,754,16,'Sun Microsystems Computer Corp.','2008-12-26 03:00:00',NULL),(2293,754,17,'nVidia Corporation','2008-12-26 03:00:00',NULL),(2294,754,10,'0000:00:02.1','2008-12-26 03:00:00',NULL),(2295,12,8,'1800.000','2008-12-26 03:00:00','2008-12-29 03:00:00'),(2296,755,11,'01','2008-12-26 03:00:00','2009-09-07 03:00:00'),(2297,755,12,'Volari Z7','2008-12-26 03:00:00','2009-09-07 03:00:00'),(2298,755,9,'Volari Z7','2008-12-26 03:00:00','2009-09-07 03:00:00'),(2299,755,13,'Volari Z7'NT>,'2008-12-26 03:00:00','2009-09-07 03:00:00'),(2300,755,14,'01','2008-12-26 03:00:00','2009-09-07 03:00:00'),(2301,755,15,'VGA compatible controller','2008-12-26 03:00:00','2009-09-07 03:00:00'),(2302,755,16,'XGI - Xabre Graphics Inc','2008-12-26 03:00:00','2009-09-07 03:00:00'),(2303,755,17,'XGI - Xabre Graphics Inc','2008-12-26 03:00:00','2009-09-07 03:00:00'),(2304,755,10,'Unknown','2008-12-26 03:00:00','2009-09-07 03:00:00'),(2305,756,11,'20','2008-12-26 03:00:00','2009-03-30 03:00:00'),(2306,756,12,'USB 2.0','2008-12-26 03:00:00','2009-03-30 03:00:00'),(2307,756,9,'USB 2.0','2008-12-26 03:00:00','2009-03-30 03:00:00'),(2308,756,13,'USB 2.0','2008-12-26 03:00:00','2009-03-30 03:00:00'),(2309,756,14,'63','2008-12-26 03:00:00','2009-03-30 03:00:00'),(2310,756,15,'USB Controller','2008-12-26 03:00:00',<B>'2009-03-30 03:00:00'),(2311,756,16,'VIA Technologies, Inc.','2008-12-26 03:00:00','2009-03-30 03:00:00'),(2312,756,17,'VIA Technologies, Inc.','2008-12-26 03:00:00','2009-03-30 03:00:00'),(2313,756,10,'Unknown','2008-12-26 03:00:00','2009-03-30 03:00:00'),(2314,12,8,'1000.000','2008-12-29 03:00:00','2008-12-30 03:00:00'),(2315,12,8,'2000.000','2008-12-30 03:00:00','2009-01-01 03:00:00'),(2316,12,8,'1000.000','2009-01-01 03:00:00','2009-01-03 03:00:00'),(2317,25,8,'2814.424','2009-01-02 03:00:00','2009-02-21 03:00:00'),(2318,12,8,'2000.000','2009-01-03 03:00:00','2009-01-06 03:00:00'),(2319,12,8,'1000.000','2009-01-06 03:00:00','2009-01-09 03:00:00'),(2320,12,8,'2000.000','2009-01-09 03:00:00','2009-01-14 03:00:00'),(2321,17,4,'483328','2009-01-10 03:00:00','2009-01-14 03:00:00'),(2322,17,8,'2000.098','2009-01-10 03:00:00','2009-01-27 03:00:00'),(2323,26,4,'445440','2009-01-12 03:00:00','2009-01-23 03:00:00'),(2324,26,8,'2814.444','2009-01-12 03:00:00','2009-01-23 03:00:00'),(2325,17,4,'221184','2009-01-14 03:00:00','2009-01-27 03:00:00'),(2326,12,8,'1000.000','2009-01-14 03:00:00','2009-01-21 03:00:00'),(2327,6,4,'3851284','2009-01-16 03:00:00','2009-01-17 03:00:00'),(2328,6,8,<B>'2999.990','2009-01-16 03:00:00','2009-01-17 03:00:00'),(2329,757,9,'3Com Corporation 3c905 100BaseTX [Boomerang]','2009-01-16 03:00:00',NULL),(2330,757,10,'v1.x-unk','2009-01-16 03:00:00',NULL),(2331,3,8,'2999.888','2009-01-17 03:00:00','2009-01-27 03:00:00'),(2332,6,4,'3450880','2009-01-17 03:00:00','2009-01-19 03:00:00'),(2333,6,8,'2999.958','2009-01-17 03:00:00','2009-01-19 03:00:00'),(2334,6,4,'3851284','2009-01-19 03:00:00','2009-01-20 03:00:00'),(2335,6,8,'2999.964','2009-01-19 03:00:00','2009-01-23 03:00:00'),(2336,6,4,'3442688','2009-01-20 03:00:00','2009-01-21 03:00:00'),(2337,6,4,'2919424','2009-01-21 03:00:00','2009-01-23 03:00:00'),(2338,15,8,'2999.890','2009-01-21 03:00:00','2009-01-23 03:00:00'),(2339,12,8,'1800.000','2009-01-21 03:00:00','2009-01-22 03:00:00'),(2340,12,8,'2000.000','2009-01-22 03:00:00','2009-01-23 03:00:00'),(2341,6,4,'1608704','2009-01-23 03:00:00','2009-01-27 03:00:00'),(2342,6,8,'3000.008','2009-01-23 03:00:00','2009-01-27 03:00:00'),(2343,15,8,'2999.888','2009-01-23 03:00:00','2009-01-27 03:00:00'),(2344,19,8,'2999.892','2009-01-23 03:00:00','2009-01-27 03:00:00'),(2345,26,4,'451584','2009-01-23 03:00:00',<B>'2009-02-10 03:00:00'),(2346,26,8,'2814.496','2009-01-23 03:00:00','2009-02-10 03:00:00'),(2347,12,8,'1000.000','2009-01-23 03:00:00','2009-01-24 03:00:00'),(2348,12,8,'1800.000','2009-01-24 03:00:00','2009-01-26 03:00:00'),(2349,12,8,'1000.000','2009-01-26 03:00:00','2009-01-28 03:00:00'),(2350,15,8,'2999.892','2009-01-27 03:00:00','2009-02-11 03:00:00'),(2351,6,4,'1602560','2009-01-27 03:00:00','2009-02-11 03:00:00'),(2352,6,8,'2999.992','2009-01-27 03:00:00','2009-02-11 03:00:00'),(2353,3,8,'2999.890','2009-01-27 03:00:00','2009-02-11 03:00:00'),(2354,19,8,'2999.888','2009-01-27 03:00:00','2009-02-11 03:00:00'),(2355,17,4,'483328','2009-01-27 03:00:00','2009-01-29 03:00:00'),(2356,17,8,'2000.112','2009-01-27 03:00:00','2009-02-02 03:00:00'),(2357,28,8,'2010.329',LOR="#BC8F8F">'2009-01-27 03:00:00','2009-02-19 03:00:00'),(2358,12,8,'2000.000','2009-01-28 03:00:00','2009-01-29 03:00:00'),(2359,17,4,'221184','2009-01-29 03:00:00','2009-02-02 03:00:00'),(2360,12,8,'1000.000','2009-01-29 03:00:00','2009-01-31 03:00:00'),(2361,24,8,'2327.522','2009-01-31 03:00:00','2009-04-20 03:00:00'),(2362,12,8,'1800.000','2009-01-31 03:00:00','2009-02-02 03:00:00'),(2363,17,4,'222208','2009-02-02 03:00:00','2009-02-04 03:00:00'),(2364,17,8,'2000.122','2009-02-02 03:00:00','2009-04-24 03:00:00'),(2365,12,8,'1000.000','2009-02-02 03:00:00','2009-02-04 03:00:00'),(2366,17,4,'221184','2009-02-04 03:00:00','2009-04-24 03:00:00'),(2367,12,8,'1800.000','2009-02-04 03:00:00','2009-02-05 03:00:00'),(2368,12,8,'2000.000','2009-02-05 03:00:00','2009-02-07 03:00:00'),(2369,12,8,OLOR="#BC8F8F">'1000.000','2009-02-07 03:00:00','2009-02-24 03:00:00'),(2370,26,4,'1924656','2009-02-10 03:00:00','2009-02-11 03:00:00'),(2371,26,8,'2814.438','2009-02-10 03:00:00','2009-02-21 03:00:00'),(2372,15,8,'2999.888','2009-02-11 03:00:00',NULL),(2373,19,8,'2999.890','2009-02-11 03:00:00','2009-04-01 03:00:00'),(2374,3,8,'2999.892','2009-02-11 03:00:00',NULL),(2375,6,4,'1608704','2009-02-11 03:00:00','2009-02-13 03:00:00'),(2376,6,8,'2999.986','2009-02-11 03:00:00','2009-03-31 03:00:00'),(2377,26,4,'451584','2009-02-11 03:00:00','2009-02-21 03:00:00'),(2378,29,8,'2211.359','2009-02-11 03:00:00','2009-03-19 03:00:00'),(2379,6,4,'1607680','2009-02-13 03:00:00','2009-03-31 03:00:00'),(2380,28,8,'2010.324','2009-02-19 03:00:00','2009-03-16 03:00:00'),(2381,25,8,'2814.422','2009-02-21 03:00:00','2009-02-26 03:00:00'),(2382,26,4,'445440','2009-02-21 03:00:00','2009-02-26 03:00:00'),(2383,26,8,'2814.450','2009-02-21 03:00:00','2009-02-26 03:00:00'),(2384,12,8,'2000.000','2009-02-24 03:00:00','2009-03-05 03:00:00'),(2385,25,8,'2814.420','2009-02-26 03:00:00','2009-03-26 03:00:00'),(2386,26,4,'451584','2009-02-26 03:00:00','2009-04-25 03:00:00'),(2387,26,8,'2814.476','2009-02-26 03:00:00','2009-03-27 03:00:00'),(2388,34,8,'3192.204','2009-02-27 03:00:00','2009-08-15 03:00:00'),(2389,12,8,'1000.000','2009-03-05 03:00:00','2009-03-06 03:00:00'),(2390,12,8,'2000.000','2009-03-06 03:00:00','2009-03-07 03:00:00'),(2391,758,11,'8a','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2392,758,12,'Device 8162','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2393,758,9,'CK804 IDE','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2394,758,13,'CK804 IDE','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2395,758,14,'f2','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2396,758,15,'IDE interface','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2397,758,16,'ASUSTeK Computer Inc.','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2398,758,17,'nVidia Corporation',="#BC8F8F">'2009-03-07 03:00:00','2007-10-18 13:52:00'),(2399,758,10,'0000:00:06.0','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2400,759,9,'CK804 PCIE Bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2401,759,14,'a3','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2402,759,15,'PCI bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2403,759,13,'CK804 PCIE Bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2404,759,10,ONT COLOR="#BC8F8F">'0000:00:0e.0','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2405,759,17,'nVidia Corporation','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2406,760,12,'Device 8162','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2407,760,9,'CK804 SMBus','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2408,760,13,'CK804 SMBus','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2409,760,14,'a2','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2410,760,15,'SMBus','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2411,760,10,'0000:00:01.1','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2412,760,16,'ASUSTeK Computer Inc.','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2413,760,17,'nVidia Corporation','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2414,761,11,'85','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2415,761,12,'Device 8162','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2416,761,9,'CK804 Serial ATA Controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2417,761,13,'CK804 Serial ATA Controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2418,761,14,'f3','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2419,761,15,'IDE interface','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2420,761,16,'ASUSTeK Computer Inc.','2009-03-07 03:00:00','2007-10-18 13:52:00'T>),(2421,761,17,'nVidia Corporation','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2422,761,10,'0000:00:07.0','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2423,762,9,'CK804 PCIE Bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2424,762,14,'a3','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2425,762,15,'PCI bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2426,762,13,'CK804 PCIE Bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2427,762,10,'0000:00:0c.0','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2428,762,17,'nVidia Corporation','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2429,763,12,'Device 8162','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2430,763,9,'CK804 ISA Bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2431,763,13,'CK804 ISA Bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2432,763,14,'a3','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2433,763,15,'ISA bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2434,763,10,'0000:00:01.0','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2435,763,16,'ASUSTeK Computer Inc.','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2436,763,17,'nVidia Corporation','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2437,764,12,'7xxx/8xxx-series PATA/SATA-RAID','2009-03-07 03:00:00',NT COLOR="#BC8F8F">'2007-10-18 13:52:00'),(2438,764,9,'7xxx/8xxx-series PATA/SATA-RAID','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2439,764,13,'7xxx/8xxx-series PATA/SATA-RAID','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2440,764,14,'01','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2441,764,15,'RAID bus controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2442,764,10,'0000:01:06.0','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2443,764,16,'3ware Inc','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2444,764,17,'3ware Inc','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2445,765,12,'Device 1b61','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2446,765,9,'RV370 [Radeon X300SE]','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2447,765,15,'Display controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2448,765,13,'RV370 [Radeon X300SE]','2009-03-07 03:00:00',LOR="#BC8F8F">'2007-10-18 13:52:00'),(2449,765,10,'0000:04:00.1','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2450,765,16,'ATI Technologies Inc','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2451,765,17,'ATI Technologies Inc','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2452,766,12,'Device 1b60','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2453,766,9,'RV370 5B60 [Radeon X300 (PCIE)]','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2454,766,15,>'VGA compatible controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2455,766,13,'RV370 5B60 [Radeon X300 (PCIE)]','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2456,766,10,'0000:04:00.0','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2457,766,16,'ATI Technologies Inc','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2458,766,17,'ATI Technologies Inc','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2459,767,11,'01','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2460,767,9,'CK804 PCI Bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2461,767,14,'a2','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2462,767,15,'PCI bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2463,767,13,'CK804 PCI Bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2464,767,10,'0000:00:09.0','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2465,767,17,'nVidia Corporation'</FONT>,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(2466,768,11,'10','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2467,768,12,'Device 8162','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2468,768,9,'CK804 USB Controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2469,768,13,'CK804 USB Controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2470,768,14,'a2','2009-03-07 03:00:00','2007-10-18 13:52:00'B>),(2471,768,15,'USB Controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2472,768,16,'ASUSTeK Computer Inc.','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2473,768,17,'nVidia Corporation','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2474,768,10,'0000:00:02.0','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2475,769,12,'Device 8162','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2476,769,9,'CK804 Memory Controller',>'2009-03-07 03:00:00','2007-10-18 13:52:00'),(2477,769,13,'CK804 Memory Controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2478,769,14,'a3','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2479,769,15,'Memory controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2480,769,10,'0000:00:00.0','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2481,769,16,'ASUSTeK Computer Inc.','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2482,769,17,'nVidia Corporation','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2483,770,9,'CK804 PCIE Bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2484,770,14,'a3','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2485,770,15,'PCI bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2486,770,13,'CK804 PCIE Bridge','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2487,770,10,'0000:00:0d.0','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2488,770,17,'nVidia Corporation','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2489,771,12,'Device 814b','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2490,771,9,'NetXtreme BCM5751 Gigabit Ethernet PCI Express','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2491,771,13,'NetXtreme BCM5751 Gigabit Ethernet PCI Express','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2492,771,14,'11','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2493,771,15,'Ethernet controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2494,771,10,'0000:02:00.0','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2495,771,16,'ASUSTeK Computer Inc.','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2496,771,17,'Broadcom Corporation','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2497,772,11,'20','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2498,772,12,'Device 8162','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2499,772,9,'CK804 USB Controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2500,772,13,'CK804 USB Controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2501,772,14,'a3','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2502,772,15,'USB Controller','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2503,772,16,'ASUSTeK Computer Inc.','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2504,772,17,R="#BC8F8F">'nVidia Corporation','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2505,772,10,'0000:00:02.1','2009-03-07 03:00:00','2007-10-18 13:52:00'),(2506,12,8,'1000.000','2009-03-07 03:00:00',NULL),(2507,28,8,'2010.310','2009-03-16 03:00:00','2009-04-11 03:00:00'),(2508,29,8,'2211.364','2009-03-19 03:00:00','2009-03-20 03:00:00'),(2509,29,8,'2211.385','2009-03-20 03:00:00','2007-10-18 13:52:00'),(2510,25,8,'2814.422','2009-03-26 03:00:00','2009-04-25 03:00:00'),(2511,26,8,'2814.500','2009-03-27 03:00:00','2009-04-08 03:00:00'),(2512,4,4,'2063492','2009-03-30 03:00:00','2009-05-18 03:00:00'),(2513,4,8,'1593.081','2009-03-30 03:00:00','2009-05-18 03:00:00'),(2514,773,9,'K8 [Athlon64/Opteron] Miscellaneous Control','2009-03-30 03:00:00',NULL),(2515,773,15,'Host bridge','2009-03-30 03:00:00',COLOR="#A020F0">NULL),(2516,773,13,'K8 [Athlon64/Opteron] Miscellaneous Control','2009-03-30 03:00:00',NULL),(2517,773,10,'0000:00:18.3','2009-03-30 03:00:00',NULL),(2518,773,17,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2519,774,11,'20','2009-03-30 03:00:00',NULL),(2520,774,12,'USB 2.0','2009-03-30 03:00:00',NULL),(2521,774,9,'USB 2.0','2009-03-30 03:00:00',NULL),(2522,774,13,'USB 2.0','2009-03-30 03:00:00',NULL),(2523,774,14,'63','2009-03-30 03:00:00',NULL),(2524,774,15,'USB Controller','2009-03-30 03:00:00',NULL),(2525,774,16,'VIA Technologies, Inc.','2009-03-30 03:00:00',NULL),(2526,774,17,'VIA Technologies, Inc.','2009-03-30 03:00:00',NULL),(2527,774,10,'0000:02:0b.2','2009-03-30 03:00:00',NULL),(2528,775,12,'AMD-8111 ACPI','2009-03-30 03:00:00',NULL),(2529,775,9,'AMD-8111 ACPI','2009-03-30 03:00:00',NULL),(2530,775,13,'AMD-8111 ACPI','2009-03-30 03:00:00',NULL),(2531,775,14,'05','2009-03-30 03:00:00',NULL),(2532,775,15,'Bridge','2009-03-30 03:00:00',NULL),(2533,775,10,'0000:00:07.3','2009-03-30 03:00:00',NULL),(2534,775,16,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2535,775,17,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2536,776,9,'AMD-8151 AGP Bridge','2009-03-30 03:00:00',NULL),(2537,776,14,'14','2009-03-30 03:00:00',NULL),(2538,776,15,'PCI bridge','2009-03-30 03:00:00',NULL),(2539,776,13,'AMD-8151 AGP Bridge','2009-03-30 03:00:00',NULL),(2540,776,10,'0000:00:01.0',T COLOR="#BC8F8F">'2009-03-30 03:00:00',NULL),(2541,776,17,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2542,777,12,'EZ Card 1000 (SMC9452TXV.2)','2009-03-30 03:00:00',NULL),(2543,777,9,'88E8001 Gigabit Ethernet Controller','2009-03-30 03:00:00',NULL),(2544,777,13,'88E8001 Gigabit Ethernet Controller','2009-03-30 03:00:00',NULL),(2545,777,14,'12','2009-03-30 03:00:00',NULL),(2546,777,15,'Ethernet controller','2009-03-30 03:00:00',NULL),(2547,777,10,'0000:02:08.0','2009-03-30 03:00:00',NULL),(2548,777,16,'Standard Microsystems Corp [SMC]','2009-03-30 03:00:00',NULL),(2549,777,17,'Marvell Technology Group Ltd.','2009-03-30 03:00:00',NULL),(2550,778,12,'AMD-8151 System Controller','2009-03-30 03:00:00',NULL),(2551,778,9,'AMD-8151 System Controller','2009-03-30 03:00:00',NULL),(2552,778,13,'AMD-8151 System Controller','2009-03-30 03:00:00',NULL),(2553,778,14,'14','2009-03-30 03:00:00',NULL),(2554,778,15,'Host bridge','2009-03-30 03:00:00',NULL),(2555,778,10,'0000:00:00.0','2009-03-30 03:00:00',NULL),(2556,778,16,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2557,778,17,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2558,779,11,'10','2009-03-30 03:00:00',NULL),(2559,779,12,'Device 3044','2009-03-30 03:00:00',NULL),(2560,779,9,'VT6306 Fire II IEEE 1394 OHCI Link Layer Controller','2009-03-30 03:00:00',NULL),(2561,779,13,'VT6306 Fire II IEEE 1394 OHCI Link Layer Controller','2009-03-30 03:00:00',NULL),(2562,779,14,'80','2009-03-30 03:00:00',NULL),(2563,779,15,'FireWire (IEEE 1394)','2009-03-30 03:00:00',NULLNT>),(2564,779,16,'Tyan Computer','2009-03-30 03:00:00',NULL),(2565,779,17,'VIA Technologies, Inc.','2009-03-30 03:00:00',NULL),(2566,779,10,'0000:02:0a.0','2009-03-30 03:00:00',NULL),(2567,780,11,'10','2009-03-30 03:00:00',NULL),(2568,780,12,'AMD-8111 USB','2009-03-30 03:00:00',NULL),(2569,780,9,'AMD-8111 USB','2009-03-30 03:00:00',NULL),(2570,780,13,'AMD-8111 USB','2009-03-30 03:00:00',NULL),(2571,780,14,'0b','2009-03-30 03:00:00',NULL),(2572,780,15,'USB Controller','2009-03-30 03:00:00',NULL),(2573,780,16,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2574,780,17,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2575,780,10,'0000:02:00.0','2009-03-30 03:00:00',NULL),(2576,781,12,'9xxx-series SATA-RAID','2009-03-30 03:00:00',NULL),(2577,781,9,'9xxx-series SATA-RAID','2009-03-30 03:00:00',NULL),(2578,781,15,'RAID bus controller','2009-03-30 03:00:00',NULL),(2579,781,13,'9xxx-series SATA-RAID','2009-03-30 03:00:00',NULL),(2580,781,10,'0000:02:07.0','2009-03-30 03:00:00',NULL),(2581,781,16,'3ware Inc','2009-03-30 03:00:00',NULL),(2582,781,17,'3ware Inc'T>,'2009-03-30 03:00:00',NULL),(2583,782,12,'AMD-8111 SMBus 2.0','2009-03-30 03:00:00',NULL),(2584,782,9,'AMD-8111 SMBus 2.0','2009-03-30 03:00:00',NULL),(2585,782,13,'AMD-8111 SMBus 2.0','2009-03-30 03:00:00',NULL),(2586,782,14,'02','2009-03-30 03:00:00',NULL),(2587,782,15,'SMBus','2009-03-30 03:00:00',NULL),(2588,782,10,'0000:00:07.2','2009-03-30 03:00:00',NULL),(2589,782,16,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2590,782,17,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2591,783,9,'AMD-8111 PCI','2009-03-30 03:00:00',NULL),(2592,783,14,'07','2009-03-30 03:00:00',NULL),(2593,783,15,'PCI bridge','2009-03-30 03:00:00',NULL),(2594,783,13,'AMD-8111 PCI','2009-03-30 03:00:00'>,NULL),(2595,783,10,'0000:00:06.0','2009-03-30 03:00:00',NULL),(2596,783,17,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2597,784,9,'K8 [Athlon64/Opteron] Address Map','2009-03-30 03:00:00',NULL),(2598,784,15,'Host bridge','2009-03-30 03:00:00',NULL),(2599,784,13,'K8 [Athlon64/Opteron] Address Map','2009-03-30 03:00:00',NULL),(2600,784,10,'0000:00:18.1','2009-03-30 03:00:00',NULL),(2601,784,17,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2602,785,12,'Device 0016','2009-03-30 03:00:00',NULL),(2603,785,9,'NV15 [GeForce2 GTS/Pro]','2009-03-30 03:00:00',NULL),(2604,785,13,'NV15 [GeForce2 GTS/Pro]','2009-03-30 03:00:00',NULL),(2605,785,14,'a3','2009-03-30 03:00:00',NULL),(2606,785,15,'VGA compatible controller','2009-03-30 03:00:00',NULL),(2607,785,10,'0000:01:00.0','2009-03-30 03:00:00',NULL),(2608,785,16,'VISIONTEK','2009-03-30 03:00:00',NULL),(2609,785,17,'nVidia Corporation','2009-03-30 03:00:00',NULL),(2610,786,11,'10','2009-03-30 03:00:00',NULL),(2611,786,12,'AMD-8111 USB','2009-03-30 03:00:00',NULL),(2612,786,9,'AMD-8111 USB','2009-03-30 03:00:00',>NULL),(2613,786,13,'AMD-8111 USB','2009-03-30 03:00:00',NULL),(2614,786,14,'0b','2009-03-30 03:00:00',NULL),(2615,786,15,'USB Controller','2009-03-30 03:00:00',NULL),(2616,786,16,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2617,786,17,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2618,786,10,'0000:02:00.1','2009-03-30 03:00:00',NULL>),(2619,787,12,'PRO/1000 MT Desktop Adapter','2009-03-30 03:00:00',NULL),(2620,787,9,'82541GI Gigabit Ethernet Controller','2009-03-30 03:00:00',NULL),(2621,787,15,'Ethernet controller','2009-03-30 03:00:00',NULL),(2622,787,13,'82541GI Gigabit Ethernet Controller','2009-03-30 03:00:00',NULL),(2623,787,10,'0000:02:03.0','2009-03-30 03:00:00',NULL),(2624,787,16,'Intel Corporation','2009-03-30 03:00:00',NT COLOR="#A020F0">NULL),(2625,787,17,'Intel Corporation','2009-03-30 03:00:00',NULL),(2626,788,12,'VT82xxxxx UHCI USB 1.1 Controller','2009-03-30 03:00:00',NULL),(2627,788,9,'VT82xxxxx UHCI USB 1.1 Controller','2009-03-30 03:00:00',NULL),(2628,788,13,'VT82xxxxx UHCI USB 1.1 Controller','2009-03-30 03:00:00',NULL),(2629,788,14,'61','2009-03-30 03:00:00',NULL),(2630,788,15,'USB Controller','2009-03-30 03:00:00',NULL),(2631,788,10,'0000:02:0b.1','2009-03-30 03:00:00',NULL),(2632,788,16,'VIA Technologies, Inc.','2009-03-30 03:00:00',NULL),(2633,788,17,'VIA Technologies, Inc.','2009-03-30 03:00:00',NULL),(2634,789,9,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2009-03-30 03:00:00',NULL),(2635,789,15,'Host bridge','2009-03-30 03:00:00',NULL),(2636,789,13,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2009-03-30 03:00:00',NULL),(2637,789,10,'0000:00:18.0','2009-03-30 03:00:00',NULL),(2638,789,17,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2639,790,12,'AMD-8111 LPC','2009-03-30 03:00:00',NULL),(2640,790,9,'AMD-8111 LPC','2009-03-30 03:00:00',NULL),(2641,790,13,'AMD-8111 LPC','2009-03-30 03:00:00',NULL),(2642,790,14,'05',<B>'2009-03-30 03:00:00',NULL),(2643,790,15,'ISA bridge','2009-03-30 03:00:00',NULL),(2644,790,10,'0000:00:07.0','2009-03-30 03:00:00',NULL),(2645,790,16,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2646,790,17,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2647,791,9,'K8 [Athlon64/Opteron] DRAM Controller','2009-03-30 03:00:00',NULL),(2648,791,15,'Host bridge','2009-03-30 03:00:00',NULL),(2649,791,13,'K8 [Athlon64/Opteron] DRAM Controller','2009-03-30 03:00:00',NULL),(2650,791,10,'0000:00:18.2','2009-03-30 03:00:00',NULL),(2651,791,17,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2652,792,12,'VT82xxxxx UHCI USB 1.1 Controller','2009-03-30 03:00:00',NULL),(2653,792,9,'VT82xxxxx UHCI USB 1.1 Controller','2009-03-30 03:00:00',NULL),(2654,792,13,'VT82xxxxx UHCI USB 1.1 Controller','2009-03-30 03:00:00',NULL),(2655,792,14,'61','2009-03-30 03:00:00',NULL),(2656,792,15,'USB Controller','2009-03-30 03:00:00',NULL),(2657,792,10,'0000:02:0b.0','2009-03-30 03:00:00',NULL),(2658,792,16,'VIA Technologies, Inc.','2009-03-30 03:00:00',NULL),(2659,792,17,'VIA Technologies, Inc.','2009-03-30 03:00:00',NULL),(2660,793,11,<B>'8a','2009-03-30 03:00:00',NULL),(2661,793,12,'AMD-8111 IDE','2009-03-30 03:00:00',NULL),(2662,793,9,'AMD-8111 IDE','2009-03-30 03:00:00',NULL),(2663,793,13,'AMD-8111 IDE','2009-03-30 03:00:00',NULL),(2664,793,14,'03','2009-03-30 03:00:00',NULL),(2665,793,15,'IDE interface','2009-03-30 03:00:00',NULL),(2666,793,16,'Advanced Micro Devices [AMD]'T>,'2009-03-30 03:00:00',NULL),(2667,793,17,'Advanced Micro Devices [AMD]','2009-03-30 03:00:00',NULL),(2668,793,10,'0000:00:07.1','2009-03-30 03:00:00',NULL),(2669,6,4,'3851284','2009-03-31 03:00:00','2009-04-01 03:00:00'),(2670,6,8,'2999.954','2009-03-31 03:00:00','2009-04-01 03:00:00'),(2671,27,8,'1999.860','2009-03-31 03:00:00','2009-04-11 03:00:00'),(2672,6,4,'2913280'>,'2009-04-01 03:00:00','2009-04-27 03:00:00'),(2673,6,8,'2999.990','2009-04-01 03:00:00','2009-04-27 03:00:00'),(2674,19,8,'2999.892','2009-04-01 03:00:00','2009-04-08 03:00:00'),(2675,19,8,'2999.888','2009-04-08 03:00:00','2009-05-01 03:00:00'),(2676,26,8,'2814.464','2009-04-08 03:00:00','2009-04-25 03:00:00'),(2677,28,8,'2010.336','2009-04-11 03:00:00','2009-06-10 03:00:00'),(2678,27,4,"#BC8F8F">'906288','2009-04-11 03:00:00','2011-01-05 03:00:00'),(2679,27,8,'1999.832','2009-04-11 03:00:00','2009-10-10 03:00:00'),(2680,794,12,'Device 1b34','2009-04-11 03:00:00',NULL),(2681,794,9,'IXP SB400 SMBus Controller','2009-04-11 03:00:00',NULL),(2682,794,13,'IXP SB400 SMBus Controller','2009-04-11 03:00:00',NULL),(2683,794,14,'83','2009-04-11 03:00:00',NULL),(2684,794,15,'SMBus','2009-04-11 03:00:00',NULL),(2685,794,10,'0000:00:14.0','2009-04-11 03:00:00',NULL),(2686,794,16,'Elitegroup Computer Systems','2009-04-11 03:00:00',NULL),(2687,794,17,'ATI Technologies Inc','2009-04-11 03:00:00',NULL),(2688,795,9,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2009-04-11 03:00:00',NULL),(2689,795,15,'Host bridge','2009-04-11 03:00:00',NULL),(2690,795,13,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2009-04-11 03:00:00',NULL),(2691,795,10,'0000:00:18.0','2009-04-11 03:00:00',NULL),(2692,795,17,'Advanced Micro Devices [AMD]','2009-04-11 03:00:00',NULL),(2693,796,11,'10','2009-04-11 03:00:00',NULL),(2694,796,12,'Device 2140','2009-04-11 03:00:00',NULL),(2695,796,9,'IXP SB400 USB Host Controller','2009-04-11 03:00:00',NULL),(2696,796,13,'IXP SB400 USB Host Controller','2009-04-11 03:00:00',NULL),(2697,796,14,'80','2009-04-11 03:00:00',NULL),(2698,796,15,'USB Controller','2009-04-11 03:00:00',NULL),(2699,796,16,'Elitegroup Computer Systems','2009-04-11 03:00:00',NULL),(2700,796,17,'ATI Technologies Inc','2009-04-11 03:00:00',NULL),(2701,796,10,'0000:00:13.0','2009-04-11 03:00:00',NULL),(2702,797,11,'8a','2009-04-11 03:00:00',NULL),(2703,797,12,'Device 2140','2009-04-11 03:00:00',NULL),(2704,797,9,'IXP SB400 IDE Controller','2009-04-11 03:00:00',NULL),(2705,797,13,'IXP SB400 IDE Controller','2009-04-11 03:00:00',NULL),(2706,797,14,'80','2009-04-11 03:00:00',NULL),(2707,797,15,'IDE interface','2009-04-11 03:00:00',NULL),(2708,797,16,<FONT COLOR="#BC8F8F">'Elitegroup Computer Systems','2009-04-11 03:00:00',NULL),(2709,797,17,'ATI Technologies Inc','2009-04-11 03:00:00',NULL),(2710,797,10,'0000:00:14.1','2009-04-11 03:00:00',NULL),(2711,798,11,'01','2009-04-11 03:00:00',NULL),(2712,798,9,'IXP SB400 PCI-PCI Bridge','2009-04-11 03:00:00',NULL),(2713,798,14,'80','2009-04-11 03:00:00',NULL),(2714,798,15,'PCI bridge','2009-04-11 03:00:00',NULL),(2715,798,13,'IXP SB400 PCI-PCI Bridge','2009-04-11 03:00:00',NULL),(2716,798,10,'0000:00:14.4','2009-04-11 03:00:00',NULL),(2717,798,17,'ATI Technologies Inc','2009-04-11 03:00:00',NULL),(2718,799,9,'RS480 PCI Bridge','2009-04-11 03:00:00',NULL),(2719,799,15,'PCI bridge','2009-04-11 03:00:00',NULL),(2720,799,13,'RS480 PCI Bridge'>,'2009-04-11 03:00:00',NULL),(2721,799,10,'0000:00:01.0','2009-04-11 03:00:00',NULL),(2722,799,17,'ATI Technologies Inc','2009-04-11 03:00:00',NULL),(2723,800,12,'Device 8139','2009-04-11 03:00:00',NULL),(2724,800,9,'RTL-8139/8139C/8139C+','2009-04-11 03:00:00',NULL),(2725,800,13,'RTL-8139/8139C/8139C+','2009-04-11 03:00:00',NULL),(2726,800,14,'10','2009-04-11 03:00:00',NULL),(2727,800,15,'Ethernet controller','2009-04-11 03:00:00',NULL),(2728,800,10,'0000:02:05.0','2009-04-11 03:00:00',NULL),(2729,800,16,'Elitegroup Computer Systems','2009-04-11 03:00:00',NULL),(2730,800,17,'Realtek Semiconductor Co., Ltd.','2009-04-11 03:00:00',NULL),(2731,801,9,'K8 [Athlon64/Opteron] Address Map','2009-04-11 03:00:00',NULL),(2732,801,15,'Host bridge'>,'2009-04-11 03:00:00',NULL),(2733,801,13,'K8 [Athlon64/Opteron] Address Map','2009-04-11 03:00:00',NULL),(2734,801,10,'0000:00:18.1','2009-04-11 03:00:00',NULL),(2735,801,17,'Advanced Micro Devices [AMD]','2009-04-11 03:00:00',NULL),(2736,802,12,'Device 2140','2009-04-11 03:00:00',NULL),(2737,802,9,'RS480 [Radeon Xpress 200G Series]','2009-04-11 03:00:00',NULL),(2738,802,15,'VGA compatible controller','2009-04-11 03:00:00',NULL),(2739,802,13,'RS480 [Radeon Xpress 200G Series]','2009-04-11 03:00:00',NULL),(2740,802,10,'0000:01:05.0','2009-04-11 03:00:00',NULL),(2741,802,16,'Elitegroup Computer Systems','2009-04-11 03:00:00',NULL),(2742,802,17,'ATI Technologies Inc','2009-04-11 03:00:00',NULL),(2743,803,9,'K8 [Athlon64/Opteron] Miscellaneous Control','2009-04-11 03:00:00',NULL>),(2744,803,15,'Host bridge','2009-04-11 03:00:00',NULL),(2745,803,13,'K8 [Athlon64/Opteron] Miscellaneous Control','2009-04-11 03:00:00',NULL),(2746,803,10,'0000:00:18.3','2009-04-11 03:00:00',NULL),(2747,803,17,'Advanced Micro Devices [AMD]','2009-04-11 03:00:00',NULL),(2748,804,12,'Device 1b34','2009-04-11 03:00:00',NULL),(2749,804,9,'IXP SB400 PCI-ISA Bridge','2009-04-11 03:00:00',NULL),(2750,804,13,'IXP SB400 PCI-ISA Bridge','2009-04-11 03:00:00',NULL),(2751,804,14,'80','2009-04-11 03:00:00',NULL),(2752,804,15,'ISA bridge','2009-04-11 03:00:00',NULL),(2753,804,10,'0000:00:14.3','2009-04-11 03:00:00',NULL),(2754,804,16,'Elitegroup Computer Systems','2009-04-11 03:00:00',NULL),(2755,804,17,'ATI Technologies Inc','2009-04-11 03:00:00',NULLB>),(2756,805,11,'10','2009-04-11 03:00:00',NULL),(2757,805,12,'Device 2140','2009-04-11 03:00:00',NULL),(2758,805,9,'IXP SB400 USB Host Controller','2009-04-11 03:00:00',NULL),(2759,805,13,'IXP SB400 USB Host Controller','2009-04-11 03:00:00',NULL),(2760,805,14,'80','2009-04-11 03:00:00',NULL),(2761,805,15,'USB Controller','2009-04-11 03:00:00',NULL),(2762,805,16, COLOR="#BC8F8F">'Elitegroup Computer Systems','2009-04-11 03:00:00',NULL),(2763,805,17,'ATI Technologies Inc','2009-04-11 03:00:00',NULL),(2764,805,10,'0000:00:13.1','2009-04-11 03:00:00',NULL),(2765,806,12,'Device 2140','2009-04-11 03:00:00',NULL),(2766,806,9,'RS480 Host Bridge','2009-04-11 03:00:00',NULL),(2767,806,13,'RS480 Host Bridge','2009-04-11 03:00:00',NULL),(2768,806,14,'10','2009-04-11 03:00:00',NULL),(2769,806,15,'Host bridge','2009-04-11 03:00:00',NULL),(2770,806,10,'0000:00:00.0','2009-04-11 03:00:00',NULL),(2771,806,16,'Elitegroup Computer Systems','2009-04-11 03:00:00',NULL),(2772,806,17,'ATI Technologies Inc','2009-04-11 03:00:00',NULL),(2773,807,12,'Device 1877','2009-04-11 03:00:00',NULL),(2774,807,9,'IXP SB400 AC\'97 Audio Controller','2009-04-11 03:00:00',NULL),(2775,807,13,'IXP SB400 AC\'97 Audio Controller','2009-04-11 03:00:00',NULL),(2776,807,14,'80','2009-04-11 03:00:00',NULL),(2777,807,15,'Multimedia audio controller','2009-04-11 03:00:00',NULL),(2778,807,10,'0000:00:14.5','2009-04-11 03:00:00',NULL),(2779,807,16,'Elitegroup Computer Systems','2009-04-11 03:00:00',NULL),(2780,807,17,'ATI Technologies Inc','2009-04-11 03:00:00',NULL),(2781,808,9,'K8 [Athlon64/Opteron] DRAM Controller','2009-04-11 03:00:00',NULL),(2782,808,15,'Host bridge','2009-04-11 03:00:00',NULL),(2783,808,13,'K8 [Athlon64/Opteron] DRAM Controller','2009-04-11 03:00:00',NULL),(2784,808,10,'0000:00:18.2','2009-04-11 03:00:00',NULL),(2785,808,17,'Advanced Micro Devices [AMD]','2009-04-11 03:00:00',NULL),(2786,809,12,'7xxx/8xxx-series PATA/SATA-RAID','2009-04-11 03:00:00',NULL),(2787,809,9,'7xxx/8xxx-series PATA/SATA-RAID','2009-04-11 03:00:00',NULL),(2788,809,13,'7xxx/8xxx-series PATA/SATA-RAID','2009-04-11 03:00:00',NULL),(2789,809,14,'01','2009-04-11 03:00:00',NULL),(2790,809,15,'RAID bus controller','2009-04-11 03:00:00',NULL),(2791,809,10,'0000:02:01.0','2009-04-11 03:00:00',NULL</FONT>),(2792,809,16,'3ware Inc','2009-04-11 03:00:00',NULL),(2793,809,17,'3ware Inc','2009-04-11 03:00:00',NULL),(2794,810,11,'20','2009-04-11 03:00:00',NULL),(2795,810,12,'Device 2140','2009-04-11 03:00:00',NULL),(2796,810,9,'IXP SB400 USB2 Host Controller','2009-04-11 03:00:00',NULL),(2797,810,13,'IXP SB400 USB2 Host Controller','2009-04-11 03:00:00',NULL),(2798,810,14,'80','2009-04-11 03:00:00',NULL),(2799,810,15,'USB Controller','2009-04-11 03:00:00',NULL),(2800,810,16,'Elitegroup Computer Systems','2009-04-11 03:00:00',NULL),(2801,810,17,'ATI Technologies Inc','2009-04-11 03:00:00',NULL),(2802,810,10,'0000:00:13.2','2009-04-11 03:00:00',NULL),(2803,13,4,'131072','2009-04-18 03:00:00','2009-04-24 03:00:00'),(2804,22,8,R="#BC8F8F">'2327.526','2009-04-19 04:47:00','2009-06-10 04:47:00'),(2805,24,8,'2327.524','2009-04-20 03:00:00','2009-06-10 03:00:00'),(2806,14,8,'2000.082','2009-04-24 03:00:00','2009-06-10 03:00:00'),(2807,7,4,'524288','2009-04-24 03:00:00','2009-10-22 03:00:00'),(2808,17,4,'262144','2009-04-24 03:00:00','2009-09-07 03:00:00'),(2809,17,8,'2000.136','2009-04-24 03:00:00','2009-09-07 03:00:00'),(2810,20,4,'524288','2009-04-24 03:00:00','2009-09-06 03:00:00'),(2811,13,4,'524288','2009-04-24 03:00:00','2010-09-16 03:00:00'),(2812,25,8,'2814.424','2009-04-25 03:00:00','2009-06-19 03:00:00'),(2813,1,4,'1029288','2009-04-25 03:00:00','2009-10-10 03:00:00'),(2814,1,8,'1608.243','2009-04-25 03:00:00','2009-06-10 03:00:00'),(2815,811,11,'8a','2009-04-25 03:00:00',NULL),(2816,811,12,'Device 8162','2009-04-25 03:00:00',NULL),(2817,811,9,'CK804 IDE','2009-04-25 03:00:00',NULL),(2818,811,13,'CK804 IDE','2009-04-25 03:00:00',NULL),(2819,811,14,'f2','2009-04-25 03:00:00',NULL),(2820,811,15,'IDE interface','2009-04-25 03:00:00',NULL),(2821,811,16,'ASUSTeK Computer Inc.','2009-04-25 03:00:00',NULL),(2822,811,17,'nVidia Corporation','2009-04-25 03:00:00',NULL),(2823,811,10,'0000:00:06.0','2009-04-25 03:00:00',NULL),(2824,812,9,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2009-04-25 03:00:00',NULL),(2825,812,15,'Host bridge','2009-04-25 03:00:00',NULL),(2826,812,13,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2009-04-25 03:00:00',NULL),(2827,812,10,'0000:00:18.0','2009-04-25 03:00:00',NULL),(2828,812,17,'Advanced Micro Devices [AMD]','2009-04-25 03:00:00',NULL),(2829,813,12,'Device 8162','2009-04-25 03:00:00',NULL),(2830,813,9,'CK804 SMBus','2009-04-25 03:00:00',NULL),(2831,813,13,'CK804 SMBus','2009-04-25 03:00:00',NULL),(2832,813,14,'a2','2009-04-25 03:00:00',NULL),(2833,813,15,'SMBus','2009-04-25 03:00:00',NULL),(2834,813,10,'0000:00:01.1','2009-04-25 03:00:00',NULL),(2835,813,16,'ASUSTeK Computer Inc.','2009-04-25 03:00:00',NULL),(2836,813,17,'nVidia Corporation','2009-04-25 03:00:00',NULL),(2837,814,11,'01','2009-04-25 03:00:00',NULL),(2838,814,9,'CK804 PCI Bridge','2009-04-25 03:00:00',NULL),(2839,814,14,'a2','2009-04-25 03:00:00',NULL),(2840,814,15,'PCI bridge',OLOR="#BC8F8F">'2009-04-25 03:00:00',NULL),(2841,814,13,'CK804 PCI Bridge','2009-04-25 03:00:00',NULL),(2842,814,10,'0000:00:09.0','2009-04-25 03:00:00',NULL),(2843,814,17,'nVidia Corporation','2009-04-25 03:00:00',NULL),(2844,815,9,'CK804 PCIE Bridge','2009-04-25 03:00:00',NULL),(2845,815,14,'a3','2009-04-25 03:00:00',NULL),(2846,815,15,'PCI bridge','2009-04-25 03:00:00'</FONT>,NULL),(2847,815,13,'CK804 PCIE Bridge','2009-04-25 03:00:00',NULL),(2848,815,10,'0000:00:0d.0','2009-04-25 03:00:00',NULL),(2849,815,17,'nVidia Corporation','2009-04-25 03:00:00',NULL),(2850,816,12,'Device 8162','2009-04-25 03:00:00',NULL),(2851,816,9,'CK804 ISA Bridge','2009-04-25 03:00:00',NULL),(2852,816,13,'CK804 ISA Bridge','2009-04-25 03:00:00',LOR="#A020F0">NULL),(2853,816,14,'a3','2009-04-25 03:00:00',NULL),(2854,816,15,'ISA bridge','2009-04-25 03:00:00',NULL),(2855,816,10,'0000:00:01.0','2009-04-25 03:00:00',NULL),(2856,816,16,'ASUSTeK Computer Inc.','2009-04-25 03:00:00',NULL),(2857,816,17,'nVidia Corporation','2009-04-25 03:00:00',NULL),(2858,817,12,'Device 0320','2009-04-25 03:00:00',NULL),(2859,817,9,'RV370 5B60 [Radeon X300 (PCIE)]','2009-04-25 03:00:00',NULL),(2860,817,15,'VGA compatible controller','2009-04-25 03:00:00',NULL),(2861,817,13,'RV370 5B60 [Radeon X300 (PCIE)]','2009-04-25 03:00:00',NULL),(2862,817,10,'0000:04:00.0','2009-04-25 03:00:00',NULL),(2863,817,16,'Micro-Star International Co., Ltd.','2009-04-25 03:00:00',NULL),(2864,817,17,'ATI Technologies Inc','2009-04-25 03:00:00',T COLOR="#A020F0">NULL),(2865,818,9,'K8 [Athlon64/Opteron] Address Map','2009-04-25 03:00:00',NULL),(2866,818,15,'Host bridge','2009-04-25 03:00:00',NULL),(2867,818,13,'K8 [Athlon64/Opteron] Address Map','2009-04-25 03:00:00',NULL),(2868,818,10,'0000:00:18.1','2009-04-25 03:00:00',NULL),(2869,818,17,'Advanced Micro Devices [AMD]','2009-04-25 03:00:00',NULL),(2870,819,12,'9xxx-series SATA-RAID','2009-04-25 03:00:00',NULL),(2871,819,9,'9xxx-series SATA-RAID','2009-04-25 03:00:00',NULL),(2872,819,15,'RAID bus controller','2009-04-25 03:00:00',NULL),(2873,819,13,'9xxx-series SATA-RAID','2009-04-25 03:00:00',NULL),(2874,819,10,'0000:01:06.0','2009-04-25 03:00:00',NULL),(2875,819,16,'3ware Inc','2009-04-25 03:00:00',NULL),(2876,819,17,'3ware Inc','2009-04-25 03:00:00',>NULL),(2877,820,9,'K8 [Athlon64/Opteron] Miscellaneous Control','2009-04-25 03:00:00',NULL),(2878,820,15,'Host bridge','2009-04-25 03:00:00',NULL),(2879,820,13,'K8 [Athlon64/Opteron] Miscellaneous Control','2009-04-25 03:00:00',NULL),(2880,820,10,'0000:00:18.3','2009-04-25 03:00:00',NULL),(2881,820,17,'Advanced Micro Devices [AMD]','2009-04-25 03:00:00',NULL),(2882,821,9,'CK804 PCIE Bridge','2009-04-25 03:00:00',NULL),(2883,821,14,'a3','2009-04-25 03:00:00',NULL),(2884,821,15,'PCI bridge','2009-04-25 03:00:00',NULL),(2885,821,13,'CK804 PCIE Bridge','2009-04-25 03:00:00',NULL),(2886,821,10,'0000:00:0c.0','2009-04-25 03:00:00',NULL),(2887,821,17,'nVidia Corporation','2009-04-25 03:00:00',NULL),(2888,822,11,'10','2009-04-25 03:00:00',LOR="#A020F0">NULL),(2889,822,12,'Device 8162','2009-04-25 03:00:00',NULL),(2890,822,9,'CK804 USB Controller','2009-04-25 03:00:00',NULL),(2891,822,13,'CK804 USB Controller','2009-04-25 03:00:00',NULL),(2892,822,14,'a2','2009-04-25 03:00:00',NULL),(2893,822,15,'USB Controller','2009-04-25 03:00:00',NULL),(2894,822,16,'ASUSTeK Computer Inc.','2009-04-25 03:00:00',NULL>),(2895,822,17,'nVidia Corporation','2009-04-25 03:00:00',NULL),(2896,822,10,'0000:00:02.0','2009-04-25 03:00:00',NULL),(2897,823,12,'Device 8162','2009-04-25 03:00:00',NULL),(2898,823,9,'CK804 Memory Controller','2009-04-25 03:00:00',NULL),(2899,823,13,'CK804 Memory Controller','2009-04-25 03:00:00',NULL),(2900,823,14,'a3','2009-04-25 03:00:00',NULL),(2901,823,15,'Memory controller','2009-04-25 03:00:00',NULL),(2902,823,10,'0000:00:00.0','2009-04-25 03:00:00',NULL),(2903,823,16,'ASUSTeK Computer Inc.','2009-04-25 03:00:00',NULL),(2904,823,17,'nVidia Corporation','2009-04-25 03:00:00',NULL),(2905,824,12,'Device 0321','2009-04-25 03:00:00',NULL),(2906,824,9,'RV370 [Radeon X300SE]','2009-04-25 03:00:00',NULL),(2907,824,15,"#BC8F8F">'Display controller','2009-04-25 03:00:00',NULL),(2908,824,13,'RV370 [Radeon X300SE]','2009-04-25 03:00:00',NULL),(2909,824,10,'0000:04:00.1','2009-04-25 03:00:00',NULL),(2910,824,16,'Micro-Star International Co., Ltd.','2009-04-25 03:00:00',NULL),(2911,824,17,'ATI Technologies Inc','2009-04-25 03:00:00',NULL),(2912,825,9,'CK804 PCIE Bridge','2009-04-25 03:00:00',NULL),(2913,825,14,ONT COLOR="#BC8F8F">'a3','2009-04-25 03:00:00',NULL),(2914,825,15,'PCI bridge','2009-04-25 03:00:00',NULL),(2915,825,13,'CK804 PCIE Bridge','2009-04-25 03:00:00',NULL),(2916,825,10,'0000:00:0e.0','2009-04-25 03:00:00',NULL),(2917,825,17,'nVidia Corporation','2009-04-25 03:00:00',NULL),(2918,826,9,'K8 [Athlon64/Opteron] DRAM Controller','2009-04-25 03:00:00',NULL),(2919,826,15,'Host bridge','2009-04-25 03:00:00',NULL),(2920,826,13,'K8 [Athlon64/Opteron] DRAM Controller','2009-04-25 03:00:00',NULL),(2921,826,10,'0000:00:18.2','2009-04-25 03:00:00',NULL),(2922,826,17,'Advanced Micro Devices [AMD]','2009-04-25 03:00:00',NULL),(2923,827,12,'Device 814b','2009-04-25 03:00:00',NULL),(2924,827,9,'NetXtreme BCM5751 Gigabit Ethernet PCI Express','2009-04-25 03:00:00',NULL),(2925,827,13,'NetXtreme BCM5751 Gigabit Ethernet PCI Express','2009-04-25 03:00:00',NULL),(2926,827,14,'11','2009-04-25 03:00:00',NULL),(2927,827,15,'Ethernet controller','2009-04-25 03:00:00',NULL),(2928,827,10,'0000:02:00.0','2009-04-25 03:00:00',NULL),(2929,827,16,'ASUSTeK Computer Inc.','2009-04-25 03:00:00',NULL),(2930,827,17,'Broadcom Corporation','2009-04-25 03:00:00',NULLT>),(2931,828,11,'20','2009-04-25 03:00:00',NULL),(2932,828,12,'Device 8162','2009-04-25 03:00:00',NULL),(2933,828,9,'CK804 USB Controller','2009-04-25 03:00:00',NULL),(2934,828,13,'CK804 USB Controller','2009-04-25 03:00:00',NULL),(2935,828,14,'a3','2009-04-25 03:00:00',NULL),(2936,828,15,'USB Controller','2009-04-25 03:00:00',NULL),(2937,828,16,'ASUSTeK Computer Inc.','2009-04-25 03:00:00',NULL),(2938,828,17,'nVidia Corporation','2009-04-25 03:00:00',NULL),(2939,828,10,'0000:00:02.1','2009-04-25 03:00:00',NULL),(2940,26,4,'445440','2009-04-25 03:00:00','2009-05-17 03:00:00'),(2941,26,8,'2814.428','2009-04-25 03:00:00','2009-06-19 03:00:00'),(2942,6,4,'3851284','2009-04-27 03:00:00','2009-04-28 03:00:00'),(2943,6,8,'2999.972','2009-04-27 03:00:00',NULL),(2944,829,9,'ATI Technologies Inc SB600 Non-Raid-5 SATA','2009-04-27 03:00:00',NULL),(2945,829,10,'v1.x-unk','2009-04-27 03:00:00',NULL),(2946,6,4,'2912256','2009-04-28 03:00:00',NULL),(2947,19,4,'524504','2009-05-01 03:00:00',NULL),(2948,19,8,'2999.890','2009-05-01 03:00:00','2009-06-25 03:00:00'),(2949,26,4,'442368','2009-05-17 03:00:00','2009-06-19 03:00:00'),(2950,4,4,'2063500','2009-05-18 03:00:00','2009-07-11 03:00:00'),(2951,4,8,'1593.130','2009-05-18 03:00:00','2009-07-11 03:00:00'),(2952,38,8,'663.704','2008-11-06 03:00:00','2008-11-14 03:00:00'),(2953,38,8,'663.703','2008-11-14 03:00:00','2008-11-15 03:00:00'),(2954,38,8,'663.793','2008-11-15 03:00:00','2008-12-26 03:00:00'),(2955,38,8,'663.792','2008-12-26 03:00:00','2009-02-28 03:00:00'),(2956,830,11,'80','2008-12-26 03:00:00','2009-07-17 03:00:00'),(2957,830,12,'Unknown device 00b4','2008-12-26 03:00:00','2009-07-17 03:00:00'),(2958,830,9,'3c905C-TX/TX-M [Tornado]','2008-12-26 03:00:00','2009-07-17 03:00:00'),(2959,830,13,'3c905C-TX/TX-M [Tornado]','2008-12-26 03:00:00','2009-07-17 03:00:00'),(2960,830,14,'78','2008-12-26 03:00:00','2009-07-17 03:00:00'),(2961,830,15,'Ethernet controller','2008-12-26 03:00:00','2009-07-17 03:00:00'),(2962,830,16,'Dell','2008-12-26 03:00:00','2009-07-17 03:00:00'),(2963,830,17,'3Com Corporation','2008-12-26 03:00:00','2009-07-17 03:00:00'),(2964,830,10,'Unknown','2008-12-26 03:00:00','2009-07-17 03:00:00'),(2965,38,8,'663.793','2009-02-28 03:00:00','2009-08-12 03:00:00'),(2966,29,8,'2211.373','2007-10-18 13:52:00','2009-06-10 03:00:00'),(2967,831,9,'nVidia Corporation CK804 Serial ATA Controller (rev f3)','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2968,831,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2969,832,9,'3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2970,832,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2971,833,9,'nVidia Corporation CK804 USB Controller (rev a2)','2007-10-18 13:52:00'>,'2009-07-03 03:00:00'),(2972,833,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2973,834,9,'nVidia Corporation CK804 PCI Bridge (rev a2)','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2974,834,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2975,835,9,'nVidia Corporation CK804 PCIE Bridge (rev a3)','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2976,835,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2977,836,9,'Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 11)','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2978,836,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2979,837,9,'nVidia Corporation CK804 SMBus (rev a2)','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2980,837,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2981,838,9,'ATI Technologies Inc RV370 [Radeon X300SE]','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2982,838,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2983,839,9,'nVidia Corporation CK804 PCIE Bridge (rev a3)','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2984,839,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2985,840,9,'nVidia Corporation CK804 ISA Bridge (rev a3)','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2986,840,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2987,841,9,'nVidia Corporation CK804 USB Controller (rev a3)','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2988,841,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2989,842,9,'nVidia Corporation CK804 Memory Controller (rev a3)','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2990,842,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2991,843,9,'ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2992,843,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2993,844,9,'nVidia Corporation CK804 PCIE Bridge (rev a3)','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2994,844,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2995,845,9,'nVidia Corporation CK804 IDE (rev f2)','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2996,845,10,'v1.x-unk','2007-10-18 13:52:00','2009-07-03 03:00:00'),(2997,24,8,'2327.522','2009-06-10 03:00:00','2009-06-18 03:00:00'ONT>),(2998,28,8,'2010.322','2009-06-10 03:00:00','2009-06-13 03:00:00'),(2999,1,8,'1608.245','2009-06-10 03:00:00','2009-06-12 03:00:00'),(3000,29,8,'2211.385','2009-06-10 03:00:00','2009-07-17 03:00:00'),(3001,14,8,'2000.080','2009-06-10 03:00:00',NULL),(3002,22,8,'2327.522','2009-06-10 04:47:00','2010-04-16 04:47:00'),(3003,1,8,'1608.235','2009-06-12 03:00:00','2009-08-21 03:00:00'),(3004,28,8,'2010.325','2009-06-13 03:00:00','2009-11-02 03:00:00'),(3005,24,8,'2327.524','2009-06-18 03:00:00','2010-01-06 03:00:00'),(3006,25,8,'2814.420','2009-06-19 03:00:00','2009-07-17 03:00:00'),(3007,26,4,'445440','2009-06-19 03:00:00','2009-06-26 03:00:00'),(3008,26,8,'2814.442','2009-06-19 03:00:00','2009-07-04 03:00:00'),(3009,19,8,'2999.888','2009-06-25 03:00:00',NULL),(3010,26,4,'442368','2009-06-26 03:00:00','2009-07-04 03:00:00'),(3011,876,1,'D-Link','2009-01-01 00:00:00',NULL),(3012,881,11,'85','2009-07-03 03:00:00',NULL),(3013,881,12,'Device 8162','2009-07-03 03:00:00',NULL),(3014,881,9,'CK804 Serial ATA Controller','2009-07-03 03:00:00',NULL),(3015,881,13,'CK804 Serial ATA Controller','2009-07-03 03:00:00',NULL>),(3016,881,14,'f3','2009-07-03 03:00:00',NULL),(3017,881,15,'IDE interface','2009-07-03 03:00:00',NULL),(3018,881,16,'ASUSTeK Computer Inc.','2009-07-03 03:00:00',NULL),(3019,881,17,'nVidia Corporation','2009-07-03 03:00:00',NULL),(3020,881,10,'0000:00:07.0','2009-07-03 03:00:00',NULL),(3021,882,9,'CK804 PCIE Bridge','2009-07-03 03:00:00',NULL),(3022,882,14,COLOR="#BC8F8F">'a3','2009-07-03 03:00:00',NULL),(3023,882,15,'PCI bridge','2009-07-03 03:00:00',NULL),(3024,882,13,'CK804 PCIE Bridge','2009-07-03 03:00:00',NULL),(3025,882,10,'0000:00:0c.0','2009-07-03 03:00:00',NULL),(3026,882,17,'nVidia Corporation','2009-07-03 03:00:00',NULL),(3027,883,12,'Device 8162','2009-07-03 03:00:00',NULL),(3028,883,9,'CK804 SMBus',<B>'2009-07-03 03:00:00',NULL),(3029,883,13,'CK804 SMBus','2009-07-03 03:00:00',NULL),(3030,883,14,'a2','2009-07-03 03:00:00',NULL),(3031,883,15,'SMBus','2009-07-03 03:00:00',NULL),(3032,883,10,'0000:00:01.1','2009-07-03 03:00:00',NULL),(3033,883,16,'ASUSTeK Computer Inc.','2009-07-03 03:00:00',NULL),(3034,883,17,'nVidia Corporation','2009-07-03 03:00:00',NULL),(3035,884,12,'Device 1b61','2009-07-03 03:00:00',NULL),(3036,884,9,'RV370 [Radeon X300SE]','2009-07-03 03:00:00',NULL),(3037,884,15,'Display controller','2009-07-03 03:00:00',NULL),(3038,884,13,'RV370 [Radeon X300SE]','2009-07-03 03:00:00',NULL),(3039,884,10,'0000:04:00.1','2009-07-03 03:00:00',NULL),(3040,884,16,'ATI Technologies Inc','2009-07-03 03:00:00'>,NULL),(3041,884,17,'ATI Technologies Inc','2009-07-03 03:00:00',NULL),(3042,885,11,'10','2009-07-03 03:00:00',NULL),(3043,885,12,'Device 8162','2009-07-03 03:00:00',NULL),(3044,885,9,'CK804 USB Controller','2009-07-03 03:00:00',NULL),(3045,885,13,'CK804 USB Controller','2009-07-03 03:00:00',NULL),(3046,885,14,'a2','2009-07-03 03:00:00',NULLFONT>),(3047,885,15,'USB Controller','2009-07-03 03:00:00',NULL),(3048,885,16,'ASUSTeK Computer Inc.','2009-07-03 03:00:00',NULL),(3049,885,17,'nVidia Corporation','2009-07-03 03:00:00',NULL),(3050,885,10,'0000:00:02.0','2009-07-03 03:00:00',NULL),(3051,886,12,'Device 814b','2009-07-03 03:00:00',NULL),(3052,886,9,'NetXtreme BCM5751 Gigabit Ethernet PCI Express','2009-07-03 03:00:00',NULL),(3053,886,13,'NetXtreme BCM5751 Gigabit Ethernet PCI Express','2009-07-03 03:00:00',NULL),(3054,886,14,'11','2009-07-03 03:00:00',NULL),(3055,886,15,'Ethernet controller','2009-07-03 03:00:00',NULL),(3056,886,10,'0000:02:00.0','2009-07-03 03:00:00',NULL),(3057,886,16,'ASUSTeK Computer Inc.','2009-07-03 03:00:00',NULL),(3058,886,17,'Broadcom Corporation','2009-07-03 03:00:00',OR="#A020F0">NULL),(3059,887,11,'01','2009-07-03 03:00:00',NULL),(3060,887,9,'CK804 PCI Bridge','2009-07-03 03:00:00',NULL),(3061,887,14,'a2','2009-07-03 03:00:00',NULL),(3062,887,15,'PCI bridge','2009-07-03 03:00:00',NULL),(3063,887,13,'CK804 PCI Bridge','2009-07-03 03:00:00',NULL),(3064,887,10,'0000:00:09.0','2009-07-03 03:00:00',NULL),(3065,887,17,LOR="#BC8F8F">'nVidia Corporation','2009-07-03 03:00:00',NULL),(3066,888,9,'CK804 PCIE Bridge','2009-07-03 03:00:00',NULL),(3067,888,14,'a3','2009-07-03 03:00:00',NULL),(3068,888,15,'PCI bridge','2009-07-03 03:00:00',NULL),(3069,888,13,'CK804 PCIE Bridge','2009-07-03 03:00:00',NULL),(3070,888,10,'0000:00:0d.0','2009-07-03 03:00:00',NULL),(3071,888,17,'nVidia Corporation'FONT>,'2009-07-03 03:00:00',NULL),(3072,889,11,'20','2009-07-03 03:00:00',NULL),(3073,889,12,'Device 8162','2009-07-03 03:00:00',NULL),(3074,889,9,'CK804 USB Controller','2009-07-03 03:00:00',NULL),(3075,889,13,'CK804 USB Controller','2009-07-03 03:00:00',NULL),(3076,889,14,'a3','2009-07-03 03:00:00',NULL),(3077,889,15,'USB Controller','2009-07-03 03:00:00',NULL),(3078,889,16,'ASUSTeK Computer Inc.','2009-07-03 03:00:00',NULL),(3079,889,17,'nVidia Corporation','2009-07-03 03:00:00',NULL),(3080,889,10,'0000:00:02.1','2009-07-03 03:00:00',NULL),(3081,890,12,'Device 8162','2009-07-03 03:00:00',NULL),(3082,890,9,'CK804 Memory Controller','2009-07-03 03:00:00',NULL),(3083,890,13,'CK804 Memory Controller','2009-07-03 03:00:00',NULL),(3084,890,14,'a3','2009-07-03 03:00:00',NULL),(3085,890,15,'Memory controller','2009-07-03 03:00:00',NULL),(3086,890,10,'0000:00:00.0','2009-07-03 03:00:00',NULL),(3087,890,16,'ASUSTeK Computer Inc.','2009-07-03 03:00:00',NULL),(3088,890,17,'nVidia Corporation','2009-07-03 03:00:00',NULL),(3089,891,12,'7xxx/8xxx-series PATA/SATA-RAID','2009-07-03 03:00:00'</FONT>,NULL),(3090,891,9,'7xxx/8xxx-series PATA/SATA-RAID','2009-07-03 03:00:00',NULL),(3091,891,13,'7xxx/8xxx-series PATA/SATA-RAID','2009-07-03 03:00:00',NULL),(3092,891,14,'01','2009-07-03 03:00:00',NULL),(3093,891,15,'RAID bus controller','2009-07-03 03:00:00',NULL),(3094,891,10,'0000:01:06.0','2009-07-03 03:00:00',NULL),(3095,891,16,'3ware Inc','2009-07-03 03:00:00'B>,NULL),(3096,891,17,'3ware Inc','2009-07-03 03:00:00',NULL),(3097,892,12,'Device 1b60','2009-07-03 03:00:00',NULL),(3098,892,9,'RV370 5B60 [Radeon X300 (PCIE)]','2009-07-03 03:00:00',NULL),(3099,892,15,'VGA compatible controller','2009-07-03 03:00:00',NULL),(3100,892,13,'RV370 5B60 [Radeon X300 (PCIE)]','2009-07-03 03:00:00',NULL),(3101,892,10,'0000:04:00.0','2009-07-03 03:00:00'FONT>,NULL),(3102,892,16,'ATI Technologies Inc','2009-07-03 03:00:00',NULL),(3103,892,17,'ATI Technologies Inc','2009-07-03 03:00:00',NULL),(3104,893,11,'8a','2009-07-03 03:00:00',NULL),(3105,893,12,'Device 8162','2009-07-03 03:00:00',NULL),(3106,893,9,'CK804 IDE','2009-07-03 03:00:00',NULL),(3107,893,13,'CK804 IDE','2009-07-03 03:00:00',NULLFONT>),(3108,893,14,'f2','2009-07-03 03:00:00',NULL),(3109,893,15,'IDE interface','2009-07-03 03:00:00',NULL),(3110,893,16,'ASUSTeK Computer Inc.','2009-07-03 03:00:00',NULL),(3111,893,17,'nVidia Corporation','2009-07-03 03:00:00',NULL),(3112,893,10,'0000:00:06.0','2009-07-03 03:00:00',NULL),(3113,894,12,'Device 8162','2009-07-03 03:00:00',NULL),(3114,894,9,LOR="#BC8F8F">'CK804 ISA Bridge','2009-07-03 03:00:00',NULL),(3115,894,13,'CK804 ISA Bridge','2009-07-03 03:00:00',NULL),(3116,894,14,'a3','2009-07-03 03:00:00',NULL),(3117,894,15,'ISA bridge','2009-07-03 03:00:00',NULL),(3118,894,10,'0000:00:01.0','2009-07-03 03:00:00',NULL),(3119,894,16,'ASUSTeK Computer Inc.','2009-07-03 03:00:00',NULL),(3120,894,17,'nVidia Corporation','2009-07-03 03:00:00',NULL),(3121,895,9,'CK804 PCIE Bridge','2009-07-03 03:00:00',NULL),(3122,895,14,'a3','2009-07-03 03:00:00',NULL),(3123,895,15,'PCI bridge','2009-07-03 03:00:00',NULL),(3124,895,13,'CK804 PCIE Bridge','2009-07-03 03:00:00',NULL),(3125,895,10,'0000:00:0e.0','2009-07-03 03:00:00',NULL),(3126,895,17,'nVidia Corporation',>'2009-07-03 03:00:00',NULL),(3127,26,4,'445440','2009-07-04 03:00:00','2009-07-24 03:00:00'),(3128,26,8,'2814.460','2009-07-04 03:00:00','2009-08-14 03:00:00'),(3129,4,4,'524504','2009-07-11 03:00:00','2010-12-21 13:00:00'),(3130,4,8,'1593.269','2009-07-11 03:00:00','2009-07-13 13:00:00'),(3131,896,4,'1527808','2009-07-11 03:00:00','2009-08-07 03:00:00'),(3132,896,5,'1','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3133,896,6,'AuthenticAMD','2009-07-11 03:00:00',NULL),(3134,896,7,'x86_64','2009-07-11 03:00:00',NULL),(3135,896,8,'1593.546','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3136,897,12,'AMD-8111 LPC','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3137,897,9,'AMD-8111 LPC','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3138,897,13,'AMD-8111 LPC',LOR="#BC8F8F">'2009-07-11 03:00:00','2009-12-19 03:00:00'),(3139,897,14,'05','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3140,897,15,'ISA bridge','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3141,897,10,'0000:00:07.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3142,897,16,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3143,897,17,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'T>),(3144,898,11,'20','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3145,898,12,'USB 2.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3146,898,9,'USB 2.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3147,898,13,'USB 2.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3148,898,14,'63','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3149,898,15,'USB Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3150,898,16,'VIA Technologies, Inc.','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3151,898,17,'VIA Technologies, Inc.','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3152,898,10,'0000:02:0b.2','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3153,899,12,'SiI 3114 SATALink Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3154,899,9,'SiI 3114 [SATALink/SATARaid] Serial ATA Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3155,899,13,'SiI 3114 [SATALink/SATARaid] Serial ATA Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3156,899,14,'02','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3157,899,15,'Mass storage controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3158,899,10,'0000:02:05.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3159,899,16,'Silicon Image, Inc.','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3160,899,17,'Silicon Image, Inc.',COLOR="#BC8F8F">'2009-07-11 03:00:00','2009-12-19 03:00:00'),(3161,900,11,'8a','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3162,900,12,'AMD-8111 IDE','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3163,900,9,'AMD-8111 IDE','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3164,900,13,'AMD-8111 IDE','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3165,900,14,'03','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3166,900,15,'IDE interface','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3167,900,16,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3168,900,17,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3169,900,10,'0000:00:07.1','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3170,901,11,'10','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3171,901,12,'Device 3044','2009-07-11 03:00:00',ONT COLOR="#BC8F8F">'2009-12-19 03:00:00'),(3172,901,9,'VT6306 Fire II IEEE 1394 OHCI Link Layer Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3173,901,13,'VT6306 Fire II IEEE 1394 OHCI Link Layer Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3174,901,14,'80','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3175,901,15,'FireWire (IEEE 1394)','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3176,901,16,'Tyan Computer','2009-07-11 03:00:00','2009-12-19 03:00:00'</FONT>),(3177,901,17,'VIA Technologies, Inc.','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3178,901,10,'0000:02:0a.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3179,902,12,'PRO/1000 MT Desktop Adapter','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3180,902,9,'82541GI Gigabit Ethernet Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3181,902,15,'Ethernet controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3182,902,13,'82541GI Gigabit Ethernet Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3183,902,10,'0000:02:03.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3184,902,16,'Intel Corporation','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3185,902,17,'Intel Corporation','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3186,903,12,'VT82xxxxx UHCI USB 1.1 Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3187,903,9,'VT82xxxxx UHCI USB 1.1 Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3188,903,13,'VT82xxxxx UHCI USB 1.1 Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3189,903,14,'61','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3190,903,15,'USB Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3191,903,10,'0000:02:0b.1','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3192,903,16,'VIA Technologies, Inc.','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3193,903,17,'VIA Technologies, Inc.','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3194,904,11,'10','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3195,904,12,'AMD-8111 USB','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3196,904,9,'AMD-8111 USB','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3197,904,13,'AMD-8111 USB','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3198,904,14,'0b','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3199,904,15,'USB Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3200,904,16,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3201,904,17,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3202,904,10,'0000:02:00.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3203,905,12,'AMD-8111 SMBus 2.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3204,905,9,>'AMD-8111 SMBus 2.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3205,905,13,'AMD-8111 SMBus 2.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3206,905,14,'02','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3207,905,15,'SMBus','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3208,905,10,'0000:00:07.2','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3209,905,16,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3210,905,17,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3211,906,12,'EZ Card 1000 (SMC9452TXV.2)','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3212,906,9,'88E8001 Gigabit Ethernet Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3213,906,13,'88E8001 Gigabit Ethernet Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3214,906,14,'12','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3215,906,15,>'Ethernet controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3216,906,10,'0000:02:08.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3217,906,16,'Standard Microsystems Corp [SMC]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3218,906,17,'Marvell Technology Group Ltd.','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3219,907,9,'AMD-8111 PCI','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3220,907,14,'07','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3221,907,15,'PCI bridge','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3222,907,13,'AMD-8111 PCI','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3223,907,10,'0000:00:06.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3224,907,17,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3225,908,9,'K8 [Athlon64/Opteron] DRAM Controller','2009-07-11 03:00:00',NULL),(3226,908,15,'Host bridge','2009-07-11 03:00:00',NULL),(3227,908,13,'K8 [Athlon64/Opteron] DRAM Controller','2009-07-11 03:00:00',NULL),(3228,908,10,'0000:00:18.2','2009-07-11 03:00:00',NULL),(3229,908,17,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00',NULL),(3230,909,12,'9xxx-series SATA-RAID','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3231,909,9,'9xxx-series SATA-RAID','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3232,909,15,'RAID bus controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3233,909,13,'9xxx-series SATA-RAID','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3234,909,10,'0000:02:07.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3235,909,16,'3ware Inc','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3236,909,17,'3ware Inc','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3237,910,9,'K8 [Athlon64/Opteron] Address Map','2009-07-11 03:00:00',NULL),(3238,910,15,'Host bridge','2009-07-11 03:00:00',NULL),(3239,910,13,'K8 [Athlon64/Opteron] Address Map','2009-07-11 03:00:00',NULL),(3240,910,10,'0000:00:18.1','2009-07-11 03:00:00',NULL),(3241,910,17,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00',NULL),(3242,911,9,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2009-07-11 03:00:00',NULL),(3243,911,15,'Host bridge','2009-07-11 03:00:00',NULL),(3244,911,13,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2009-07-11 03:00:00',NULL),(3245,911,10,'0000:00:18.0','2009-07-11 03:00:00',NULL),(3246,911,17,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00',NULL),(3247,912,12,'AMD-8151 System Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3248,912,9,'AMD-8151 System Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3249,912,13,'AMD-8151 System Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3250,912,14,'14','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3251,912,15,'Host bridge','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3252,912,10,'0000:00:00.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3253,912,16,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3254,912,17,T COLOR="#BC8F8F">'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3255,913,12,'AMD-8111 ACPI','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3256,913,9,'AMD-8111 ACPI','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3257,913,13,'AMD-8111 ACPI','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3258,913,14,'05','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3259,913,15,'Bridge','2009-07-11 03:00:00',="#BC8F8F">'2009-12-19 03:00:00'),(3260,913,10,'0000:00:07.3','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3261,913,16,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3262,913,17,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3263,914,9,'K8 [Athlon64/Opteron] Miscellaneous Control','2009-07-11 03:00:00',NULL),(3264,914,15,'Host bridge','2009-07-11 03:00:00',NULL),(3265,914,13,'K8 [Athlon64/Opteron] Miscellaneous Control','2009-07-11 03:00:00',NULL),(3266,914,10,'0000:00:18.3','2009-07-11 03:00:00',NULL),(3267,914,17,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00',NULL),(3268,915,12,'VT82xxxxx UHCI USB 1.1 Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3269,915,9,'VT82xxxxx UHCI USB 1.1 Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3270,915,13,'VT82xxxxx UHCI USB 1.1 Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3271,915,14,'61','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3272,915,15,'USB Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3273,915,10,'0000:02:0b.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3274,915,16,'VIA Technologies, Inc.','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3275,915,17,'VIA Technologies, Inc.','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3276,916,11,'10','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3277,916,12,'AMD-8111 USB','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3278,916,9,'AMD-8111 USB','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3279,916,13,'AMD-8111 USB','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3280,916,14,'0b','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3281,916,15,'USB Controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3282,916,16,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3283,916,17,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3284,916,10,'0000:02:00.1','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3285,917,12,'Device 0016','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3286,917,9,'NV15 [GeForce2 GTS/Pro]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3287,917,13,'NV15 [GeForce2 GTS/Pro]'</FONT>,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(3288,917,14,'a3','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3289,917,15,'VGA compatible controller','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3290,917,10,'0000:01:00.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3291,917,16,'VISIONTEK','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3292,917,17,'nVidia Corporation','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3293,918,9,'AMD-8151 AGP Bridge','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3294,918,14,'14','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3295,918,15,'PCI bridge','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3296,918,13,'AMD-8151 AGP Bridge','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3297,918,10,'0000:00:01.0','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3298,918,17,'Advanced Micro Devices [AMD]','2009-07-11 03:00:00','2009-12-19 03:00:00'),(3299,4,8,'1593.147','2009-07-13 13:00:00','2009-10-31 13:00:00'),(3300,919,9,'82801AA ISA Bridge (LPC)','2009-07-17 03:00:00',NULL),(3301,919,14,'02','2009-07-17 03:00:00',NULL),(3302,919,15,'ISA bridge','2009-07-17 03:00:00',NULL),(3303,919,13,'82801AA ISA Bridge (LPC)','2009-07-17 03:00:00',NULL),(3304,919,10,'0000:00:1f.0','2009-07-17 03:00:00',NULL),(3305,919,17,'Intel Corporation','2009-07-17 03:00:00',NULL),(3306,920,12,'OptiPlex GX110','2009-07-17 03:00:00',NULL),(3307,920,9,'3c905C-TX/TX-M [Tornado]','2009-07-17 03:00:00',NULL),(3308,920,13,'3c905C-TX/TX-M [Tornado]','2009-07-17 03:00:00',NULL),(3309,920,14,'78','2009-07-17 03:00:00',NULL),(3310,920,15,'Ethernet controller','2009-07-17 03:00:00',NULL),(3311,920,10,'0000:01:0c.0','2009-07-17 03:00:00',NULL),(3312,920,16,'Dell','2009-07-17 03:00:00',NULL),(3313,920,17,'3Com Corporation','2009-07-17 03:00:00',NULL),(3314,921,12,'82801AA SMBus Controller','2009-07-17 03:00:00',NULL),(3315,921,9,'82801AA SMBus Controller','2009-07-17 03:00:00',NULL),(3316,921,13,'82801AA SMBus Controller','2009-07-17 03:00:00',NULL),(3317,921,14,'02','2009-07-17 03:00:00',NULL),(3318,921,15,'SMBus','2009-07-17 03:00:00',NULL),(3319,921,10,'0000:00:1f.3','2009-07-17 03:00:00',NULL),(3320,921,16,'Intel Corporation','2009-07-17 03:00:00',NULL),(3321,921,17,'Intel Corporation','2009-07-17 03:00:00',NULL),(3322,922,9,'82801AA PCI Bridge','2009-07-17 03:00:00',NULL),(3323,922,14,'02','2009-07-17 03:00:00',NULL),(3324,922,15,'PCI bridge','2009-07-17 03:00:00',NULL),(3325,922,13,'82801AA PCI Bridge','2009-07-17 03:00:00',NULL),(3326,922,10,'0000:00:1e.0','2009-07-17 03:00:00',NULL),(3327,922,17,'Intel Corporation','2009-07-17 03:00:00',NULL),(3328,923,12,'82801AA USB Controller','2009-07-17 03:00:00',NULL),(3329,923,9,<B>'82801AA USB Controller','2009-07-17 03:00:00',NULL),(3330,923,13,'82801AA USB Controller','2009-07-17 03:00:00',NULL),(3331,923,14,'02','2009-07-17 03:00:00',NULL),(3332,923,15,'USB Controller','2009-07-17 03:00:00',NULL),(3333,923,10,'0000:00:1f.2','2009-07-17 03:00:00',NULL),(3334,923,16,'Intel Corporation','2009-07-17 03:00:00',NULL),(3335,923,17,'Intel Corporation','2009-07-17 03:00:00',NULL),(3336,924,12,'OptiPlex GX110','2009-07-17 03:00:00',NULL),(3337,924,9,'82810E DC-133 (GMCH) Graphics Memory Controller Hub','2009-07-17 03:00:00',NULL),(3338,924,13,'82810E DC-133 (GMCH) Graphics Memory Controller Hub','2009-07-17 03:00:00',NULL),(3339,924,14,'03','2009-07-17 03:00:00',NULL),(3340,924,15,'Host bridge','2009-07-17 03:00:00',NULL),(3341,924,10,'0000:00:00.0','2009-07-17 03:00:00',NULL),(3342,924,16,'Dell','2009-07-17 03:00:00',NULL),(3343,924,17,'Intel Corporation','2009-07-17 03:00:00',NULL),(3344,925,12,'Creative Sound Blaster AudioPCI64V, AudioPCI128','2009-07-17 03:00:00',NULL),(3345,925,9,'ES1371 [AudioPCI-97]','2009-07-17 03:00:00',NULL),(3346,925,13,'ES1371 [AudioPCI-97]','2009-07-17 03:00:00',NULL),(3347,925,14,'06','2009-07-17 03:00:00',NULL),(3348,925,15,'Multimedia audio controller','2009-07-17 03:00:00',NULL),(3349,925,10,'0000:01:07.0','2009-07-17 03:00:00',NULL),(3350,925,16,'Ensoniq','2009-07-17 03:00:00',NULL),(3351,925,17,'Ensoniq','2009-07-17 03:00:00',NULL),(3352,926,11,'80','2009-07-17 03:00:00',NULL),(3353,926,12,'82801AA IDE Controller','2009-07-17 03:00:00',NULL),(3354,926,9,'82801AA IDE Controller','2009-07-17 03:00:00',NULL),(3355,926,13,'82801AA IDE Controller','2009-07-17 03:00:00',NULL),(3356,926,14,'02','2009-07-17 03:00:00',NULL),(3357,926,15,'IDE interface','2009-07-17 03:00:00',NULL),(3358,926,16,'Intel Corporation','2009-07-17 03:00:00',NULL),(3359,926,17,'Intel Corporation'T>,'2009-07-17 03:00:00',NULL),(3360,926,10,'0000:00:1f.1','2009-07-17 03:00:00',NULL),(3361,927,12,'OptiPlex GX110','2009-07-17 03:00:00',NULL),(3362,927,9,'82810E DC-133 (CGC) Chipset Graphics Controller','2009-07-17 03:00:00',NULL),(3363,927,13,'82810E DC-133 (CGC) Chipset Graphics Controller','2009-07-17 03:00:00',NULL),(3364,927,14,'03','2009-07-17 03:00:00',NULL),(3365,927,15,'VGA compatible controller','2009-07-17 03:00:00',NULL),(3366,927,10,'0000:00:01.0','2009-07-17 03:00:00',NULL),(3367,927,16,'Dell','2009-07-17 03:00:00',NULL),(3368,927,17,'Intel Corporation','2009-07-17 03:00:00',NULL),(3369,29,8,'2211.368','2009-07-17 03:00:00','2010-01-29 03:00:00'),(3370,25,8,'2814.422','2009-07-17 03:00:00',NULL),(3371,929,4,'2798592',<B>'2009-07-23 03:00:00','2009-08-11 03:00:00'),(3372,929,5,'2','2009-07-23 03:00:00',NULL),(3373,929,6,'AuthenticAMD','2009-07-23 03:00:00',NULL),(3374,929,7,'x86_64','2009-07-23 03:00:00',NULL),(3375,929,8,'2814.166','2009-07-23 03:00:00','2009-07-28 03:00:00'),(3376,930,12,'Device 82ef','2009-07-23 03:00:00',NULL),(3377,930,9,'SB700/SB800 LPC host controller',="#BC8F8F">'2009-07-23 03:00:00',NULL),(3378,930,15,'ISA bridge','2009-07-23 03:00:00',NULL),(3379,930,13,'SB700/SB800 LPC host controller','2009-07-23 03:00:00',NULL),(3380,930,10,'0000:00:14.3','2009-07-23 03:00:00',NULL),(3381,930,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3382,930,17,'ATI Technologies Inc','2009-07-23 03:00:00',NULL),(3383,931,11,'10','2009-07-23 03:00:00',NULL),(3384,931,12,'Device 82ef','2009-07-23 03:00:00',NULL),(3385,931,9,'SB700/SB800 USB OHCI0 Controller','2009-07-23 03:00:00',NULL),(3386,931,13,'SB700/SB800 USB OHCI0 Controller','2009-07-23 03:00:00',NULL),(3387,931,15,'USB Controller','2009-07-23 03:00:00',NULL),(3388,931,10,'0000:00:13.0','2009-07-23 03:00:00',NULL),(3389,931,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3390,931,17,'ATI Technologies Inc','2009-07-23 03:00:00',NULL),(3391,932,9,'Family 10h [Opteron, Athlon64, Sempron] Link Control','2009-07-23 03:00:00',NULL),(3392,932,15,'Host bridge','2009-07-23 03:00:00',NULL),(3393,932,13,'Family 10h [Opteron, Athlon64, Sempron] Link Control','2009-07-23 03:00:00',NULL),(3394,932,10,'0000:00:18.4','2009-07-23 03:00:00',NULL),(3395,932,17,'Advanced Micro Devices [AMD]','2009-07-23 03:00:00',NULL),(3396,933,12,'Device 82c6','2009-07-23 03:00:00',NULL),(3397,933,9,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2009-07-23 03:00:00',NULL),(3398,933,13,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2009-07-23 03:00:00',NULL),(3399,933,14,'02','2009-07-23 03:00:00',NULL),(3400,933,15,'Ethernet controller','2009-07-23 03:00:00',>NULL),(3401,933,10,'0000:02:00.0','2009-07-23 03:00:00',NULL),(3402,933,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3403,933,17,'Realtek Semiconductor Co., Ltd.','2009-07-23 03:00:00',NULL),(3404,934,12,'Device 82ee','2009-07-23 03:00:00',NULL),(3405,934,9,'Radeon 3100 Graphics','2009-07-23 03:00:00',NULL),(3406,934,15,'VGA compatible controller','2009-07-23 03:00:00',NULL),(3407,934,13,'Radeon 3100 Graphics','2009-07-23 03:00:00',NULL),(3408,934,10,'0000:01:05.0','2009-07-23 03:00:00',NULL),(3409,934,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3410,934,17,'ATI Technologies Inc','2009-07-23 03:00:00',NULL),(3411,935,9,'RS780 PCI to PCI bridge (PCIE port 2)','2009-07-23 03:00:00',NULL),(3412,935,15,'PCI bridge','2009-07-23 03:00:00', COLOR="#A020F0">NULL),(3413,935,13,'RS780 PCI to PCI bridge (PCIE port 2)','2009-07-23 03:00:00',NULL),(3414,935,10,'0000:00:06.0','2009-07-23 03:00:00',NULL),(3415,935,17,'Advanced Micro Devices [AMD]','2009-07-23 03:00:00',NULL),(3416,936,11,'01','2009-07-23 03:00:00',NULL),(3417,936,9,'SBx00 PCI to PCI Bridge','2009-07-23 03:00:00',NULL),(3418,936,15,'PCI bridge','2009-07-23 03:00:00', COLOR="#A020F0">NULL),(3419,936,13,'SBx00 PCI to PCI Bridge','2009-07-23 03:00:00',NULL),(3420,936,10,'0000:00:14.4','2009-07-23 03:00:00',NULL),(3421,936,17,'ATI Technologies Inc','2009-07-23 03:00:00',NULL),(3422,937,9,'Family 10h [Opteron, Athlon64, Sempron] DRAM Controller','2009-07-23 03:00:00',NULL),(3423,937,15,'Host bridge','2009-07-23 03:00:00',NULL),(3424,937,13,'Family 10h [Opteron, Athlon64, Sempron] DRAM Controller',>'2009-07-23 03:00:00',NULL),(3425,937,10,'0000:00:18.2','2009-07-23 03:00:00',NULL),(3426,937,17,'Advanced Micro Devices [AMD]','2009-07-23 03:00:00',NULL),(3427,938,12,'Device 82ef','2009-07-23 03:00:00',NULL),(3428,938,9,'SBx00 SMBus Controller','2009-07-23 03:00:00',NULL),(3429,938,13,'SBx00 SMBus Controller','2009-07-23 03:00:00',NULL),(3430,938,14,'3a','2009-07-23 03:00:00',NULL),(3431,938,15,'SMBus','2009-07-23 03:00:00',NULL),(3432,938,10,'0000:00:14.0','2009-07-23 03:00:00',NULL),(3433,938,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3434,938,17,'ATI Technologies Inc','2009-07-23 03:00:00',NULL),(3435,939,11,'10','2009-07-23 03:00:00',NULL),(3436,939,12,'Device 82ef','2009-07-23 03:00:00',NULL),(3437,939,9,'SB700 USB OHCI1 Controller','2009-07-23 03:00:00',NULL),(3438,939,13,'SB700 USB OHCI1 Controller','2009-07-23 03:00:00',NULL),(3439,939,15,'USB Controller','2009-07-23 03:00:00',NULL),(3440,939,10,'0000:00:12.1','2009-07-23 03:00:00',NULL),(3441,939,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3442,939,17,'ATI Technologies Inc','2009-07-23 03:00:00'NT>,NULL),(3443,940,11,'20','2009-07-23 03:00:00',NULL),(3444,940,12,'Device 82ef','2009-07-23 03:00:00',NULL),(3445,940,9,'SB700/SB800 USB EHCI Controller','2009-07-23 03:00:00',NULL),(3446,940,13,'SB700/SB800 USB EHCI Controller','2009-07-23 03:00:00',NULL),(3447,940,15,'USB Controller','2009-07-23 03:00:00',NULL),(3448,940,10,'0000:00:13.2','2009-07-23 03:00:00',NULL),(3449,940,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3450,940,17,'ATI Technologies Inc','2009-07-23 03:00:00',NULL),(3451,941,11,'10','2009-07-23 03:00:00',NULL),(3452,941,12,'Device 82ef','2009-07-23 03:00:00',NULL),(3453,941,9,'SB700/SB800 USB OHCI0 Controller','2009-07-23 03:00:00',NULL),(3454,941,13,'SB700/SB800 USB OHCI0 Controller','2009-07-23 03:00:00'B>,NULL),(3455,941,15,'USB Controller','2009-07-23 03:00:00',NULL),(3456,941,10,'0000:00:12.0','2009-07-23 03:00:00',NULL),(3457,941,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3458,941,17,'ATI Technologies Inc','2009-07-23 03:00:00',NULL),(3459,942,11,'01','2009-07-23 03:00:00',NULL),(3460,942,12,'Device 82ef','2009-07-23 03:00:00',NULL),(3461,942,9,'SB700/SB800 SATA Controller [IDE mode]','2009-07-23 03:00:00',NULL),(3462,942,13,'SB700/SB800 SATA Controller [IDE mode]','2009-07-23 03:00:00',NULL),(3463,942,15,'SATA controller','2009-07-23 03:00:00',NULL),(3464,942,10,'0000:00:11.0','2009-07-23 03:00:00',NULL),(3465,942,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3466,942,17,'ATI Technologies Inc','2009-07-23 03:00:00'</B>,NULL),(3467,943,11,'20','2009-07-23 03:00:00',NULL),(3468,943,12,'Device 82ef','2009-07-23 03:00:00',NULL),(3469,943,9,'SB700/SB800 USB EHCI Controller','2009-07-23 03:00:00',NULL),(3470,943,13,'SB700/SB800 USB EHCI Controller','2009-07-23 03:00:00',NULL),(3471,943,15,'USB Controller','2009-07-23 03:00:00',NULL),(3472,943,10,'0000:00:12.2','2009-07-23 03:00:00',T COLOR="#A020F0">NULL),(3473,943,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3474,943,17,'ATI Technologies Inc','2009-07-23 03:00:00',NULL),(3475,944,9,'Family 10h [Opteron, Athlon64, Sempron] HyperTransport Configuration','2009-07-23 03:00:00',NULL),(3476,944,15,'Host bridge','2009-07-23 03:00:00',NULL),(3477,944,13,'Family 10h [Opteron, Athlon64, Sempron] HyperTransport Configuration','2009-07-23 03:00:00',NULL),(3478,944,10,'0000:00:18.0','2009-07-23 03:00:00',NULL),(3479,944,17,'Advanced Micro Devices [AMD]','2009-07-23 03:00:00',NULL),(3480,945,9,'Family 10h [Opteron, Athlon64, Sempron] Address Map','2009-07-23 03:00:00',NULL),(3481,945,15,'Host bridge','2009-07-23 03:00:00',NULL),(3482,945,13,'Family 10h [Opteron, Athlon64, Sempron] Address Map','2009-07-23 03:00:00',NULL),(3483,945,10,'0000:00:18.1','2009-07-23 03:00:00',NULL</FONT>),(3484,945,17,'Advanced Micro Devices [AMD]','2009-07-23 03:00:00',NULL),(3485,946,11,'10','2009-07-23 03:00:00',NULL),(3486,946,12,'Device 82ef','2009-07-23 03:00:00',NULL),(3487,946,9,'SB700 USB OHCI1 Controller','2009-07-23 03:00:00',NULL),(3488,946,13,'SB700 USB OHCI1 Controller','2009-07-23 03:00:00',NULL),(3489,946,15,'USB Controller','2009-07-23 03:00:00',NULL>),(3490,946,10,'0000:00:13.1','2009-07-23 03:00:00',NULL),(3491,946,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3492,946,17,'ATI Technologies Inc','2009-07-23 03:00:00',NULL),(3493,947,11,'8a','2009-07-23 03:00:00',NULL),(3494,947,12,'Device 82ef','2009-07-23 03:00:00',NULL),(3495,947,9,'SB700/SB800 IDE Controller','2009-07-23 03:00:00',NULL),(3496,947,13,'SB700/SB800 IDE Controller','2009-07-23 03:00:00',NULL),(3497,947,15,'IDE interface','2009-07-23 03:00:00',NULL),(3498,947,10,'0000:00:14.1','2009-07-23 03:00:00',NULL),(3499,947,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3500,947,17,'ATI Technologies Inc','2009-07-23 03:00:00',NULL),(3501,948,11,'10','2009-07-23 03:00:00',NULL),(3502,948,12,'Device 82ef','2009-07-23 03:00:00',NULL),(3503,948,9,'SB700/SB800 USB OHCI2 Controller','2009-07-23 03:00:00',NULL),(3504,948,13,'SB700/SB800 USB OHCI2 Controller','2009-07-23 03:00:00',NULL),(3505,948,15,'USB Controller','2009-07-23 03:00:00',NULL),(3506,948,10,'0000:00:14.5','2009-07-23 03:00:00',NULL),(3507,948,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3508,948,17,T COLOR="#BC8F8F">'ATI Technologies Inc','2009-07-23 03:00:00',NULL),(3509,949,12,'Device 82ee','2009-07-23 03:00:00',NULL),(3510,949,9,'RS780 Host Bridge','2009-07-23 03:00:00',NULL),(3511,949,15,'Host bridge','2009-07-23 03:00:00',NULL),(3512,949,13,'RS780 Host Bridge','2009-07-23 03:00:00',NULL),(3513,949,10,'0000:00:00.0','2009-07-23 03:00:00',NULL),(3514,949,16,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3515,949,17,'Advanced Micro Devices [AMD]','2009-07-23 03:00:00',NULL),(3516,950,9,'Family 10h [Opteron, Athlon64, Sempron] Miscellaneous Control','2009-07-23 03:00:00',NULL),(3517,950,15,'Host bridge','2009-07-23 03:00:00',NULL),(3518,950,13,'Family 10h [Opteron, Athlon64, Sempron] Miscellaneous Control','2009-07-23 03:00:00',NULL),(3519,950,10,'0000:00:18.3','2009-07-23 03:00:00',<FONT COLOR="#A020F0">NULL),(3520,950,17,'Advanced Micro Devices [AMD]','2009-07-23 03:00:00',NULL),(3521,951,9,'Device 9602','2009-07-23 03:00:00',NULL),(3522,951,15,'PCI bridge','2009-07-23 03:00:00',NULL),(3523,951,13,'Device 9602','2009-07-23 03:00:00',NULL),(3524,951,10,'0000:00:01.0','2009-07-23 03:00:00',NULL),(3525,951,17,'ASUSTeK Computer Inc.','2009-07-23 03:00:00',NULL),(3526,26,4,'444416','2009-07-24 03:00:00','2009-08-14 03:00:00'),(3527,952,4,'1048792','2009-07-24 03:00:00',NULL),(3528,952,5,'1','2009-07-24 03:00:00',NULL),(3529,952,6,'AuthenticAMD','2009-07-24 03:00:00',NULL),(3530,952,7,'x86_64','2009-07-24 03:00:00',NULL),(3531,952,8,'2814.252','2009-07-24 03:00:00','2009-07-27 03:00:00'),(3532,952,8,R="#BC8F8F">'2814.236','2009-07-27 03:00:00','2009-07-28 03:00:00'),(3533,929,8,'2814.142','2009-07-28 03:00:00','2009-08-04 03:00:00'),(3534,952,8,'2814.248','2009-07-28 03:00:00','2009-08-17 03:00:00'),(3535,929,8,'2814.162','2009-08-04 03:00:00','2009-08-11 03:00:00'),(3536,896,4,'1003520','2009-08-07 03:00:00','2009-08-08 03:00:00'),(3537,35,4,'3885056','2009-08-08 03:00:00','2009-12-15 03:00:00'</B>),(3538,35,8,'3192.340','2009-08-08 03:00:00','2010-03-29 03:00:00'),(3539,953,9,'6700PXH PCI Express-to-PCI Bridge A','2009-08-08 03:00:00',NULL),(3540,953,14,'09','2009-08-08 03:00:00',NULL),(3541,953,15,'PCI bridge','2009-08-08 03:00:00',NULL),(3542,953,13,'6700PXH PCI Express-to-PCI Bridge A','2009-08-08 03:00:00',NULL),(3543,953,10,'0000:05:00.0','2009-08-08 03:00:00',NULLONT>),(3544,953,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3545,954,12,'PRO/1000 MT Network Connection','2009-08-08 03:00:00',NULL),(3546,954,9,'82541GI Gigabit Ethernet Controller','2009-08-08 03:00:00',NULL),(3547,954,13,'82541GI Gigabit Ethernet Controller','2009-08-08 03:00:00',NULL),(3548,954,14,'05','2009-08-08 03:00:00',NULL),(3549,954,15,'Ethernet controller','2009-08-08 03:00:00',NT COLOR="#A020F0">NULL),(3550,954,10,'0000:07:08.0','2009-08-08 03:00:00',NULL),(3551,954,16,'Dell','2009-08-08 03:00:00',NULL),(3552,954,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3553,955,9,'82801 PCI Bridge','2009-08-08 03:00:00',NULL),(3554,955,14,'c2','2009-08-08 03:00:00',NULL),(3555,955,15,'PCI bridge','2009-08-08 03:00:00',NULL),(3556,955,13,>'82801 PCI Bridge','2009-08-08 03:00:00',NULL),(3557,955,10,'0000:00:1e.0','2009-08-08 03:00:00',NULL),(3558,955,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3559,956,9,'80332 [Dobson] I/O processor (B-Segment Bridge)','2009-08-08 03:00:00',NULL),(3560,956,14,'07','2009-08-08 03:00:00',NULL),(3561,956,15,'PCI bridge','2009-08-08 03:00:00',NULL),(3562,956,13,OLOR="#BC8F8F">'80332 [Dobson] I/O processor (B-Segment Bridge)','2009-08-08 03:00:00',NULL),(3563,956,10,'0000:08:00.2','2009-08-08 03:00:00',NULL),(3564,956,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3565,957,9,'E7520 PCI Express Port C','2009-08-08 03:00:00',NULL),(3566,957,14,'09','2009-08-08 03:00:00',NULL),(3567,957,15,'PCI bridge','2009-08-08 03:00:00',NULL),(3568,957,13,OLOR="#BC8F8F">'E7520 PCI Express Port C','2009-08-08 03:00:00',NULL),(3569,957,10,'0000:00:06.0','2009-08-08 03:00:00',NULL),(3570,957,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3571,958,12,'MegaRAID Intel RAID Controller SRCU42E','2009-08-08 03:00:00',NULL),(3572,958,9,'MegaRAID','2009-08-08 03:00:00',NULL),(3573,958,13,'MegaRAID','2009-08-08 03:00:00',NULL),(3574,958,14,"#BC8F8F">'07','2009-08-08 03:00:00',NULL),(3575,958,15,'RAID bus controller','2009-08-08 03:00:00',NULL),(3576,958,10,'0000:09:0e.0','2009-08-08 03:00:00',NULL),(3577,958,16,'Intel Corporation','2009-08-08 03:00:00',NULL),(3578,958,17,'LSI Logic / Symbios Logic','2009-08-08 03:00:00',NULL),(3579,959,9,'80332 [Dobson] I/O processor (A-Segment Bridge)','2009-08-08 03:00:00',NULL),(3580,959,14,ONT COLOR="#BC8F8F">'07','2009-08-08 03:00:00',NULL),(3581,959,15,'PCI bridge','2009-08-08 03:00:00',NULL),(3582,959,13,'80332 [Dobson] I/O processor (A-Segment Bridge)','2009-08-08 03:00:00',NULL),(3583,959,10,'0000:08:00.0','2009-08-08 03:00:00',NULL),(3584,959,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3585,960,12,'PRO/1000 MT Network Connection','2009-08-08 03:00:00',NULL),(3586,960,9,'82541GI Gigabit Ethernet Controller','2009-08-08 03:00:00',NULL),(3587,960,13,'82541GI Gigabit Ethernet Controller','2009-08-08 03:00:00',NULL),(3588,960,14,'05','2009-08-08 03:00:00',NULL),(3589,960,15,'Ethernet controller','2009-08-08 03:00:00',NULL),(3590,960,10,'0000:06:07.0','2009-08-08 03:00:00',NULL),(3591,960,16,'Dell','2009-08-08 03:00:00',NULL),(3592,960,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3593,961,12,'PowerEdge 2850 onboard UHCI','2009-08-08 03:00:00',NULL),(3594,961,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2','2009-08-08 03:00:00',NULL),(3595,961,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2','2009-08-08 03:00:00',NULL),(3596,961,14,'02','2009-08-08 03:00:00',NULL),(3597,961,15,'USB Controller','2009-08-08 03:00:00',NULL),(3598,961,10,'0000:00:1d.1','2009-08-08 03:00:00',NULL),(3599,961,16,'Dell','2009-08-08 03:00:00',NULL),(3600,961,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3601,962,12,'PowerEdge 2850 onboard UHCI','2009-08-08 03:00:00',NULL),(3602,962,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3','2009-08-08 03:00:00',NULL),(3603,962,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3','2009-08-08 03:00:00',NULL),(3604,962,14,'02','2009-08-08 03:00:00',NULL),(3605,962,15,'USB Controller','2009-08-08 03:00:00',NULL),(3606,962,10,'0000:00:1d.2','2009-08-08 03:00:00',NULL),(3607,962,16,'Dell','2009-08-08 03:00:00',NULL),(3608,962,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3609,963,9,'82801EB/ER (ICH5/ICH5R) LPC Interface Bridge','2009-08-08 03:00:00'B>,NULL),(3610,963,14,'02','2009-08-08 03:00:00',NULL),(3611,963,15,'ISA bridge','2009-08-08 03:00:00',NULL),(3612,963,13,'82801EB/ER (ICH5/ICH5R) LPC Interface Bridge','2009-08-08 03:00:00',NULL),(3613,963,10,'0000:00:1f.0','2009-08-08 03:00:00',NULL),(3614,963,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3615,964,11,'20','2009-08-08 03:00:00',NULL),(3616,964,12,'PowerEdge 2850 onboard EHCI','2009-08-08 03:00:00',NULL),(3617,964,9,'82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller','2009-08-08 03:00:00',NULL),(3618,964,13,'82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller','2009-08-08 03:00:00',NULL),(3619,964,14,'02','2009-08-08 03:00:00',NULL),(3620,964,15,'USB Controller','2009-08-08 03:00:00',NULL),(3621,964,16,'Dell','2009-08-08 03:00:00'>,NULL),(3622,964,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3623,964,10,'0000:00:1d.7','2009-08-08 03:00:00',NULL),(3624,965,9,'E7525/E7520 PCI Express Port B','2009-08-08 03:00:00',NULL),(3625,965,14,'09','2009-08-08 03:00:00',NULL),(3626,965,15,'PCI bridge','2009-08-08 03:00:00',NULL),(3627,965,13,'E7525/E7520 PCI Express Port B','2009-08-08 03:00:00',COLOR="#A020F0">NULL),(3628,965,10,'0000:00:04.0','2009-08-08 03:00:00',NULL),(3629,965,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3630,966,9,'E7520 PCI Express Port B1','2009-08-08 03:00:00',NULL),(3631,966,14,'09','2009-08-08 03:00:00',NULL),(3632,966,15,'PCI bridge','2009-08-08 03:00:00',NULL),(3633,966,13,'E7520 PCI Express Port B1','2009-08-08 03:00:00',NULL</FONT>),(3634,966,10,'0000:00:05.0','2009-08-08 03:00:00',NULL),(3635,966,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3636,967,12,'PowerEdge 2850 Embedded Radeon 7000-M','2009-08-08 03:00:00',NULL),(3637,967,9,'Radeon RV100 QY [Radeon 7000/VE]','2009-08-08 03:00:00',NULL),(3638,967,15,'VGA compatible controller','2009-08-08 03:00:00',NULL),(3639,967,13,'Radeon RV100 QY [Radeon 7000/VE]','2009-08-08 03:00:00',NULL),(3640,967,10,'0000:0b:0d.0','2009-08-08 03:00:00',NULL),(3641,967,16,'Dell','2009-08-08 03:00:00',NULL),(3642,967,17,'ATI Technologies Inc','2009-08-08 03:00:00',NULL),(3643,968,9,'E7525/E7520/E7320 PCI Express Port A','2009-08-08 03:00:00',NULL),(3644,968,14,'09','2009-08-08 03:00:00',NULL),(3645,968,15,'PCI bridge','2009-08-08 03:00:00',"#A020F0">NULL),(3646,968,13,'E7525/E7520/E7320 PCI Express Port A','2009-08-08 03:00:00',NULL),(3647,968,10,'0000:00:02.0','2009-08-08 03:00:00',NULL),(3648,968,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3649,969,12,'PowerEdge 2850 onboard UHCI','2009-08-08 03:00:00',NULL),(3650,969,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1','2009-08-08 03:00:00',NULL),(3651,969,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1',<B>'2009-08-08 03:00:00',NULL),(3652,969,14,'02','2009-08-08 03:00:00',NULL),(3653,969,15,'USB Controller','2009-08-08 03:00:00',NULL),(3654,969,10,'0000:00:1d.0','2009-08-08 03:00:00',NULL),(3655,969,16,'Dell','2009-08-08 03:00:00',NULL),(3656,969,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3657,970,9,'80332 [Dobson] I/O processor (B-Segment Bridge)','2009-08-08 03:00:00',NULL),(3658,970,14,'06','2009-08-08 03:00:00',NULL),(3659,970,15,'PCI bridge','2009-08-08 03:00:00',NULL),(3660,970,13,'80332 [Dobson] I/O processor (B-Segment Bridge)','2009-08-08 03:00:00',NULL),(3661,970,10,'0000:01:00.2','2009-08-08 03:00:00',NULL),(3662,970,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3663,971,12,'PowerEdge 2850=20','2009-08-08 03:00:00','2012-03-26 03:00:00'),(3664,971,9,'E7520 Memory Controller Hub','2009-08-08 03:00:00',NULL),(3665,971,13,'E7520 Memory Controller Hub','2009-08-08 03:00:00',NULL),(3666,971,14,'09','2009-08-08 03:00:00',NULL),(3667,971,15,'Host bridge','2009-08-08 03:00:00',NULL),(3668,971,10,'0000:00:00.0','2009-08-08 03:00:00',NULL),(3669,971,16,'Dell','2009-08-08 03:00:00',NULL),(3670,971,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3671,972,11,'8a','2009-08-08 03:00:00',NULL),(3672,972,12,'PowerEdge 2850 onboard UHCI','2009-08-08 03:00:00','2012-03-26 03:00:00'),(3673,972,9,'82801EB/ER (ICH5/ICH5R) IDE Controller','2009-08-08 03:00:00',NULL),(3674,972,13,'82801EB/ER (ICH5/ICH5R) IDE Controller','2009-08-08 03:00:00',NULL),(3675,972,14,'02',NT COLOR="#BC8F8F">'2009-08-08 03:00:00',NULL),(3676,972,15,'IDE interface','2009-08-08 03:00:00',NULL),(3677,972,16,'Dell','2009-08-08 03:00:00',NULL),(3678,972,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3679,972,10,'0000:00:1f.1','2009-08-08 03:00:00',NULL),(3680,973,9,'80332 [Dobson] I/O processor (A-Segment Bridge)','2009-08-08 03:00:00',NULL),(3681,973,14,'06','2009-08-08 03:00:00',NULL),(3682,973,15,'PCI bridge','2009-08-08 03:00:00',NULL),(3683,973,13,'80332 [Dobson] I/O processor (A-Segment Bridge)','2009-08-08 03:00:00',NULL),(3684,973,10,'0000:01:00.0','2009-08-08 03:00:00',NULL),(3685,973,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3686,974,9,'6700PXH PCI Express-to-PCI Bridge B','2009-08-08 03:00:00',NULL),(3687,974,14,'09',OR="#BC8F8F">'2009-08-08 03:00:00',NULL),(3688,974,15,'PCI bridge','2009-08-08 03:00:00',NULL),(3689,974,13,'6700PXH PCI Express-to-PCI Bridge B','2009-08-08 03:00:00',NULL),(3690,974,10,'0000:05:00.2','2009-08-08 03:00:00',NULL),(3691,974,17,'Intel Corporation','2009-08-08 03:00:00',NULL),(3692,896,4,'477184','2009-08-08 03:00:00','2009-08-10 03:00:00'),(3693,975,4,'524504','2009-08-07 03:00:00','2009-12-21 03:00:00'),(3694,975,5,'1','2009-08-07 03:00:00',NULL),(3695,975,6,'AuthenticAMD','2009-08-07 03:00:00',NULL),(3696,975,7,'x86_64','2009-08-07 03:00:00',NULL),(3697,975,8,'1593.109','2009-08-07 03:00:00','2009-08-08 03:00:00'),(3698,975,8,'1593.200','2009-08-08 03:00:00','2009-08-10 03:00:00'),(3699,975,8,'1593.137','2009-08-10 03:00:00','2009-08-12 03:00:00'),(3700,896,4,'348160','2009-08-10 03:00:00','2009-12-19 03:00:00'),(3701,929,4,'2796544','2009-08-11 03:00:00','2009-08-17 03:00:00'),(3702,929,8,'2814.206','2009-08-11 03:00:00','2009-08-17 03:00:00'),(3703,975,8,'1593.277','2009-08-12 03:00:00','2009-11-04 03:00:00'),(3704,38,4,'514996','2009-08-12 03:00:00','2010-01-26 03:00:00'),(3705,38,8,'663.684','2009-08-12 03:00:00','2009-09-23 03:00:00'),(3706,26,4,'454656','2009-08-14 03:00:00','2009-10-24 03:00:00'),(3707,26,8,'2814.438','2009-08-14 03:00:00','2009-09-05 03:00:00'),(3708,34,4,'262340','2009-08-15 03:00:00',NULL),(3709,34,8,'3192.206','2009-08-15 03:00:00','2010-09-18 03:00:00'),(3710,929,4,'2798592','2009-08-17 03:00:00','2009-08-22 03:00:00'),(3711,929,8,'2814.158',R="#BC8F8F">'2009-08-17 03:00:00','2009-08-18 03:00:00'),(3712,952,8,'2814.266','2009-08-17 03:00:00','2009-08-22 03:00:00'),(3713,929,8,'2814.240','2009-08-18 03:00:00','2009-08-22 03:00:00'),(3714,1,8,'1608.236','2009-08-21 03:00:00','2009-10-10 03:00:00'),(3715,929,4,'2796544','2009-08-22 03:00:00','2009-09-01 03:00:00'),(3716,929,8,'2814.194','2009-08-22 03:00:00','2009-08-25 03:00:00'),(3717,952,8,'2814.268','2009-08-22 03:00:00','2009-08-27 03:00:00'),(3718,929,8,'2814.162','2009-08-25 03:00:00','2009-08-27 03:00:00'),(3719,952,8,'2814.266','2009-08-27 03:00:00','2009-08-28 03:00:00'),(3720,929,8,'2814.216','2009-08-27 03:00:00','2009-08-28 03:00:00'),(3721,929,8,'2814.194','2009-08-28 03:00:00','2009-09-01 03:00:00'),(3722,952,8,'2814.268','2009-08-28 03:00:00','2009-09-01 03:00:00'),(3723,929,4,'2798592','2009-09-01 03:00:00',NULL),(3724,929,8,'2814.204','2009-09-01 03:00:00',NULL),(3725,952,8,'2814.266','2009-09-01 03:00:00',NULL),(3726,26,8,'2814.440','2009-09-05 03:00:00',NULL),(3727,20,4,'524504','2009-09-06 03:00:00','2011-08-08 03:00:00'),(3728,11,4,'1048576','2009-09-07 03:00:00','2010-09-10 03:00:00'),(3729,14,4,'131288','2009-09-07 03:00:00','2009-10-14 03:00:00'),(3730,17,4,'3928064','2009-09-07 03:00:00','2009-09-12 03:00:00'),(3731,17,8,'2000.088','2009-09-07 03:00:00','2009-12-07 03:00:00'),(3732,976,9,'MCP55 PCI Express bridge','2009-09-07 03:00:00',NULL),(3733,976,14,'a3','2009-09-07 03:00:00',NULL),(3734,976,15,'PCI bridge','2009-09-07 03:00:00',NULL),(3735,976,13,'MCP55 PCI Express bridge','2009-09-07 03:00:00',NULL),(3736,976,10,'0000:00:0b.0','2009-09-07 03:00:00',NULL),(3737,976,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3738,977,12,'Device cb84','2009-09-07 03:00:00',NULL),(3739,977,9,'MCP55 Ethernet','2009-09-07 03:00:00',NULL),(3740,977,13,'MCP55 Ethernet','2009-09-07 03:00:00',NULL),(3741,977,14,'a3','2009-09-07 03:00:00',NULL),(3742,977,15,'Bridge','2009-09-07 03:00:00',NULL),(3743,977,10,'0000:00:08.0','2009-09-07 03:00:00',NULL),(3744,977,16,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3745,977,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3746,978,12,'7xxx/8xxx-series PATA/SATA-RAID','2009-09-07 03:00:00',NULL),(3747,978,9,'7xxx/8xxx-series PATA/SATA-RAID','2009-09-07 03:00:00',NULL),(3748,978,13,'7xxx/8xxx-series PATA/SATA-RAID','2009-09-07 03:00:00',NULL),(3749,978,14,'01','2009-09-07 03:00:00',NULL),(3750,978,15,'RAID bus controller','2009-09-07 03:00:00',NULL),(3751,978,10,'0000:01:08.0','2009-09-07 03:00:00',NULL),(3752,978,16,'3ware Inc','2009-09-07 03:00:00',NULL),(3753,978,17,'3ware Inc','2009-09-07 03:00:00'T>,NULL),(3754,979,12,'Device cb84','2009-09-07 03:00:00',NULL),(3755,979,9,'MCP55 Ethernet','2009-09-07 03:00:00',NULL),(3756,979,13,'MCP55 Ethernet','2009-09-07 03:00:00',NULL),(3757,979,14,'a3','2009-09-07 03:00:00',NULL),(3758,979,15,'Bridge','2009-09-07 03:00:00',NULL),(3759,979,10,'0000:00:09.0','2009-09-07 03:00:00',NULL),(3760,979,16,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3761,979,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3762,980,9,'MCP55 PCI Express bridge','2009-09-07 03:00:00',NULL),(3763,980,14,'a3','2009-09-07 03:00:00',NULL),(3764,980,15,'PCI bridge','2009-09-07 03:00:00',NULL),(3765,980,13,'MCP55 PCI Express bridge','2009-09-07 03:00:00',NULL),(3766,980,10,T COLOR="#BC8F8F">'0000:00:0f.0','2009-09-07 03:00:00',NULL),(3767,980,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3768,981,11,'01','2009-09-07 03:00:00',NULL),(3769,981,9,'MCP55 PCI bridge','2009-09-07 03:00:00',NULL),(3770,981,14,'a2','2009-09-07 03:00:00',NULL),(3771,981,15,'PCI bridge','2009-09-07 03:00:00',NULL),(3772,981,13,'MCP55 PCI bridge',<FONT COLOR="#BC8F8F">'2009-09-07 03:00:00',NULL),(3773,981,10,'0000:00:06.0','2009-09-07 03:00:00',NULL),(3774,981,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3775,982,9,'K8 [Athlon64/Opteron] DRAM Controller','2009-09-07 03:00:00',NULL),(3776,982,15,'Host bridge','2009-09-07 03:00:00',NULL),(3777,982,13,'K8 [Athlon64/Opteron] DRAM Controller','2009-09-07 03:00:00',NULL),(3778,982,10,'0000:00:18.2'</FONT>,'2009-09-07 03:00:00',NULL),(3779,982,17,'Advanced Micro Devices [AMD]','2009-09-07 03:00:00',NULL),(3780,983,9,'MCP55 PCI Express bridge','2009-09-07 03:00:00',NULL),(3781,983,14,'a3','2009-09-07 03:00:00',NULL),(3782,983,15,'PCI bridge','2009-09-07 03:00:00',NULL),(3783,983,13,'MCP55 PCI Express bridge','2009-09-07 03:00:00',NULL),(3784,983,10,'0000:00:0c.0',<B>'2009-09-07 03:00:00',NULL),(3785,983,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3786,984,12,'Device cb84','2009-09-07 03:00:00',NULL),(3787,984,9,'MCP55 SMBus','2009-09-07 03:00:00',NULL),(3788,984,13,'MCP55 SMBus','2009-09-07 03:00:00',NULL),(3789,984,14,'a3','2009-09-07 03:00:00',NULL),(3790,984,15,'SMBus','2009-09-07 03:00:00'B>,NULL),(3791,984,10,'0000:00:01.1','2009-09-07 03:00:00',NULL),(3792,984,16,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3793,984,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3794,985,9,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2009-09-07 03:00:00',NULL),(3795,985,15,'Host bridge','2009-09-07 03:00:00',NULL),(3796,985,13,'K8 [Athlon64/Opteron] HyperTransport Technology Configuration','2009-09-07 03:00:00',NULL),(3797,985,10,'0000:00:18.0','2009-09-07 03:00:00',NULL),(3798,985,17,'Advanced Micro Devices [AMD]','2009-09-07 03:00:00',NULL),(3799,986,9,'K8 [Athlon64/Opteron] Address Map','2009-09-07 03:00:00',NULL),(3800,986,15,'Host bridge','2009-09-07 03:00:00',NULL),(3801,986,13,'K8 [Athlon64/Opteron] Address Map','2009-09-07 03:00:00',NULL),(3802,986,10,'0000:00:18.1','2009-09-07 03:00:00',NULL),(3803,986,17,'Advanced Micro Devices [AMD]','2009-09-07 03:00:00',NULL),(3804,987,11,'10','2009-09-07 03:00:00',NULL),(3805,987,12,'Device cb84','2009-09-07 03:00:00',NULL),(3806,987,9,'MCP55 USB Controller','2009-09-07 03:00:00',NULL),(3807,987,13,'MCP55 USB Controller','2009-09-07 03:00:00',NULL),(3808,987,14,'a1'>,'2009-09-07 03:00:00',NULL),(3809,987,15,'USB Controller','2009-09-07 03:00:00',NULL),(3810,987,16,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3811,987,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3812,987,10,'0000:00:02.0','2009-09-07 03:00:00',NULL),(3813,988,9,'MCP55 PCI Express bridge','2009-09-07 03:00:00',NULL),(3814,988,14,'a3','2009-09-07 03:00:00',NULL),(3815,988,15,'PCI bridge','2009-09-07 03:00:00',NULL),(3816,988,13,'MCP55 PCI Express bridge','2009-09-07 03:00:00',NULL),(3817,988,10,'0000:00:0d.0','2009-09-07 03:00:00',NULL),(3818,988,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3819,989,11,'20','2009-09-07 03:00:00',NULL),(3820,989,12,'Device cb84','2009-09-07 03:00:00'>,NULL),(3821,989,9,'MCP55 USB Controller','2009-09-07 03:00:00',NULL),(3822,989,13,'MCP55 USB Controller','2009-09-07 03:00:00',NULL),(3823,989,14,'a2','2009-09-07 03:00:00',NULL),(3824,989,15,'USB Controller','2009-09-07 03:00:00',NULL),(3825,989,16,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3826,989,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3827,989,10,'0000:00:02.1','2009-09-07 03:00:00',NULL),(3828,990,12,'Device cb84','2009-09-07 03:00:00',NULL),(3829,990,9,'MCP55 Memory Controller','2009-09-07 03:00:00',NULL),(3830,990,13,'MCP55 Memory Controller','2009-09-07 03:00:00',NULL),(3831,990,14,'a2','2009-09-07 03:00:00',NULL),(3832,990,15,'RAM memory','2009-09-07 03:00:00',NULL),(3833,990,10,'0000:00:00.0','2009-09-07 03:00:00',NULL),(3834,990,16,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3835,990,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3836,991,12,'7xxx/8xxx-series PATA/SATA-RAID','2009-09-07 03:00:00','2010-09-16 03:00:00'),(3837,991,9,'7xxx/8xxx-series PATA/SATA-RAID','2009-09-07 03:00:00','2010-09-16 03:00:00'),(3838,991,13,'7xxx/8xxx-series PATA/SATA-RAID','2009-09-07 03:00:00','2010-09-16 03:00:00'),(3839,991,14,'01','2009-09-07 03:00:00','2010-09-16 03:00:00'),(3840,991,15,'RAID bus controller','2009-09-07 03:00:00','2010-09-16 03:00:00'),(3841,991,10,'0000:01:07.0','2009-09-07 03:00:00','2010-09-16 03:00:00'),(3842,991,16,'3ware Inc','2009-09-07 03:00:00','2010-09-16 03:00:00'),(3843,991,17,'3ware Inc','2009-09-07 03:00:00','2010-09-16 03:00:00'),(3844,992,12,'Volari Z7'T>,'2009-09-07 03:00:00','2011-12-30 03:00:00'),(3845,992,9,'Volari Z7','2009-09-07 03:00:00','2011-12-30 03:00:00'),(3846,992,15,'VGA compatible controller','2009-09-07 03:00:00','2011-12-30 03:00:00'),(3847,992,13,'Volari Z7','2009-09-07 03:00:00','2011-12-30 03:00:00'),(3848,992,10,'0000:01:0a.0','2009-09-07 03:00:00','2011-12-30 03:00:00'),(3849,992,16,'XGI Technology Inc. (eXtreme Graphics Innovation)','2009-09-07 03:00:00',OLOR="#BC8F8F">'2011-12-30 03:00:00'),(3850,992,17,'XGI Technology Inc. (eXtreme Graphics Innovation)','2009-09-07 03:00:00','2011-12-30 03:00:00'),(3851,993,9,'K8 [Athlon64/Opteron] Miscellaneous Control','2009-09-07 03:00:00',NULL),(3852,993,15,'Host bridge','2009-09-07 03:00:00',NULL),(3853,993,13,'K8 [Athlon64/Opteron] Miscellaneous Control','2009-09-07 03:00:00',NULL),(3854,993,10,'0000:00:18.3','2009-09-07 03:00:00',NULL),(3855,993,17,'Advanced Micro Devices [AMD]','2009-09-07 03:00:00',NULL),(3856,994,9,'MCP55 PCI Express bridge','2009-09-07 03:00:00',NULL),(3857,994,14,'a3','2009-09-07 03:00:00',NULL),(3858,994,15,'PCI bridge','2009-09-07 03:00:00',NULL),(3859,994,13,'MCP55 PCI Express bridge','2009-09-07 03:00:00',NULL),(3860,994,10,'0000:00:0a.0','2009-09-07 03:00:00',NULL),(3861,994,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3862,995,12,'Device cb84','2009-09-07 03:00:00',NULL),(3863,995,9,'MCP55 LPC Bridge','2009-09-07 03:00:00',NULL),(3864,995,13,'MCP55 LPC Bridge','2009-09-07 03:00:00',NULL),(3865,995,14,'a3','2009-09-07 03:00:00',NULL),(3866,995,15,'ISA bridge','2009-09-07 03:00:00',NULL),(3867,995,10,'0000:00:01.0','2009-09-07 03:00:00',NULL),(3868,995,16,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3869,995,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3870,996,9,'MCP55 PCI Express bridge','2009-09-07 03:00:00',NULL),(3871,996,14,'a3','2009-09-07 03:00:00',NULL),(3872,996,15,'PCI bridge','2009-09-07 03:00:00',NULL),(3873,996,13,'MCP55 PCI Express bridge','2009-09-07 03:00:00',NULL),(3874,996,10,'0000:00:0e.0','2009-09-07 03:00:00',NULL),(3875,996,17,'nVidia Corporation','2009-09-07 03:00:00',NULL),(3876,17,4,'3399680','2009-09-12 03:00:00','2009-09-22 03:00:00'),(3877,17,4,'3141632','2009-09-22 03:00:00','2009-10-22 03:00:00'),(3878,38,8,'663.774','2009-09-23 03:00:00','2009-10-03 03:00:00'),(3879,22,4,'1048772','2009-09-27 04:47:00','2010-10-17 04:47:00'),(3880,24,4,'524484','2009-09-28 03:00:00','2010-10-18 03:00:00'),(3881,38,8,'663.775','2009-10-03 03:00:00','2009-12-07 03:00:00'),(3882,1,4,'1029280','2009-10-10 03:00:00',NULL),(3883,1,8,'1608.245','2009-10-10 03:00:00','2009-10-24 03:00:00'),(3884,27,8,'1999.870','2009-10-10 03:00:00','2009-10-24 03:00:00'),(3885,998,4,'786432','2009-10-11 14:20:00'NT>,'2009-12-12 03:20:00'),(3886,998,5,'1','2009-10-11 14:20:00',NULL),(3887,998,6,'AuthenticAMD','2009-10-11 14:20:00','2009-12-12 03:20:00'),(3888,998,7,'x86_64','2009-10-11 14:20:00','2009-12-12 03:20:00'),(3889,998,8,'2000.080','2009-10-11 14:20:00','2009-12-12 03:20:00'),(3890,847,4,'786432','2009-10-11 10:25:00','2009-12-29 03:25:00'),(3891,847,5,'1','2009-10-11 10:25:00'FONT>,NULL),(3892,847,6,'AuthenticAMD','2009-10-11 10:25:00',NULL),(3893,847,7,'x86_64','2009-10-11 10:25:00',NULL),(3894,847,8,'2000.080','2009-10-11 10:25:00',NULL),(3895,14,4,'65752','2009-10-14 03:00:00',NULL),(3896,999,4,'262360','2009-10-14 03:00:00','2010-09-13 03:00:00'),(3897,999,5,'1','2009-10-14 03:00:00',NULL),(3898,999,6,'AuthenticAMD','2009-10-14 03:00:00',NULL),(3899,999,7,'x86_64','2009-10-14 03:00:00','2010-09-13 03:00:00'),(3900,999,8,'2000.080','2009-10-14 03:00:00','2010-09-13 03:00:00'),(3901,32,4,'1573012','2008-05-15 03:00:00','2010-03-02 03:00:00'),(3902,32,5,'1','2008-05-15 03:00:00','2012-04-03 03:00:00'),(3903,32,8,'3391.720','2008-05-15 03:00:00','2008-12-02 03:00:00'),(3904,32,8,'3391.718','2008-12-02 03:00:00','2009-03-12 03:00:00'),(3905,32,8,'3391.720','2009-03-12 03:00:00','2009-06-20 03:00:00'),(3906,32,8,'3391.718','2009-06-20 03:00:00','2009-11-23 03:00:00'),(3907,7,4,'1048576','2009-10-22 03:00:00','2010-01-01 03:00:00'),(3908,17,4,'2682880','2009-10-22 03:00:00','2009-12-07 03:00:00'),(3909,1,8,'1608.238','2009-10-24 03:00:00','2009-10-30 03:00:00'),(3910,27,8,'1999.801','2009-10-24 03:00:00','2011-01-05 03:00:00'),(3911,26,4,'453632','2009-10-24 03:00:00',NULL),(3912,1,8,'1608.240','2009-10-30 03:00:00','2010-09-08 03:00:00'),(3913,4,8,'1593.179','2009-10-31 13:00:00','2009-11-17 13:00:00'),(3914,28,8,'2010.319','2009-11-02 03:00:00','2009-12-01 03:00:00'),(3915,975,8,'1593.367','2009-11-04 03:00:00','2009-11-18 03:00:00'),(3916,1000,4,'524504','2009-11-04 03:00:00','2009-12-21 03:00:00'),(3917,1000,5,'1','2009-11-04 03:00:00','2012-06-21 03:00:00'),(3918,1000,6,'AuthenticAMD','2009-11-04 03:00:00',NULL),(3919,1000,7,'x86_64','2009-11-04 03:00:00',NULL),(3920,1000,8,'1593.262','2009-11-04 03:00:00','2009-11-18 03:00:00'),(3921,1001,4,'255100','2009-11-06 03:00:00',NULL</B>),(3922,1001,5,'1','2009-11-06 03:00:00',NULL),(3923,1001,6,'GenuineIntel','2009-11-06 03:00:00',NULL),(3924,1001,7,'i686','2009-11-06 03:00:00',NULL),(3925,1001,8,'598.203','2009-11-06 03:00:00','2010-06-10 03:00:00'),(3926,1002,9,'82801AA ISA Bridge (LPC)','2009-11-06 03:00:00',NULL),(3927,1002,14,'02','2009-11-06 03:00:00',NULL),(3928,1002,15,>'ISA bridge','2009-11-06 03:00:00',NULL),(3929,1002,13,'82801AA ISA Bridge (LPC)','2009-11-06 03:00:00',NULL),(3930,1002,10,'0000:00:1f.0','2009-11-06 03:00:00',NULL),(3931,1002,17,'Intel Corporation','2009-11-06 03:00:00',NULL),(3932,1003,12,'Device 0094','2009-11-06 03:00:00',NULL),(3933,1003,9,'3c905C-TX/TX-M [Tornado]','2009-11-06 03:00:00',NULL),(3934,1003,13,'3c905C-TX/TX-M [Tornado]','2009-11-06 03:00:00',NULL),(3935,1003,14,'78','2009-11-06 03:00:00',NULL),(3936,1003,15,'Ethernet controller','2009-11-06 03:00:00',NULL),(3937,1003,10,'0000:01:0c.0','2009-11-06 03:00:00',NULL),(3938,1003,16,'Dell','2009-11-06 03:00:00',NULL),(3939,1003,17,'3Com Corporation','2009-11-06 03:00:00',NULL),(3940,1004,12,'82801AA SMBus Controller'B>,'2009-11-06 03:00:00',NULL),(3941,1004,9,'82801AA SMBus Controller','2009-11-06 03:00:00',NULL),(3942,1004,13,'82801AA SMBus Controller','2009-11-06 03:00:00',NULL),(3943,1004,14,'02','2009-11-06 03:00:00',NULL),(3944,1004,15,'SMBus','2009-11-06 03:00:00',NULL),(3945,1004,10,'0000:00:1f.3','2009-11-06 03:00:00',NULL),(3946,1004,16,'Intel Corporation','2009-11-06 03:00:00',NULL),(3947,1004,17,'Intel Corporation','2009-11-06 03:00:00',NULL),(3948,1005,9,'82801AA PCI Bridge','2009-11-06 03:00:00',NULL),(3949,1005,14,'02','2009-11-06 03:00:00',NULL),(3950,1005,15,'PCI bridge','2009-11-06 03:00:00',NULL),(3951,1005,13,'82801AA PCI Bridge','2009-11-06 03:00:00',NULL),(3952,1005,10,'0000:00:1e.0','2009-11-06 03:00:00'FONT>,NULL),(3953,1005,17,'Intel Corporation','2009-11-06 03:00:00',NULL),(3954,1006,12,'82801AA USB Controller','2009-11-06 03:00:00',NULL),(3955,1006,9,'82801AA USB Controller','2009-11-06 03:00:00',NULL),(3956,1006,13,'82801AA USB Controller','2009-11-06 03:00:00',NULL),(3957,1006,14,'02','2009-11-06 03:00:00',NULL),(3958,1006,15,'USB Controller','2009-11-06 03:00:00'B>,NULL),(3959,1006,10,'0000:00:1f.2','2009-11-06 03:00:00',NULL),(3960,1006,16,'Intel Corporation','2009-11-06 03:00:00',NULL),(3961,1006,17,'Intel Corporation','2009-11-06 03:00:00',NULL),(3962,1007,12,'Device 4094','2009-11-06 03:00:00',NULL),(3963,1007,9,'82810 DC-100 (GMCH) Graphics Memory Controller Hub','2009-11-06 03:00:00',NULL),(3964,1007,13,'82810 DC-100 (GMCH) Graphics Memory Controller Hub',<FONT COLOR="#BC8F8F">'2009-11-06 03:00:00',NULL),(3965,1007,14,'03','2009-11-06 03:00:00',NULL),(3966,1007,15,'Host bridge','2009-11-06 03:00:00',NULL),(3967,1007,10,'0000:00:00.0','2009-11-06 03:00:00',NULL),(3968,1007,16,'Dell','2009-11-06 03:00:00',NULL),(3969,1007,17,'Intel Corporation','2009-11-06 03:00:00',NULL),(3970,1008,11,'80','2009-11-06 03:00:00',NULL),(3971,1008,12,'82801AA IDE Controller','2009-11-06 03:00:00',NULL),(3972,1008,9,'82801AA IDE Controller','2009-11-06 03:00:00',NULL),(3973,1008,13,'82801AA IDE Controller','2009-11-06 03:00:00',NULL),(3974,1008,14,'02','2009-11-06 03:00:00',NULL),(3975,1008,15,'IDE interface','2009-11-06 03:00:00',NULL),(3976,1008,16,'Intel Corporation','2009-11-06 03:00:00',LOR="#A020F0">NULL),(3977,1008,17,'Intel Corporation','2009-11-06 03:00:00',NULL),(3978,1008,10,'0000:00:1f.1','2009-11-06 03:00:00',NULL),(3979,1009,12,'Device 4094','2009-11-06 03:00:00',NULL),(3980,1009,9,'82810 DC-100 (CGC) Chipset Graphics Controller','2009-11-06 03:00:00',NULL),(3981,1009,13,'82810 DC-100 (CGC) Chipset Graphics Controller','2009-11-06 03:00:00',NULL),(3982,1009,14,'03','2009-11-06 03:00:00',NULL),(3983,1009,15,'VGA compatible controller','2009-11-06 03:00:00',NULL),(3984,1009,10,'0000:00:01.0','2009-11-06 03:00:00',NULL),(3985,1009,16,'Dell','2009-11-06 03:00:00',NULL),(3986,1009,17,'Intel Corporation','2009-11-06 03:00:00',NULL),(3987,18,8,'1403.685','2009-11-16 03:00:00',NULL),(3988,4,8,'1593.392','2009-11-17 13:00:00','2009-12-19 13:00:00'),(3989,1000,8,'1593.324','2009-11-18 03:00:00','2009-12-19 03:00:00'),(3990,975,8,'1593.354','2009-11-18 03:00:00','2009-12-08 03:00:00'),(3991,1010,4,'1027696','2009-11-21 03:00:00',NULL),(3992,1010,5,'2','2009-11-21 03:00:00',NULL),(3993,1010,6,'GenuineIntel','2009-11-21 03:00:00',NULL),(3994,1010,7,'i686','2009-11-21 03:00:00',NULL),(3995,1010,8,'1596.023','2009-11-21 03:00:00','2010-01-26 03:00:00'),(3996,1011,12,'Device 0d4b','2009-11-21 03:00:00',NULL),(3997,1011,9,'82801G (ICH7 Family) High Definition Audio Controller','2009-11-21 03:00:00',NULL),(3998,1011,13,'82801G (ICH7 Family) High Definition Audio Controller','2009-11-21 03:00:00',NULL),(3999,1011,14,'01','2009-11-21 03:00:00',NULL),(4000,1011,15,'Audio device','2009-11-21 03:00:00'T>,NULL),(4001,1011,10,'0000:00:1b.0','2009-11-21 03:00:00',NULL),(4002,1011,16,'Foxconn International, Inc.','2009-11-21 03:00:00',NULL),(4003,1011,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4004,1012,12,'Device 0d4b','2009-11-21 03:00:00',NULL),(4005,1012,9,'82801GB/GR (ICH7 Family) LPC Interface Bridge','2009-11-21 03:00:00',NULL),(4006,1012,13,'82801GB/GR (ICH7 Family) LPC Interface Bridge','2009-11-21 03:00:00',NULL),(4007,1012,14,'01','2009-11-21 03:00:00',NULL),(4008,1012,15,'ISA bridge','2009-11-21 03:00:00',NULL),(4009,1012,10,'0000:00:1f.0','2009-11-21 03:00:00',NULL),(4010,1012,16,'Foxconn International, Inc.','2009-11-21 03:00:00',NULL),(4011,1012,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4012,1013,11,'20','2009-11-21 03:00:00',NULL),(4013,1013,12,'Device 0d4b','2009-11-21 03:00:00',NULL),(4014,1013,9,'82801G (ICH7 Family) USB2 EHCI Controller','2009-11-21 03:00:00',NULL),(4015,1013,13,'82801G (ICH7 Family) USB2 EHCI Controller','2009-11-21 03:00:00',NULL),(4016,1013,14,'01','2009-11-21 03:00:00',NULL),(4017,1013,15,'USB Controller','2009-11-21 03:00:00',NULL),(4018,1013,16,'Foxconn International, Inc.',ONT COLOR="#BC8F8F">'2009-11-21 03:00:00',NULL),(4019,1013,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4020,1013,10,'0000:00:1d.7','2009-11-21 03:00:00',NULL),(4021,1014,9,'82801G (ICH7 Family) PCI Express Port 2','2009-11-21 03:00:00',NULL),(4022,1014,14,'01','2009-11-21 03:00:00',NULL),(4023,1014,15,'PCI bridge','2009-11-21 03:00:00',NULL),(4024,1014,13,'82801G (ICH7 Family) PCI Express Port 2'NT>,'2009-11-21 03:00:00',NULL),(4025,1014,10,'0000:00:1c.1','2009-11-21 03:00:00',NULL),(4026,1014,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4027,1015,12,'Device 0d4b','2009-11-21 03:00:00',NULL),(4028,1015,9,'RTL8101E/RTL8102E PCI Express Fast Ethernet controller','2009-11-21 03:00:00',NULL),(4029,1015,13,'RTL8101E/RTL8102E PCI Express Fast Ethernet controller','2009-11-21 03:00:00',NULL),(4030,1015,14,'01','2009-11-21 03:00:00',NULL),(4031,1015,15,'Ethernet controller','2009-11-21 03:00:00',NULL),(4032,1015,10,'0000:02:00.0','2009-11-21 03:00:00',NULL),(4033,1015,16,'Foxconn International, Inc.','2009-11-21 03:00:00',NULL),(4034,1015,17,'Realtek Semiconductor Co., Ltd.','2009-11-21 03:00:00',NULL),(4035,1016,12,'Device 0d4b','2009-11-21 03:00:00',NULL),(4036,1016,9,'82945G/GZ Integrated Graphics Controller','2009-11-21 03:00:00',NULL),(4037,1016,13,'82945G/GZ Integrated Graphics Controller','2009-11-21 03:00:00',NULL),(4038,1016,14,'02','2009-11-21 03:00:00',NULL),(4039,1016,15,'VGA compatible controller','2009-11-21 03:00:00',NULL),(4040,1016,10,'0000:00:02.0','2009-11-21 03:00:00',NULL),(4041,1016,16,'Foxconn International, Inc.','2009-11-21 03:00:00', COLOR="#A020F0">NULL),(4042,1016,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4043,1017,12,'Device 0d4b','2009-11-21 03:00:00',NULL),(4044,1017,9,'82801G (ICH7 Family) SMBus Controller','2009-11-21 03:00:00',NULL),(4045,1017,13,'82801G (ICH7 Family) SMBus Controller','2009-11-21 03:00:00',NULL),(4046,1017,14,'01','2009-11-21 03:00:00',NULL),(4047,1017,15,'SMBus','2009-11-21 03:00:00',ONT COLOR="#A020F0">NULL),(4048,1017,10,'0000:00:1f.3','2009-11-21 03:00:00',NULL),(4049,1017,16,'Foxconn International, Inc.','2009-11-21 03:00:00',NULL),(4050,1017,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4051,1018,12,'Device 0d4b','2009-11-21 03:00:00',NULL),(4052,1018,9,'82801G (ICH7 Family) USB UHCI Controller #1','2009-11-21 03:00:00',NULL),(4053,1018,13,'82801G (ICH7 Family) USB UHCI Controller #1','2009-11-21 03:00:00',NULL),(4054,1018,14,'01','2009-11-21 03:00:00',NULL),(4055,1018,15,'USB Controller','2009-11-21 03:00:00',NULL),(4056,1018,10,'0000:00:1d.0','2009-11-21 03:00:00',NULL),(4057,1018,16,'Foxconn International, Inc.','2009-11-21 03:00:00',NULL),(4058,1018,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4059,1019,11,'01','2009-11-21 03:00:00'</FONT>,NULL),(4060,1019,9,'82801 PCI Bridge','2009-11-21 03:00:00',NULL),(4061,1019,14,'e1','2009-11-21 03:00:00',NULL),(4062,1019,15,'PCI bridge','2009-11-21 03:00:00',NULL),(4063,1019,13,'82801 PCI Bridge','2009-11-21 03:00:00',NULL),(4064,1019,10,'0000:00:1e.0','2009-11-21 03:00:00',NULL),(4065,1019,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4066,1020,11,'8f','2009-11-21 03:00:00',NULL),(4067,1020,12,'Device 0d4b','2009-11-21 03:00:00',NULL),(4068,1020,9,'82801GB/GR/GH (ICH7 Family) SATA IDE Controller','2009-11-21 03:00:00',NULL),(4069,1020,13,'82801GB/GR/GH (ICH7 Family) SATA IDE Controller','2009-11-21 03:00:00',NULL),(4070,1020,14,'01','2009-11-21 03:00:00',NULL),(4071,1020,15,'IDE interface','2009-11-21 03:00:00',NT COLOR="#A020F0">NULL),(4072,1020,16,'Foxconn International, Inc.','2009-11-21 03:00:00',NULL),(4073,1020,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4074,1020,10,'0000:00:1f.2','2009-11-21 03:00:00',NULL),(4075,1021,12,'Device 0d4b','2009-11-21 03:00:00',NULL),(4076,1021,9,'82945G/GZ/P/PL Memory Controller Hub','2009-11-21 03:00:00',NULL),(4077,1021,13,'82945G/GZ/P/PL Memory Controller Hub','2009-11-21 03:00:00',NULL),(4078,1021,14,'02','2009-11-21 03:00:00',NULL),(4079,1021,15,'Host bridge','2009-11-21 03:00:00',NULL),(4080,1021,10,'0000:00:00.0','2009-11-21 03:00:00',NULL),(4081,1021,16,'Foxconn International, Inc.','2009-11-21 03:00:00',NULL),(4082,1021,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4083,1022,12,'Device 0d4b','2009-11-21 03:00:00'>,NULL),(4084,1022,9,'82801G (ICH7 Family) USB UHCI Controller #4','2009-11-21 03:00:00',NULL),(4085,1022,13,'82801G (ICH7 Family) USB UHCI Controller #4','2009-11-21 03:00:00',NULL),(4086,1022,14,'01','2009-11-21 03:00:00',NULL),(4087,1022,15,'USB Controller','2009-11-21 03:00:00',NULL),(4088,1022,10,'0000:00:1d.3','2009-11-21 03:00:00',NULL),(4089,1022,16,'Foxconn International, Inc.','2009-11-21 03:00:00',NULL),(4090,1022,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4091,1023,9,'82801G (ICH7 Family) PCI Express Port 1','2009-11-21 03:00:00',NULL),(4092,1023,14,'01','2009-11-21 03:00:00',NULL),(4093,1023,15,'PCI bridge','2009-11-21 03:00:00',NULL),(4094,1023,13,'82801G (ICH7 Family) PCI Express Port 1','2009-11-21 03:00:00',NULL),(4095,1023,10,'0000:00:1c.0', COLOR="#BC8F8F">'2009-11-21 03:00:00',NULL),(4096,1023,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4097,1024,11,'8a','2009-11-21 03:00:00',NULL),(4098,1024,12,'Device 0d4b','2009-11-21 03:00:00',NULL),(4099,1024,9,'82801G (ICH7 Family) IDE Controller','2009-11-21 03:00:00',NULL),(4100,1024,13,'82801G (ICH7 Family) IDE Controller','2009-11-21 03:00:00',NULL),(4101,1024,14,'01',OR="#BC8F8F">'2009-11-21 03:00:00',NULL),(4102,1024,15,'IDE interface','2009-11-21 03:00:00',NULL),(4103,1024,16,'Foxconn International, Inc.','2009-11-21 03:00:00',NULL),(4104,1024,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4105,1024,10,'0000:00:1f.1','2009-11-21 03:00:00',NULL),(4106,1025,12,'Device 0d4b','2009-11-21 03:00:00',NULL),(4107,1025,9,'82801G (ICH7 Family) USB UHCI Controller #2','2009-11-21 03:00:00',NULL),(4108,1025,13,'82801G (ICH7 Family) USB UHCI Controller #2','2009-11-21 03:00:00',NULL),(4109,1025,14,'01','2009-11-21 03:00:00',NULL),(4110,1025,15,'USB Controller','2009-11-21 03:00:00',NULL),(4111,1025,10,'0000:00:1d.1','2009-11-21 03:00:00',NULL),(4112,1025,16,'Foxconn International, Inc.','2009-11-21 03:00:00',NULL),(4113,1025,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4114,1026,12,'Device 0d4b','2009-11-21 03:00:00',NULL),(4115,1026,9,'82801G (ICH7 Family) USB UHCI Controller #3','2009-11-21 03:00:00',NULL),(4116,1026,13,'82801G (ICH7 Family) USB UHCI Controller #3','2009-11-21 03:00:00',NULL),(4117,1026,14,'01','2009-11-21 03:00:00',NULL),(4118,1026,15,'USB Controller','2009-11-21 03:00:00',NULL),(4119,1026,10,'0000:00:1d.2','2009-11-21 03:00:00',NULL),(4120,1026,16,'Foxconn International, Inc.','2009-11-21 03:00:00',NULL),(4121,1026,17,'Intel Corporation','2009-11-21 03:00:00',NULL),(4122,33,8,'3391.882','2009-11-23 03:00:00','2010-04-03 03:00:00'),(4123,32,8,'3391.720','2009-11-23 03:00:00','2010-03-02 03:00:00'),(4124,28,8,'2010.321','2009-12-01 03:00:00','2010-09-02 03:00:00'),(4125,38,8,'663.683','2009-12-07 03:00:00','2009-12-29 03:00:00'),(4126,17,4,'2416640','2009-12-07 03:00:00','2009-12-11 03:00:00'),(4127,17,8,'2000.138','2009-12-07 03:00:00','2009-12-11 03:00:00'),(4128,975,8,'1593.301','2009-12-08 03:00:00','2009-12-19 03:00:00'),(4129,17,4,'2420736','2009-12-11 03:00:00','2010-02-16 03:00:00'),(4130,17,8,'2000.092','2009-12-11 03:00:00','2010-09-16 03:00:00'FONT>),(4131,998,4,'131268','2009-12-12 03:20:00','2009-12-13 03:20:00'),(4132,998,6,'GenuineIntel','2009-12-12 03:20:00','2009-12-13 03:20:00'),(4133,998,7,'i686','2009-12-12 03:20:00','2009-12-13 03:20:00'),(4134,998,8,'2793.006','2009-12-12 03:20:00','2009-12-13 03:20:00'),(4135,998,4,'786432','2009-12-13 03:20:00',NULL),(4136,998,6,'AuthenticAMD','2009-12-13 03:20:00',NULLONT>),(4137,998,7,'x86_64','2009-12-13 03:20:00',NULL),(4138,998,8,'2000.080','2009-12-13 03:20:00',NULL),(4139,35,4,'3356672','2009-12-15 03:00:00','2010-09-18 03:00:00'),(4140,1031,4,'1027696','2009-12-15 03:00:00',NULL),(4141,1031,5,'2','2009-12-15 03:00:00',NULL),(4142,1031,6,'GenuineIntel','2009-12-15 03:00:00',NULL),(4143,1031,7,'i686'ONT>,'2009-12-15 03:00:00',NULL),(4144,1031,8,'1596.064','2009-12-15 03:00:00','2009-12-19 03:00:00'),(4145,1032,12,'Device 0d4b','2009-12-15 03:00:00',NULL),(4146,1032,9,'82801G (ICH7 Family) High Definition Audio Controller','2009-12-15 03:00:00',NULL),(4147,1032,13,'82801G (ICH7 Family) High Definition Audio Controller','2009-12-15 03:00:00',NULL),(4148,1032,14,'01','2009-12-15 03:00:00',NULL),(4149,1032,15,'Audio device','2009-12-15 03:00:00',NULL),(4150,1032,10,'0000:00:1b.0','2009-12-15 03:00:00',NULL),(4151,1032,16,'Foxconn International, Inc.','2009-12-15 03:00:00',NULL),(4152,1032,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4153,1033,12,'Device 0d4b','2009-12-15 03:00:00',NULL),(4154,1033,9,'82801GB/GR (ICH7 Family) LPC Interface Bridge','2009-12-15 03:00:00',NULLFONT>),(4155,1033,13,'82801GB/GR (ICH7 Family) LPC Interface Bridge','2009-12-15 03:00:00',NULL),(4156,1033,14,'01','2009-12-15 03:00:00',NULL),(4157,1033,15,'ISA bridge','2009-12-15 03:00:00',NULL),(4158,1033,10,'0000:00:1f.0','2009-12-15 03:00:00',NULL),(4159,1033,16,'Foxconn International, Inc.','2009-12-15 03:00:00',NULL),(4160,1033,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4161,1034,11,'20','2009-12-15 03:00:00',NULL),(4162,1034,12,'Device 0d4b','2009-12-15 03:00:00',NULL),(4163,1034,9,'82801G (ICH7 Family) USB2 EHCI Controller','2009-12-15 03:00:00',NULL),(4164,1034,13,'82801G (ICH7 Family) USB2 EHCI Controller','2009-12-15 03:00:00',NULL),(4165,1034,14,'01','2009-12-15 03:00:00',NULL),(4166,1034,15,'USB Controller','2009-12-15 03:00:00',NULL),(4167,1034,16,'Foxconn International, Inc.','2009-12-15 03:00:00',NULL),(4168,1034,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4169,1034,10,'0000:00:1d.7','2009-12-15 03:00:00',NULL),(4170,1035,9,'82801G (ICH7 Family) PCI Express Port 2','2009-12-15 03:00:00',NULL),(4171,1035,14,'01','2009-12-15 03:00:00',NULL),(4172,1035,15,'PCI bridge','2009-12-15 03:00:00',NULL),(4173,1035,13,'82801G (ICH7 Family) PCI Express Port 2','2009-12-15 03:00:00',NULL),(4174,1035,10,'0000:00:1c.1','2009-12-15 03:00:00',NULL),(4175,1035,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4176,1036,12,'Device 0d4b','2009-12-15 03:00:00',NULL),(4177,1036,9,'RTL8101E/RTL8102E PCI Express Fast Ethernet controller','2009-12-15 03:00:00',NULL),(4178,1036,13,'RTL8101E/RTL8102E PCI Express Fast Ethernet controller'>,'2009-12-15 03:00:00',NULL),(4179,1036,14,'01','2009-12-15 03:00:00',NULL),(4180,1036,15,'Ethernet controller','2009-12-15 03:00:00',NULL),(4181,1036,10,'0000:02:00.0','2009-12-15 03:00:00',NULL),(4182,1036,16,'Foxconn International, Inc.','2009-12-15 03:00:00',NULL),(4183,1036,17,'Realtek Semiconductor Co., Ltd.','2009-12-15 03:00:00',NULL),(4184,1037,12,'Device 0d4b'B>,'2009-12-15 03:00:00',NULL),(4185,1037,9,'82945G/GZ Integrated Graphics Controller','2009-12-15 03:00:00',NULL),(4186,1037,13,'82945G/GZ Integrated Graphics Controller','2009-12-15 03:00:00',NULL),(4187,1037,14,'02','2009-12-15 03:00:00',NULL),(4188,1037,15,'VGA compatible controller','2009-12-15 03:00:00',NULL),(4189,1037,10,'0000:00:02.0','2009-12-15 03:00:00',NULL),(4190,1037,16,'Foxconn International, Inc.','2009-12-15 03:00:00',NULL),(4191,1037,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4192,1038,12,'Device 0d4b','2009-12-15 03:00:00',NULL),(4193,1038,9,'82801G (ICH7 Family) SMBus Controller','2009-12-15 03:00:00',NULL),(4194,1038,13,'82801G (ICH7 Family) SMBus Controller','2009-12-15 03:00:00',NULL),(4195,1038,14,'01','2009-12-15 03:00:00',NULL),(4196,1038,15,'SMBus','2009-12-15 03:00:00',NULL),(4197,1038,10,'0000:00:1f.3','2009-12-15 03:00:00',NULL),(4198,1038,16,'Foxconn International, Inc.','2009-12-15 03:00:00',NULL),(4199,1038,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4200,1039,12,'Device 0d4b','2009-12-15 03:00:00',NULL),(4201,1039,9,'82801G (ICH7 Family) USB UHCI Controller #1','2009-12-15 03:00:00',NULL),(4202,1039,13,'82801G (ICH7 Family) USB UHCI Controller #1','2009-12-15 03:00:00',NULL),(4203,1039,14,'01','2009-12-15 03:00:00',NULL),(4204,1039,15,'USB Controller','2009-12-15 03:00:00',NULL),(4205,1039,10,'0000:00:1d.0','2009-12-15 03:00:00',NULL),(4206,1039,16,'Foxconn International, Inc.','2009-12-15 03:00:00',NULL),(4207,1039,17,'Intel Corporation','2009-12-15 03:00:00',NULL>),(4208,1040,11,'01','2009-12-15 03:00:00',NULL),(4209,1040,9,'82801 PCI Bridge','2009-12-15 03:00:00',NULL),(4210,1040,14,'e1','2009-12-15 03:00:00',NULL),(4211,1040,15,'PCI bridge','2009-12-15 03:00:00',NULL),(4212,1040,13,'82801 PCI Bridge','2009-12-15 03:00:00',NULL),(4213,1040,10,'0000:00:1e.0','2009-12-15 03:00:00',NULL),(4214,1040,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4215,1041,11,'8f','2009-12-15 03:00:00',NULL),(4216,1041,12,'Device 0d4b','2009-12-15 03:00:00',NULL),(4217,1041,9,'82801GB/GR/GH (ICH7 Family) SATA IDE Controller','2009-12-15 03:00:00',NULL),(4218,1041,13,'82801GB/GR/GH (ICH7 Family) SATA IDE Controller','2009-12-15 03:00:00',NULL),(4219,1041,14,'01','2009-12-15 03:00:00',NULL),(4220,1041,15,T COLOR="#BC8F8F">'IDE interface','2009-12-15 03:00:00',NULL),(4221,1041,16,'Foxconn International, Inc.','2009-12-15 03:00:00',NULL),(4222,1041,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4223,1041,10,'0000:00:1f.2','2009-12-15 03:00:00',NULL),(4224,1042,12,'Device 0d4b','2009-12-15 03:00:00',NULL),(4225,1042,9,'82945G/GZ/P/PL Memory Controller Hub','2009-12-15 03:00:00',NULL),(4226,1042,13,'82945G/GZ/P/PL Memory Controller Hub','2009-12-15 03:00:00',NULL),(4227,1042,14,'02','2009-12-15 03:00:00',NULL),(4228,1042,15,'Host bridge','2009-12-15 03:00:00',NULL),(4229,1042,10,'0000:00:00.0','2009-12-15 03:00:00',NULL),(4230,1042,16,'Foxconn International, Inc.','2009-12-15 03:00:00',NULL),(4231,1042,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4232,1043,12,'Device 0d4b','2009-12-15 03:00:00',NULL),(4233,1043,9,'82801G (ICH7 Family) USB UHCI Controller #4','2009-12-15 03:00:00',NULL),(4234,1043,13,'82801G (ICH7 Family) USB UHCI Controller #4','2009-12-15 03:00:00',NULL),(4235,1043,14,'01','2009-12-15 03:00:00',NULL),(4236,1043,15,'USB Controller','2009-12-15 03:00:00',NULL),(4237,1043,10,'0000:00:1d.3','2009-12-15 03:00:00',NULLT>),(4238,1043,16,'Foxconn International, Inc.','2009-12-15 03:00:00',NULL),(4239,1043,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4240,1044,9,'82801G (ICH7 Family) PCI Express Port 1','2009-12-15 03:00:00',NULL),(4241,1044,14,'01','2009-12-15 03:00:00',NULL),(4242,1044,15,'PCI bridge','2009-12-15 03:00:00',NULL),(4243,1044,13,'82801G (ICH7 Family) PCI Express Port 1','2009-12-15 03:00:00',NT COLOR="#A020F0">NULL),(4244,1044,10,'0000:00:1c.0','2009-12-15 03:00:00',NULL),(4245,1044,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4246,1045,11,'8a','2009-12-15 03:00:00',NULL),(4247,1045,12,'Device 0d4b','2009-12-15 03:00:00',NULL),(4248,1045,9,'82801G (ICH7 Family) IDE Controller','2009-12-15 03:00:00',NULL),(4249,1045,13,'82801G (ICH7 Family) IDE Controller','2009-12-15 03:00:00',NULL),(4250,1045,14,'01','2009-12-15 03:00:00',NULL),(4251,1045,15,'IDE interface','2009-12-15 03:00:00',NULL),(4252,1045,16,'Foxconn International, Inc.','2009-12-15 03:00:00',NULL),(4253,1045,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4254,1045,10,'0000:00:1f.1','2009-12-15 03:00:00',NULL),(4255,1046,12,'Device 0d4b','2009-12-15 03:00:00',NULL),(4256,1046,9,'82801G (ICH7 Family) USB UHCI Controller #2','2009-12-15 03:00:00',NULL),(4257,1046,13,'82801G (ICH7 Family) USB UHCI Controller #2','2009-12-15 03:00:00',NULL),(4258,1046,14,'01','2009-12-15 03:00:00',NULL),(4259,1046,15,'USB Controller','2009-12-15 03:00:00',NULL),(4260,1046,10,'0000:00:1d.1','2009-12-15 03:00:00',NULL),(4261,1046,16,'Foxconn International, Inc.','2009-12-15 03:00:00',NULL),(4262,1046,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4263,1047,12,'Device 0d4b','2009-12-15 03:00:00',NULL),(4264,1047,9,'82801G (ICH7 Family) USB UHCI Controller #3','2009-12-15 03:00:00',NULL),(4265,1047,13,'82801G (ICH7 Family) USB UHCI Controller #3','2009-12-15 03:00:00',NULL),(4266,1047,14,'01','2009-12-15 03:00:00',NULL),(4267,1047,15,'USB Controller','2009-12-15 03:00:00',NULL),(4268,1047,10,'0000:00:1d.2','2009-12-15 03:00:00',NULL),(4269,1047,16,'Foxconn International, Inc.','2009-12-15 03:00:00',NULL),(4270,1047,17,'Intel Corporation','2009-12-15 03:00:00',NULL),(4271,1000,8,'2999.888','2009-12-19 03:00:00','2009-12-28 03:00:00'),(4272,975,8,'2999.890','2009-12-19 03:00:00','2009-12-21 03:00:00'),(4273,896,4,'524288','2009-12-19 03:00:00','2009-12-28 03:00:00'),(4274,896,5,'2','2009-12-19 03:00:00',NULL),(4275,896,8,'2999.962','2009-12-19 03:00:00','2009-12-28 03:00:00'),(4276,1048,12,'Device 81ef','2009-12-19 03:00:00',NULL),(4277,1048,9,'SB600 PCI to LPC Bridge','2009-12-19 03:00:00',NULL),(4278,1048,15,'ISA bridge','2009-12-19 03:00:00',NULL),(4279,1048,13,'SB600 PCI to LPC Bridge','2009-12-19 03:00:00',NULL),(4280,1048,10,'0000:00:14.3','2009-12-19 03:00:00',NULL),(4281,1048,16,'ASUSTeK Computer Inc.','2009-12-19 03:00:00',NULL),(4282,1048,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL),(4283,1049,11,'20','2009-12-19 03:00:00',NULL),(4284,1049,12,'Device 81ef','2009-12-19 03:00:00',NULL),(4285,1049,9,'SB600 USB Controller (EHCI)','2009-12-19 03:00:00',NULL),(4286,1049,13,'SB600 USB Controller (EHCI)','2009-12-19 03:00:00',NULL),(4287,1049,15,'USB Controller','2009-12-19 03:00:00',NULL),(4288,1049,10,'0000:00:13.5','2009-12-19 03:00:00',NULL),(4289,1049,16,'ASUSTeK Computer Inc.','2009-12-19 03:00:00',NULL),(4290,1049,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL),(4291,1050,9,'RS690 PCI to PCI Bridge (PCI Express Port 3)',<B>'2009-12-19 03:00:00','2011-02-03 03:00:00'),(4292,1050,15,'PCI bridge','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4293,1050,13,'RS690 PCI to PCI Bridge (PCI Express Port 3)','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4294,1050,10,'0000:00:07.0','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4295,1050,17,'ATI Technologies Inc','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4296,1051,11,'10','2009-12-19 03:00:00',NULL),(4297,1051,12,'Device 81ef','2009-12-19 03:00:00',NULL),(4298,1051,9,'SB600 USB (OHCI0)','2009-12-19 03:00:00',NULL),(4299,1051,13,'SB600 USB (OHCI0)','2009-12-19 03:00:00',NULL),(4300,1051,15,'USB Controller','2009-12-19 03:00:00',NULL),(4301,1051,10,'0000:00:13.0','2009-12-19 03:00:00',NULL),(4302,1051,16,'ASUSTeK Computer Inc.','2009-12-19 03:00:00',NULL),(4303,1051,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL),(4304,1052,11,'10','2009-12-19 03:00:00',NULL),(4305,1052,12,'Device 81ef','2009-12-19 03:00:00',NULL),(4306,1052,9,'SB600 USB (OHCI3)','2009-12-19 03:00:00',NULL),(4307,1052,13,'SB600 USB (OHCI3)','2009-12-19 03:00:00',NULL),(4308,1052,15,'USB Controller','2009-12-19 03:00:00',NULL),(4309,1052,10,LOR="#BC8F8F">'0000:00:13.3','2009-12-19 03:00:00',NULL),(4310,1052,16,'ASUSTeK Computer Inc.','2009-12-19 03:00:00',NULL),(4311,1052,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL),(4312,1053,12,'Device 81aa','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4313,1053,9,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4314,1053,13,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4315,1053,14,'01','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4316,1053,15,'Ethernet controller','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4317,1053,10,'0000:02:00.0','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4318,1053,16,'ASUSTeK Computer Inc.','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4319,1053,17,'Realtek Semiconductor Co., Ltd.','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4320,1054,12,'Device 826d','2009-12-19 03:00:00',NULL),(4321,1054,9,'RS690 [Radeon X1200 Series]','2009-12-19 03:00:00',NULL),(4322,1054,15,'VGA compatible controller','2009-12-19 03:00:00',NULL),(4323,1054,13,'RS690 [Radeon X1200 Series]','2009-12-19 03:00:00',NULL),(4324,1054,10,'0000:01:05.0','2009-12-19 03:00:00',NULL),(4325,1054,16,'ASUSTeK Computer Inc.','2009-12-19 03:00:00',NULL),(4326,1054,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL),(4327,1055,11,'01','2009-12-19 03:00:00',NULL),(4328,1055,9,'SBx00 PCI to PCI Bridge','2009-12-19 03:00:00',NULL),(4329,1055,15,'PCI bridge','2009-12-19 03:00:00',NULL),(4330,1055,13,'SBx00 PCI to PCI Bridge','2009-12-19 03:00:00',NULL),(4331,1055,10,'0000:00:14.4','2009-12-19 03:00:00',NULL>),(4332,1055,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL),(4333,1056,12,'Device 81ef','2009-12-19 03:00:00',NULL),(4334,1056,9,'SBx00 SMBus Controller','2009-12-19 03:00:00',NULL),(4335,1056,13,'SBx00 SMBus Controller','2009-12-19 03:00:00',NULL),(4336,1056,14,'14','2009-12-19 03:00:00',NULL),(4337,1056,15,'SMBus','2009-12-19 03:00:00',NULL),(4338,1056,10,T COLOR="#BC8F8F">'0000:00:14.0','2009-12-19 03:00:00',NULL),(4339,1056,16,'ASUSTeK Computer Inc.','2009-12-19 03:00:00',NULL),(4340,1056,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL),(4341,1057,11,'10','2009-12-19 03:00:00',NULL),(4342,1057,12,'Device 81ef','2009-12-19 03:00:00',NULL),(4343,1057,9,'SB600 USB (OHCI2)','2009-12-19 03:00:00',NULL),(4344,1057,13,'SB600 USB (OHCI2)','2009-12-19 03:00:00',NULL),(4345,1057,15,'USB Controller','2009-12-19 03:00:00',NULL),(4346,1057,10,'0000:00:13.2','2009-12-19 03:00:00',NULL),(4347,1057,16,'ASUSTeK Computer Inc.','2009-12-19 03:00:00',NULL),(4348,1057,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL),(4349,1058,11,'01','2009-12-19 03:00:00',NULL),(4350,1058,12,'Device 81ef','2009-12-19 03:00:00',NULL),(4351,1058,9,'SB600 Non-Raid-5 SATA','2009-12-19 03:00:00',NULL),(4352,1058,13,'SB600 Non-Raid-5 SATA','2009-12-19 03:00:00',NULL),(4353,1058,15,'SATA controller','2009-12-19 03:00:00',NULL),(4354,1058,10,'0000:00:12.0','2009-12-19 03:00:00',NULL),(4355,1058,16,'ASUSTeK Computer Inc.','2009-12-19 03:00:00',NULL),(4356,1058,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL),(4357,1059,11,'10','2009-12-19 03:00:00',NULL),(4358,1059,12,'Device 81ef','2009-12-19 03:00:00',NULL),(4359,1059,9,'SB600 USB (OHCI4)','2009-12-19 03:00:00',NULL),(4360,1059,13,'SB600 USB (OHCI4)','2009-12-19 03:00:00',NULL),(4361,1059,15,'USB Controller','2009-12-19 03:00:00',NULL),(4362,1059,10,'0000:00:13.4','2009-12-19 03:00:00',NULL),(4363,1059,16,'ASUSTeK Computer Inc.','2009-12-19 03:00:00',NULL),(4364,1059,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL),(4365,1060,11,'8a','2009-12-19 03:00:00',NULL),(4366,1060,12,'Device 81ef','2009-12-19 03:00:00',NULL),(4367,1060,9,'SB600 IDE','2009-12-19 03:00:00',NULL),(4368,1060,13,'SB600 IDE','2009-12-19 03:00:00',<FONT COLOR="#A020F0">NULL),(4369,1060,15,'IDE interface','2009-12-19 03:00:00',NULL),(4370,1060,10,'0000:00:14.1','2009-12-19 03:00:00',NULL),(4371,1060,16,'ASUSTeK Computer Inc.','2009-12-19 03:00:00',NULL),(4372,1060,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL),(4373,1061,11,'10','2009-12-19 03:00:00',NULL),(4374,1061,12,'Device 81ef','2009-12-19 03:00:00',NULL</FONT>),(4375,1061,9,'SB600 USB (OHCI1)','2009-12-19 03:00:00',NULL),(4376,1061,13,'SB600 USB (OHCI1)','2009-12-19 03:00:00',NULL),(4377,1061,15,'USB Controller','2009-12-19 03:00:00',NULL),(4378,1061,10,'0000:00:13.1','2009-12-19 03:00:00',NULL),(4379,1061,16,'ASUSTeK Computer Inc.','2009-12-19 03:00:00',NULL),(4380,1061,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL>),(4381,1062,12,'Device 826d','2009-12-19 03:00:00',NULL),(4382,1062,9,'RS690 Host Bridge','2009-12-19 03:00:00',NULL),(4383,1062,15,'Host bridge','2009-12-19 03:00:00',NULL),(4384,1062,13,'RS690 Host Bridge','2009-12-19 03:00:00',NULL),(4385,1062,10,'0000:00:00.0','2009-12-19 03:00:00',NULL),(4386,1062,16,'ASUSTeK Computer Inc.','2009-12-19 03:00:00',NULL),(4387,1062,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL),(4388,1063,12,'9xxx-series SATA-RAID','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4389,1063,9,'9xxx-series SATA-RAID','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4390,1063,15,'RAID bus controller','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4391,1063,13,'9xxx-series SATA-RAID','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4392,1063,10,'0000:03:05.0','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4393,1063,16,'3ware Inc','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4394,1063,17,'3ware Inc','2009-12-19 03:00:00','2011-02-03 03:00:00'),(4395,1064,9,'RS690 PCI to PCI Bridge (Internal gfx)','2009-12-19 03:00:00',NULL),(4396,1064,15,'PCI bridge','2009-12-19 03:00:00',NULL),(4397,1064,13,'RS690 PCI to PCI Bridge (Internal gfx)','2009-12-19 03:00:00',NULL),(4398,1064,10,>'0000:00:01.0','2009-12-19 03:00:00',NULL),(4399,1064,17,'ATI Technologies Inc','2009-12-19 03:00:00',NULL),(4400,1031,8,'1596.038','2009-12-19 03:00:00','2009-12-23 03:00:00'),(4401,4,8,'2999.892','2009-12-19 13:00:00','2009-12-22 13:00:00'),(4402,1000,4,'1048792','2009-12-21 03:00:00','2010-01-18 03:00:00'),(4403,975,4,'1048792','2009-12-21 03:00:00','2009-12-31 03:00:00'),(4404,975,8,COLOR="#BC8F8F">'2999.888','2009-12-21 03:00:00','2009-12-24 03:00:00'),(4405,4,8,'2999.888','2009-12-22 13:00:00','2009-12-28 13:00:00'),(4406,1031,8,'1595.991','2009-12-23 03:00:00','2010-01-30 03:00:00'),(4407,975,8,'2999.890','2009-12-24 03:00:00','2009-12-30 03:00:00'),(4408,1000,8,'2999.890','2009-12-28 03:00:00','2009-12-29 03:00:00'),(4409,896,4,'1224704','2009-12-28 03:00:00','2009-12-31 03:00:00'FONT>),(4410,896,8,'2999.996','2009-12-28 03:00:00','2010-07-05 03:00:00'),(4411,4,8,'2999.890','2009-12-28 13:00:00','2009-12-31 13:00:00'),(4412,1000,8,'2999.888','2009-12-29 03:00:00','2010-01-23 03:00:00'),(4413,38,8,'663.776','2009-12-29 03:00:00','2010-01-30 03:00:00'),(4414,975,8,'2999.888','2009-12-30 03:00:00','2010-10-13 03:00:00'),(4415,23,4,'2574336','2009-12-30 03:00:00','2010-01-18 03:00:00'),(4416,23,8,'2327.564','2009-12-30 03:00:00','2010-07-19 03:00:00'),(4417,1065,9,'5000 Series Chipset PCI Express x4 Port 3','2009-12-30 03:00:00',NULL),(4418,1065,14,'12','2009-12-30 03:00:00',NULL),(4419,1065,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4420,1065,13,'5000 Series Chipset PCI Express x4 Port 3','2009-12-30 03:00:00',NULL),(4421,1065,10,'0000:00:03.0','2009-12-30 03:00:00',NULL),(4422,1065,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4423,1066,11,'01','2009-12-30 03:00:00',NULL),(4424,1066,9,'82801 PCI Bridge','2009-12-30 03:00:00',NULL),(4425,1066,14,'d9','2009-12-30 03:00:00',NULL),(4426,1066,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4427,1066,13,'82801 PCI Bridge','2009-12-30 03:00:00',>NULL),(4428,1066,10,'0000:00:1e.0','2009-12-30 03:00:00',NULL),(4429,1066,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4430,1067,12,'Device 01b3','2009-12-30 03:00:00',NULL),(4431,1067,9,'ES1000','2009-12-30 03:00:00',NULL),(4432,1067,13,'ES1000','2009-12-30 03:00:00',NULL),(4433,1067,14,'02','2009-12-30 03:00:00',NULL),(4434,1067,15,'VGA compatible controller','2009-12-30 03:00:00',NULL),(4435,1067,10,'0000:12:0d.0','2009-12-30 03:00:00',NULL),(4436,1067,16,'Dell','2009-12-30 03:00:00',NULL),(4437,1067,17,'ATI Technologies Inc','2009-12-30 03:00:00',NULL),(4438,1068,12,'Device 01b3','2009-12-30 03:00:00',NULL),(4439,1068,9,'5000 Series Chipset FSB Registers','2009-12-30 03:00:00',NULL),(4440,1068,13,'5000 Series Chipset FSB Registers','2009-12-30 03:00:00',NULL),(4441,1068,14,'12','2009-12-30 03:00:00',NULL),(4442,1068,15,'Host bridge','2009-12-30 03:00:00',NULL),(4443,1068,10,'0000:00:10.0','2009-12-30 03:00:00',NULL),(4444,1068,16,'Dell','2009-12-30 03:00:00',NULL),(4445,1068,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4446,1069,9,'5000 Series Chipset PCI Express x8 Port 6-7','2009-12-30 03:00:00',NULL),(4447,1069,14,'12','2009-12-30 03:00:00',NULL),(4448,1069,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4449,1069,13,'5000 Series Chipset PCI Express x8 Port 6-7','2009-12-30 03:00:00',NULL),(4450,1069,10,'0000:00:06.0','2009-12-30 03:00:00',NULL),(4451,1069,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4452,1070,12,'Device 01b3','2009-12-30 03:00:00',NULL),(4453,1070,9,'631xESB/632xESB/3100 Chipset UHCI USB Controller #3','2009-12-30 03:00:00',NULL),(4454,1070,13,'631xESB/632xESB/3100 Chipset UHCI USB Controller #3','2009-12-30 03:00:00',NULL),(4455,1070,14,'09','2009-12-30 03:00:00',NULL),(4456,1070,15,'USB Controller','2009-12-30 03:00:00',NULL),(4457,1070,10,'0000:00:1d.2','2009-12-30 03:00:00',NULL),(4458,1070,16,'Dell','2009-12-30 03:00:00',NULL),(4459,1070,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4460,1071,9,'631xESB/632xESB/3100 Chipset LPC Interface Controller','2009-12-30 03:00:00',NULL),(4461,1071,14,'09','2009-12-30 03:00:00',NULL),(4462,1071,15,'ISA bridge','2009-12-30 03:00:00',NULL),(4463,1071,13,'631xESB/632xESB/3100 Chipset LPC Interface Controller','2009-12-30 03:00:00',="#A020F0">NULL),(4464,1071,10,'0000:00:1f.0','2009-12-30 03:00:00',NULL),(4465,1071,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4466,1072,11,'20','2009-12-30 03:00:00',NULL),(4467,1072,12,'Device 01b3','2009-12-30 03:00:00',NULL),(4468,1072,9,'631xESB/632xESB/3100 Chipset EHCI USB2 Controller','2009-12-30 03:00:00',NULL),(4469,1072,13,'631xESB/632xESB/3100 Chipset EHCI USB2 Controller','2009-12-30 03:00:00',NULL),(4470,1072,14,'09','2009-12-30 03:00:00',NULL),(4471,1072,15,'USB Controller','2009-12-30 03:00:00',NULL),(4472,1072,16,'Dell','2009-12-30 03:00:00',NULL),(4473,1072,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4474,1072,10,'0000:00:1d.7','2009-12-30 03:00:00',NULL),(4475,1073,9,'5000 Series Chipset PCI Express x4 Port 5','2009-12-30 03:00:00'</B>,NULL),(4476,1073,14,'12','2009-12-30 03:00:00',NULL),(4477,1073,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4478,1073,13,'5000 Series Chipset PCI Express x4 Port 5','2009-12-30 03:00:00',NULL),(4479,1073,10,'0000:00:05.0','2009-12-30 03:00:00',NULL),(4480,1073,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4481,1074,12,'PowerEdge RAID Controller PERC4e/DC','2009-12-30 03:00:00',NULL),(4482,1074,9,'MegaRAID','2009-12-30 03:00:00',NULL),(4483,1074,13,'MegaRAID','2009-12-30 03:00:00',NULL),(4484,1074,14,'07','2009-12-30 03:00:00',NULL),(4485,1074,15,'RAID bus controller','2009-12-30 03:00:00',NULL),(4486,1074,10,'0000:0d:0e.0','2009-12-30 03:00:00',NULL),(4487,1074,16,'Dell','2009-12-30 03:00:00',NULL</B>),(4488,1074,17,'LSI Logic / Symbios Logic','2009-12-30 03:00:00',NULL),(4489,1075,9,'6311ESB/6321ESB PCI Express Downstream Port E1','2009-12-30 03:00:00',NULL),(4490,1075,14,'01','2009-12-30 03:00:00',NULL),(4491,1075,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4492,1075,13,'6311ESB/6321ESB PCI Express Downstream Port E1','2009-12-30 03:00:00',NULL),(4493,1075,10,'0000:07:00.0','2009-12-30 03:00:00',>NULL),(4494,1075,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4495,1076,12,'Device 01b3','2009-12-30 03:00:00',NULL),(4496,1076,9,'631xESB/632xESB/3100 Chipset UHCI USB Controller #1','2009-12-30 03:00:00',NULL),(4497,1076,13,'631xESB/632xESB/3100 Chipset UHCI USB Controller #1','2009-12-30 03:00:00',NULL),(4498,1076,14,'09','2009-12-30 03:00:00',NULL),(4499,1076,15,'USB Controller','2009-12-30 03:00:00',NULL),(4500,1076,10,'0000:00:1d.0','2009-12-30 03:00:00',NULL),(4501,1076,16,'Dell','2009-12-30 03:00:00',NULL),(4502,1076,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4503,1077,12,'Device 8086','2009-12-30 03:00:00',NULL),(4504,1077,9,'5000X Chipset Memory Controller Hub','2009-12-30 03:00:00',NULL),(4505,1077,13,'5000X Chipset Memory Controller Hub',OR="#BC8F8F">'2009-12-30 03:00:00',NULL),(4506,1077,14,'12','2009-12-30 03:00:00',NULL),(4507,1077,15,'Host bridge','2009-12-30 03:00:00',NULL),(4508,1077,10,'0000:00:00.0','2009-12-30 03:00:00',NULL),(4509,1077,16,'Intel Corporation','2009-12-30 03:00:00',NULL),(4510,1077,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4511,1078,11,'8a','2009-12-30 03:00:00'>,NULL),(4512,1078,12,'Device 01b3','2009-12-30 03:00:00',NULL),(4513,1078,9,'631xESB/632xESB IDE Controller','2009-12-30 03:00:00',NULL),(4514,1078,13,'631xESB/632xESB IDE Controller','2009-12-30 03:00:00',NULL),(4515,1078,14,'09','2009-12-30 03:00:00',NULL),(4516,1078,15,'IDE interface','2009-12-30 03:00:00',NULL),(4517,1078,16,'Dell','2009-12-30 03:00:00',="#A020F0">NULL),(4518,1078,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4519,1078,10,'0000:00:1f.1','2009-12-30 03:00:00',NULL),(4520,1079,12,'Device 01b3','2009-12-30 03:00:00',NULL),(4521,1079,9,'5000 Series Chipset FSB Registers','2009-12-30 03:00:00',NULL),(4522,1079,13,'5000 Series Chipset FSB Registers','2009-12-30 03:00:00',NULL),(4523,1079,14,'12','2009-12-30 03:00:00',OR="#A020F0">NULL),(4524,1079,15,'Host bridge','2009-12-30 03:00:00',NULL),(4525,1079,10,'0000:00:10.1','2009-12-30 03:00:00',NULL),(4526,1079,16,'Dell','2009-12-30 03:00:00',NULL),(4527,1079,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4528,1080,9,'80333 Segment-A PCI Express-to-PCI Express Bridge','2009-12-30 03:00:00',NULL),(4529,1080,15,'PCI bridge','2009-12-30 03:00:00',"#A020F0">NULL),(4530,1080,13,'80333 Segment-A PCI Express-to-PCI Express Bridge','2009-12-30 03:00:00',NULL),(4531,1080,10,'0000:01:00.0','2009-12-30 03:00:00',NULL),(4532,1080,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4533,1081,12,'Device 8086','2009-12-30 03:00:00',NULL),(4534,1081,9,'5000 Series Chipset FBD Registers','2009-12-30 03:00:00',NULL),(4535,1081,13,'5000 Series Chipset FBD Registers',>'2009-12-30 03:00:00',NULL),(4536,1081,14,'12','2009-12-30 03:00:00',NULL),(4537,1081,15,'Host bridge','2009-12-30 03:00:00',NULL),(4538,1081,10,'0000:00:16.0','2009-12-30 03:00:00',NULL),(4539,1081,16,'Intel Corporation','2009-12-30 03:00:00',NULL),(4540,1081,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4541,1082,9,'5000 Series Chipset PCI Express x4 Port 7','2009-12-30 03:00:00',NULL),(4542,1082,14,'12','2009-12-30 03:00:00',NULL),(4543,1082,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4544,1082,13,'5000 Series Chipset PCI Express x4 Port 7','2009-12-30 03:00:00',NULL),(4545,1082,10,'0000:00:07.0','2009-12-30 03:00:00',NULL),(4546,1082,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4547,1083,12,'Device 8086','2009-12-30 03:00:00',NULL),(4548,1083,9,'5000 Series Chipset Reserved Registers','2009-12-30 03:00:00',NULL),(4549,1083,13,'5000 Series Chipset Reserved Registers','2009-12-30 03:00:00',NULL),(4550,1083,14,'12','2009-12-30 03:00:00',NULL),(4551,1083,15,'Host bridge','2009-12-30 03:00:00',NULL),(4552,1083,10,'0000:00:13.0','2009-12-30 03:00:00',NULL),(4553,1083,16,'Intel Corporation','2009-12-30 03:00:00',NULL),(4554,1083,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4555,1084,9,'6311ESB/6321ESB PCI Express to PCI-X Bridge','2009-12-30 03:00:00',NULL),(4556,1084,14,'01','2009-12-30 03:00:00',NULL),(4557,1084,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4558,1084,13,'6311ESB/6321ESB PCI Express to PCI-X Bridge','2009-12-30 03:00:00',NULL),(4559,1084,10,'0000:06:00.3',COLOR="#BC8F8F">'2009-12-30 03:00:00',NULL),(4560,1084,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4561,1085,12,'PERC 5/i Integrated RAID Controller','2009-12-30 03:00:00',NULL),(4562,1085,9,'PowerEdge Expandable RAID controller 5','2009-12-30 03:00:00',NULL),(4563,1085,15,'RAID bus controller','2009-12-30 03:00:00',NULL),(4564,1085,13,'PowerEdge Expandable RAID controller 5','2009-12-30 03:00:00',NULL),(4565,1085,10,T COLOR="#BC8F8F">'0000:02:0e.0','2009-12-30 03:00:00',NULL),(4566,1085,16,'Dell','2009-12-30 03:00:00',NULL),(4567,1085,17,'Dell','2009-12-30 03:00:00',NULL),(4568,1086,9,'80332 [Dobson] I/O processor (A-Segment Bridge)','2009-12-30 03:00:00',NULL),(4569,1086,14,'07','2009-12-30 03:00:00',NULL),(4570,1086,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4571,1086,13,'80332 [Dobson] I/O processor (A-Segment Bridge)','2009-12-30 03:00:00',NULL),(4572,1086,10,'0000:0c:00.0','2009-12-30 03:00:00',NULL),(4573,1086,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4574,1087,9,'80332 [Dobson] I/O processor (B-Segment Bridge)','2009-12-30 03:00:00',NULL),(4575,1087,14,'07','2009-12-30 03:00:00',NULL),(4576,1087,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4577,1087,13,ONT COLOR="#BC8F8F">'80332 [Dobson] I/O processor (B-Segment Bridge)','2009-12-30 03:00:00',NULL),(4578,1087,10,'0000:0c:00.2','2009-12-30 03:00:00',NULL),(4579,1087,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4580,1088,9,'631xESB/632xESB/3100 Chipset PCI Express Root Port 1','2009-12-30 03:00:00',NULL),(4581,1088,14,'09','2009-12-30 03:00:00',NULL),(4582,1088,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4583,1088,13,'631xESB/632xESB/3100 Chipset PCI Express Root Port 1','2009-12-30 03:00:00',NULL),(4584,1088,10,'0000:00:1c.0','2009-12-30 03:00:00',NULL),(4585,1088,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4586,1089,12,'Device 01b3','2009-12-30 03:00:00',NULL),(4587,1089,9,'631xESB/632xESB/3100 Chipset UHCI USB Controller #2','2009-12-30 03:00:00',NULL),(4588,1089,13,'631xESB/632xESB/3100 Chipset UHCI USB Controller #2'B>,'2009-12-30 03:00:00',NULL),(4589,1089,14,'09','2009-12-30 03:00:00',NULL),(4590,1089,15,'USB Controller','2009-12-30 03:00:00',NULL),(4591,1089,10,'0000:00:1d.1','2009-12-30 03:00:00',NULL),(4592,1089,16,'Dell','2009-12-30 03:00:00',NULL),(4593,1089,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4594,1090,12,'Device 8086','2009-12-30 03:00:00',NULL),(4595,1090,9,'5000 Series Chipset FBD Registers','2009-12-30 03:00:00',NULL),(4596,1090,13,'5000 Series Chipset FBD Registers','2009-12-30 03:00:00',NULL),(4597,1090,14,'12','2009-12-30 03:00:00',NULL),(4598,1090,15,'Host bridge','2009-12-30 03:00:00',NULL),(4599,1090,10,'0000:00:15.0','2009-12-30 03:00:00',NULL),(4600,1090,16,'Intel Corporation','2009-12-30 03:00:00',NULL),(4601,1090,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4602,1091,12,'PRO/1000 PT Dual Port Server Adapter','2009-12-30 03:00:00',NULL),(4603,1091,9,'82571EB Gigabit Ethernet Controller','2009-12-30 03:00:00',NULL),(4604,1091,13,'82571EB Gigabit Ethernet Controller','2009-12-30 03:00:00',NULL),(4605,1091,14,'06','2009-12-30 03:00:00',NULL),(4606,1091,15,'Ethernet controller',>'2009-12-30 03:00:00',NULL),(4607,1091,10,'0000:10:00.1','2009-12-30 03:00:00',NULL),(4608,1091,16,'Intel Corporation','2009-12-30 03:00:00',NULL),(4609,1091,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4610,1092,12,'Device 01b3','2009-12-30 03:00:00',NULL),(4611,1092,9,'5000 Series Chipset FSB Registers','2009-12-30 03:00:00',NULL),(4612,1092,13,'5000 Series Chipset FSB Registers','2009-12-30 03:00:00',NULL),(4613,1092,14,'12','2009-12-30 03:00:00',NULL),(4614,1092,15,'Host bridge','2009-12-30 03:00:00',NULL),(4615,1092,10,'0000:00:10.2','2009-12-30 03:00:00',NULL),(4616,1092,16,'Dell','2009-12-30 03:00:00',NULL),(4617,1092,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4618,1093,9,'5000 Series Chipset PCI Express x8 Port 4-5',>'2009-12-30 03:00:00',NULL),(4619,1093,14,'12','2009-12-30 03:00:00',NULL),(4620,1093,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4621,1093,13,'5000 Series Chipset PCI Express x8 Port 4-5','2009-12-30 03:00:00',NULL),(4622,1093,10,'0000:00:04.0','2009-12-30 03:00:00',NULL),(4623,1093,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4624,1094,12,'Device 8086',OR="#BC8F8F">'2009-12-30 03:00:00',NULL),(4625,1094,9,'5000 Series Chipset Reserved Registers','2009-12-30 03:00:00',NULL),(4626,1094,13,'5000 Series Chipset Reserved Registers','2009-12-30 03:00:00',NULL),(4627,1094,14,'12','2009-12-30 03:00:00',NULL),(4628,1094,15,'Host bridge','2009-12-30 03:00:00',NULL),(4629,1094,10,'0000:00:11.0','2009-12-30 03:00:00',NULL),(4630,1094,16,'Intel Corporation','2009-12-30 03:00:00',NULL),(4631,1094,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4632,1095,9,'5000 Series Chipset PCI Express x4 Port 2','2009-12-30 03:00:00',NULL),(4633,1095,14,'12','2009-12-30 03:00:00',NULL),(4634,1095,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4635,1095,13,'5000 Series Chipset PCI Express x4 Port 2','2009-12-30 03:00:00',NULL),(4636,1095,10,'0000:00:02.0','2009-12-30 03:00:00',NULL),(4637,1095,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4638,1096,9,'80333 Segment-B PCI Express-to-PCI Express Bridge','2009-12-30 03:00:00',NULL),(4639,1096,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4640,1096,13,'80333 Segment-B PCI Express-to-PCI Express Bridge','2009-12-30 03:00:00',NULL),(4641,1096,10,'0000:01:00.2','2009-12-30 03:00:00',NULL),(4642,1096,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4643,1097,12,'PRO/1000 PT Dual Port Server Adapter','2009-12-30 03:00:00',NULL),(4644,1097,9,'82571EB Gigabit Ethernet Controller','2009-12-30 03:00:00',NULL),(4645,1097,13,'82571EB Gigabit Ethernet Controller','2009-12-30 03:00:00',NULL),(4646,1097,14,'06','2009-12-30 03:00:00',NULL),(4647,1097,15,'Ethernet controller','2009-12-30 03:00:00',COLOR="#A020F0">NULL),(4648,1097,10,'0000:10:00.0','2009-12-30 03:00:00',NULL),(4649,1097,16,'Intel Corporation','2009-12-30 03:00:00',NULL),(4650,1097,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4651,1098,9,'6311ESB/6321ESB PCI Express Upstream Port','2009-12-30 03:00:00',NULL),(4652,1098,14,'01','2009-12-30 03:00:00',NULL),(4653,1098,15,'PCI bridge','2009-12-30 03:00:00',NULL),(4654,1098,13,'6311ESB/6321ESB PCI Express Upstream Port','2009-12-30 03:00:00',NULL),(4655,1098,10,'0000:06:00.0','2009-12-30 03:00:00',NULL),(4656,1098,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4657,1099,9,'6311ESB/6321ESB PCI Express Downstream Port E2','2009-12-30 03:00:00',NULL),(4658,1099,14,'01','2009-12-30 03:00:00',NULL),(4659,1099,15,'PCI bridge','2009-12-30 03:00:00'>,NULL),(4660,1099,13,'6311ESB/6321ESB PCI Express Downstream Port E2','2009-12-30 03:00:00',NULL),(4661,1099,10,'0000:07:01.0','2009-12-30 03:00:00',NULL),(4662,1099,17,'Intel Corporation','2009-12-30 03:00:00',NULL),(4663,975,4,'524504','2009-12-31 03:00:00','2011-09-07 03:00:00'),(4664,896,4,'704512','2009-12-31 03:00:00','2010-01-18 03:00:00'),(4665,4,8,'2999.888','2009-12-31 13:00:00','2010-03-18 13:00:00'),(4666,7,4,'1572864','2010-01-01 03:00:00','2010-09-18 03:00:00'),(4667,847,4,'1048576','2009-12-29 03:25:00','2010-07-08 03:25:00'),(4668,24,8,'2327.522','2010-01-06 03:00:00','2010-07-19 03:00:00'),(4669,1103,4,'524504','2010-01-07 03:00:00','2011-09-07 03:00:00'),(4670,1103,5,'1','2010-01-07 03:00:00',NULL),(4671,1103,6,'AuthenticAMD','2010-01-07 03:00:00',NULL),(4672,1103,7,'x86_64','2010-01-07 03:00:00',NULL),(4673,1103,8,'2999.888','2010-01-07 03:00:00','2010-06-12 03:00:00'),(4674,1030,4,'131288','2010-01-09 03:00:00',NULL),(4675,1030,5,'1','2010-01-09 03:00:00',NULL),(4676,1030,6,'AuthenticAMD','2010-01-09 03:00:00',NULL),(4677,1030,7,'x86_64','2010-01-09 03:00:00',>NULL),(4678,1030,8,'2999.890','2010-01-09 03:00:00','2010-07-07 03:00:00'),(4679,1000,4,'524504','2010-01-18 03:00:00','2011-08-26 03:00:00'),(4680,896,4,'423704','2010-01-18 03:00:00','2010-07-05 03:00:00'),(4681,23,4,'2049024','2010-01-18 03:00:00','2010-07-19 03:00:00'),(4682,851,4,'524484','2010-01-20 03:00:00','2010-10-19 03:00:00'),(4683,851,5,'1','2010-01-20 03:00:00',NULL),(4684,851,6,'GenuineIntel','2010-01-20 03:00:00',NULL),(4685,851,7,'i686','2010-01-20 03:00:00','2010-10-19 03:00:00'),(4686,851,8,'2327.526','2010-01-20 03:00:00','2010-07-19 03:00:00'),(4687,1000,8,'2999.890','2010-01-23 03:00:00','2010-02-15 03:00:00'),(4688,38,4,'515004','2010-01-26 03:00:00','2010-02-05 03:00:00'),(4689,1010,8,'1596.046','2010-01-26 03:00:00','2010-02-01 03:00:00'),(4690,29,8,'2211.364','2010-01-29 03:00:00','2010-03-19 03:00:00'),(4691,1104,11,'85','2010-01-29 03:00:00',NULL),(4692,1104,12,'Device 8162','2010-01-29 03:00:00',NULL),(4693,1104,9,'CK804 Serial ATA Controller','2010-01-29 03:00:00',NULL),(4694,1104,13,'CK804 Serial ATA Controller','2010-01-29 03:00:00',NULL),(4695,1104,14,'f3','2010-01-29 03:00:00',NULL),(4696,1104,15,'IDE interface','2010-01-29 03:00:00',NULL),(4697,1104,16,'ASUSTeK Computer Inc.','2010-01-29 03:00:00',NULL),(4698,1104,17,'nVidia Corporation','2010-01-29 03:00:00',NULL),(4699,1104,10,'0000:00:08.0','2010-01-29 03:00:00',NULL),(4700,1010,8,'1596.030','2010-02-01 03:00:00','2010-03-02 03:00:00'),(4701,38,8,'663.774','2010-01-30 03:00:00','2010-02-03 03:00:00'),(4702,38,8,'663.683','2010-02-03 03:00:00','2010-02-05 03:00:00'),(4703,1031,8,'1596.012','2010-01-30 03:00:00','2010-03-15 03:00:00'),(4704,38,4,'514996','2010-02-05 03:00:00',NULL),(4705,38,8,'663.775','2010-02-05 03:00:00','2010-04-08 03:00:00'),(4706,1000,8,'2999.888','2010-02-15 03:00:00','2010-07-06 03:00:00'),(4707,17,4,'1896448','2010-02-16 03:00:00','2010-07-08 03:00:00'),(4708,33,4,'2050048','2010-03-02 03:00:00','2010-12-08 03:00:00'),(4709,32,4,'2097300','2010-03-02 03:00:00','2011-01-21 03:00:00'),(4710,32,8,'3391.718','2010-03-02 03:00:00','2011-01-21 03:00:00'),(4711,1010,8,'1596.016','2010-03-02 03:00:00','2010-03-05 03:00:00'),(4712,1010,8,'1596.038','2010-03-05 03:00:00','2010-03-08 03:00:00'),(4713,1010,8,'1596.032','2010-03-08 03:00:00'>,'2010-03-19 03:00:00'),(4714,1031,8,'1596.036','2010-03-15 03:00:00','2010-05-11 03:00:00'),(4715,4,8,'2999.890','2010-03-18 13:00:00','2010-03-30 13:00:00'),(4716,29,8,'2211.385','2010-03-19 03:00:00',NULL),(4717,1010,8,'1596.067','2010-03-19 03:00:00','2010-04-14 03:00:00'),(4718,31,4,'646004','2010-03-27 03:00:00',NULL),(4719,31,8,'801.828','2010-03-27 03:00:00',<B>'2010-04-03 03:00:00'),(4720,1106,9,'82371AB/EB/MB PIIX4 ISA','2010-03-27 03:00:00',NULL),(4721,1106,14,'02','2010-03-27 03:00:00',NULL),(4722,1106,15,'ISA bridge','2010-03-27 03:00:00',NULL),(4723,1106,13,'82371AB/EB/MB PIIX4 ISA','2010-03-27 03:00:00',NULL),(4724,1106,10,'0000:00:07.0','2010-03-27 03:00:00',NULL),(4725,1106,17,'Intel Corporation','2010-03-27 03:00:00',NULL),(4726,1107,11,'80','2010-03-27 03:00:00',NULL),(4727,1107,9,'82371AB/EB/MB PIIX4 IDE','2010-03-27 03:00:00',NULL),(4728,1107,14,'01','2010-03-27 03:00:00',NULL),(4729,1107,15,'IDE interface','2010-03-27 03:00:00',NULL),(4730,1107,13,'82371AB/EB/MB PIIX4 IDE','2010-03-27 03:00:00',NULL),(4731,1107,10,'0000:00:07.1','2010-03-27 03:00:00',NULLT>),(4732,1107,17,'Intel Corporation','2010-03-27 03:00:00',NULL),(4733,1108,9,'82371AB/EB/MB PIIX4 USB','2010-03-27 03:00:00',NULL),(4734,1108,14,'01','2010-03-27 03:00:00',NULL),(4735,1108,15,'USB Controller','2010-03-27 03:00:00',NULL),(4736,1108,13,'82371AB/EB/MB PIIX4 USB','2010-03-27 03:00:00',NULL),(4737,1108,10,'0000:00:07.2','2010-03-27 03:00:00',NULL),(4738,1108,17,'Intel Corporation','2010-03-27 03:00:00',NULL),(4739,1109,9,'440BX/ZX/DX - 82443BX/ZX/DX Host bridge','2010-03-27 03:00:00',NULL),(4740,1109,14,'03','2010-03-27 03:00:00',NULL),(4741,1109,15,'Host bridge','2010-03-27 03:00:00',NULL),(4742,1109,13,'440BX/ZX/DX - 82443BX/ZX/DX Host bridge','2010-03-27 03:00:00',NULL),(4743,1109,10,'0000:00:00.0','2010-03-27 03:00:00',NULL>),(4744,1109,17,'Intel Corporation','2010-03-27 03:00:00',NULL),(4745,1110,9,'82371AB/EB/MB PIIX4 ACPI','2010-03-27 03:00:00',NULL),(4746,1110,14,'02','2010-03-27 03:00:00',NULL),(4747,1110,15,'Bridge','2010-03-27 03:00:00',NULL),(4748,1110,13,'82371AB/EB/MB PIIX4 ACPI','2010-03-27 03:00:00',NULL),(4749,1110,10,'0000:00:07.3','2010-03-27 03:00:00',NULL),(4750,1110,17,'Intel Corporation','2010-03-27 03:00:00',NULL),(4751,1111,12,'3C905B Fast Etherlink XL 10/100','2010-03-27 03:00:00',NULL),(4752,1111,9,'3c905B 100BaseTX [Cyclone]','2010-03-27 03:00:00',NULL),(4753,1111,13,'3c905B 100BaseTX [Cyclone]','2010-03-27 03:00:00',NULL),(4754,1111,14,'30','2010-03-27 03:00:00',NULL),(4755,1111,15,'Ethernet controller','2010-03-27 03:00:00',NULL),(4756,1111,10,'0000:00:0a.0','2010-03-27 03:00:00',NULL),(4757,1111,16,'3Com Corporation','2010-03-27 03:00:00',NULL),(4758,1111,17,'3Com Corporation','2010-03-27 03:00:00',NULL),(4759,1112,9,'NV6 [Vanta/Vanta LT]','2010-03-27 03:00:00',NULL),(4760,1112,14,'15','2010-03-27 03:00:00',NULL),(4761,1112,15,'VGA compatible controller','2010-03-27 03:00:00',NULL),(4762,1112,13,'NV6 [Vanta/Vanta LT]','2010-03-27 03:00:00',NULL),(4763,1112,10,'0000:01:00.0','2010-03-27 03:00:00',NULL),(4764,1112,17,'nVidia Corporation','2010-03-27 03:00:00',NULL),(4765,1113,9,'440BX/ZX/DX - 82443BX/ZX/DX AGP bridge','2010-03-27 03:00:00',NULL),(4766,1113,14,'03','2010-03-27 03:00:00',NULL),(4767,1113,15,'PCI bridge','2010-03-27 03:00:00',NULL),(4768,1113,13,NT COLOR="#BC8F8F">'440BX/ZX/DX - 82443BX/ZX/DX AGP bridge','2010-03-27 03:00:00',NULL),(4769,1113,10,'0000:00:01.0','2010-03-27 03:00:00',NULL),(4770,1113,17,'Intel Corporation','2010-03-27 03:00:00',NULL),(4771,1114,12,'DFE-530TX+ 10/100 Ethernet Adapter','2010-03-27 03:00:00',NULL),(4772,1114,9,'RTL8139 Ethernet','2010-03-27 03:00:00',NULL),(4773,1114,13,'RTL8139 Ethernet','2010-03-27 03:00:00',NULL>),(4774,1114,14,'10','2010-03-27 03:00:00',NULL),(4775,1114,15,'Ethernet controller','2010-03-27 03:00:00',NULL),(4776,1114,10,'0000:00:0e.0','2010-03-27 03:00:00',NULL),(4777,1114,16,'D-Link System Inc','2010-03-27 03:00:00',NULL),(4778,1114,17,'D-Link System Inc','2010-03-27 03:00:00',NULL),(4779,35,8,'3192.360','2010-03-29 03:00:00','2010-09-18 03:00:00'),(4780,4,8,'2999.888','2010-03-30 13:00:00','2010-04-05 13:00:00'),(4781,33,8,'3391.856','2010-04-03 03:00:00','2010-05-21 03:00:00'),(4782,1115,9,'6700PXH PCI Express-to-PCI Bridge A','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4783,1115,14,'09','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4784,1115,15,'PCI bridge','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4785,1115,13,'6700PXH PCI Express-to-PCI Bridge A','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4786,1115,10,'0000:05:00.0','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4787,1115,17,'Intel Corporation','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4788,1116,12,'PowerEdge Expandable RAID Controller 4e/Di','2010-04-03 03:00:00',NULL),(4789,1116,9,'PowerEdge Expandable RAID controller 4','2010-04-03 03:00:00',NULL),(4790,1116,13,'PowerEdge Expandable RAID controller 4','2010-04-03 03:00:00',NULL),(4791,1116,14,'06','2010-04-03 03:00:00',NULL),(4792,1116,15,'RAID bus controller','2010-04-03 03:00:00',NULL),(4793,1116,10,'0000:02:0e.0','2010-04-03 03:00:00',NULL),(4794,1116,16,'Dell','2010-04-03 03:00:00',NULL),(4795,1116,17,'Dell','2010-04-03 03:00:00',NULL),(4796,1117,12,'PRO/1000 MT Network Connection','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4797,1117,9,<FONT COLOR="#BC8F8F">'82541GI Gigabit Ethernet Controller','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4798,1117,13,'82541GI Gigabit Ethernet Controller','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4799,1117,14,'05','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4800,1117,15,'Ethernet controller','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4801,1117,10,'0000:07:08.0','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4802,1117,16,'Dell','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4803,1117,17,'Intel Corporation','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4804,1118,9,'82801 PCI Bridge','2010-04-03 03:00:00',NULL),(4805,1118,14,'c2','2010-04-03 03:00:00',NULL),(4806,1118,15,'PCI bridge','2010-04-03 03:00:00',NULL),(4807,1118,13,'82801 PCI Bridge','2010-04-03 03:00:00',NULL),(4808,1118,10,'0000:00:1e.0','2010-04-03 03:00:00',NULL),(4809,1118,17,'Intel Corporation','2010-04-03 03:00:00',NULL),(4810,1119,9,'6700PXH PCI Express-to-PCI Bridge B','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4811,1119,14,'09','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4812,1119,15,'PCI bridge','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4813,1119,13,'6700PXH PCI Express-to-PCI Bridge B','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4814,1119,10, COLOR="#BC8F8F">'0000:08:00.2','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4815,1119,17,'Intel Corporation','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4816,1120,9,'E7520 PCI Express Port C','2010-04-03 03:00:00',NULL),(4817,1120,14,'09','2010-04-03 03:00:00',NULL),(4818,1120,15,'PCI bridge','2010-04-03 03:00:00',NULL),(4819,1120,13,'E7520 PCI Express Port C','2010-04-03 03:00:00',NULL),(4820,1120,10,'0000:00:06.0','2010-04-03 03:00:00',NULL),(4821,1120,17,'Intel Corporation','2010-04-03 03:00:00',NULL),(4822,1121,9,'6700PXH PCI Express-to-PCI Bridge A','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4823,1121,14,'09','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4824,1121,15,'PCI bridge','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4825,1121,13,'6700PXH PCI Express-to-PCI Bridge A','2010-04-03 03:00:00'ONT>,'2011-01-08 03:00:00'),(4826,1121,10,'0000:08:00.0','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4827,1121,17,'Intel Corporation','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4828,1122,12,'PRO/1000 MT Network Connection','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4829,1122,9,'82541GI Gigabit Ethernet Controller','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4830,1122,13,'82541GI Gigabit Ethernet Controller','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4831,1122,14,'05','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4832,1122,15,'Ethernet controller','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4833,1122,10,'0000:06:07.0','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4834,1122,16,'Dell','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4835,1122,17,'Intel Corporation','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4836,1123,12,'PowerEdge 2850 onboard UHCI','2010-04-03 03:00:00',NULL),(4837,1123,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2','2010-04-03 03:00:00',NULL),(4838,1123,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2','2010-04-03 03:00:00',NULL),(4839,1123,14,'02','2010-04-03 03:00:00',NULL),(4840,1123,15,'USB Controller','2010-04-03 03:00:00',NULL),(4841,1123,10,'0000:00:1d.1','2010-04-03 03:00:00',NULL),(4842,1123,16,'Dell'>,'2010-04-03 03:00:00',NULL),(4843,1123,17,'Intel Corporation','2010-04-03 03:00:00',NULL),(4844,1124,12,'PowerEdge 2850 onboard UHCI','2010-04-03 03:00:00',NULL),(4845,1124,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3','2010-04-03 03:00:00',NULL),(4846,1124,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3','2010-04-03 03:00:00',NULL),(4847,1124,14,'02','2010-04-03 03:00:00',NULL),(4848,1124,15,ONT COLOR="#BC8F8F">'USB Controller','2010-04-03 03:00:00',NULL),(4849,1124,10,'0000:00:1d.2','2010-04-03 03:00:00',NULL),(4850,1124,16,'Dell','2010-04-03 03:00:00',NULL),(4851,1124,17,'Intel Corporation','2010-04-03 03:00:00',NULL),(4852,1125,9,'82801EB/ER (ICH5/ICH5R) LPC Interface Bridge','2010-04-03 03:00:00',NULL),(4853,1125,14,'02','2010-04-03 03:00:00',NULL),(4854,1125,15,'ISA bridge','2010-04-03 03:00:00',NULL),(4855,1125,13,'82801EB/ER (ICH5/ICH5R) LPC Interface Bridge','2010-04-03 03:00:00',NULL),(4856,1125,10,'0000:00:1f.0','2010-04-03 03:00:00',NULL),(4857,1125,17,'Intel Corporation','2010-04-03 03:00:00',NULL),(4858,1126,11,'20','2010-04-03 03:00:00',NULL),(4859,1126,12,'PowerEdge 2850 onboard EHCI','2010-04-03 03:00:00',NULL),(4860,1126,9,OR="#BC8F8F">'82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller','2010-04-03 03:00:00',NULL),(4861,1126,13,'82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller','2010-04-03 03:00:00',NULL),(4862,1126,14,'02','2010-04-03 03:00:00',NULL),(4863,1126,15,'USB Controller','2010-04-03 03:00:00',NULL),(4864,1126,16,'Dell','2010-04-03 03:00:00',NULL),(4865,1126,17,'Intel Corporation','2010-04-03 03:00:00',NULL),(4866,1126,10,'0000:00:1d.7','2010-04-03 03:00:00',NULL),(4867,1127,9,'E7525/E7520 PCI Express Port B','2010-04-03 03:00:00',NULL),(4868,1127,14,'09','2010-04-03 03:00:00',NULL),(4869,1127,15,'PCI bridge','2010-04-03 03:00:00',NULL),(4870,1127,13,'E7525/E7520 PCI Express Port B','2010-04-03 03:00:00',NULL),(4871,1127,10,'0000:00:04.0','2010-04-03 03:00:00',NULL),(4872,1127,17,>'Intel Corporation','2010-04-03 03:00:00',NULL),(4873,1128,9,'E7520 PCI Express Port B1','2010-04-03 03:00:00',NULL),(4874,1128,14,'09','2010-04-03 03:00:00',NULL),(4875,1128,15,'PCI bridge','2010-04-03 03:00:00',NULL),(4876,1128,13,'E7520 PCI Express Port B1','2010-04-03 03:00:00',NULL),(4877,1128,10,'0000:00:05.0','2010-04-03 03:00:00',NULL),(4878,1128,17,'Intel Corporation','2010-04-03 03:00:00',NULL),(4879,1129,12,'PowerEdge 2850 Embedded Radeon 7000-M','2010-04-03 03:00:00',NULL),(4880,1129,9,'Radeon RV100 QY [Radeon 7000/VE]','2010-04-03 03:00:00',NULL),(4881,1129,15,'VGA compatible controller','2010-04-03 03:00:00',NULL),(4882,1129,13,'Radeon RV100 QY [Radeon 7000/VE]','2010-04-03 03:00:00',NULL),(4883,1129,10,'0000:0b:0d.0','2010-04-03 03:00:00',>NULL),(4884,1129,16,'Dell','2010-04-03 03:00:00',NULL),(4885,1129,17,'ATI Technologies Inc','2010-04-03 03:00:00',NULL),(4886,1130,9,'E7525/E7520/E7320 PCI Express Port A','2010-04-03 03:00:00',NULL),(4887,1130,14,'09','2010-04-03 03:00:00',NULL),(4888,1130,15,'PCI bridge','2010-04-03 03:00:00',NULL),(4889,1130,13,'E7525/E7520/E7320 PCI Express Port A','2010-04-03 03:00:00',NULL),(4890,1130,10,'0000:00:02.0','2010-04-03 03:00:00',NULL),(4891,1130,17,'Intel Corporation','2010-04-03 03:00:00',NULL),(4892,1131,12,'PowerEdge 2850 onboard UHCI','2010-04-03 03:00:00',NULL),(4893,1131,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1','2010-04-03 03:00:00',NULL),(4894,1131,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1','2010-04-03 03:00:00',NULL),(4895,1131,14,'02','2010-04-03 03:00:00',NULL),(4896,1131,15,'USB Controller','2010-04-03 03:00:00',NULL),(4897,1131,10,'0000:00:1d.0','2010-04-03 03:00:00',NULL),(4898,1131,16,'Dell','2010-04-03 03:00:00',NULL),(4899,1131,17,'Intel Corporation','2010-04-03 03:00:00',NULL),(4900,1132,9,'80332 [Dobson] I/O processor (B-Segment Bridge)','2010-04-03 03:00:00',NULL),(4901,1132,14,'06','2010-04-03 03:00:00',NULL),(4902,1132,15,'PCI bridge','2010-04-03 03:00:00',NULL),(4903,1132,13,'80332 [Dobson] I/O processor (B-Segment Bridge)','2010-04-03 03:00:00',NULL),(4904,1132,10,'0000:01:00.2','2010-04-03 03:00:00',NULL),(4905,1132,17,'Intel Corporation','2010-04-03 03:00:00',NULL),(4906,1133,12,'PowerEdge 2850=20','2010-04-03 03:00:00','2012-02-13 03:00:00'),(4907,1133,9,'E7520 Memory Controller Hub',ONT COLOR="#BC8F8F">'2010-04-03 03:00:00',NULL),(4908,1133,13,'E7520 Memory Controller Hub','2010-04-03 03:00:00',NULL),(4909,1133,14,'09','2010-04-03 03:00:00',NULL),(4910,1133,15,'Host bridge','2010-04-03 03:00:00',NULL),(4911,1133,10,'0000:00:00.0','2010-04-03 03:00:00',NULL),(4912,1133,16,'Dell','2010-04-03 03:00:00',NULL),(4913,1133,17,'Intel Corporation','2010-04-03 03:00:00',NULL),(4914,1134,11,'8a','2010-04-03 03:00:00',NULL),(4915,1134,12,'PowerEdge 2850 onboard UHCI','2010-04-03 03:00:00','2012-02-13 03:00:00'),(4916,1134,9,'82801EB/ER (ICH5/ICH5R) IDE Controller','2010-04-03 03:00:00',NULL),(4917,1134,13,'82801EB/ER (ICH5/ICH5R) IDE Controller','2010-04-03 03:00:00',NULL),(4918,1134,14,'02','2010-04-03 03:00:00',NULL),(4919,1134,15,'IDE interface',NT COLOR="#BC8F8F">'2010-04-03 03:00:00',NULL),(4920,1134,16,'Dell','2010-04-03 03:00:00',NULL),(4921,1134,17,'Intel Corporation','2010-04-03 03:00:00',NULL),(4922,1134,10,'0000:00:1f.1','2010-04-03 03:00:00',NULL),(4923,1135,9,'80332 [Dobson] I/O processor (A-Segment Bridge)','2010-04-03 03:00:00',NULL),(4924,1135,14,'06','2010-04-03 03:00:00',NULL),(4925,1135,15,'PCI bridge','2010-04-03 03:00:00',NULL),(4926,1135,13,'80332 [Dobson] I/O processor (A-Segment Bridge)','2010-04-03 03:00:00',NULL),(4927,1135,10,'0000:01:00.0','2010-04-03 03:00:00',NULL),(4928,1135,17,'Intel Corporation','2010-04-03 03:00:00',NULL),(4929,1136,9,'6700PXH PCI Express-to-PCI Bridge B','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4930,1136,14,'09','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4931,1136,15,'PCI bridge','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4932,1136,13,'6700PXH PCI Express-to-PCI Bridge B','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4933,1136,10,'0000:05:00.2','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4934,1136,17,'Intel Corporation','2010-04-03 03:00:00','2011-01-08 03:00:00'),(4935,31,8,'801.823','2010-04-03 03:00:00','2010-05-31 03:00:00'),(4936,4,8,'2999.890','2010-04-05 13:00:00',OR="#BC8F8F">'2010-04-16 13:00:00'),(4937,38,8,'663.690','2010-04-08 03:00:00',NULL),(4938,1010,8,'1596.049','2010-04-14 03:00:00','2010-06-30 03:00:00'),(4939,22,8,'2327.524','2010-04-16 04:47:00','2010-05-30 04:47:00'),(4940,4,8,'2999.888','2010-04-16 13:00:00','2010-04-19 13:00:00'),(4941,4,8,'2999.890','2010-04-19 13:00:00','2010-05-01 13:00:00'),(4942,4,8,'2999.892','2010-05-01 13:00:00',<FONT COLOR="#BC8F8F">'2010-05-03 13:00:00'),(4943,4,8,'2999.890','2010-05-03 13:00:00','2010-05-31 13:00:00'),(4944,1137,4,'507904','2010-05-04 03:00:00',NULL),(4945,1137,5,'4','2010-05-04 03:00:00',NULL),(4946,1137,6,'GenuineIntel','2010-05-04 03:00:00',NULL),(4947,1137,7,'i686','2010-05-04 03:00:00',NULL),(4948,1137,8,'1596.048','2010-05-04 03:00:00','2010-05-15 03:00:00'),(4949,1139,12,'Device 0d4b','2010-05-04 03:00:00',NULL),(4950,1139,9,'82801G (ICH7 Family) High Definition Audio Controller','2010-05-04 03:00:00',NULL),(4951,1139,13,'82801G (ICH7 Family) High Definition Audio Controller','2010-05-04 03:00:00',NULL),(4952,1139,14,'01','2010-05-04 03:00:00',NULL),(4953,1139,15,'Audio device','2010-05-04 03:00:00',NULL),(4954,1139,10,'0000:00:1b.0','2010-05-04 03:00:00'ONT>,NULL),(4955,1139,16,'Foxconn International, Inc.','2010-05-04 03:00:00',NULL),(4956,1139,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(4957,1140,12,'Device 0d4b','2010-05-04 03:00:00',NULL),(4958,1140,9,'82801GB/GR (ICH7 Family) LPC Interface Bridge','2010-05-04 03:00:00',NULL),(4959,1140,13,'82801GB/GR (ICH7 Family) LPC Interface Bridge','2010-05-04 03:00:00',NULL),(4960,1140,14,'01', COLOR="#BC8F8F">'2010-05-04 03:00:00',NULL),(4961,1140,15,'ISA bridge','2010-05-04 03:00:00',NULL),(4962,1140,10,'0000:00:1f.0','2010-05-04 03:00:00',NULL),(4963,1140,16,'Foxconn International, Inc.','2010-05-04 03:00:00',NULL),(4964,1140,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(4965,1141,11,'20','2010-05-04 03:00:00',NULL),(4966,1141,12,'Device 0d4b','2010-05-04 03:00:00',NULL),(4967,1141,9,'82801G (ICH7 Family) USB2 EHCI Controller','2010-05-04 03:00:00',NULL),(4968,1141,13,'82801G (ICH7 Family) USB2 EHCI Controller','2010-05-04 03:00:00',NULL),(4969,1141,14,'01','2010-05-04 03:00:00',NULL),(4970,1141,15,'USB Controller','2010-05-04 03:00:00',NULL),(4971,1141,16,'Foxconn International, Inc.','2010-05-04 03:00:00',NULL),(4972,1141,17,'Intel Corporation'>,'2010-05-04 03:00:00',NULL),(4973,1141,10,'0000:00:1d.7','2010-05-04 03:00:00',NULL),(4974,1142,9,'82801G (ICH7 Family) PCI Express Port 2','2010-05-04 03:00:00',NULL),(4975,1142,14,'01','2010-05-04 03:00:00',NULL),(4976,1142,15,'PCI bridge','2010-05-04 03:00:00',NULL),(4977,1142,13,'82801G (ICH7 Family) PCI Express Port 2','2010-05-04 03:00:00',NULL),(4978,1142,10,'0000:00:1c.1'FONT>,'2010-05-04 03:00:00',NULL),(4979,1142,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(4980,1143,12,'Device 0d4b','2010-05-04 03:00:00',NULL),(4981,1143,9,'RTL8101E/RTL8102E PCI Express Fast Ethernet controller','2010-05-04 03:00:00',NULL),(4982,1143,13,'RTL8101E/RTL8102E PCI Express Fast Ethernet controller','2010-05-04 03:00:00',NULL),(4983,1143,14,'01','2010-05-04 03:00:00',NULL),(4984,1143,15,'Ethernet controller','2010-05-04 03:00:00',NULL),(4985,1143,10,'0000:02:00.0','2010-05-04 03:00:00',NULL),(4986,1143,16,'Foxconn International, Inc.','2010-05-04 03:00:00',NULL),(4987,1143,17,'Realtek Semiconductor Co., Ltd.','2010-05-04 03:00:00',NULL),(4988,1144,12,'Device 0d4b','2010-05-04 03:00:00',NULL),(4989,1144,9,'82945G/GZ Integrated Graphics Controller','2010-05-04 03:00:00',NULL),(4990,1144,13,'82945G/GZ Integrated Graphics Controller','2010-05-04 03:00:00',NULL),(4991,1144,14,'02','2010-05-04 03:00:00',NULL),(4992,1144,15,'VGA compatible controller','2010-05-04 03:00:00',NULL),(4993,1144,10,'0000:00:02.0','2010-05-04 03:00:00',NULL),(4994,1144,16,'Foxconn International, Inc.','2010-05-04 03:00:00',NULL),(4995,1144,17,'Intel Corporation','2010-05-04 03:00:00',<B>NULL),(4996,1145,12,'Device 0d4b','2010-05-04 03:00:00',NULL),(4997,1145,9,'82801G (ICH7 Family) SMBus Controller','2010-05-04 03:00:00',NULL),(4998,1145,13,'82801G (ICH7 Family) SMBus Controller','2010-05-04 03:00:00',NULL),(4999,1145,14,'01','2010-05-04 03:00:00',NULL),(5000,1145,15,'SMBus','2010-05-04 03:00:00',NULL),(5001,1145,10,'0000:00:1f.3','2010-05-04 03:00:00',NULL),(5002,1145,16,'Foxconn International, Inc.','2010-05-04 03:00:00',NULL),(5003,1145,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5004,1146,12,'Device 0d4b','2010-05-04 03:00:00',NULL),(5005,1146,9,'82801G (ICH7 Family) USB UHCI Controller #1','2010-05-04 03:00:00',NULL),(5006,1146,13,'82801G (ICH7 Family) USB UHCI Controller #1','2010-05-04 03:00:00',NULL),(5007,1146,14,'01',>'2010-05-04 03:00:00',NULL),(5008,1146,15,'USB Controller','2010-05-04 03:00:00',NULL),(5009,1146,10,'0000:00:1d.0','2010-05-04 03:00:00',NULL),(5010,1146,16,'Foxconn International, Inc.','2010-05-04 03:00:00',NULL),(5011,1146,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5012,1147,11,'01','2010-05-04 03:00:00',NULL),(5013,1147,9,'82801 PCI Bridge','2010-05-04 03:00:00',NULL),(5014,1147,14,'e1','2010-05-04 03:00:00',NULL),(5015,1147,15,'PCI bridge','2010-05-04 03:00:00',NULL),(5016,1147,13,'82801 PCI Bridge','2010-05-04 03:00:00',NULL),(5017,1147,10,'0000:00:1e.0','2010-05-04 03:00:00',NULL),(5018,1147,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5019,1148,11,'8f','2010-05-04 03:00:00',NULL</FONT>),(5020,1148,12,'Device 0d4b','2010-05-04 03:00:00',NULL),(5021,1148,9,'82801GB/GR/GH (ICH7 Family) SATA IDE Controller','2010-05-04 03:00:00',NULL),(5022,1148,13,'82801GB/GR/GH (ICH7 Family) SATA IDE Controller','2010-05-04 03:00:00',NULL),(5023,1148,14,'01','2010-05-04 03:00:00',NULL),(5024,1148,15,'IDE interface','2010-05-04 03:00:00',NULL),(5025,1148,16,'Foxconn International, Inc.','2010-05-04 03:00:00'</FONT>,NULL),(5026,1148,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5027,1148,10,'0000:00:1f.2','2010-05-04 03:00:00',NULL),(5028,1149,12,'Device 0d4b','2010-05-04 03:00:00',NULL),(5029,1149,9,'82945G/GZ/P/PL Memory Controller Hub','2010-05-04 03:00:00',NULL),(5030,1149,13,'82945G/GZ/P/PL Memory Controller Hub','2010-05-04 03:00:00',NULL),(5031,1149,14,'02','2010-05-04 03:00:00',NULL),(5032,1149,15,'Host bridge','2010-05-04 03:00:00',NULL),(5033,1149,10,'0000:00:00.0','2010-05-04 03:00:00',NULL),(5034,1149,16,'Foxconn International, Inc.','2010-05-04 03:00:00',NULL),(5035,1149,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5036,1150,12,'Device 0d4b','2010-05-04 03:00:00',NULL),(5037,1150,9,'82801G (ICH7 Family) USB UHCI Controller #4',>'2010-05-04 03:00:00',NULL),(5038,1150,13,'82801G (ICH7 Family) USB UHCI Controller #4','2010-05-04 03:00:00',NULL),(5039,1150,14,'01','2010-05-04 03:00:00',NULL),(5040,1150,15,'USB Controller','2010-05-04 03:00:00',NULL),(5041,1150,10,'0000:00:1d.3','2010-05-04 03:00:00',NULL),(5042,1150,16,'Foxconn International, Inc.','2010-05-04 03:00:00',NULL),(5043,1150,17,'Intel Corporation',="#BC8F8F">'2010-05-04 03:00:00',NULL),(5044,1151,9,'82801G (ICH7 Family) PCI Express Port 1','2010-05-04 03:00:00',NULL),(5045,1151,14,'01','2010-05-04 03:00:00',NULL),(5046,1151,15,'PCI bridge','2010-05-04 03:00:00',NULL),(5047,1151,13,'82801G (ICH7 Family) PCI Express Port 1','2010-05-04 03:00:00',NULL),(5048,1151,10,'0000:00:1c.0','2010-05-04 03:00:00',NULL),(5049,1151,17,'Intel Corporation',<B>'2010-05-04 03:00:00',NULL),(5050,1152,11,'8a','2010-05-04 03:00:00',NULL),(5051,1152,12,'Device 0d4b','2010-05-04 03:00:00',NULL),(5052,1152,9,'82801G (ICH7 Family) IDE Controller','2010-05-04 03:00:00',NULL),(5053,1152,13,'82801G (ICH7 Family) IDE Controller','2010-05-04 03:00:00',NULL),(5054,1152,14,'01','2010-05-04 03:00:00',NULL),(5055,1152,15,'IDE interface',COLOR="#BC8F8F">'2010-05-04 03:00:00',NULL),(5056,1152,16,'Foxconn International, Inc.','2010-05-04 03:00:00',NULL),(5057,1152,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5058,1152,10,'0000:00:1f.1','2010-05-04 03:00:00',NULL),(5059,1153,12,'Device 0d4b','2010-05-04 03:00:00',NULL),(5060,1153,9,'82801G (ICH7 Family) USB UHCI Controller #2','2010-05-04 03:00:00',NULL),(5061,1153,13,'82801G (ICH7 Family) USB UHCI Controller #2','2010-05-04 03:00:00',NULL),(5062,1153,14,'01','2010-05-04 03:00:00',NULL),(5063,1153,15,'USB Controller','2010-05-04 03:00:00',NULL),(5064,1153,10,'0000:00:1d.1','2010-05-04 03:00:00',NULL),(5065,1153,16,'Foxconn International, Inc.','2010-05-04 03:00:00',NULL),(5066,1153,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5067,1154,12,'Device 0d4b','2010-05-04 03:00:00',NULL),(5068,1154,9,'82801G (ICH7 Family) USB UHCI Controller #3','2010-05-04 03:00:00',NULL),(5069,1154,13,'82801G (ICH7 Family) USB UHCI Controller #3','2010-05-04 03:00:00',NULL),(5070,1154,14,'01','2010-05-04 03:00:00',NULL),(5071,1154,15,'USB Controller','2010-05-04 03:00:00',NULL),(5072,1154,10,'0000:00:1d.2','2010-05-04 03:00:00',NULL),(5073,1154,16,"#BC8F8F">'Foxconn International, Inc.','2010-05-04 03:00:00',NULL),(5074,1154,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5075,1138,4,'766204','2010-05-04 03:00:00',NULL),(5076,1138,5,'1','2010-05-04 03:00:00',NULL),(5077,1138,6,'GenuineIntel','2010-05-04 03:00:00',NULL),(5078,1138,7,'i686','2010-05-04 03:00:00',NULL),(5079,1138,8,'2793.168',LOR="#BC8F8F">'2010-05-04 03:00:00','2010-05-08 03:00:00'),(5080,1155,9,'82801EB/ER (ICH5/ICH5R) LPC Interface Bridge','2010-05-04 03:00:00',NULL),(5081,1155,14,'02','2010-05-04 03:00:00',NULL),(5082,1155,15,'ISA bridge','2010-05-04 03:00:00',NULL),(5083,1155,13,'82801EB/ER (ICH5/ICH5R) LPC Interface Bridge','2010-05-04 03:00:00',NULL),(5084,1155,10,'0000:00:1f.0','2010-05-04 03:00:00',NULL),(5085,1155,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5086,1156,11,'20','2010-05-04 03:00:00',NULL),(5087,1156,12,'Device 0151','2010-05-04 03:00:00',NULL),(5088,1156,9,'82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller','2010-05-04 03:00:00',NULL),(5089,1156,13,'82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller','2010-05-04 03:00:00',NULL),(5090,1156,14,'02','2010-05-04 03:00:00',NULL),(5091,1156,15,R="#BC8F8F">'USB Controller','2010-05-04 03:00:00',NULL),(5092,1156,16,'Dell','2010-05-04 03:00:00',NULL),(5093,1156,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5094,1156,10,'0000:00:1d.7','2010-05-04 03:00:00',NULL),(5095,1157,12,'Device 0151','2010-05-04 03:00:00',NULL),(5096,1157,9,'82865G Integrated Graphics Controller','2010-05-04 03:00:00',NULL),(5097,1157,13,>'82865G Integrated Graphics Controller','2010-05-04 03:00:00',NULL),(5098,1157,14,'02','2010-05-04 03:00:00',NULL),(5099,1157,15,'VGA compatible controller','2010-05-04 03:00:00',NULL),(5100,1157,10,'0000:00:02.0','2010-05-04 03:00:00',NULL),(5101,1157,16,'Dell','2010-05-04 03:00:00',NULL),(5102,1157,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5103,1158,12,'Device 0151','2010-05-04 03:00:00',NULL),(5104,1158,9,'82540EM Gigabit Ethernet Controller','2010-05-04 03:00:00',NULL),(5105,1158,13,'82540EM Gigabit Ethernet Controller','2010-05-04 03:00:00',NULL),(5106,1158,14,'02','2010-05-04 03:00:00',NULL),(5107,1158,15,'Ethernet controller','2010-05-04 03:00:00',NULL),(5108,1158,10,'0000:01:0c.0','2010-05-04 03:00:00',NULL),(5109,1158,16,>'Dell','2010-05-04 03:00:00',NULL),(5110,1158,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5111,1159,12,'Device 0151','2010-05-04 03:00:00',NULL),(5112,1159,9,'82801EB/ER (ICH5/ICH5R) SMBus Controller','2010-05-04 03:00:00',NULL),(5113,1159,13,'82801EB/ER (ICH5/ICH5R) SMBus Controller','2010-05-04 03:00:00',NULL),(5114,1159,14,'02','2010-05-04 03:00:00',NULL),(5115,1159,15,'SMBus','2010-05-04 03:00:00',NULL),(5116,1159,10,'0000:00:1f.3','2010-05-04 03:00:00',NULL),(5117,1159,16,'Dell','2010-05-04 03:00:00',NULL),(5118,1159,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5119,1160,9,'82801 PCI Bridge','2010-05-04 03:00:00',NULL),(5120,1160,14,'c2','2010-05-04 03:00:00',NULL),(5121,1160,15,'PCI bridge','2010-05-04 03:00:00',NULL),(5122,1160,13,'82801 PCI Bridge','2010-05-04 03:00:00',NULL),(5123,1160,10,'0000:00:1e.0','2010-05-04 03:00:00',NULL),(5124,1160,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5125,1161,11,'8f','2010-05-04 03:00:00',NULL),(5126,1161,12,'Device 0151','2010-05-04 03:00:00',NULL),(5127,1161,9,'82801EB (ICH5) SATA Controller','2010-05-04 03:00:00',NULL),(5128,1161,13,'82801EB (ICH5) SATA Controller','2010-05-04 03:00:00',NULL),(5129,1161,14,'02','2010-05-04 03:00:00',NULL),(5130,1161,15,'IDE interface','2010-05-04 03:00:00',NULL),(5131,1161,16,'Dell','2010-05-04 03:00:00',NULL),(5132,1161,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5133,1161,10,'0000:00:1f.2','2010-05-04 03:00:00',<FONT COLOR="#A020F0">NULL),(5134,1162,12,'Device 0151','2010-05-04 03:00:00',NULL),(5135,1162,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1','2010-05-04 03:00:00',NULL),(5136,1162,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1','2010-05-04 03:00:00',NULL),(5137,1162,14,'02','2010-05-04 03:00:00',NULL),(5138,1162,15,'USB Controller','2010-05-04 03:00:00',NULL),(5139,1162,10,'0000:00:1d.0','2010-05-04 03:00:00',NULL),(5140,1162,16,'Dell','2010-05-04 03:00:00',NULL),(5141,1162,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5142,1163,12,'Device 0151','2010-05-04 03:00:00',NULL),(5143,1163,9,'82865G/PE/P DRAM Controller/Host-Hub Interface','2010-05-04 03:00:00',NULL),(5144,1163,13,'82865G/PE/P DRAM Controller/Host-Hub Interface','2010-05-04 03:00:00',NULL),(5145,1163,14,'02','2010-05-04 03:00:00',NULL),(5146,1163,15,'Host bridge','2010-05-04 03:00:00',NULL),(5147,1163,10,'0000:00:00.0','2010-05-04 03:00:00',NULL),(5148,1163,16,'Dell','2010-05-04 03:00:00',NULL),(5149,1163,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5150,1164,12,'Device 0151','2010-05-04 03:00:00',NULL),(5151,1164,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4','2010-05-04 03:00:00',NULL),(5152,1164,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4','2010-05-04 03:00:00',NULL),(5153,1164,14,'02','2010-05-04 03:00:00',NULL),(5154,1164,15,'USB Controller','2010-05-04 03:00:00',NULL),(5155,1164,10,'0000:00:1d.3','2010-05-04 03:00:00',NULL),(5156,1164,16,'Dell','2010-05-04 03:00:00',NULL),(5157,1164,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5158,1165,12,'Device 0151','2010-05-04 03:00:00',NULL),(5159,1165,9,'82801EB/ER (ICH5/ICH5R) AC\'97 Audio Controller','2010-05-04 03:00:00',NULL),(5160,1165,13,'82801EB/ER (ICH5/ICH5R) AC\'97 Audio Controller','2010-05-04 03:00:00',NULL),(5161,1165,14,'02','2010-05-04 03:00:00',NULL),(5162,1165,15,'Multimedia audio controller','2010-05-04 03:00:00',NULL),(5163,1165,10,'0000:00:1f.5'NT>,'2010-05-04 03:00:00',NULL),(5164,1165,16,'Dell','2010-05-04 03:00:00',NULL),(5165,1165,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5166,1166,11,'8a','2010-05-04 03:00:00',NULL),(5167,1166,12,'Device 0151','2010-05-04 03:00:00',NULL),(5168,1166,9,'82801EB/ER (ICH5/ICH5R) IDE Controller','2010-05-04 03:00:00',NULL),(5169,1166,13,'82801EB/ER (ICH5/ICH5R) IDE Controller','2010-05-04 03:00:00',NULL),(5170,1166,14,'02','2010-05-04 03:00:00',NULL),(5171,1166,15,'IDE interface','2010-05-04 03:00:00',NULL),(5172,1166,16,'Dell','2010-05-04 03:00:00',NULL),(5173,1166,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5174,1166,10,'0000:00:1f.1','2010-05-04 03:00:00',NULL),(5175,1167,12,'Device 0151','2010-05-04 03:00:00',NULL),(5176,1167,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2','2010-05-04 03:00:00',NULL),(5177,1167,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2','2010-05-04 03:00:00',NULL),(5178,1167,14,'02','2010-05-04 03:00:00',NULL),(5179,1167,15,'USB Controller','2010-05-04 03:00:00',NULL),(5180,1167,10,'0000:00:1d.1','2010-05-04 03:00:00',NULL),(5181,1167,16,'Dell','2010-05-04 03:00:00',NULL),(5182,1167,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5183,1168,12,'Device 0151','2010-05-04 03:00:00',NULL),(5184,1168,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3','2010-05-04 03:00:00',NULL),(5185,1168,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3','2010-05-04 03:00:00',NULL),(5186,1168,14,'02','2010-05-04 03:00:00',NULL),(5187,1168,15,'USB Controller','2010-05-04 03:00:00',NULL),(5188,1168,10,'0000:00:1d.2','2010-05-04 03:00:00',NULL),(5189,1168,16,'Dell','2010-05-04 03:00:00',NULL),(5190,1168,17,'Intel Corporation','2010-05-04 03:00:00',NULL),(5191,1138,8,'2793.176','2010-05-08 03:00:00','2010-05-14 03:00:00'),(5192,1031,8,'1596.067','2010-05-11 03:00:00','2010-09-03 03:00:00'),(5193,1138,8,'2793.179','2010-05-14 03:00:00','2011-02-11 03:00:00'),(5194,1137,8,'1596.063','2010-05-15 03:00:00','2010-05-31 03:00:00'),(5195,33,8,'3391.858','2010-05-21 03:00:00','2010-05-27 03:00:00'),(5196,33,8,'3391.870','2010-05-27 03:00:00','2010-06-17 03:00:00'),(5197,22,8,'2327.522','2010-05-30 04:47:00','2010-10-18 04:47:00'),(5198,1137,8,'1596.036','2010-05-31 03:00:00','2010-06-07 03:00:00'),(5199,31,8,'801.840','2010-05-31 03:00:00',NULL),(5200,4,8,'2999.888','2010-05-31 13:00:00','2010-07-05 13:00:00'),(5201,1137,8,'1596.104','2010-06-07 03:00:00','2010-07-26 03:00:00'),(5202,1001,8,'598.187','2010-06-10 03:00:00','2010-08-07 03:00:00'),(5203,1103,8,'2999.890','2010-06-12 03:00:00','2010-07-07 03:00:00'),(5204,33,8,'3391.848','2010-06-17 03:00:00','2010-06-30 03:00:00'),(5205,33,8,NT COLOR="#BC8F8F">'3391.884','2010-06-30 03:00:00','2010-12-03 03:00:00'),(5206,1010,8,'1596.024','2010-06-30 03:00:00','2010-09-11 03:00:00'),(5207,896,4,'427008','2010-07-05 03:00:00','2010-07-06 03:00:00'),(5208,896,8,'2999.964','2010-07-05 03:00:00','2010-07-06 03:00:00'),(5209,4,8,'2999.890','2010-07-05 13:00:00','2010-07-06 13:00:00'),(5210,1000,8,'2999.890','2010-07-06 03:00:00','2010-08-11 03:00:00'),(5211,896,4,'951296','2010-07-06 03:00:00','2010-07-13 03:00:00'),(5212,896,8,'2999.978','2010-07-06 03:00:00','2010-08-20 03:00:00'),(5213,4,8,'2999.888','2010-07-06 13:00:00','2010-07-26 13:00:00'),(5214,1030,8,'2999.892','2010-07-07 03:00:00','2010-08-20 03:00:00'),(5215,1103,8,'2999.888','2010-07-07 03:00:00','2010-09-10 03:00:00'),(5216,17,4,'557196','2010-07-08 03:00:00','2010-09-16 03:00:00'),(5217,847,4,'1052928','2010-07-08 03:25:00','2010-09-01 03:25:00'),(5218,896,4,'427008','2010-07-13 03:00:00','2010-08-20 03:00:00'),(5219,20,8,'2999.888','2010-07-13 03:00:00','2010-10-28 03:00:00'),(5220,1170,4,'228352','2010-07-15 03:00:00','2011-11-18 03:00:00'),(5221,1170,5,'4','2010-07-15 03:00:00',NULL),(5222,1170,6,'GenuineIntel','2010-07-15 03:00:00', COLOR="#A020F0">NULL),(5223,1170,7,'i686','2010-07-15 03:00:00',NULL),(5224,1170,8,'1596.029','2010-07-15 03:00:00','2010-08-11 03:00:00'),(5225,1171,12,'Device 0d4b','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5226,1171,9,'82801G (ICH7 Family) High Definition Audio Controller','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5227,1171,13,'82801G (ICH7 Family) High Definition Audio Controller','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5228,1171,14,'01','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5229,1171,15,'Audio device','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5230,1171,10,'0000:00:1b.0','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5231,1171,16,'Foxconn International, Inc.','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5232,1171,17,'Intel Corporation','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5233,1172,12,'Device 0d4b','2010-07-15 03:00:00',LOR="#A020F0">NULL),(5234,1172,9,'82801GB/GR (ICH7 Family) LPC Interface Bridge','2010-07-15 03:00:00',NULL),(5235,1172,13,'82801GB/GR (ICH7 Family) LPC Interface Bridge','2010-07-15 03:00:00',NULL),(5236,1172,14,'01','2010-07-15 03:00:00',NULL),(5237,1172,15,'ISA bridge','2010-07-15 03:00:00',NULL),(5238,1172,10,'0000:00:1f.0','2010-07-15 03:00:00',NULL),(5239,1172,16,'Foxconn International, Inc.','2010-07-15 03:00:00',NULL),(5240,1172,17,'Intel Corporation','2010-07-15 03:00:00',NULL),(5241,1173,11,'20','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5242,1173,12,'Device 0d4b','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5243,1173,9,'82801G (ICH7 Family) USB2 EHCI Controller','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5244,1173,13,'82801G (ICH7 Family) USB2 EHCI Controller','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5245,1173,14,'01','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5246,1173,15,'USB Controller','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5247,1173,16,'Foxconn International, Inc.','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5248,1173,17,'Intel Corporation','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5249,1173,10,'0000:00:1d.7','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5250,1174,9,'82801G (ICH7 Family) PCI Express Port 2','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5251,1174,14,'01','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5252,1174,15,'PCI bridge','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5253,1174,13,'82801G (ICH7 Family) PCI Express Port 2','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5254,1174,10,'0000:00:1c.1','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5255,1174,17,'Intel Corporation','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5256,1175,12,'Device 0d4b','2010-07-15 03:00:00',NULL),(5257,1175,9,'RTL8101E/RTL8102E PCI Express Fast Ethernet controller','2010-07-15 03:00:00',NULL),(5258,1175,13,'RTL8101E/RTL8102E PCI Express Fast Ethernet controller','2010-07-15 03:00:00',NULL),(5259,1175,14,'01','2010-07-15 03:00:00',NULL),(5260,1175,15,'Ethernet controller','2010-07-15 03:00:00',NULL),(5261,1175,10,'0000:02:00.0','2010-07-15 03:00:00',NULL),(5262,1175,16,'Foxconn International, Inc.','2010-07-15 03:00:00',NULL),(5263,1175,17,'Realtek Semiconductor Co., Ltd.','2010-07-15 03:00:00',NULL),(5264,1176,12,'Device 0d4b','2010-07-15 03:00:00',NULL),(5265,1176,9,'82945G/GZ Integrated Graphics Controller','2010-07-15 03:00:00',NULL),(5266,1176,13,'82945G/GZ Integrated Graphics Controller','2010-07-15 03:00:00',NULL),(5267,1176,14,'02', COLOR="#BC8F8F">'2010-07-15 03:00:00',NULL),(5268,1176,15,'VGA compatible controller','2010-07-15 03:00:00',NULL),(5269,1176,10,'0000:00:02.0','2010-07-15 03:00:00',NULL),(5270,1176,16,'Foxconn International, Inc.','2010-07-15 03:00:00',NULL),(5271,1176,17,'Intel Corporation','2010-07-15 03:00:00',NULL),(5272,1177,12,'Device 0d4b','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5273,1177,9,'82801G (ICH7 Family) SMBus Controller','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5274,1177,13,'82801G (ICH7 Family) SMBus Controller','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5275,1177,14,'01','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5276,1177,15,'SMBus','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5277,1177,10,'0000:00:1f.3','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5278,1177,16,'Foxconn International, Inc.','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5279,1177,17,'Intel Corporation','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5280,1178,12,'Device 0d4b','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5281,1178,9,'82801G (ICH7 Family) USB UHCI Controller #1','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5282,1178,13,'82801G (ICH7 Family) USB UHCI Controller #1','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5283,1178,14,'01','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5284,1178,15,'USB Controller','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5285,1178,10,'0000:00:1d.0','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5286,1178,16,'Foxconn International, Inc.','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5287,1178,17,'Intel Corporation','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5288,1179,11,'01','2010-07-15 03:00:00',NULL),(5289,1179,9,'82801 PCI Bridge','2010-07-15 03:00:00'ONT>,NULL),(5290,1179,14,'e1','2010-07-15 03:00:00',NULL),(5291,1179,15,'PCI bridge','2010-07-15 03:00:00',NULL),(5292,1179,13,'82801 PCI Bridge','2010-07-15 03:00:00',NULL),(5293,1179,10,'0000:00:1e.0','2010-07-15 03:00:00',NULL),(5294,1179,17,'Intel Corporation','2010-07-15 03:00:00',NULL),(5295,1180,11,'8f','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5296,1180,12,'Device 0d4b','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5297,1180,9,'82801GB/GR/GH (ICH7 Family) SATA IDE Controller','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5298,1180,13,'82801GB/GR/GH (ICH7 Family) SATA IDE Controller','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5299,1180,14,'01','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5300,1180,15,'IDE interface','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5301,1180,16,'Foxconn International, Inc.','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5302,1180,17,'Intel Corporation','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5303,1180,10,'0000:00:1f.2','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5304,1181,12,'Device 0d4b','2010-07-15 03:00:00',NULL),(5305,1181,9,'82945G/GZ/P/PL Memory Controller Hub','2010-07-15 03:00:00',NULL),(5306,1181,13,'82945G/GZ/P/PL Memory Controller Hub','2010-07-15 03:00:00'FONT>,NULL),(5307,1181,14,'02','2010-07-15 03:00:00',NULL),(5308,1181,15,'Host bridge','2010-07-15 03:00:00',NULL),(5309,1181,10,'0000:00:00.0','2010-07-15 03:00:00',NULL),(5310,1181,16,'Foxconn International, Inc.','2010-07-15 03:00:00',NULL),(5311,1181,17,'Intel Corporation','2010-07-15 03:00:00',NULL),(5312,1182,12,'Device 0d4b','2010-07-15 03:00:00',"#BC8F8F">'2012-07-07 03:00:00'),(5313,1182,9,'82801G (ICH7 Family) USB UHCI Controller #4','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5314,1182,13,'82801G (ICH7 Family) USB UHCI Controller #4','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5315,1182,14,'01','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5316,1182,15,'USB Controller','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5317,1182,10,'0000:00:1d.3','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5318,1182,16,>'Foxconn International, Inc.','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5319,1182,17,'Intel Corporation','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5320,1183,9,'82801G (ICH7 Family) PCI Express Port 1','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5321,1183,14,'01','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5322,1183,15,'PCI bridge','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5323,1183,13,'82801G (ICH7 Family) PCI Express Port 1','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5324,1183,10,'0000:00:1c.0','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5325,1183,17,'Intel Corporation','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5326,1184,11,'8a','2010-07-15 03:00:00',NULL),(5327,1184,12,'Device 0d4b','2010-07-15 03:00:00',NULL),(5328,1184,9,'82801G (ICH7 Family) IDE Controller','2010-07-15 03:00:00',NULL),(5329,1184,13,'82801G (ICH7 Family) IDE Controller','2010-07-15 03:00:00',NULL),(5330,1184,14,'01','2010-07-15 03:00:00',NULL),(5331,1184,15,'IDE interface','2010-07-15 03:00:00',NULL),(5332,1184,16,'Foxconn International, Inc.','2010-07-15 03:00:00',NULL),(5333,1184,17,'Intel Corporation','2010-07-15 03:00:00',NULL),(5334,1184,10,'0000:00:1f.1','2010-07-15 03:00:00',NULL),(5335,1185,12,'Device 0d4b','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5336,1185,9,'82801G (ICH7 Family) USB UHCI Controller #2','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5337,1185,13,'82801G (ICH7 Family) USB UHCI Controller #2','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5338,1185,14,'01','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5339,1185,15,'USB Controller','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5340,1185,10,'0000:00:1d.1','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5341,1185,16,'Foxconn International, Inc.','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5342,1185,17,'Intel Corporation','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5343,1186,12,'Device 0d4b','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5344,1186,9,'82801G (ICH7 Family) USB UHCI Controller #3','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5345,1186,13,'82801G (ICH7 Family) USB UHCI Controller #3','2010-07-15 03:00:00',<FONT COLOR="#BC8F8F">'2012-07-07 03:00:00'),(5346,1186,14,'01','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5347,1186,15,'USB Controller','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5348,1186,10,'0000:00:1d.2','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5349,1186,16,'Foxconn International, Inc.','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5350,1186,17,'Intel Corporation','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5351,1187,4,'786628','2010-07-15 03:00:00','2012-07-07 03:00:00'),(5352,1187,5,'1','2010-07-15 03:00:00',NULL),(5353,1187,6,'GenuineIntel','2010-07-15 03:00:00',NULL),(5354,1187,7,'i686','2010-07-15 03:00:00',NULL),(5355,1187,8,'1596.000','2010-07-15 03:00:00','2010-08-11 03:00:00'),(5356,24,8,'2327.524','2010-07-19 03:00:00','2010-10-18 03:00:00'),(5357,23,4,'2050048',OR="#BC8F8F">'2010-07-19 03:00:00',NULL),(5358,23,8,'2327.548','2010-07-19 03:00:00',NULL),(5359,851,8,'2327.524','2010-07-19 03:00:00','2011-01-08 03:00:00'),(5360,1137,8,'1596.083','2010-07-26 03:00:00','2010-12-08 03:00:00'),(5361,4,8,'2999.894','2010-07-26 13:00:00','2010-07-27 13:00:00'),(5362,4,8,'2999.890','2010-07-27 13:00:00','2010-08-23 13:00:00'),(5363,1001,8,'598.197','2010-08-07 03:00:00','2010-08-09 03:00:00'),(5364,1001,8,'598.209','2010-08-09 03:00:00','2010-08-24 03:00:00'),(5365,1187,8,'1595.999','2010-08-11 03:00:00','2011-11-18 03:00:00'),(5366,1000,8,'2999.888','2010-08-11 03:00:00','2010-08-20 03:00:00'),(5367,1170,8,'1596.041','2010-08-11 03:00:00','2010-09-28 03:00:00'),(5368,21,8,'1607.327','2010-08-17 04:37:00','2011-02-23 03:00:00'),(5369,1030,8,'2999.888','2010-08-20 03:00:00','2010-09-10 03:00:00'),(5370,896,4,'1228800','2010-08-20 03:00:00','2010-09-10 03:00:00'),(5371,896,8,'2999.944','2010-08-20 03:00:00','2010-09-10 03:00:00'),(5372,1000,8,'2999.890','2010-08-20 03:00:00','2010-09-03 03:00:00'),(5373,4,8,'2999.892','2010-08-23 13:00:00','2010-09-10 13:00:00'),(5374,1001,8,'598.196','2010-08-24 03:00:00',NULL),(5375,847,4,="#BC8F8F">'1572864','2010-09-01 03:25:00',NULL),(5376,28,8,'2010.334','2010-09-02 03:00:00','2011-01-29 03:00:00'),(5377,1031,8,'1596.025','2010-09-03 03:00:00','2010-12-30 03:00:00'),(5378,1000,8,'2999.888','2010-09-03 03:00:00','2010-09-10 03:00:00'),(5379,1,8,'1608.244','2010-09-08 03:00:00',NULL),(5380,1030,8,'2999.890','2010-09-10 03:00:00','2011-02-03 03:00:00'),(5381,1103,8,"#BC8F8F">'2999.890','2010-09-10 03:00:00','2010-10-26 03:00:00'),(5382,896,4,'1222656','2010-09-10 03:00:00','2010-12-08 03:00:00'),(5383,896,8,'2999.994','2010-09-10 03:00:00','2011-02-03 03:00:00'),(5384,1189,12,'PRO/1000 MT Desktop Adapter','2010-09-10 03:00:00','2011-02-03 03:00:00'),(5385,1189,9,'82540EM Gigabit Ethernet Controller','2010-09-10 03:00:00','2011-02-03 03:00:00'),(5386,1189,13,'82540EM Gigabit Ethernet Controller','2010-09-10 03:00:00','2011-02-03 03:00:00'),(5387,1189,14,'02','2010-09-10 03:00:00','2011-02-03 03:00:00'),(5388,1189,15,'Ethernet controller','2010-09-10 03:00:00','2011-02-03 03:00:00'),(5389,1189,10,'0000:03:06.0','2010-09-10 03:00:00','2011-02-03 03:00:00'),(5390,1189,16,'Intel Corporation','2010-09-10 03:00:00','2011-02-03 03:00:00'),(5391,1189,17,'Intel Corporation','2010-09-10 03:00:00','2011-02-03 03:00:00'),(5392,1000,8,OLOR="#BC8F8F">'2999.890','2010-09-10 03:00:00','2011-01-29 03:00:00'),(5393,11,4,'838852','2010-09-10 03:00:00','2010-09-25 03:00:00'),(5394,11,7,'i686','2010-09-10 03:00:00','2010-09-25 03:00:00'),(5395,11,8,'1403.187','2010-09-10 03:00:00','2010-09-16 03:00:00'),(5396,4,8,'2999.890','2010-09-10 13:00:00','2010-09-20 13:00:00'),(5397,1010,8,'1596.020','2010-09-11 03:00:00','2010-09-23 03:00:00'),(5398,999,4,'262340','2010-09-13 03:00:00','2010-09-16 03:00:00'),(5399,999,7,'i686','2010-09-13 03:00:00','2010-09-16 03:00:00'),(5400,999,8,'1403.182','2010-09-13 03:00:00','2010-09-16 03:00:00'),(5401,11,8,'1403.181','2010-09-16 03:00:00','2010-09-25 03:00:00'),(5402,999,4,'262360','2010-09-16 03:00:00','2011-12-26 03:00:00'),(5403,999,7,'x86_64','2010-09-16 03:00:00',NULL),(5404,999,8,'2000.080','2010-09-16 03:00:00','2011-12-26 03:00:00'),(5405,17,4,'7397376','2010-09-16 03:00:00','2010-09-25 03:00:00'),(5406,17,8,'2000.100','2010-09-16 03:00:00','2011-12-30 03:00:00'),(5407,1190,11,'85','2010-09-16 03:00:00',NULL),(5408,1190,12,'Device cb84','2010-09-16 03:00:00',NULL),(5409,1190,9,'MCP55 SATA Controller','2010-09-16 03:00:00',NULL),(5410,1190,13,'MCP55 SATA Controller','2010-09-16 03:00:00',NULL),(5411,1190,14,'a3','2010-09-16 03:00:00',NULL),(5412,1190,15,'IDE interface','2010-09-16 03:00:00',NULL),(5413,1190,16,'nVidia Corporation','2010-09-16 03:00:00',NULL),(5414,1190,17,'nVidia Corporation','2010-09-16 03:00:00',NULL),(5415,1190,10,'0000:00:05.0','2010-09-16 03:00:00',NULL),(5416,1191,11,T COLOR="#BC8F8F">'85','2010-09-16 03:00:00',NULL),(5417,1191,12,'Device cb84','2010-09-16 03:00:00',NULL),(5418,1191,9,'MCP55 SATA Controller','2010-09-16 03:00:00',NULL),(5419,1191,13,'MCP55 SATA Controller','2010-09-16 03:00:00',NULL),(5420,1191,14,'a3','2010-09-16 03:00:00',NULL),(5421,1191,15,'IDE interface','2010-09-16 03:00:00',NULL),(5422,1191,16,'nVidia Corporation','2010-09-16 03:00:00',NULL),(5423,1191,17,'nVidia Corporation','2010-09-16 03:00:00',NULL),(5424,1191,10,'0000:00:05.1','2010-09-16 03:00:00',NULL),(5425,13,4,'524504','2010-09-16 03:00:00',NULL),(5426,7,4,'524484','2010-09-18 03:00:00','2010-09-25 03:00:00'),(5427,7,7,'i686','2010-09-18 03:00:00','2010-09-25 03:00:00'),(5428,7,8,'1403.181','2010-09-18 03:00:00','2010-09-25 03:00:00'),(5429,35,4,'3885056','2010-09-18 03:00:00','2010-09-22 03:00:00'),(5430,35,8,'3192.344','2010-09-18 03:00:00','2010-11-24 03:00:00'),(5431,34,8,'3192.210','2010-09-18 03:00:00',NULL),(5432,4,8,'2999.888','2010-09-20 13:00:00','2010-12-21 13:00:00'),(5433,35,4,'3360768','2010-09-22 03:00:00','2010-11-24 03:00:00'),(5434,1010,8,'1596.040',COLOR="#BC8F8F">'2010-09-23 03:00:00','2010-10-28 03:00:00'),(5435,11,4,'1572864','2010-09-25 03:00:00','2011-10-05 03:00:00'),(5436,11,7,'x86_64','2010-09-25 03:00:00',NULL),(5437,11,8,'2000.080','2010-09-25 03:00:00','2011-02-25 03:00:00'),(5438,7,4,'1572864','2010-09-25 03:00:00',NULL),(5439,7,7,'x86_64','2010-09-25 03:00:00',NULL),(5440,7,8,'2000.080','2010-09-25 03:00:00',NULL),(5441,17,4,'4251648','2010-09-25 03:00:00','2010-12-31 03:00:00'),(5442,1170,8,'1596.042','2010-09-28 03:00:00','2011-11-18 03:00:00'),(5443,975,8,'2999.892','2010-10-13 03:00:00','2010-10-28 03:00:00'),(5444,22,4,'1048792','2010-10-17 04:47:00',NULL),(5445,22,7,'x86_64','2010-10-17 04:47:00',NULL),(5446,24,4,'524504','2010-10-18 03:00:00',LOR="#A020F0">NULL),(5447,24,7,'x86_64','2010-10-18 03:00:00',NULL),(5448,24,8,'2327.522','2010-10-18 03:00:00','2011-03-29 03:00:00'),(5449,22,8,'2327.524','2010-10-18 04:47:00','2010-10-19 04:47:00'),(5450,851,4,'524504','2010-10-19 03:00:00',NULL),(5451,851,7,'x86_64','2010-10-19 03:00:00',NULL),(5452,22,8,'2327.522','2010-10-19 04:47:00',NULL),(5453,1192,4,<B>'982016','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5454,1192,5,'4','2010-10-23 03:00:00',NULL),(5455,1192,6,'AuthenticAMD','2010-10-23 03:00:00',NULL),(5456,1192,7,'x86_64','2010-10-23 03:00:00',NULL),(5457,1192,8,'2812.642','2010-10-23 03:00:00','2010-12-02 03:00:00'),(5458,1193,12,'Device 8389','2010-10-23 03:00:00',NULL),(5459,1193,9,'SB700/SB800 LPC host controller','2010-10-23 03:00:00',NULL),(5460,1193,15,'ISA bridge','2010-10-23 03:00:00',NULL),(5461,1193,13,'SB700/SB800 LPC host controller','2010-10-23 03:00:00',NULL),(5462,1193,10,'0000:00:14.3','2010-10-23 03:00:00',NULL),(5463,1193,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00',NULL),(5464,1193,17,'ATI Technologies Inc','2010-10-23 03:00:00',NULL),(5465,1194,11,R="#BC8F8F">'10','2010-10-23 03:00:00',NULL),(5466,1194,12,'Device 8389','2010-10-23 03:00:00',NULL),(5467,1194,9,'SB700/SB800 USB OHCI0 Controller','2010-10-23 03:00:00',NULL),(5468,1194,13,'SB700/SB800 USB OHCI0 Controller','2010-10-23 03:00:00',NULL),(5469,1194,15,'USB Controller','2010-10-23 03:00:00',NULL),(5470,1194,10,'0000:00:13.0','2010-10-23 03:00:00',NULL),(5471,1194,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00',NULL),(5472,1194,17,'ATI Technologies Inc','2010-10-23 03:00:00',NULL),(5473,1195,9,'Family 10h [Opteron, Athlon64, Sempron] Link Control','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5474,1195,15,'Host bridge','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5475,1195,13,'Family 10h [Opteron, Athlon64, Sempron] Link Control','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5476,1195,10,'0000:00:18.4','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5477,1195,17,'Advanced Micro Devices [AMD]','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5478,1196,12,'Device 83a3','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5479,1196,9,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2010-10-23 03:00:00',NULL),(5480,1196,13,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2010-10-23 03:00:00',NULL),(5481,1196,14,'03','2010-10-23 03:00:00',NULL),(5482,1196,15,'Ethernet controller','2010-10-23 03:00:00',NULL),(5483,1196,10,'0000:02:00.0','2010-10-23 03:00:00',NULL),(5484,1196,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00',NULL),(5485,1196,17,'Realtek Semiconductor Co., Ltd.','2010-10-23 03:00:00',NULL),(5486,1197,12,'Device 83a2','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5487,1197,9,'Device 9710','2010-10-23 03:00:00',<FONT COLOR="#BC8F8F">'2012-07-28 03:00:00'),(5488,1197,15,'VGA compatible controller','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5489,1197,13,'Device 9710','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5490,1197,10,'0000:01:05.0','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5491,1197,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5492,1197,17,'ATI Technologies Inc','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5493,1198,12,"#BC8F8F">'Device 836c','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5494,1198,9,'SBx00 Azalia (Intel HDA)','2010-10-23 03:00:00',NULL),(5495,1198,15,'Audio device','2010-10-23 03:00:00',NULL),(5496,1198,13,'SBx00 Azalia (Intel HDA)','2010-10-23 03:00:00',NULL),(5497,1198,10,'0000:00:14.2','2010-10-23 03:00:00',NULL),(5498,1198,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00',NULL),(5499,1198,17,'ATI Technologies Inc','2010-10-23 03:00:00',NULL),(5500,1199,11,'01','2010-10-23 03:00:00',NULL),(5501,1199,9,'SBx00 PCI to PCI Bridge','2010-10-23 03:00:00',NULL),(5502,1199,15,'PCI bridge','2010-10-23 03:00:00',NULL),(5503,1199,13,'SBx00 PCI to PCI Bridge','2010-10-23 03:00:00',NULL),(5504,1199,10,'0000:00:14.4','2010-10-23 03:00:00',NULL),(5505,1199,17,'ATI Technologies Inc','2010-10-23 03:00:00',NULL),(5506,1200,9,'Family 10h [Opteron, Athlon64, Sempron] DRAM Controller','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5507,1200,15,'Host bridge','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5508,1200,13,'Family 10h [Opteron, Athlon64, Sempron] DRAM Controller','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5509,1200,10,'0000:00:18.2','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5510,1200,17,'Advanced Micro Devices [AMD]','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5511,1201,12,'Device 8389','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5512,1201,9,'SBx00 SMBus Controller','2010-10-23 03:00:00',NULL),(5513,1201,13,'SBx00 SMBus Controller','2010-10-23 03:00:00',NULL),(5514,1201,14,'3c','2010-10-23 03:00:00',NULL),(5515,1201,15,'SMBus','2010-10-23 03:00:00',NULL),(5516,1201,10,'0000:00:14.0','2010-10-23 03:00:00',NULL),(5517,1201,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00',NULL),(5518,1201,17,'ATI Technologies Inc','2010-10-23 03:00:00',NULL),(5519,1202,11,'10','2010-10-23 03:00:00',NULL),(5520,1202,12,'Device 8389','2010-10-23 03:00:00',NULL),(5521,1202,9,'SB700 USB OHCI1 Controller','2010-10-23 03:00:00',NULL),(5522,1202,13,'SB700 USB OHCI1 Controller','2010-10-23 03:00:00',NULL),(5523,1202,15,'USB Controller','2010-10-23 03:00:00',NULL),(5524,1202,10,'0000:00:12.1','2010-10-23 03:00:00',NULL),(5525,1202,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00',NULL),(5526,1202,17,'ATI Technologies Inc','2010-10-23 03:00:00',NULL),(5527,1203,11,'20','2010-10-23 03:00:00',NULL),(5528,1203,12,'Device 8389',OLOR="#BC8F8F">'2010-10-23 03:00:00',NULL),(5529,1203,9,'SB700/SB800 USB EHCI Controller','2010-10-23 03:00:00',NULL),(5530,1203,13,'SB700/SB800 USB EHCI Controller','2010-10-23 03:00:00',NULL),(5531,1203,15,'USB Controller','2010-10-23 03:00:00',NULL),(5532,1203,10,'0000:00:13.2','2010-10-23 03:00:00',NULL),(5533,1203,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00',NULL),(5534,1203,17,'ATI Technologies Inc','2010-10-23 03:00:00',NULL),(5535,1204,11,'10','2010-10-23 03:00:00',NULL),(5536,1204,12,'Device 8389','2010-10-23 03:00:00',NULL),(5537,1204,9,'SB700/SB800 USB OHCI0 Controller','2010-10-23 03:00:00',NULL),(5538,1204,13,'SB700/SB800 USB OHCI0 Controller','2010-10-23 03:00:00',NULL),(5539,1204,15,'USB Controller','2010-10-23 03:00:00',NULL),(5540,1204,10,'0000:00:12.0'FONT>,'2010-10-23 03:00:00',NULL),(5541,1204,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00',NULL),(5542,1204,17,'ATI Technologies Inc','2010-10-23 03:00:00',NULL),(5543,1205,11,'01','2010-10-23 03:00:00',NULL),(5544,1205,12,'Device 8389','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5545,1205,9,'SB700/SB800 SATA Controller [IDE mode]','2010-10-23 03:00:00',NULL),(5546,1205,13,'SB700/SB800 SATA Controller [IDE mode]','2010-10-23 03:00:00',NULL),(5547,1205,15,'SATA controller','2010-10-23 03:00:00',NULL),(5548,1205,10,'0000:00:11.0','2010-10-23 03:00:00',NULL),(5549,1205,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00',NULL),(5550,1205,17,'ATI Technologies Inc','2010-10-23 03:00:00',NULL),(5551,1206,11,'20','2010-10-23 03:00:00',NULL),(5552,1206,12,'Device 8389','2010-10-23 03:00:00',NULL),(5553,1206,9,'SB700/SB800 USB EHCI Controller','2010-10-23 03:00:00',NULL),(5554,1206,13,'SB700/SB800 USB EHCI Controller','2010-10-23 03:00:00',NULL),(5555,1206,15,'USB Controller','2010-10-23 03:00:00',NULL),(5556,1206,10,'0000:00:12.2','2010-10-23 03:00:00',NULL),(5557,1206,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00',NULL),(5558,1206,17,COLOR="#BC8F8F">'ATI Technologies Inc','2010-10-23 03:00:00',NULL),(5559,1207,9,'Family 10h [Opteron, Athlon64, Sempron] HyperTransport Configuration','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5560,1207,15,'Host bridge','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5561,1207,13,'Family 10h [Opteron, Athlon64, Sempron] HyperTransport Configuration','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5562,1207,10,'0000:00:18.0','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5563,1207,17,'Advanced Micro Devices [AMD]','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5564,1208,9,'Family 10h [Opteron, Athlon64, Sempron] Address Map','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5565,1208,15,'Host bridge','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5566,1208,13,'Family 10h [Opteron, Athlon64, Sempron] Address Map','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5567,1208,10,'0000:00:18.1','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5568,1208,17,'Advanced Micro Devices [AMD]','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5569,1209,11,'10','2010-10-23 03:00:00',NULL),(5570,1209,12,'Device 8389','2010-10-23 03:00:00',NULL),(5571,1209,9,'SB700 USB OHCI1 Controller','2010-10-23 03:00:00',NULL),(5572,1209,13,'SB700 USB OHCI1 Controller','2010-10-23 03:00:00',NULL),(5573,1209,15,'USB Controller','2010-10-23 03:00:00',NULL),(5574,1209,10,>'0000:00:13.1','2010-10-23 03:00:00',NULL),(5575,1209,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00',NULL),(5576,1209,17,'ATI Technologies Inc','2010-10-23 03:00:00',NULL),(5577,1210,11,'8a','2010-10-23 03:00:00',NULL),(5578,1210,12,'Device 8389','2010-10-23 03:00:00',NULL),(5579,1210,9,'SB700/SB800 IDE Controller','2010-10-23 03:00:00',NULL),(5580,1210,13,'SB700/SB800 IDE Controller','2010-10-23 03:00:00',NULL),(5581,1210,15,'IDE interface','2010-10-23 03:00:00',NULL),(5582,1210,10,'0000:00:14.1','2010-10-23 03:00:00',NULL),(5583,1210,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00',NULL),(5584,1210,17,'ATI Technologies Inc','2010-10-23 03:00:00',NULL),(5585,1211,11,'10','2010-10-23 03:00:00',NULL),(5586,1211,12,'Device 8389','2010-10-23 03:00:00',NULL),(5587,1211,9,'SB700/SB800 USB OHCI2 Controller','2010-10-23 03:00:00',NULL),(5588,1211,13,'SB700/SB800 USB OHCI2 Controller','2010-10-23 03:00:00',NULL),(5589,1211,15,'USB Controller','2010-10-23 03:00:00',NULL),(5590,1211,10,'0000:00:14.5','2010-10-23 03:00:00',NULL),(5591,1211,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00',NULL),(5592,1211,17,'ATI Technologies Inc','2010-10-23 03:00:00',NULL),(5593,1212,12,'Device 83a2','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5594,1212,9,'RS780 Host Bridge Alternate','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5595,1212,15,'Host bridge','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5596,1212,13,'RS780 Host Bridge Alternate','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5597,1212,10,'0000:00:00.0','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5598,1212,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5599,1212,17,'Advanced Micro Devices [AMD]','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5600,1213,12,'Device 83a2','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5601,1213,9,'Device 970f','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5602,1213,15,'Audio device','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5603,1213,13,'Device 970f','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5604,1213,10,'0000:01:05.1','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5605,1213,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5606,1213,17,'ATI Technologies Inc','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5607,1214,9,'Family 10h [Opteron, Athlon64, Sempron] Miscellaneous Control','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5608,1214,15,'Host bridge','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5609,1214,13,'Family 10h [Opteron, Athlon64, Sempron] Miscellaneous Control','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5610,1214,10,'0000:00:18.3','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5611,1214,17,'Advanced Micro Devices [AMD]','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5612,1215,9,'RS780 PCI to PCI bridge (PCIE port 5)','2010-10-23 03:00:00',NULL),(5613,1215,15,'PCI bridge','2010-10-23 03:00:00',NULL),(5614,1215,13,'RS780 PCI to PCI bridge (PCIE port 5)','2010-10-23 03:00:00',NULL),(5615,1215,10,'0000:00:0a.0','2010-10-23 03:00:00',NULL),(5616,1215,17,'Advanced Micro Devices [AMD]','2010-10-23 03:00:00',NULL),(5617,1216,9,'Device 9602','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5618,1216,15,'PCI bridge','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5619,1216,13,'Device 9602','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5620,1216,10,'0000:00:01.0','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5621,1216,17,'ASUSTeK Computer Inc.','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5622,1217,11,'10','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5623,1217,12,'Device 81fe','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5624,1217,9,'VT6306 Fire II IEEE 1394 OHCI Link Layer Controller','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5625,1217,13,'VT6306 Fire II IEEE 1394 OHCI Link Layer Controller','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5626,1217,14,'c0','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5627,1217,15,'FireWire (IEEE 1394)','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5628,1217,16,'ASUSTeK Computer Inc.','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5629,1217,17,'VIA Technologies, Inc.','2010-10-23 03:00:00','2012-07-28 03:00:00'),(5630,1217,10,'0000:03:08.0'>,'2010-10-23 03:00:00','2012-07-28 03:00:00'),(5631,1103,8,'2999.888','2010-10-26 03:00:00','2011-09-07 03:00:00'),(5632,1218,4,'2097368','2010-10-23 03:00:00',NULL),(5633,1218,5,'1','2010-10-23 03:00:00',NULL),(5634,1218,6,'AuthenticAMD','2010-10-23 03:00:00',NULL),(5635,1218,7,'x86_64','2010-10-23 03:00:00',NULL),(5636,1218,8,'2812.532','2010-10-23 03:00:00','2010-11-04 03:00:00'),(5637,1219,4,'524484','2010-10-27 03:00:00','2012-05-16 03:00:00'),(5638,1219,5,'1','2010-10-27 03:00:00',NULL),(5639,1219,6,'AuthenticAMD','2010-10-27 03:00:00',NULL),(5640,1219,7,'i686','2010-10-27 03:00:00','2012-05-16 03:00:00'),(5641,1219,8,'1905.341','2010-10-27 03:00:00','2011-03-09 03:00:00'),(5642,975,8,'2999.890','2010-10-28 03:00:00','2011-03-28 03:00:00'),(5643,20,8,'2999.892','2010-10-28 03:00:00','2010-11-24 03:00:00'),(5644,1010,8,'1596.020','2010-10-28 03:00:00','2010-11-05 03:00:00'),(5645,1218,8,'2812.530','2010-11-04 03:00:00','2010-12-02 03:00:00'),(5646,1010,8,'1596.017','2010-11-05 03:00:00','2010-11-10 03:00:00'),(5647,1010,8,'1596.032','2010-11-10 03:00:00','2011-01-21 03:00:00'),(5648,35,4,'3356672','2010-11-24 03:00:00','2010-12-06 03:00:00'),(5649,35,8,'3192.342','2010-11-24 03:00:00','2010-12-06 03:00:00'),(5650,20,8,'2999.890','2010-11-24 03:00:00','2011-02-11 03:00:00'),(5651,1218,8,'2812.532','2010-12-02 03:00:00','2011-06-23 03:00:00'),(5652,1192,8,'2812.606','2010-12-02 03:00:00','2011-06-23 03:00:00'),(5653,33,8,'3391.850','2010-12-03 03:00:00','2010-12-04 03:00:00'),(5654,33,8,'3391.856','2010-12-04 03:00:00','2010-12-06 03:00:00'),(5655,35,4,'1263616','2010-12-06 03:00:00','2010-12-20 03:00:00'),(5656,35,8,'3192.344','2010-12-06 03:00:00','2010-12-20 03:00:00'),(5657,33,8,'3391.832','2010-12-06 03:00:00','2010-12-08 03:00:00'),(5658,33,4,'4017092','2010-12-08 03:00:00','2010-12-13 03:00:00'),(5659,33,8,'3391.902','2010-12-08 03:00:00','2010-12-11 03:00:00'),(5660,896,4,'624640','2010-12-08 03:00:00','2011-02-03 03:00:00'),(5661,1137,8,'1596.066','2010-12-08 03:00:00','2010-12-24 03:00:00'),(5662,33,8,'3391.856','2010-12-11 03:00:00','2011-01-08 03:00:00'),(5663,33,4,'2045952','2010-12-13 03:00:00','2011-01-08 03:00:00'),(5664,35,4,'2832384','2010-12-20 03:00:00','2011-01-05 03:00:00'),(5665,35,8,'3192.318','2010-12-20 03:00:00','2011-01-05 03:00:00'),(5666,4,4,'524484','2010-12-21 13:00:00','2010-12-25 13:00:00'),(5667,4,6,'GenuineIntel','2010-12-21 13:00:00','2010-12-25 13:00:00'),(5668,4,7,'i686','2010-12-21 13:00:00','2010-12-25 13:00:00'),(5669,4,8,'3192.206','2010-12-21 13:00:00','2010-12-25 13:00:00'),(5670,1137,8,'1596.046','2010-12-24 03:00:00','2011-01-07 03:00:00'),(5671,4,4,'524504','2010-12-25 13:00:00',"#BC8F8F">'2010-12-27 13:00:00'),(5672,4,6,'AuthenticAMD','2010-12-25 13:00:00','2010-12-27 13:00:00'),(5673,4,7,'x86_64','2010-12-25 13:00:00','2010-12-27 13:00:00'),(5674,4,8,'2999.888','2010-12-25 13:00:00','2010-12-27 13:00:00'),(5675,37,4,'7340248','2010-12-25 03:00:00','2012-02-09 03:00:00'),(5676,37,5,'8','2010-12-25 03:00:00','2012-02-09 03:00:00'),(5677,37,7,'x86_64','2010-12-25 03:00:00',NULL),(5678,37,8,'3324.998','2010-12-25 03:00:00','2012-02-09 03:00:00'),(5679,4,4,'524484','2010-12-27 13:00:00','2010-12-29 13:00:00'),(5680,4,6,'GenuineIntel','2010-12-27 13:00:00','2010-12-29 13:00:00'),(5681,4,7,'i686','2010-12-27 13:00:00','2010-12-29 13:00:00'),(5682,4,8,'3192.206','2010-12-27 13:00:00','2010-12-29 13:00:00'),(5683,4,4,'524504','2010-12-29 13:00:00'>,'2011-02-05 16:00:00'),(5684,4,6,'AuthenticAMD','2010-12-29 13:00:00',NULL),(5685,4,7,'x86_64','2010-12-29 13:00:00',NULL),(5686,4,8,'2999.888','2010-12-29 13:00:00','2011-01-03 13:00:00'),(5687,1031,8,'1596.028','2010-12-30 03:00:00','2011-01-20 03:00:00'),(5688,1220,4,'524484','2010-12-29 13:00:00','2011-11-07 13:00:00'),(5689,1220,5,'1','2010-12-29 13:00:00',COLOR="#A020F0">NULL),(5690,1220,6,'GenuineIntel','2010-12-29 13:00:00',NULL),(5691,1220,7,'i686','2010-12-29 13:00:00',NULL),(5692,1220,8,'3192.206','2010-12-29 13:00:00','2011-02-08 13:00:00'),(5693,17,4,'3207168','2010-12-31 03:00:00','2011-02-11 03:00:00'),(5694,4,8,'2999.890','2011-01-03 13:00:00','2011-02-03 16:00:00'),(5695,35,4,'2836480','2011-01-05 03:00:00','2012-03-26 03:00:00'),(5696,35,8,'3192.310','2011-01-05 03:00:00','2012-03-26 03:00:00'),(5697,27,4,'906280','2011-01-05 03:00:00',NULL),(5698,27,8,'1999.862','2011-01-05 03:00:00','2011-02-04 03:00:00'),(5699,1137,8,'1596.009','2011-01-07 03:00:00','2011-02-03 03:00:00'),(5700,33,4,'2050048','2011-01-08 03:00:00','2011-03-12 03:00:00'),(5701,33,8,'3391.846','2011-01-08 03:00:00','2011-03-12 03:00:00'),(5702,1221,12,'Device 7124','2011-01-08 03:00:00',NULL),(5703,1221,9,'SiI 3124 PCI-X Serial ATA Controller','2011-01-08 03:00:00',NULL),(5704,1221,13,'SiI 3124 PCI-X Serial ATA Controller','2011-01-08 03:00:00',NULL),(5705,1221,14,'02','2011-01-08 03:00:00',NULL),(5706,1221,15,'RAID bus controller','2011-01-08 03:00:00',NULL),(5707,1221,10,'0000:05:00.0','2011-01-08 03:00:00'>,NULL),(5708,1221,16,'Silicon Image, Inc.','2011-01-08 03:00:00',NULL),(5709,1221,17,'Silicon Image, Inc.','2011-01-08 03:00:00',NULL),(5710,1222,12,'PRO/1000 MT Network Connection','2011-01-08 03:00:00',NULL),(5711,1222,9,'82541GI Gigabit Ethernet Controller','2011-01-08 03:00:00',NULL),(5712,1222,13,'82541GI Gigabit Ethernet Controller','2011-01-08 03:00:00',NULL),(5713,1222,14,'05','2011-01-08 03:00:00',NULL),(5714,1222,15,'Ethernet controller','2011-01-08 03:00:00',NULL),(5715,1222,10,'0000:08:08.0','2011-01-08 03:00:00',NULL),(5716,1222,16,'Dell','2011-01-08 03:00:00',NULL),(5717,1222,17,'Intel Corporation','2011-01-08 03:00:00',NULL),(5718,1223,9,'Device e130','2011-01-08 03:00:00','2012-02-13 03:00:00'),(5719,1223,14,'04','2011-01-08 03:00:00','2012-02-13 03:00:00'),(5720,1223,15,'PCI bridge','2011-01-08 03:00:00','2012-02-13 03:00:00'),(5721,1223,13,'Device e130','2011-01-08 03:00:00','2012-02-13 03:00:00'),(5722,1223,10,'0000:04:00.0','2011-01-08 03:00:00','2012-02-13 03:00:00'),(5723,1223,17,'Pericom Semiconductor','2011-01-08 03:00:00','2012-02-13 03:00:00'),(5724,1224,12,'Device 7124','2011-01-08 03:00:00',NULL),(5725,1224,9,'SiI 3124 PCI-X Serial ATA Controller','2011-01-08 03:00:00',NULL),(5726,1224,13,'SiI 3124 PCI-X Serial ATA Controller','2011-01-08 03:00:00',NULL),(5727,1224,14,'02','2011-01-08 03:00:00',NULL),(5728,1224,15,'RAID bus controller','2011-01-08 03:00:00',NULL),(5729,1224,10,'0000:0a:00.0','2011-01-08 03:00:00',NULL),(5730,1224,16,'Silicon Image, Inc.','2011-01-08 03:00:00',NULL),(5731,1224,17,'Silicon Image, Inc.','2011-01-08 03:00:00',NULL),(5732,1225,9,'Device e130','2011-01-08 03:00:00','2012-02-13 03:00:00'),(5733,1225,14,'04','2011-01-08 03:00:00','2012-02-13 03:00:00'),(5734,1225,15,'PCI bridge','2011-01-08 03:00:00','2012-02-13 03:00:00'),(5735,1225,13,'Device e130','2011-01-08 03:00:00','2012-02-13 03:00:00'),(5736,1225,10,'0000:09:00.0','2011-01-08 03:00:00','2012-02-13 03:00:00'</FONT>),(5737,1225,17,'Pericom Semiconductor','2011-01-08 03:00:00','2012-02-13 03:00:00'),(5738,1226,12,'PRO/1000 MT Network Connection','2011-01-08 03:00:00',NULL),(5739,1226,9,'82541GI Gigabit Ethernet Controller','2011-01-08 03:00:00',NULL),(5740,1226,13,'82541GI Gigabit Ethernet Controller','2011-01-08 03:00:00',NULL),(5741,1226,14,'05','2011-01-08 03:00:00',NULL),(5742,1226,15,'Ethernet controller','2011-01-08 03:00:00',NULL),(5743,1226,10,'0000:07:07.0','2011-01-08 03:00:00',NULL),(5744,1226,16,'Dell','2011-01-08 03:00:00',NULL),(5745,1226,17,'Intel Corporation','2011-01-08 03:00:00',NULL),(5746,1227,9,'6700PXH PCI Express-to-PCI Bridge A','2011-01-08 03:00:00',NULL),(5747,1227,14,'09','2011-01-08 03:00:00',NULL),(5748,1227,15,'PCI bridge','2011-01-08 03:00:00',NULL),(5749,1227,13,'6700PXH PCI Express-to-PCI Bridge A','2011-01-08 03:00:00',NULL),(5750,1227,10,'0000:06:00.0','2011-01-08 03:00:00',NULL),(5751,1227,17,'Intel Corporation','2011-01-08 03:00:00',NULL),(5752,1228,9,'6700PXH PCI Express-to-PCI Bridge B','2011-01-08 03:00:00',NULL),(5753,1228,14,'09','2011-01-08 03:00:00',NULL),(5754,1228,15,'PCI bridge','2011-01-08 03:00:00'>,NULL),(5755,1228,13,'6700PXH PCI Express-to-PCI Bridge B','2011-01-08 03:00:00',NULL),(5756,1228,10,'0000:06:00.2','2011-01-08 03:00:00',NULL),(5757,1228,17,'Intel Corporation','2011-01-08 03:00:00',NULL),(5758,851,8,'2327.522','2011-01-08 03:00:00','2011-02-04 03:00:00'),(5759,1229,4,'226304','2011-01-10 03:00:00','2011-01-11 03:00:00'),(5760,1229,5,'4','2011-01-10 03:00:00'>,NULL),(5761,1229,6,'GenuineIntel','2011-01-10 03:00:00',NULL),(5762,1229,7,'i686','2011-01-10 03:00:00',NULL),(5763,1229,8,'1666.738','2011-01-10 03:00:00','2011-01-11 03:00:00'),(5764,1230,12,'Device 0d55','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5765,1230,9,'82801G (ICH7 Family) High Definition Audio Controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5766,1230,13,'82801G (ICH7 Family) High Definition Audio Controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5767,1230,14,'02','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5768,1230,15,'Audio device','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5769,1230,10,'0000:00:1b.0','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5770,1230,16,'Foxconn International, Inc.','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5771,1230,17,'Intel Corporation','2011-01-10 03:00:00',="#BC8F8F">'2012-06-06 03:00:00'),(5772,1231,12,'Device 0d55','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5773,1231,9,'Device 27bc','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5774,1231,13,'Device 27bc','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5775,1231,14,'02','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5776,1231,15,'ISA bridge','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5777,1231,10,'0000:00:1f.0','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5778,1231,16,'Foxconn International, Inc.','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5779,1231,17,'Intel Corporation','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5780,1232,11,'20','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5781,1232,12,'Device 0d55','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5782,1232,9,'82801G (ICH7 Family) USB2 EHCI Controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5783,1232,13,'82801G (ICH7 Family) USB2 EHCI Controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5784,1232,14,'02','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5785,1232,15,'USB Controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5786,1232,16,'Foxconn International, Inc.','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5787,1232,17,'Intel Corporation','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5788,1232,10,'0000:00:1d.7','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5789,1233,9,'82801G (ICH7 Family) PCI Express Port 2','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5790,1233,14,'02','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5791,1233,15,'PCI bridge','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5792,1233,13,'82801G (ICH7 Family) PCI Express Port 2','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5793,1233,10,'0000:00:1c.1','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5794,1233,17,'Intel Corporation','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5795,1234,12,'Device 0d55','2011-01-10 03:00:00',NULL),(5796,1234,9,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2011-01-10 03:00:00',NULL),(5797,1234,13,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2011-01-10 03:00:00',NULL),(5798,1234,14,'03','2011-01-10 03:00:00',NULL),(5799,1234,15,'Ethernet controller','2011-01-10 03:00:00',NULL),(5800,1234,10,'0000:02:00.0','2011-01-10 03:00:00',NULL),(5801,1234,16,'Foxconn International, Inc.','2011-01-10 03:00:00',NULL),(5802,1234,17,'Realtek Semiconductor Co., Ltd.','2011-01-10 03:00:00',NULL),(5803,1235,12,'Device 0d55','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5804,1235,9,'Device a001','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5805,1235,13,'Device a001','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5806,1235,14,'02','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5807,1235,15,'VGA compatible controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5808,1235,10,'0000:00:02.0','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5809,1235,16,'Foxconn International, Inc.','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5810,1235,17,'Intel Corporation','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5811,1236,12,'Device 0d55','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5812,1236,9,'82801G (ICH7 Family) SMBus Controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5813,1236,13,'82801G (ICH7 Family) SMBus Controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5814,1236,14,'02','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5815,1236,15,'SMBus','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5816,1236,10,'0000:00:1f.3','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5817,1236,16,'Foxconn International, Inc.','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5818,1236,17,'Intel Corporation','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5819,1237,12,'Device 0d55','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5820,1237,9,'82801G (ICH7 Family) USB UHCI Controller #1','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5821,1237,13,'82801G (ICH7 Family) USB UHCI Controller #1','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5822,1237,14,'02','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5823,1237,15,'USB Controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5824,1237,10,'0000:00:1d.0','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5825,1237,16,'Foxconn International, Inc.','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5826,1237,17,'Intel Corporation','2011-01-10 03:00:00',COLOR="#BC8F8F">'2012-06-06 03:00:00'),(5827,1238,11,'01','2011-01-10 03:00:00',NULL),(5828,1238,9,'82801 Mobile PCI Bridge','2011-01-10 03:00:00',NULL),(5829,1238,14,'e2','2011-01-10 03:00:00',NULL),(5830,1238,15,'PCI bridge','2011-01-10 03:00:00',NULL),(5831,1238,13,'82801 Mobile PCI Bridge','2011-01-10 03:00:00',NULL),(5832,1238,10,'0000:00:1e.0','2011-01-10 03:00:00',NULL),(5833,1238,17,'Intel Corporation','2011-01-10 03:00:00',NULL),(5834,1239,11,'8f','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5835,1239,12,'Device 0d55','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5836,1239,9,'82801GB/GR/GH (ICH7 Family) SATA IDE Controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5837,1239,13,'82801GB/GR/GH (ICH7 Family) SATA IDE Controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5838,1239,14,'02'</B>,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(5839,1239,15,'IDE interface','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5840,1239,16,'Foxconn International, Inc.','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5841,1239,17,'Intel Corporation','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5842,1239,10,'0000:00:1f.2','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5843,1240,12,'Device 0d55','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5844,1240,9,'Device a000','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5845,1240,13,'Device a000','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5846,1240,14,'02','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5847,1240,15,'Host bridge','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5848,1240,10,'0000:00:00.0','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5849,1240,16,'Foxconn International, Inc.','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5850,1240,17,'Intel Corporation','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5851,1241,12,'Device 0d55','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5852,1241,9,'82801G (ICH7 Family) USB UHCI Controller #4','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5853,1241,13,'82801G (ICH7 Family) USB UHCI Controller #4','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5854,1241,14,'02','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5855,1241,15,'USB Controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5856,1241,10,'0000:00:1d.3','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5857,1241,16,'Foxconn International, Inc.','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5858,1241,17,'Intel Corporation','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5859,1242,9,'82801G (ICH7 Family) PCI Express Port 1','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5860,1242,14,LOR="#BC8F8F">'02','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5861,1242,15,'PCI bridge','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5862,1242,13,'82801G (ICH7 Family) PCI Express Port 1','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5863,1242,10,'0000:00:1c.0','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5864,1242,17,'Intel Corporation','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5865,1243,12,'Device 0d55','2011-01-10 03:00:00'</B>,'2012-06-06 03:00:00'),(5866,1243,9,'82801G (ICH7 Family) USB UHCI Controller #2','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5867,1243,13,'82801G (ICH7 Family) USB UHCI Controller #2','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5868,1243,14,'02','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5869,1243,15,'USB Controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5870,1243,10,'0000:00:1d.1','2011-01-10 03:00:00','2012-06-06 03:00:00'>),(5871,1243,16,'Foxconn International, Inc.','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5872,1243,17,'Intel Corporation','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5873,1244,12,'Device 0d55','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5874,1244,9,'82801G (ICH7 Family) USB UHCI Controller #3','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5875,1244,13,'82801G (ICH7 Family) USB UHCI Controller #3','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5876,1244,14,'02','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5877,1244,15,'USB Controller','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5878,1244,10,'0000:00:1d.2','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5879,1244,16,'Foxconn International, Inc.','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5880,1244,17,'Intel Corporation','2011-01-10 03:00:00','2012-06-06 03:00:00'),(5881,1229,4,'955092','2011-01-11 03:00:00',"#BC8F8F">'2011-01-22 03:00:00'),(5882,1229,8,'1666.729','2011-01-11 03:00:00','2011-01-22 03:00:00'),(5883,1246,4,'524504','2011-01-15 03:00:00','2011-01-26 03:00:00'),(5884,1246,5,'2','2011-01-15 03:00:00',NULL),(5885,1246,6,'GenuineIntel','2011-01-15 03:00:00',NULL),(5886,1246,7,'x86_64','2011-01-15 03:00:00',NULL),(5887,1246,8,'2693.234','2011-01-15 03:00:00','2011-01-25 03:00:00'),(5888,1247,4,'451584','2011-01-16 14:05:00','2011-01-26 03:00:00'),(5889,1247,5,'2','2011-01-16 14:05:00',NULL),(5890,1247,6,'GenuineIntel','2011-01-16 14:05:00',NULL),(5891,1247,7,'x86_64','2011-01-16 14:05:00',NULL),(5892,1247,8,'2693.276','2011-01-16 14:05:00','2011-01-25 03:00:00'),(5893,1248,12,'Device ba80','2011-01-16 14:05:00',NULL),(5894,1248,9,'82801GB/GR (ICH7 Family) LPC Interface Bridge','2011-01-16 14:05:00',NULL),(5895,1248,13,'82801GB/GR (ICH7 Family) LPC Interface Bridge','2011-01-16 14:05:00',NULL),(5896,1248,14,'01','2011-01-16 14:05:00',NULL),(5897,1248,15,'ISA bridge','2011-01-16 14:05:00',NULL),(5898,1248,10,'0000:00:1f.0','2011-01-16 14:05:00',NULL),(5899,1248,16,'Super Micro Computer Inc','2011-01-16 14:05:00',NULL),(5900,1248,17,'Intel Corporation','2011-01-16 14:05:00',NULL),(5901,1249,11,'20','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5902,1249,12,'Device ba80','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5903,1249,9,'82801G (ICH7 Family) USB2 EHCI Controller','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5904,1249,13,'82801G (ICH7 Family) USB2 EHCI Controller','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5905,1249,14,'01','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5906,1249,15,'USB Controller','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5907,1249,16,'Super Micro Computer Inc','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5908,1249,17,'Intel Corporation','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5909,1249,10,'0000:00:1d.7','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5910,1250,9,'82801GR/GH/GHM (ICH7 Family) PCI Express Port 5','2011-01-16 14:05:00',<B>NULL),(5911,1250,14,'01','2011-01-16 14:05:00',NULL),(5912,1250,15,'PCI bridge','2011-01-16 14:05:00',NULL),(5913,1250,13,'82801GR/GH/GHM (ICH7 Family) PCI Express Port 5','2011-01-16 14:05:00',NULL),(5914,1250,10,'0000:00:1c.4','2011-01-16 14:05:00',NULL),(5915,1250,17,'Intel Corporation','2011-01-16 14:05:00',NULL),(5916,1251,12,'Device 8168','2011-01-16 14:05:00',T COLOR="#A020F0">NULL),(5917,1251,9,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2011-01-16 14:05:00',NULL),(5918,1251,13,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2011-01-16 14:05:00',NULL),(5919,1251,14,'02','2011-01-16 14:05:00',NULL),(5920,1251,15,'Ethernet controller','2011-01-16 14:05:00',NULL),(5921,1251,10,'0000:02:00.0','2011-01-16 14:05:00',NULL),(5922,1251,16,'Super Micro Computer Inc', COLOR="#BC8F8F">'2011-01-16 14:05:00',NULL),(5923,1251,17,'Realtek Semiconductor Co., Ltd.','2011-01-16 14:05:00',NULL),(5924,1252,12,'Device ba80','2011-01-16 14:05:00',NULL),(5925,1252,9,'82945G/GZ Integrated Graphics Controller','2011-01-16 14:05:00',NULL),(5926,1252,13,'82945G/GZ Integrated Graphics Controller','2011-01-16 14:05:00',NULL),(5927,1252,14,'02','2011-01-16 14:05:00',NULL),(5928,1252,15,'VGA compatible controller','2011-01-16 14:05:00',NULL),(5929,1252,10,'0000:00:02.0','2011-01-16 14:05:00',NULL),(5930,1252,16,'Super Micro Computer Inc','2011-01-16 14:05:00',NULL),(5931,1252,17,'Intel Corporation','2011-01-16 14:05:00',NULL),(5932,1253,12,'Device ba80','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5933,1253,9,'82801G (ICH7 Family) SMBus Controller','2011-01-16 14:05:00','2012-07-28 03:00:00'FONT>),(5934,1253,13,'82801G (ICH7 Family) SMBus Controller','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5935,1253,14,'01','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5936,1253,15,'SMBus','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5937,1253,10,'0000:00:1f.3','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5938,1253,16,'Super Micro Computer Inc','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5939,1253,17,'Intel Corporation',OR="#BC8F8F">'2011-01-16 14:05:00','2012-07-28 03:00:00'),(5940,1254,12,'Device ba80','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5941,1254,9,'82801G (ICH7 Family) USB UHCI Controller #1','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5942,1254,13,'82801G (ICH7 Family) USB UHCI Controller #1','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5943,1254,14,'01','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5944,1254,15,'USB Controller','2011-01-16 14:05:00',"#BC8F8F">'2012-07-28 03:00:00'),(5945,1254,10,'0000:00:1d.0','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5946,1254,16,'Super Micro Computer Inc','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5947,1254,17,'Intel Corporation','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5948,1255,11,'01','2011-01-16 14:05:00',NULL),(5949,1255,9,'82801 PCI Bridge','2011-01-16 14:05:00',NULL),(5950,1255,14,'e1','2011-01-16 14:05:00',NULL),(5951,1255,15,'PCI bridge','2011-01-16 14:05:00',NULL),(5952,1255,13,'82801 PCI Bridge','2011-01-16 14:05:00',NULL),(5953,1255,10,'0000:00:1e.0','2011-01-16 14:05:00',NULL),(5954,1255,17,'Intel Corporation','2011-01-16 14:05:00',NULL),(5955,1256,11,'8f','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5956,1256,12,'Device ba80','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5957,1256,9,'82801GB/GR/GH (ICH7 Family) SATA IDE Controller','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5958,1256,13,'82801GB/GR/GH (ICH7 Family) SATA IDE Controller','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5959,1256,14,'01','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5960,1256,15,'IDE interface','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5961,1256,16,'Super Micro Computer Inc','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5962,1256,17,'Intel Corporation','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5963,1256,10,'0000:00:1f.2','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5964,1257,12,'Device ba80','2011-01-16 14:05:00',NULL),(5965,1257,9,'82945G/GZ/P/PL Memory Controller Hub','2011-01-16 14:05:00',NULL),(5966,1257,13,'82945G/GZ/P/PL Memory Controller Hub','2011-01-16 14:05:00',NULL),(5967,1257,14,'02','2011-01-16 14:05:00',NULL),(5968,1257,15,'Host bridge','2011-01-16 14:05:00',NULL),(5969,1257,10,'0000:00:00.0','2011-01-16 14:05:00',NULL),(5970,1257,16,'Super Micro Computer Inc','2011-01-16 14:05:00',NULL),(5971,1257,17,'Intel Corporation','2011-01-16 14:05:00',NULL),(5972,1258,12,'Device ba80','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5973,1258,9,'82801G (ICH7 Family) USB UHCI Controller #4',LOR="#BC8F8F">'2011-01-16 14:05:00','2012-07-28 03:00:00'),(5974,1258,13,'82801G (ICH7 Family) USB UHCI Controller #4','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5975,1258,14,'01','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5976,1258,15,'USB Controller','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5977,1258,10,'0000:00:1d.3','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5978,1258,16,'Super Micro Computer Inc','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5979,1258,17,'Intel Corporation','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5980,1259,9,'82801G (ICH7 Family) PCI Express Port 1','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5981,1259,14,'01','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5982,1259,15,'PCI bridge','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5983,1259,13,'82801G (ICH7 Family) PCI Express Port 1','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5984,1259,10,'0000:00:1c.0','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5985,1259,17,'Intel Corporation','2011-01-16 14:05:00','2012-07-28 03:00:00'),(5986,1260,12,'Device 8168','2011-01-16 14:05:00',NULL),(5987,1260,9,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2011-01-16 14:05:00',NULL),(5988,1260,13,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2011-01-16 14:05:00',NULL),(5989,1260,14,'02','2011-01-16 14:05:00',ONT COLOR="#A020F0">NULL),(5990,1260,15,'Ethernet controller','2011-01-16 14:05:00',NULL),(5991,1260,10,'0000:03:00.0','2011-01-16 14:05:00',NULL),(5992,1260,16,'Super Micro Computer Inc','2011-01-16 14:05:00',NULL),(5993,1260,17,'Realtek Semiconductor Co., Ltd.','2011-01-16 14:05:00',NULL),(5994,1261,11,'8a','2011-01-16 14:05:00',NULL),(5995,1261,12,'Device ba80','2011-01-16 14:05:00',LOR="#A020F0">NULL),(5996,1261,9,'82801G (ICH7 Family) IDE Controller','2011-01-16 14:05:00',NULL),(5997,1261,13,'82801G (ICH7 Family) IDE Controller','2011-01-16 14:05:00',NULL),(5998,1261,14,'01','2011-01-16 14:05:00',NULL),(5999,1261,15,'IDE interface','2011-01-16 14:05:00',NULL),(6000,1261,16,'Super Micro Computer Inc','2011-01-16 14:05:00',NULL),(6001,1261,17,'Intel Corporation','2011-01-16 14:05:00'ONT>,NULL),(6002,1261,10,'0000:00:1f.1','2011-01-16 14:05:00',NULL),(6003,1262,12,'Device ba80','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6004,1262,9,'82801G (ICH7 Family) USB UHCI Controller #2','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6005,1262,13,'82801G (ICH7 Family) USB UHCI Controller #2','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6006,1262,14,'01','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6007,1262,15,"#BC8F8F">'USB Controller','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6008,1262,10,'0000:00:1d.1','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6009,1262,16,'Super Micro Computer Inc','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6010,1262,17,'Intel Corporation','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6011,1263,12,'Device ba80','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6012,1263,9,'82801G (ICH7 Family) USB UHCI Controller #3','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6013,1263,13,'82801G (ICH7 Family) USB UHCI Controller #3','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6014,1263,14,'01','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6015,1263,15,'USB Controller','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6016,1263,10,'0000:00:1d.2','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6017,1263,16,'Super Micro Computer Inc','2011-01-16 14:05:00','2012-07-28 03:00:00'ONT>),(6018,1263,17,'Intel Corporation','2011-01-16 14:05:00','2012-07-28 03:00:00'),(6019,1264,9,'82801GR/GH/GHM (ICH7 Family) PCI Express Port 6','2011-01-16 14:05:00',NULL),(6020,1264,14,'01','2011-01-16 14:05:00',NULL),(6021,1264,15,'PCI bridge','2011-01-16 14:05:00',NULL),(6022,1264,13,'82801GR/GH/GHM (ICH7 Family) PCI Express Port 6','2011-01-16 14:05:00',NULL),(6023,1264,10,'0000:00:1c.5','2011-01-16 14:05:00',NULL),(6024,1264,17,'Intel Corporation','2011-01-16 14:05:00',NULL),(6025,1031,8,'1596.054','2011-01-20 03:00:00','2011-02-09 03:00:00'),(6026,1010,8,'1596.018','2011-01-21 03:00:00','2011-03-28 03:00:00'),(6027,32,4,'2097348','2011-01-21 03:00:00','2011-11-07 03:00:00'),(6028,32,8,'3391.722','2011-01-21 03:00:00','2011-11-07 03:00:00'),(6029,1246,8,'2693.230','2011-01-25 03:00:00','2011-01-26 03:00:00'),(6030,1247,8,'2693.288','2011-01-25 03:00:00','2012-07-06 03:00:00'),(6031,1265,12,'PRO/1000 MT Dual Port Server Adapter','2011-01-25 03:00:00',NULL),(6032,1265,9,'82546EB Gigabit Ethernet Controller (Copper)','2011-01-25 03:00:00',NULL),(6033,1265,13,'82546EB Gigabit Ethernet Controller (Copper)','2011-01-25 03:00:00',NULL),(6034,1265,14,'01','2011-01-25 03:00:00',NULL),(6035,1265,15,OR="#BC8F8F">'Ethernet controller','2011-01-25 03:00:00',NULL),(6036,1265,10,'0000:04:01.1','2011-01-25 03:00:00',NULL),(6037,1265,16,'Intel Corporation','2011-01-25 03:00:00',NULL),(6038,1265,17,'Intel Corporation','2011-01-25 03:00:00',NULL),(6039,1266,12,'PRO/1000 MT Dual Port Server Adapter','2011-01-25 03:00:00',NULL),(6040,1266,9,'82546EB Gigabit Ethernet Controller (Copper)','2011-01-25 03:00:00',NULL),(6041,1266,13,'82546EB Gigabit Ethernet Controller (Copper)','2011-01-25 03:00:00',NULL),(6042,1266,14,'01','2011-01-25 03:00:00',NULL),(6043,1266,15,'Ethernet controller','2011-01-25 03:00:00',NULL),(6044,1266,10,'0000:04:01.0','2011-01-25 03:00:00',NULL),(6045,1266,16,'Intel Corporation','2011-01-25 03:00:00',NULL),(6046,1266,17,'Intel Corporation','2011-01-25 03:00:00',NULL),(6047,1246,4,'262360','2011-01-26 03:00:00',NULL),(6048,1246,8,'2693.234','2011-01-26 03:00:00','2012-07-06 03:00:00'),(6049,1247,4,'347116','2011-01-26 03:00:00','2012-07-06 03:00:00'),(6050,1229,4,'226880','2011-01-22 03:00:00','2011-01-27 03:00:00'),(6051,1229,8,'1666.748','2011-01-22 03:00:00','2011-01-27 03:00:00'),(6052,1229,4,'955092','2011-01-27 03:00:00','2011-02-01 03:00:00'),(6053,1229,8,'1666.732','2011-01-27 03:00:00','2011-02-01 03:00:00'),(6054,1000,8,'2999.888','2011-01-29 03:00:00','2011-02-03 03:00:00'),(6055,1229,4,'226880','2011-02-01 03:00:00','2011-02-07 03:00:00'),(6056,1229,8,'1666.736','2011-02-01 03:00:00','2011-02-07 03:00:00'),(6057,28,8,'2010.328','2011-01-29 03:00:00','2011-02-03 03:00:00'),(6058,28,8,'2010.345','2011-02-03 03:00:00'T>,'2011-03-23 03:00:00'),(6059,1030,8,'2999.892','2011-02-03 03:00:00','2011-03-08 03:00:00'),(6060,896,4,'1228800','2011-02-03 03:00:00','2011-02-07 03:00:00'),(6061,896,8,'2999.986','2011-02-03 03:00:00','2011-04-23 03:00:00'),(6062,1267,12,'9xxx-series SATA-RAID','2011-02-03 03:00:00','2011-10-30 03:00:00'),(6063,1267,9,'9xxx-series SATA-RAID','2011-02-03 03:00:00','2011-10-30 03:00:00'),(6064,1267,15,'RAID bus controller','2011-02-03 03:00:00','2011-10-30 03:00:00'),(6065,1267,13,'9xxx-series SATA-RAID','2011-02-03 03:00:00','2011-10-30 03:00:00'),(6066,1267,10,'0000:02:05.0','2011-02-03 03:00:00','2011-10-30 03:00:00'),(6067,1267,16,'3ware Inc','2011-02-03 03:00:00','2011-10-30 03:00:00'),(6068,1267,17,'3ware Inc','2011-02-03 03:00:00','2011-10-30 03:00:00'),(6069,1268,12,'PRO/1000 MT Dual Port Server Adapter','2011-02-03 03:00:00',<FONT COLOR="#A020F0">NULL),(6070,1268,9,'82546EB Gigabit Ethernet Controller (Copper)','2011-02-03 03:00:00',NULL),(6071,1268,13,'82546EB Gigabit Ethernet Controller (Copper)','2011-02-03 03:00:00',NULL),(6072,1268,14,'01','2011-02-03 03:00:00',NULL),(6073,1268,15,'Ethernet controller','2011-02-03 03:00:00',NULL),(6074,1268,10,'0000:02:06.1','2011-02-03 03:00:00',NULL),(6075,1268,16,'Intel Corporation','2011-02-03 03:00:00',NULL),(6076,1268,17,'Intel Corporation','2011-02-03 03:00:00',NULL),(6077,1269,12,'PRO/1000 MT Dual Port Server Adapter','2011-02-03 03:00:00',NULL),(6078,1269,9,'82546EB Gigabit Ethernet Controller (Copper)','2011-02-03 03:00:00',NULL),(6079,1269,13,'82546EB Gigabit Ethernet Controller (Copper)','2011-02-03 03:00:00',NULL),(6080,1269,14,'01','2011-02-03 03:00:00',NULL),(6081,1269,15,'Ethernet controller','2011-02-03 03:00:00',NULL),(6082,1269,10,'0000:02:06.0','2011-02-03 03:00:00',NULL),(6083,1269,16,'Intel Corporation','2011-02-03 03:00:00',NULL),(6084,1269,17,'Intel Corporation','2011-02-03 03:00:00',NULL),(6085,1000,8,'2999.890','2011-02-03 03:00:00','2011-04-25 03:00:00'),(6086,1137,8,'1596.039','2011-02-03 03:00:00','2011-04-16 03:00:00'),(6087,4,8,'2999.888','2011-02-03 16:00:00','2011-02-05 16:00:00'),(6088,27,8,'1999.810','2011-02-04 03:00:00','2011-02-08 03:00:00'),(6089,851,8,'2327.524','2011-02-04 03:00:00','2011-04-05 03:00:00'),(6090,4,4,'1310936','2011-02-05 16:00:00','2011-09-08 16:00:00'),(6091,4,8,'2999.890','2011-02-05 16:00:00','2011-02-08 16:00:00'),(6092,896,4,'436224','2011-02-07 03:00:00','2011-02-11 03:00:00'),(6093,1229,4,>'955092','2011-02-07 03:00:00','2011-03-12 03:00:00'),(6094,1229,8,'1666.732','2011-02-07 03:00:00','2011-02-26 03:00:00'),(6095,27,8,'1999.988','2011-02-08 03:00:00','2011-02-23 03:00:00'),(6096,1220,8,'3400.122','2011-02-08 13:00:00','2011-05-27 13:00:00'),(6097,4,8,'2999.888','2011-02-08 16:00:00','2011-04-23 16:00:00'),(6098,1031,8,'1596.059','2011-02-09 03:00:00','2011-04-18 03:00:00'),(6099,896,4,'428032','2011-02-11 03:00:00','2011-09-08 03:00:00'),(6100,20,8,'2000.080','2011-02-11 03:00:00','2011-06-26 03:00:00'),(6101,1138,8,'2793.173','2011-02-11 03:00:00','2011-06-20 03:00:00'),(6102,17,4,'2680832','2011-02-11 03:00:00','2011-02-22 03:00:00'),(6103,17,4,'2158592','2011-02-22 03:00:00','2011-04-28 03:00:00'),(6104,27,8,'1999.871','2011-02-23 03:00:00',NULL),(6105,1270,4,'524504','2011-02-22 03:00:00','2011-12-26 03:00:00'),(6106,1270,5,'1','2011-02-22 03:00:00',NULL),(6107,1270,6,'AuthenticAMD','2011-02-22 03:00:00',NULL),(6108,1270,7,'x86_64','2011-02-22 03:00:00',NULL),(6109,1270,8,'2000.080','2011-02-22 03:00:00','2011-12-26 03:00:00'),(6110,21,4,'716996','2011-02-23 03:00:00','2011-06-20 03:00:00'>),(6111,21,8,'1607.316','2011-02-23 03:00:00','2011-06-20 03:00:00'),(6112,11,8,'2000.082','2011-02-25 03:00:00','2011-05-27 03:00:00'),(6113,1229,8,'1666.713','2011-02-26 03:00:00','2011-11-02 03:00:00'),(6114,1030,8,'2999.888','2011-03-08 03:00:00',NULL),(6115,1219,8,'1905.340','2011-03-09 03:00:00','2012-05-16 03:00:00'),(6116,1229,4,'231424','2011-03-12 03:00:00','2011-11-02 03:00:00'),(6117,33,4,'2049024','2011-03-12 03:00:00','2012-02-13 03:00:00'),(6118,33,8,'3391.844','2011-03-12 03:00:00','2012-02-13 03:00:00'),(6119,28,8,'2010.308','2011-03-23 03:00:00','2011-04-25 03:00:00'),(6120,975,8,'2999.888','2011-03-28 03:00:00','2011-09-07 03:00:00'),(6121,1010,8,'1596.083','2011-03-28 03:00:00','2011-04-18 03:00:00'),(6122,24,8,'2327.524','2011-03-29 03:00:00',LOR="#BC8F8F">'2011-04-12 03:00:00'),(6123,851,8,'2327.522','2011-04-05 03:00:00',NULL),(6124,24,8,'2327.526','2011-04-12 03:00:00',NULL),(6125,1137,8,'1596.036','2011-04-16 03:00:00','2011-04-26 03:00:00'),(6126,1031,8,'1596.051','2011-04-18 03:00:00','2011-05-04 03:00:00'),(6127,1010,8,'1596.024','2011-04-18 03:00:00','2011-05-09 03:00:00'),(6128,896,8,'2999.994','2011-04-23 03:00:00',OLOR="#BC8F8F">'2011-09-12 03:00:00'),(6129,4,8,'2999.890','2011-04-23 16:00:00','2011-04-30 16:00:00'),(6130,28,8,'2010.310','2011-04-25 03:00:00','2011-04-29 03:00:00'),(6131,1000,8,'2999.892','2011-04-25 03:00:00','2011-06-08 03:00:00'),(6132,1137,8,'1596.060','2011-04-26 03:00:00','2011-05-23 03:00:00'),(6133,17,4,'1110016','2011-04-28 03:00:00','2011-07-21 03:00:00'),(6134,28,4,'1569428','2011-04-29 03:00:00',NULL),(6135,28,7,'i686','2011-04-29 03:00:00',NULL),(6136,28,8,'1797.278','2011-04-29 03:00:00','2011-05-26 03:00:00'),(6137,4,8,'2999.888','2011-04-30 16:00:00','2011-09-08 16:00:00'),(6138,1272,4,'1568604','2011-05-03 03:00:00',NULL),(6139,1272,5,'2','2011-05-03 03:00:00',NULL),(6140,1272,6,'AuthenticAMD','2011-05-03 03:00:00',NULL),(6141,1272,7,'x86_64','2011-05-03 03:00:00',NULL),(6142,1272,8,'3013.528','2011-05-03 03:00:00','2011-05-14 03:00:00'),(6143,1031,8,'1596.072','2011-05-04 03:00:00','2011-05-13 03:00:00'),(6144,1273,4,'237148','2011-05-03 03:00:00','2012-07-11 03:00:00'),(6145,1273,5,'2','2011-05-03 03:00:00',NULL),(6146,1273,6,'AuthenticAMD','2011-05-03 03:00:00',NULL),(6147,1273,7,'x86_64','2011-05-03 03:00:00',NULL),(6148,1273,8,'935872.322','2011-05-03 03:00:00','2011-05-14 03:00:00'),(6149,1274,12,'Device 8389','2011-05-03 03:00:00',NULL),(6150,1274,9,'SB700/SB800 LPC host controller','2011-05-03 03:00:00',NULL),(6151,1274,15,'ISA bridge','2011-05-03 03:00:00',NULL),(6152,1274,13,'SB700/SB800 LPC host controller','2011-05-03 03:00:00',NULL</B>),(6153,1274,10,'0000:00:14.3','2011-05-03 03:00:00',NULL),(6154,1274,16,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6155,1274,17,'ATI Technologies Inc','2011-05-03 03:00:00',NULL),(6156,1275,11,'10','2011-05-03 03:00:00',NULL),(6157,1275,12,'Device 8389','2011-05-03 03:00:00',NULL),(6158,1275,9,'SB700/SB800 USB OHCI0 Controller','2011-05-03 03:00:00',NULL),(6159,1275,13,'SB700/SB800 USB OHCI0 Controller','2011-05-03 03:00:00',NULL),(6160,1275,15,'USB Controller','2011-05-03 03:00:00',NULL),(6161,1275,10,'0000:00:13.0','2011-05-03 03:00:00',NULL),(6162,1275,16,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6163,1275,17,'ATI Technologies Inc','2011-05-03 03:00:00',NULL),(6164,1276,9,'Family 10h Processor Link Control','2011-05-03 03:00:00',NULL),(6165,1276,15,'Host bridge','2011-05-03 03:00:00',NULL),(6166,1276,13,'Family 10h Processor Link Control','2011-05-03 03:00:00',NULL),(6167,1276,10,'0000:00:18.4','2011-05-03 03:00:00',NULL),(6168,1276,17,'Advanced Micro Devices [AMD]','2011-05-03 03:00:00',NULL),(6169,1277,12,'Device 11ab','2011-05-03 03:00:00',NULL),(6170,1277,9,'MV88SX6081 8-port SATA II PCI-X Controller','2011-05-03 03:00:00',NULL),(6171,1277,13,'MV88SX6081 8-port SATA II PCI-X Controller','2011-05-03 03:00:00',NULL),(6172,1277,14,'09','2011-05-03 03:00:00',NULL),(6173,1277,15,'SCSI storage controller','2011-05-03 03:00:00',NULL),(6174,1277,10,'0000:03:06.0','2011-05-03 03:00:00',NULL),(6175,1277,16,'Marvell Technology Group Ltd.','2011-05-03 03:00:00',NULL),(6176,1277,17,'Marvell Technology Group Ltd.',="#BC8F8F">'2011-05-03 03:00:00',NULL),(6177,1278,12,'Gigabit CT Desktop Adapter','2011-05-03 03:00:00',NULL),(6178,1278,9,'82574L Gigabit Network Connection','2011-05-03 03:00:00',NULL),(6179,1278,15,'Ethernet controller','2011-05-03 03:00:00',NULL),(6180,1278,13,'82574L Gigabit Network Connection','2011-05-03 03:00:00',NULL),(6181,1278,10,'0000:02:00.0','2011-05-03 03:00:00',NULL),(6182,1278,16,'Intel Corporation','2011-05-03 03:00:00',NULL),(6183,1278,17,'Intel Corporation','2011-05-03 03:00:00',NULL),(6184,1279,12,'M4A785TD Motherboard','2011-05-03 03:00:00',NULL),(6185,1279,9,'RS880 [Radeon HD 4200]','2011-05-03 03:00:00',NULL),(6186,1279,15,'VGA compatible controller','2011-05-03 03:00:00',NULL),(6187,1279,13,'RS880 [Radeon HD 4200]','2011-05-03 03:00:00',NULL),(6188,1279,10,'0000:01:05.0','2011-05-03 03:00:00',NULL),(6189,1279,16,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6190,1279,17,'ATI Technologies Inc','2011-05-03 03:00:00',NULL),(6191,1280,9,'RS780 PCI to PCI bridge (PCIE port 4)','2011-05-03 03:00:00',NULL),(6192,1280,15,'PCI bridge','2011-05-03 03:00:00',NULL),(6193,1280,13,'RS780 PCI to PCI bridge (PCIE port 4)','2011-05-03 03:00:00',NULL),(6194,1280,10,'0000:00:09.0','2011-05-03 03:00:00',NULL),(6195,1280,17,'Advanced Micro Devices [AMD]','2011-05-03 03:00:00',NULL),(6196,1281,11,'01','2011-05-03 03:00:00',NULL),(6197,1281,9,'SBx00 PCI to PCI Bridge','2011-05-03 03:00:00',NULL),(6198,1281,15,'PCI bridge','2011-05-03 03:00:00',NULL),(6199,1281,13,'SBx00 PCI to PCI Bridge','2011-05-03 03:00:00',NULL),(6200,1281,10,'0000:00:14.4','2011-05-03 03:00:00',NULL),(6201,1281,17,'ATI Technologies Inc','2011-05-03 03:00:00',NULL),(6202,1282,9,'Family 10h Processor DRAM Controller','2011-05-03 03:00:00',NULL),(6203,1282,15,'Host bridge','2011-05-03 03:00:00',NULL),(6204,1282,13,'Family 10h Processor DRAM Controller','2011-05-03 03:00:00',NULL),(6205,1282,10,'0000:00:18.2','2011-05-03 03:00:00',NULLFONT>),(6206,1282,17,'Advanced Micro Devices [AMD]','2011-05-03 03:00:00',NULL),(6207,1283,12,'M4A785TD Motherboard','2011-05-03 03:00:00',NULL),(6208,1283,9,'SBx00 SMBus Controller','2011-05-03 03:00:00',NULL),(6209,1283,13,'SBx00 SMBus Controller','2011-05-03 03:00:00',NULL),(6210,1283,14,'3c','2011-05-03 03:00:00',NULL),(6211,1283,15,'SMBus','2011-05-03 03:00:00',NULLB>),(6212,1283,10,'0000:00:14.0','2011-05-03 03:00:00',NULL),(6213,1283,16,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6214,1283,17,'ATI Technologies Inc','2011-05-03 03:00:00',NULL),(6215,1284,11,'10','2011-05-03 03:00:00',NULL),(6216,1284,12,'Device 8389','2011-05-03 03:00:00',NULL),(6217,1284,9,'SB700 USB OHCI1 Controller','2011-05-03 03:00:00',NULL),(6218,1284,13,'SB700 USB OHCI1 Controller','2011-05-03 03:00:00',NULL),(6219,1284,15,'USB Controller','2011-05-03 03:00:00',NULL),(6220,1284,10,'0000:00:12.1','2011-05-03 03:00:00',NULL),(6221,1284,16,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6222,1284,17,'ATI Technologies Inc','2011-05-03 03:00:00',NULL),(6223,1285,11,'20','2011-05-03 03:00:00',NULL),(6224,1285,12,NT COLOR="#BC8F8F">'Device 8389','2011-05-03 03:00:00',NULL),(6225,1285,9,'SB700/SB800 USB EHCI Controller','2011-05-03 03:00:00',NULL),(6226,1285,13,'SB700/SB800 USB EHCI Controller','2011-05-03 03:00:00',NULL),(6227,1285,15,'USB Controller','2011-05-03 03:00:00',NULL),(6228,1285,10,'0000:00:13.2','2011-05-03 03:00:00',NULL),(6229,1285,16,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6230,1285,17,'ATI Technologies Inc','2011-05-03 03:00:00',NULL),(6231,1286,11,'10','2011-05-03 03:00:00',NULL),(6232,1286,12,'Device 8389','2011-05-03 03:00:00',NULL),(6233,1286,9,'SB700/SB800 USB OHCI0 Controller','2011-05-03 03:00:00',NULL),(6234,1286,13,'SB700/SB800 USB OHCI0 Controller','2011-05-03 03:00:00',NULL),(6235,1286,15,'USB Controller','2011-05-03 03:00:00',NULL),(6236,1286,10,'0000:00:12.0','2011-05-03 03:00:00',NULL),(6237,1286,16,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6238,1286,17,'ATI Technologies Inc','2011-05-03 03:00:00',NULL),(6239,1287,11,'20','2011-05-03 03:00:00',NULL),(6240,1287,12,'Device 8389','2011-05-03 03:00:00',NULL),(6241,1287,9,'SB700/SB800 USB EHCI Controller','2011-05-03 03:00:00',NULL),(6242,1287,13,'SB700/SB800 USB EHCI Controller','2011-05-03 03:00:00',NULL),(6243,1287,15,'USB Controller','2011-05-03 03:00:00',NULL),(6244,1287,10,'0000:00:12.2','2011-05-03 03:00:00',NULL),(6245,1287,16,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6246,1287,17,'ATI Technologies Inc','2011-05-03 03:00:00',NULL),(6247,1288,9,'Family 10h Processor HyperTransport Configuration','2011-05-03 03:00:00',LOR="#A020F0">NULL),(6248,1288,15,'Host bridge','2011-05-03 03:00:00',NULL),(6249,1288,13,'Family 10h Processor HyperTransport Configuration','2011-05-03 03:00:00',NULL),(6250,1288,10,'0000:00:18.0','2011-05-03 03:00:00',NULL),(6251,1288,17,'Advanced Micro Devices [AMD]','2011-05-03 03:00:00',NULL),(6252,1289,9,'Family 10h Processor Address Map','2011-05-03 03:00:00',NULL),(6253,1289,15,'Host bridge','2011-05-03 03:00:00',NULL),(6254,1289,13,'Family 10h Processor Address Map','2011-05-03 03:00:00',NULL),(6255,1289,10,'0000:00:18.1','2011-05-03 03:00:00',NULL),(6256,1289,17,'Advanced Micro Devices [AMD]','2011-05-03 03:00:00',NULL),(6257,1290,11,'10','2011-05-03 03:00:00',NULL),(6258,1290,12,'Device 8389','2011-05-03 03:00:00',NULL),(6259,1290,9,'SB700 USB OHCI1 Controller','2011-05-03 03:00:00',NULL),(6260,1290,13,'SB700 USB OHCI1 Controller','2011-05-03 03:00:00',NULL),(6261,1290,15,'USB Controller','2011-05-03 03:00:00',NULL),(6262,1290,10,'0000:00:13.1','2011-05-03 03:00:00',NULL),(6263,1290,16,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6264,1290,17,'ATI Technologies Inc','2011-05-03 03:00:00',NULL),(6265,1291,11,'82','2011-05-03 03:00:00',NULL),(6266,1291,12,'Device 8389','2011-05-03 03:00:00',NULL),(6267,1291,9,'SB700/SB800 IDE Controller','2011-05-03 03:00:00',NULL),(6268,1291,13,'SB700/SB800 IDE Controller','2011-05-03 03:00:00',NULL),(6269,1291,15,'IDE interface','2011-05-03 03:00:00',NULL),(6270,1291,10,'0000:00:14.1','2011-05-03 03:00:00',NULL),(6271,1291,16,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6272,1291,17,'ATI Technologies Inc','2011-05-03 03:00:00',NULL),(6273,1292,11,'10','2011-05-03 03:00:00',NULL),(6274,1292,12,'Device 8389','2011-05-03 03:00:00',NULL),(6275,1292,9,'SB700/SB800 USB OHCI2 Controller','2011-05-03 03:00:00',NULL),(6276,1292,13,'SB700/SB800 USB OHCI2 Controller','2011-05-03 03:00:00',NULL),(6277,1292,15,'USB Controller','2011-05-03 03:00:00',NULL),(6278,1292,10,'0000:00:14.5','2011-05-03 03:00:00',NULL),(6279,1292,16,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6280,1292,17,'ATI Technologies Inc','2011-05-03 03:00:00',NULL),(6281,1293,12,'Device 83a2','2011-05-03 03:00:00',NULL),(6282,1293,9,'RS880 Host Bridge','2011-05-03 03:00:00',NULL),(6283,1293,15,'Host bridge','2011-05-03 03:00:00',NULL),(6284,1293,13,'RS880 Host Bridge','2011-05-03 03:00:00',NULL),(6285,1293,10,'0000:00:00.0','2011-05-03 03:00:00',NULL),(6286,1293,16,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6287,1293,17,'Advanced Micro Devices [AMD]','2011-05-03 03:00:00',NULL),(6288,1294,12,'M4A785TD Motherboard','2011-05-03 03:00:00',NULL),(6289,1294,9,'RS880 Audio Device [Radeon HD 4200]','2011-05-03 03:00:00',NULL),(6290,1294,15,'Audio device','2011-05-03 03:00:00',NULL),(6291,1294,13,'RS880 Audio Device [Radeon HD 4200]','2011-05-03 03:00:00',NULL),(6292,1294,10,'0000:01:05.1','2011-05-03 03:00:00',NULL),(6293,1294,16,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6294,1294,17,'ATI Technologies Inc','2011-05-03 03:00:00',NULL),(6295,1295,9,'Family 10h Processor Miscellaneous Control','2011-05-03 03:00:00',NULL),(6296,1295,15,'Host bridge','2011-05-03 03:00:00',NULL),(6297,1295,13,'Family 10h Processor Miscellaneous Control','2011-05-03 03:00:00',NULL),(6298,1295,10,'0000:00:18.3','2011-05-03 03:00:00',NULL),(6299,1295,17,'Advanced Micro Devices [AMD]','2011-05-03 03:00:00',NULL),(6300,1296,9,'RS880 PCI to PCI bridge (int gfx)','2011-05-03 03:00:00',NULL),(6301,1296,15,'PCI bridge','2011-05-03 03:00:00',NULL),(6302,1296,13,'RS880 PCI to PCI bridge (int gfx)','2011-05-03 03:00:00',NULL),(6303,1296,10,'0000:00:01.0','2011-05-03 03:00:00',NULL),(6304,1296,17,'ASUSTeK Computer Inc.','2011-05-03 03:00:00',NULL),(6305,1010,8,'1596.057','2011-05-09 03:00:00','2011-05-12 03:00:00'),(6306,1010,8,'1596.059','2011-05-12 03:00:00','2011-10-01 03:00:00'),(6307,1031,8,'1596.061','2011-05-13 03:00:00','2011-06-03 03:00:00'),(6308,1273,8,'2741956.065','2011-05-14 03:00:00','2011-05-18 03:00:00'),(6309,1272,8,'3013.518','2011-05-14 03:00:00','2011-05-18 03:00:00'),(6310,1272,8,'3013.506','2011-05-18 03:00:00','2011-06-22 03:00:00'),(6311,1273,8,'662132.887','2011-05-18 03:00:00','2011-06-22 03:00:00'),(6312,1137,8,'1596.035','2011-05-23 03:00:00',COLOR="#BC8F8F">'2011-06-22 03:00:00'),(6313,28,8,'1797.280','2011-05-26 03:00:00','2011-06-22 03:00:00'),(6314,11,8,'2000.080','2011-05-27 03:00:00',NULL),(6315,1220,8,'3400.118','2011-05-27 13:00:00','2011-11-07 13:00:00'),(6316,1031,8,'1596.062','2011-06-03 03:00:00','2011-08-13 03:00:00'),(6317,1000,8,'2999.888','2011-06-08 03:00:00','2011-06-30 03:00:00'),(6318,1272,8,'3013.526','2011-06-22 03:00:00'ONT>,'2012-03-02 03:00:00'),(6319,1273,8,'704473.264','2011-06-22 03:00:00','2012-03-02 03:00:00'),(6320,28,8,'1797.279','2011-06-22 03:00:00','2011-09-02 03:00:00'),(6321,1137,8,'1596.077','2011-06-22 03:00:00','2011-07-09 03:00:00'),(6322,1192,8,'2812.642','2011-06-23 03:00:00','2011-08-02 03:00:00'),(6323,1218,8,'2812.534','2011-06-23 03:00:00','2011-08-02 03:00:00'),(6324,21,4,'3145924',R="#BC8F8F">'2011-06-20 03:00:00','2012-04-14 03:00:00'),(6325,21,8,'1607.315','2011-06-20 03:00:00','2012-03-10 03:00:00'),(6326,1138,8,'2793.176','2011-06-20 03:00:00','2011-11-17 03:00:00'),(6327,20,8,'2000.082','2011-06-26 03:00:00','2011-08-08 03:00:00'),(6328,1000,8,'2999.890','2011-06-30 03:00:00','2011-07-08 03:00:00'),(6329,1000,8,'2999.888','2011-07-08 03:00:00','2011-07-14 03:00:00'),(6330,1137,8,'1596.032','2011-07-09 03:00:00','2011-10-12 03:00:00'),(6331,1000,8,'2999.892','2011-07-14 03:00:00','2011-08-20 03:00:00'),(6332,17,4,'585728','2011-07-21 03:00:00','2011-12-30 03:00:00'),(6333,1218,8,'2812.530','2011-08-02 03:00:00','2012-03-20 03:00:00'),(6334,1192,8,'2812.662','2011-08-02 03:00:00','2012-03-20 03:00:00'),(6335,20,4,'520028','2011-08-08 03:00:00',NULL),(6336,20,8,R="#BC8F8F">'3013.756','2011-08-08 03:00:00','2011-08-25 03:00:00'),(6337,1298,4,'1048792','2011-08-09 03:00:00','2011-12-26 03:00:00'),(6338,1298,5,'1','2011-08-09 03:00:00',NULL),(6339,1298,6,'AuthenticAMD','2011-08-09 03:00:00',NULL),(6340,1298,7,'x86_64','2011-08-09 03:00:00',NULL),(6341,1298,8,'2000.080','2011-08-09 03:00:00','2011-12-26 03:00:00'),(6342,1031,8,'1596.082','2011-08-13 03:00:00','2011-10-17 03:00:00'),(6343,1000,8,'2999.890','2011-08-20 03:00:00','2011-08-26 03:00:00'),(6344,20,8,'3013.808','2011-08-25 03:00:00','2012-01-02 03:00:00'),(6345,1000,4,'1048792','2011-08-26 03:00:00','2011-09-08 03:00:00'),(6346,1000,8,'2999.888','2011-08-26 03:00:00','2011-09-01 03:00:00'),(6347,1000,8,'2999.890','2011-09-01 03:00:00','2011-09-08 03:00:00'),(6348,28,8,'1797.278','2011-09-02 03:00:00','2011-10-31 03:00:00'),(6349,1103,4,'521052','2011-09-07 03:00:00',NULL),(6350,1103,8,'3013.808','2011-09-07 03:00:00','2012-01-06 03:00:00'),(6351,975,4,'521052','2011-09-07 03:00:00','2012-01-06 03:00:00'),(6352,975,8,'3013.808','2011-09-07 03:00:00','2012-01-06 03:00:00'),(6353,1000,4,'1569628','2011-09-08 03:00:00','2011-09-09 03:00:00'</B>),(6354,1000,8,'3013.808','2011-09-08 03:00:00','2012-01-07 03:00:00'),(6355,896,4,'1956444','2011-09-08 03:00:00','2011-09-12 03:00:00'),(6356,4,4,'1307484','2011-09-08 16:00:00','2011-10-06 16:00:00'),(6357,4,8,'2999.994','2011-09-08 16:00:00','2011-09-11 16:00:00'),(6358,1000,4,'1049180','2011-09-09 03:00:00','2012-01-07 03:00:00'),(6359,4,8,'3000.016','2011-09-11 16:00:00','2011-09-26 16:00:00'),(6360,896,4,'7093852','2011-09-12 03:00:00','2011-09-24 03:00:00'),(6361,896,8,'2999.892','2011-09-12 03:00:00','2011-10-24 03:00:00'),(6362,896,4,'5921372','2011-09-24 03:00:00','2011-09-25 03:00:00'),(6363,896,4,'5658204','2011-09-25 03:00:00','2011-09-26 03:00:00'),(6364,896,4,'5921372','2011-09-26 03:00:00','2011-09-29 03:00:00'),(6365,4,8,'3000.010','2011-09-26 16:00:00',<B>'2011-10-06 16:00:00'),(6366,896,4,'6179420','2011-09-29 03:00:00','2011-10-03 03:00:00'),(6367,1010,8,'1596.061','2011-10-01 03:00:00','2012-01-07 03:00:00'),(6368,1299,4,'782996','2011-10-01 03:00:00',NULL),(6369,1299,5,'1','2011-10-01 03:00:00',NULL),(6370,1299,6,'AuthenticAMD','2011-10-01 03:00:00',NULL),(6371,1299,7,'i686','2011-10-01 03:00:00',>NULL),(6372,1299,8,'1905.340','2011-10-01 03:00:00','2011-12-20 03:00:00'),(6373,1300,4,'502164','2011-10-01 03:00:00',NULL),(6374,1300,5,'1','2011-10-01 03:00:00',NULL),(6375,1300,6,'AuthenticAMD','2011-10-01 03:00:00',NULL),(6376,1300,7,'i686','2011-10-01 03:00:00',NULL),(6377,1300,8,'1905.342','2011-10-01 03:00:00',NULL),(6378,1301,12,'A7V600/K8V-X/A8V Deluxe motherboard','2011-10-01 03:00:00',NULL),(6379,1301,9,'VT82xxxxx UHCI USB 1.1 Controller','2011-10-01 03:00:00',NULL),(6380,1301,13,'VT82xxxxx UHCI USB 1.1 Controller','2011-10-01 03:00:00',NULL),(6381,1301,14,'81','2011-10-01 03:00:00',NULL),(6382,1301,15,'USB Controller','2011-10-01 03:00:00',NULL),(6383,1301,10,'0000:00:10.3','2011-10-01 03:00:00',NULL),(6384,1301,16,'ASUSTeK Computer Inc.','2011-10-01 03:00:00',NULL),(6385,1301,17,'VIA Technologies, Inc.','2011-10-01 03:00:00',NULL),(6386,1302,12,'A7V600/K8V-X/A8V Deluxe motherboard','2011-10-01 03:00:00',NULL),(6387,1302,9,'VT82xxxxx UHCI USB 1.1 Controller','2011-10-01 03:00:00',NULL),(6388,1302,13,'VT82xxxxx UHCI USB 1.1 Controller','2011-10-01 03:00:00',NULL),(6389,1302,14,'81','2011-10-01 03:00:00',NULL),(6390,1302,15,'USB Controller','2011-10-01 03:00:00',NULL),(6391,1302,10,'0000:00:10.2','2011-10-01 03:00:00',NULL),(6392,1302,16,'ASUSTeK Computer Inc.','2011-10-01 03:00:00',NULL),(6393,1302,17,'VIA Technologies, Inc.','2011-10-01 03:00:00',NULL),(6394,1303,12,'A7V600-X Motherboard','2011-10-01 03:00:00',NULL),(6395,1303,9,'VT6102 [Rhine-II]','2011-10-01 03:00:00',NULL),(6396,1303,13,'VT6102 [Rhine-II]','2011-10-01 03:00:00',NULL),(6397,1303,14,'78','2011-10-01 03:00:00',NULL),(6398,1303,15,'Ethernet controller','2011-10-01 03:00:00',NULL),(6399,1303,10,'0000:00:12.0','2011-10-01 03:00:00',NULL),(6400,1303,16,'ASUSTeK Computer Inc.','2011-10-01 03:00:00',NULL),(6401,1303,17,'VIA Technologies, Inc.','2011-10-01 03:00:00',NULL),(6402,1304,12,'A7V600/K8V-X/A8V Deluxe motherboard','2011-10-01 03:00:00',NULL),(6403,1304,9,'VT8237 ISA bridge [KT600/K8T800/K8T890 South]','2011-10-01 03:00:00',NULL),(6404,1304,15,'ISA bridge','2011-10-01 03:00:00',NULL),(6405,1304,13,'VT8237 ISA bridge [KT600/K8T800/K8T890 South]','2011-10-01 03:00:00',NULL),(6406,1304,10,'0000:00:11.0','2011-10-01 03:00:00',NULL),(6407,1304,16,'ASUSTeK Computer Inc.',>'2011-10-01 03:00:00',NULL),(6408,1304,17,'VIA Technologies, Inc.','2011-10-01 03:00:00',NULL),(6409,1305,11,'01','2011-10-01 03:00:00',NULL),(6410,1305,12,'Device 0240','2011-10-01 03:00:00',NULL),(6411,1305,9,'Adaptec AAR-1210SA SATA HostRAID Controller','2011-10-01 03:00:00',NULL),(6412,1305,13,'Adaptec AAR-1210SA SATA HostRAID Controller','2011-10-01 03:00:00',NULL),(6413,1305,14,'02',T COLOR="#BC8F8F">'2011-10-01 03:00:00',NULL),(6414,1305,15,'RAID bus controller','2011-10-01 03:00:00',NULL),(6415,1305,16,'Adaptec','2011-10-01 03:00:00',NULL),(6416,1305,17,'Silicon Image, Inc.','2011-10-01 03:00:00',NULL),(6417,1305,10,'0000:00:0b.0','2011-10-01 03:00:00',NULL),(6418,1306,12,'A7V600/K8V Deluxe/K8V-X/A8V Deluxe motherboard','2011-10-01 03:00:00',NULL),(6419,1306,9,'VIA VT6420 SATA RAID Controller','2011-10-01 03:00:00',NULL),(6420,1306,13,'VIA VT6420 SATA RAID Controller','2011-10-01 03:00:00',NULL),(6421,1306,14,'80','2011-10-01 03:00:00',NULL),(6422,1306,15,'RAID bus controller','2011-10-01 03:00:00',NULL),(6423,1306,10,'0000:00:0f.0','2011-10-01 03:00:00',NULL),(6424,1306,16,'ASUSTeK Computer Inc.','2011-10-01 03:00:00',NULL),(6425,1306,17,'VIA Technologies, Inc.','2011-10-01 03:00:00',NULL),(6426,1307,12,'A7V8X motherboard','2011-10-01 03:00:00',NULL),(6427,1307,9,'VT8377 [KT400/KT600 AGP] Host Bridge','2011-10-01 03:00:00',NULL),(6428,1307,13,'VT8377 [KT400/KT600 AGP] Host Bridge','2011-10-01 03:00:00',NULL),(6429,1307,14,'80','2011-10-01 03:00:00',NULL),(6430,1307,15,'Host bridge','2011-10-01 03:00:00',NULL),(6431,1307,10,'0000:00:00.0','2011-10-01 03:00:00',NULL),(6432,1307,16,'ASUSTeK Computer Inc.','2011-10-01 03:00:00',NULL),(6433,1307,17,'VIA Technologies, Inc.','2011-10-01 03:00:00',NULL),(6434,1308,9,'AC\'97 Modem Controller','2011-10-01 03:00:00',NULL),(6435,1308,14,'80','2011-10-01 03:00:00',NULL),(6436,1308,15,'Communication controller','2011-10-01 03:00:00',NULL),(6437,1308,13,'AC\'97 Modem Controller','2011-10-01 03:00:00',NULL),(6438,1308,10,'0000:00:11.6','2011-10-01 03:00:00',NULL),(6439,1308,17,'VIA Technologies, Inc.','2011-10-01 03:00:00',NULL),(6440,1309,12,'Asus P5VD1-X (AD1888 codec [SoundMax])','2011-10-01 03:00:00',NULL),(6441,1309,9,'VT8233/A/8235/8237 AC97 Audio Controller','2011-10-01 03:00:00',NULL),(6442,1309,13,'VT8233/A/8235/8237 AC97 Audio Controller','2011-10-01 03:00:00',COLOR="#A020F0">NULL),(6443,1309,14,'60','2011-10-01 03:00:00',NULL),(6444,1309,15,'Multimedia audio controller','2011-10-01 03:00:00',NULL),(6445,1309,10,'0000:00:11.5','2011-10-01 03:00:00',NULL),(6446,1309,16,'ASUSTeK Computer Inc.','2011-10-01 03:00:00',NULL),(6447,1309,17,'VIA Technologies, Inc.','2011-10-01 03:00:00',NULL),(6448,1310,12,'A7V600/K8V-X/A8V Deluxe motherboard','2011-10-01 03:00:00',NULL),(6449,1310,9,'VT82xxxxx UHCI USB 1.1 Controller','2011-10-01 03:00:00',NULL),(6450,1310,13,'VT82xxxxx UHCI USB 1.1 Controller','2011-10-01 03:00:00',NULL),(6451,1310,14,'81','2011-10-01 03:00:00',NULL),(6452,1310,15,'USB Controller','2011-10-01 03:00:00',NULL),(6453,1310,10,'0000:00:10.0','2011-10-01 03:00:00',NULL),(6454,1310,16,'ASUSTeK Computer Inc.','2011-10-01 03:00:00',NULL),(6455,1310,17,'VIA Technologies, Inc.','2011-10-01 03:00:00',NULL),(6456,1311,11,'8a','2011-10-01 03:00:00',NULL),(6457,1311,12,'A7V600/K8V-X/A8V Deluxe motherboard','2011-10-01 03:00:00',NULL),(6458,1311,9,'VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE','2011-10-01 03:00:00',NULL),(6459,1311,13,'VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE','2011-10-01 03:00:00',NULL),(6460,1311,14,'06','2011-10-01 03:00:00',NULL),(6461,1311,15,'IDE interface','2011-10-01 03:00:00',NULL),(6462,1311,16,'ASUSTeK Computer Inc.','2011-10-01 03:00:00',NULL),(6463,1311,17,'VIA Technologies, Inc.','2011-10-01 03:00:00',NULL),(6464,1311,10,'0000:00:0f.1','2011-10-01 03:00:00',NULL),(6465,1312,11,'20','2011-10-01 03:00:00',NULL),(6466,1312,12,'A7V600/K8V-X/A8V Deluxe motherboard','2011-10-01 03:00:00',NULL),(6467,1312,9,'USB 2.0','2011-10-01 03:00:00',NULL),(6468,1312,13,'USB 2.0','2011-10-01 03:00:00',NULL),(6469,1312,14,'86','2011-10-01 03:00:00',NULL),(6470,1312,15,'USB Controller','2011-10-01 03:00:00',NULL),(6471,1312,16,'ASUSTeK Computer Inc.','2011-10-01 03:00:00',NULL),(6472,1312,17,'VIA Technologies, Inc.',OR="#BC8F8F">'2011-10-01 03:00:00',NULL),(6473,1312,10,'0000:00:10.4','2011-10-01 03:00:00',NULL),(6474,1313,12,'A7V600/K8V-X/A8V Deluxe motherboard','2011-10-01 03:00:00',NULL),(6475,1313,9,'VT82xxxxx UHCI USB 1.1 Controller','2011-10-01 03:00:00',NULL),(6476,1313,13,'VT82xxxxx UHCI USB 1.1 Controller','2011-10-01 03:00:00',NULL),(6477,1313,14,'81','2011-10-01 03:00:00',NULL),(6478,1313,15,'USB Controller'</FONT>,'2011-10-01 03:00:00',NULL),(6479,1313,10,'0000:00:10.1','2011-10-01 03:00:00',NULL),(6480,1313,16,'ASUSTeK Computer Inc.','2011-10-01 03:00:00',NULL),(6481,1313,17,'VIA Technologies, Inc.','2011-10-01 03:00:00',NULL),(6482,1314,9,'VT8237/VX700 PCI Bridge','2011-10-01 03:00:00',NULL),(6483,1314,15,'PCI bridge','2011-10-01 03:00:00',NULL),(6484,1314,13,'VT8237/VX700 PCI Bridge','2011-10-01 03:00:00',NULL),(6485,1314,10,'0000:00:01.0','2011-10-01 03:00:00',NULL),(6486,1314,17,'VIA Technologies, Inc.','2011-10-01 03:00:00',NULL),(6487,1315,12,'Device 2081','2011-10-01 03:00:00',NULL),(6488,1315,9,'Radeon RV100 QY [Radeon 7000/VE]','2011-10-01 03:00:00',NULL),(6489,1315,15,'VGA compatible controller','2011-10-01 03:00:00',NULL),(6490,1315,13,'Radeon RV100 QY [Radeon 7000/VE]','2011-10-01 03:00:00',NULL),(6491,1315,10,'0000:01:00.0','2011-10-01 03:00:00',NULL),(6492,1315,16,'C.P. Technology Co. Ltd','2011-10-01 03:00:00',NULL),(6493,1315,17,'ATI Technologies Inc','2011-10-01 03:00:00',NULL),(6494,1316,12,'3C905B Fast Etherlink XL 10/100','2011-10-01 03:00:00',NULL),(6495,1316,9,'3c905B 100BaseTX [Cyclone]','2011-10-01 03:00:00',NULL),(6496,1316,13,'3c905B 100BaseTX [Cyclone]','2011-10-01 03:00:00',NULL),(6497,1316,14,'28','2011-10-01 03:00:00',NULL),(6498,1316,15,'Ethernet controller','2011-10-01 03:00:00',NULL),(6499,1316,10,'0000:00:0e.0','2011-10-01 03:00:00',NULL),(6500,1316,16,'3Com Corporation','2011-10-01 03:00:00',NULL),(6501,1316,17,'3Com Corporation','2011-10-01 03:00:00',NULL),(6502,896,4,ONT COLOR="#BC8F8F">'7648764','2011-10-03 03:00:00','2011-10-04 03:00:00'),(6503,896,4,'6175324','2011-10-04 03:00:00','2011-10-06 03:00:00'),(6504,11,4,'1048576','2011-10-05 03:00:00',NULL),(6505,896,4,'7648764','2011-10-06 03:00:00','2011-10-07 03:00:00'),(6506,4,4,'2093916','2011-10-06 16:00:00',NULL),(6507,4,8,'2999.936','2011-10-06 16:00:00','2011-10-09 16:00:00'),(6508,896,4,'6179420','2011-10-07 03:00:00','2011-10-08 03:00:00'),(6509,896,4,'7648764','2011-10-08 03:00:00','2011-10-10 03:00:00'),(6510,4,8,'2999.978','2011-10-09 16:00:00','2011-10-24 16:00:00'),(6511,896,4,'6177372','2011-10-10 03:00:00','2011-10-20 03:00:00'),(6512,1137,8,'1596.034','2011-10-12 03:00:00','2011-10-18 03:00:00'),(6513,1031,8,'1596.024','2011-10-17 03:00:00','2011-11-25 03:00:00'),(6514,1137,8,'1596.000','2011-10-18 03:00:00','2011-10-24 03:00:00'),(6515,896,4,'5659228','2011-10-20 03:00:00','2011-10-24 03:00:00'),(6516,896,4,'6175324','2011-10-24 03:00:00','2011-10-30 03:00:00'),(6517,896,8,'2999.894','2011-10-24 03:00:00','2011-10-30 03:00:00'),(6518,1137,8,'1596.052','2011-10-24 03:00:00','2011-12-09 03:00:00'),(6519,4,8,'2999.974','2011-10-24 16:00:00','2011-10-31 16:00:00'),(6520,896,4,'7648764','2011-10-30 03:00:00','2011-11-01 03:00:00'),(6521,896,8,'2999.892','2011-10-30 03:00:00',NULL),(6522,1317,12,'Device 11ab','2011-10-30 03:00:00','2011-11-26 03:00:00'),(6523,1317,9,'MV88SX6081 8-port SATA II PCI-X Controller','2011-10-30 03:00:00','2011-11-26 03:00:00'),(6524,1317,13,'MV88SX6081 8-port SATA II PCI-X Controller','2011-10-30 03:00:00','2011-11-26 03:00:00'),(6525,1317,14,'09'B>,'2011-10-30 03:00:00','2011-11-26 03:00:00'),(6526,1317,15,'SCSI storage controller','2011-10-30 03:00:00','2011-11-26 03:00:00'),(6527,1317,10,'0000:02:05.0','2011-10-30 03:00:00','2011-11-26 03:00:00'),(6528,1317,16,'Marvell Technology Group Ltd.','2011-10-30 03:00:00','2011-11-26 03:00:00'),(6529,1317,17,'Marvell Technology Group Ltd.','2011-10-30 03:00:00','2011-11-26 03:00:00'),(6530,28,8,'1797.279','2011-10-31 03:00:00',="#A020F0">NULL),(6531,4,8,'2999.988','2011-10-31 16:00:00','2011-11-27 16:00:00'),(6532,896,4,'6179420','2011-11-01 03:00:00','2011-11-26 03:00:00'),(6533,1229,4,'955092','2011-11-02 03:00:00','2011-11-03 03:00:00'),(6534,1229,8,'1666.720','2011-11-02 03:00:00','2011-12-27 03:00:00'),(6535,1229,4,'227328','2011-11-03 03:00:00','2011-12-27 03:00:00'),(6536,32,4,'2093716','2011-11-07 03:00:00',<FONT COLOR="#BC8F8F">'2012-04-03 03:00:00'),(6537,32,8,'3391.874','2011-11-07 03:00:00','2012-04-11 03:00:00'),(6538,1220,4,'520852','2011-11-07 13:00:00',NULL),(6539,1220,8,'3400.250','2011-11-07 13:00:00','2012-05-29 13:00:00'),(6540,1318,4,'750996','2011-11-10 03:00:00',NULL),(6541,1318,5,'2','2011-11-10 03:00:00',NULL),(6542,1318,6,'GenuineIntel','2011-11-10 03:00:00',NULL),(6543,1318,7,'i686','2011-11-10 03:00:00',NULL),(6544,1318,8,'2793.134','2011-11-10 03:00:00',NULL),(6545,1320,9,'82801FB/FR (ICH6/ICH6R) LPC Interface Bridge','2011-11-10 03:00:00',NULL),(6546,1320,14,'03','2011-11-10 03:00:00',NULL),(6547,1320,15,'ISA bridge','2011-11-10 03:00:00',NULL),(6548,1320,13,'82801FB/FR (ICH6/ICH6R) LPC Interface Bridge','2011-11-10 03:00:00',NULL),(6549,1320,10,'0000:00:1f.0','2011-11-10 03:00:00',NULL),(6550,1320,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6551,1321,11,'20','2011-11-10 03:00:00',NULL),(6552,1321,12,'Device 0181','2011-11-10 03:00:00',NULL),(6553,1321,9,'82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller','2011-11-10 03:00:00',NULL),(6554,1321,13,'82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller','2011-11-10 03:00:00',NULL),(6555,1321,14,'03','2011-11-10 03:00:00',NULL),(6556,1321,15,'USB Controller','2011-11-10 03:00:00',NULL),(6557,1321,16,'Dell','2011-11-10 03:00:00',NULL),(6558,1321,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6559,1321,10,'0000:00:1d.7','2011-11-10 03:00:00',NULL),(6560,1322,12,'Device 0181','2011-11-10 03:00:00',NULL),(6561,1322,9,'82801FB/FBM/FR/FW/FRW (ICH6 Family) AC\'97 Audio Controller','2011-11-10 03:00:00',NULL),(6562,1322,13,'82801FB/FBM/FR/FW/FRW (ICH6 Family) AC\'97 Audio Controller','2011-11-10 03:00:00',NULL),(6563,1322,14,'03','2011-11-10 03:00:00',NULL),(6564,1322,15,'Multimedia audio controller','2011-11-10 03:00:00',NULL),(6565,1322,10,'0000:00:1e.2','2011-11-10 03:00:00',NULL),(6566,1322,16,'Dell','2011-11-10 03:00:00',NULL),(6567,1322,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6568,1323,12,'Device 0181','2011-11-10 03:00:00',NULL),(6569,1323,9,'82915G/GV/910GL Integrated Graphics Controller','2011-11-10 03:00:00',NULL),(6570,1323,13,'82915G/GV/910GL Integrated Graphics Controller','2011-11-10 03:00:00',NULL),(6571,1323,14,'04','2011-11-10 03:00:00',NULL),(6572,1323,15,'VGA compatible controller','2011-11-10 03:00:00',NULL),(6573,1323,10,'0000:00:02.0','2011-11-10 03:00:00',NULL),(6574,1323,16,'Dell','2011-11-10 03:00:00',NULL),(6575,1323,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6576,1324,12,'Device 0181','2011-11-10 03:00:00',NULL),(6577,1324,9,'82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller','2011-11-10 03:00:00',NULL),(6578,1324,13,'82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller','2011-11-10 03:00:00',NULL),(6579,1324,14,'03','2011-11-10 03:00:00',NULL),(6580,1324,15,'SMBus','2011-11-10 03:00:00',NULL),(6581,1324,10,'0000:00:1f.3','2011-11-10 03:00:00',NULL),(6582,1324,16,'Dell','2011-11-10 03:00:00',NULL),(6583,1324,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6584,1325,12,'Device 0181'FONT>,'2011-11-10 03:00:00',NULL),(6585,1325,9,'82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1','2011-11-10 03:00:00',NULL),(6586,1325,13,'82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1','2011-11-10 03:00:00',NULL),(6587,1325,14,'03','2011-11-10 03:00:00',NULL),(6588,1325,15,'USB Controller','2011-11-10 03:00:00',NULL),(6589,1325,10,'0000:00:1d.0','2011-11-10 03:00:00',NULL),(6590,1325,16,R="#BC8F8F">'Dell','2011-11-10 03:00:00',NULL),(6591,1325,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6592,1326,12,'Device 0181','2011-11-10 03:00:00',NULL),(6593,1326,9,'82915G Integrated Graphics Controller','2011-11-10 03:00:00',NULL),(6594,1326,13,'82915G Integrated Graphics Controller','2011-11-10 03:00:00',NULL),(6595,1326,14,'04','2011-11-10 03:00:00',NULL),(6596,1326,15,LOR="#BC8F8F">'Display controller','2011-11-10 03:00:00',NULL),(6597,1326,10,'0000:00:02.1','2011-11-10 03:00:00',NULL),(6598,1326,16,'Dell','2011-11-10 03:00:00',NULL),(6599,1326,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6600,1327,11,'01','2011-11-10 03:00:00',NULL),(6601,1327,9,'82801 PCI Bridge','2011-11-10 03:00:00',NULL),(6602,1327,14,'d3',T COLOR="#BC8F8F">'2011-11-10 03:00:00',NULL),(6603,1327,15,'PCI bridge','2011-11-10 03:00:00',NULL),(6604,1327,13,'82801 PCI Bridge','2011-11-10 03:00:00',NULL),(6605,1327,10,'0000:00:1e.0','2011-11-10 03:00:00',NULL),(6606,1327,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6607,1328,11,'8f','2011-11-10 03:00:00',NULL),(6608,1328,12,'Device 0181','2011-11-10 03:00:00',NULL),(6609,1328,9,'82801FB/FW (ICH6/ICH6W) SATA Controller','2011-11-10 03:00:00',NULL),(6610,1328,13,'82801FB/FW (ICH6/ICH6W) SATA Controller','2011-11-10 03:00:00',NULL),(6611,1328,14,'03','2011-11-10 03:00:00',NULL),(6612,1328,15,'IDE interface','2011-11-10 03:00:00',NULL),(6613,1328,16,'Dell','2011-11-10 03:00:00',NULL),(6614,1328,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6615,1328,10,'0000:00:1f.2','2011-11-10 03:00:00',NULL),(6616,1329,12,'Device 0181','2011-11-10 03:00:00',NULL),(6617,1329,9,'82915G/P/GV/GL/PL/910GL Memory Controller Hub','2011-11-10 03:00:00',NULL),(6618,1329,13,'82915G/P/GV/GL/PL/910GL Memory Controller Hub','2011-11-10 03:00:00',NULL),(6619,1329,14,'04','2011-11-10 03:00:00',NULL),(6620,1329,15,'Host bridge','2011-11-10 03:00:00',NULL),(6621,1329,10,'0000:00:00.0','2011-11-10 03:00:00',NULL),(6622,1329,16,'Dell','2011-11-10 03:00:00',NULL),(6623,1329,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6624,1330,12,'Device 0181','2011-11-10 03:00:00',NULL),(6625,1330,9,'82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4','2011-11-10 03:00:00',NULL),(6626,1330,13,'82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4','2011-11-10 03:00:00',NULL),(6627,1330,14,'03','2011-11-10 03:00:00',NULL),(6628,1330,15,'USB Controller','2011-11-10 03:00:00',NULL),(6629,1330,10,'0000:00:1d.3','2011-11-10 03:00:00',NULL),(6630,1330,16,'Dell','2011-11-10 03:00:00',NULL),(6631,1330,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6632,1331,9,'82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1','2011-11-10 03:00:00',NULL),(6633,1331,14,'03','2011-11-10 03:00:00',NULL),(6634,1331,15,'PCI bridge','2011-11-10 03:00:00',NULL),(6635,1331,13,'82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1','2011-11-10 03:00:00',NULL),(6636,1331,10,'0000:00:1c.0','2011-11-10 03:00:00',NULL),(6637,1331,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6638,1332,11,'8a','2011-11-10 03:00:00',NULL),(6639,1332,12,'Device 0181','2011-11-10 03:00:00',NULL),(6640,1332,9,'82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller','2011-11-10 03:00:00',NULL),(6641,1332,13,'82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller','2011-11-10 03:00:00',NULL),(6642,1332,14,'03','2011-11-10 03:00:00',NULL),(6643,1332,15,'IDE interface','2011-11-10 03:00:00',NULL),(6644,1332,16,="#BC8F8F">'Dell','2011-11-10 03:00:00',NULL),(6645,1332,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6646,1332,10,'0000:00:1f.1','2011-11-10 03:00:00',NULL),(6647,1333,12,'Device 0181','2011-11-10 03:00:00',NULL),(6648,1333,9,'82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2','2011-11-10 03:00:00',NULL),(6649,1333,13,'82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2','2011-11-10 03:00:00',NULLB>),(6650,1333,14,'03','2011-11-10 03:00:00',NULL),(6651,1333,15,'USB Controller','2011-11-10 03:00:00',NULL),(6652,1333,10,'0000:00:1d.1','2011-11-10 03:00:00',NULL),(6653,1333,16,'Dell','2011-11-10 03:00:00',NULL),(6654,1333,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6655,1334,9,'82915G/P/GV/GL/PL/910GL PCI Express Root Port','2011-11-10 03:00:00',NULL),(6656,1334,14,'04','2011-11-10 03:00:00',NULL),(6657,1334,15,'PCI bridge','2011-11-10 03:00:00',NULL),(6658,1334,13,'82915G/P/GV/GL/PL/910GL PCI Express Root Port','2011-11-10 03:00:00',NULL),(6659,1334,10,'0000:00:01.0','2011-11-10 03:00:00',NULL),(6660,1334,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6661,1335,12,'Device 0181','2011-11-10 03:00:00',NULL),(6662,1335,9,'82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3','2011-11-10 03:00:00',NULL),(6663,1335,13,'82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3','2011-11-10 03:00:00',NULL),(6664,1335,14,'03','2011-11-10 03:00:00',NULL),(6665,1335,15,'USB Controller','2011-11-10 03:00:00',NULL),(6666,1335,10,'0000:00:1d.2','2011-11-10 03:00:00',NULL),(6667,1335,16,'Dell','2011-11-10 03:00:00',NULLB>),(6668,1335,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6669,1336,12,'Device 0181','2011-11-10 03:00:00',NULL),(6670,1336,9,'82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller','2011-11-10 03:00:00',NULL),(6671,1336,13,'82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller','2011-11-10 03:00:00',NULL),(6672,1336,14,'03','2011-11-10 03:00:00',NULL),(6673,1336,15,'Ethernet controller','2011-11-10 03:00:00',NULL),(6674,1336,10,'0000:03:08.0','2011-11-10 03:00:00',NULL),(6675,1336,16,'Dell','2011-11-10 03:00:00',NULL),(6676,1336,17,'Intel Corporation','2011-11-10 03:00:00',NULL),(6677,1319,4,'520852','2011-11-10 03:00:00',NULL),(6678,1319,5,'1','2011-11-10 03:00:00',NULL),(6679,1319,6,'GenuineIntel','2011-11-10 03:00:00',NULL),(6680,1319,7,'i686','2011-11-10 03:00:00',NULL),(6681,1319,8,'2793.134','2011-11-10 03:00:00','2011-11-12 03:00:00'),(6682,1319,8,'2793.132','2011-11-12 03:00:00','2012-01-31 03:00:00'),(6683,1138,8,'2793.171','2011-11-17 03:00:00','2011-11-18 03:00:00'),(6684,1187,8,'1596.000','2011-11-18 03:00:00','2012-03-31 03:00:00'),(6685,1170,4,'227020','2011-11-18 03:00:00','2012-07-07 03:00:00'),(6686,1170,8,'1596.057','2011-11-18 03:00:00','2012-03-31 03:00:00'),(6687,1138,8,'2793.175','2011-11-18 03:00:00','2011-12-26 03:00:00'),(6688,1337,4,'7890928','2011-11-23 03:00:00','2011-11-24 03:00:00'),(6689,1337,5,'4','2011-11-23 03:00:00',NULL),(6690,1337,6,'AuthenticAMD','2011-11-23 03:00:00',NULL),(6691,1337,7,'x86_64','2011-11-23 03:00:00',NULL),(6692,1337,8,'3024839.298','2011-11-23 03:00:00','2011-11-24 03:00:00'),(6693,1338,12,'Device ba11','2011-11-23 03:00:00',NULL),(6694,1338,9,'SB700/SB800 LPC host controller','2011-11-23 03:00:00',NULL),(6695,1338,15,'ISA bridge','2011-11-23 03:00:00',NULL),(6696,1338,13,'SB700/SB800 LPC host controller','2011-11-23 03:00:00',NULL),(6697,1338,10,'0000:00:14.3','2011-11-23 03:00:00',NULL),(6698,1338,16,'Super Micro Computer Inc','2011-11-23 03:00:00',NULL),(6699,1338,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6700,1339,11,'10','2011-11-23 03:00:00',NULL),(6701,1339,12,'Device ba11','2011-11-23 03:00:00',NULL),(6702,1339,9,'SB700/SB800 USB OHCI0 Controller','2011-11-23 03:00:00',NULL),(6703,1339,13,'SB700/SB800 USB OHCI0 Controller','2011-11-23 03:00:00',OR="#A020F0">NULL),(6704,1339,15,'USB Controller','2011-11-23 03:00:00',NULL),(6705,1339,10,'0000:00:13.0','2011-11-23 03:00:00',NULL),(6706,1339,16,'Super Micro Computer Inc','2011-11-23 03:00:00',NULL),(6707,1339,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6708,1340,9,'Family 10h Processor Link Control','2011-11-23 03:00:00',NULL),(6709,1340,15,'Host bridge','2011-11-23 03:00:00',<FONT COLOR="#A020F0">NULL),(6710,1340,13,'Family 10h Processor Link Control','2011-11-23 03:00:00',NULL),(6711,1340,10,'0000:00:18.4','2011-11-23 03:00:00',NULL),(6712,1340,17,'Advanced Micro Devices [AMD]','2011-11-23 03:00:00',NULL),(6713,1341,12,'Device 10d3','2011-11-23 03:00:00',NULL),(6714,1341,9,'82574L Gigabit Network Connection','2011-11-23 03:00:00',NULL),(6715,1341,15,'Ethernet controller','2011-11-23 03:00:00',NULL),(6716,1341,13,'82574L Gigabit Network Connection','2011-11-23 03:00:00',NULL),(6717,1341,10,'0000:02:00.0','2011-11-23 03:00:00',NULL),(6718,1341,16,'Super Micro Computer Inc','2011-11-23 03:00:00',NULL),(6719,1341,17,'Intel Corporation','2011-11-23 03:00:00',NULL),(6720,1342,9,'RD890 PCI to PCI bridge (PCI express gpp port H)','2011-11-23 03:00:00',NULL),(6721,1342,15,'PCI bridge'>,'2011-11-23 03:00:00',NULL),(6722,1342,13,'RD890 PCI to PCI bridge (PCI express gpp port H)','2011-11-23 03:00:00',NULL),(6723,1342,10,'0000:00:09.0','2011-11-23 03:00:00',NULL),(6724,1342,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6725,1343,11,'01','2011-11-23 03:00:00',NULL),(6726,1343,9,'SBx00 PCI to PCI Bridge','2011-11-23 03:00:00',NULL),(6727,1343,15,'PCI bridge','2011-11-23 03:00:00',NULL),(6728,1343,13,'SBx00 PCI to PCI Bridge','2011-11-23 03:00:00',NULL),(6729,1343,10,'0000:00:14.4','2011-11-23 03:00:00',NULL),(6730,1343,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6731,1344,12,'Device ba11','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6732,1344,9,'MGA G200eW WPCM450','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6733,1344,13,OR="#BC8F8F">'MGA G200eW WPCM450','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6734,1344,14,'0a','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6735,1344,15,'VGA compatible controller','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6736,1344,10,'0000:03:04.0','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6737,1344,16,'Super Micro Computer Inc','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6738,1344,17,'Matrox Graphics, Inc.','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6739,1345,9,'Family 10h Processor DRAM Controller','2011-11-23 03:00:00',NULL),(6740,1345,15,'Host bridge','2011-11-23 03:00:00',NULL),(6741,1345,13,'Family 10h Processor DRAM Controller','2011-11-23 03:00:00',NULL),(6742,1345,10,'0000:00:18.2','2011-11-23 03:00:00',NULL),(6743,1345,17,'Advanced Micro Devices [AMD]','2011-11-23 03:00:00',NULL),(6744,1346,12,'Device ba11','2011-11-23 03:00:00',NULL),(6745,1346,9,'SBx00 SMBus Controller','2011-11-23 03:00:00',NULL),(6746,1346,13,'SBx00 SMBus Controller','2011-11-23 03:00:00',NULL),(6747,1346,14,'3d','2011-11-23 03:00:00',NULL),(6748,1346,15,'SMBus','2011-11-23 03:00:00',NULL),(6749,1346,10,'0000:00:14.0','2011-11-23 03:00:00',NULL),(6750,1346,16,'Super Micro Computer Inc','2011-11-23 03:00:00',NULL),(6751,1346,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6752,1347,11,'10','2011-11-23 03:00:00',NULL),(6753,1347,12,'Device ba11','2011-11-23 03:00:00',NULL),(6754,1347,9,'SB700 USB OHCI1 Controller','2011-11-23 03:00:00',NULL),(6755,1347,13,'SB700 USB OHCI1 Controller','2011-11-23 03:00:00',NULL),(6756,1347,15,'USB Controller','2011-11-23 03:00:00',NULL),(6757,1347,10,'0000:00:12.1','2011-11-23 03:00:00',NULL),(6758,1347,16,'Super Micro Computer Inc','2011-11-23 03:00:00',NULL),(6759,1347,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6760,1348,11,'20','2011-11-23 03:00:00',NULL),(6761,1348,12,'SB700/SB800 USB EHCI Controller','2011-11-23 03:00:00',NULL),(6762,1348,9,'SB700/SB800 USB EHCI Controller',LOR="#BC8F8F">'2011-11-23 03:00:00',NULL),(6763,1348,13,'SB700/SB800 USB EHCI Controller','2011-11-23 03:00:00',NULL),(6764,1348,15,'USB Controller','2011-11-23 03:00:00',NULL),(6765,1348,10,'0000:00:13.2','2011-11-23 03:00:00',NULL),(6766,1348,16,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6767,1348,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6768,1349,11,'10','2011-11-23 03:00:00',NULL),(6769,1349,12,'Device ba11','2011-11-23 03:00:00',NULL),(6770,1349,9,'SB700/SB800 USB OHCI0 Controller','2011-11-23 03:00:00',NULL),(6771,1349,13,'SB700/SB800 USB OHCI0 Controller','2011-11-23 03:00:00',NULL),(6772,1349,15,'USB Controller','2011-11-23 03:00:00',NULL),(6773,1349,10,'0000:00:12.0','2011-11-23 03:00:00',NULL),(6774,1349,16,'Super Micro Computer Inc'>,'2011-11-23 03:00:00',NULL),(6775,1349,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6776,1350,11,'01','2011-11-23 03:00:00',NULL),(6777,1350,12,'SB700/SB800 SATA Controller [AHCI mode]','2011-11-23 03:00:00',NULL),(6778,1350,9,'SB700/SB800 SATA Controller [AHCI mode]','2011-11-23 03:00:00',NULL),(6779,1350,13,'SB700/SB800 SATA Controller [AHCI mode]','2011-11-23 03:00:00',NULL),(6780,1350,15,<FONT COLOR="#BC8F8F">'SATA controller','2011-11-23 03:00:00',NULL),(6781,1350,10,'0000:00:11.0','2011-11-23 03:00:00',NULL),(6782,1350,16,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6783,1350,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6784,1351,11,'20','2011-11-23 03:00:00',NULL),(6785,1351,12,'Device ba11','2011-11-23 03:00:00',NULL),(6786,1351,9,'SB700/SB800 USB EHCI Controller','2011-11-23 03:00:00',NULL),(6787,1351,13,'SB700/SB800 USB EHCI Controller','2011-11-23 03:00:00',NULL),(6788,1351,15,'USB Controller','2011-11-23 03:00:00',NULL),(6789,1351,10,'0000:00:12.2','2011-11-23 03:00:00',NULL),(6790,1351,16,'Super Micro Computer Inc','2011-11-23 03:00:00',NULL),(6791,1351,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6792,1352,9,<FONT COLOR="#BC8F8F">'Family 10h Processor HyperTransport Configuration','2011-11-23 03:00:00',NULL),(6793,1352,15,'Host bridge','2011-11-23 03:00:00',NULL),(6794,1352,13,'Family 10h Processor HyperTransport Configuration','2011-11-23 03:00:00',NULL),(6795,1352,10,'0000:00:18.0','2011-11-23 03:00:00',NULL),(6796,1352,17,'Advanced Micro Devices [AMD]','2011-11-23 03:00:00',NULL),(6797,1353,9,'Family 10h Processor Address Map','2011-11-23 03:00:00',NULL),(6798,1353,15,'Host bridge','2011-11-23 03:00:00',NULL),(6799,1353,13,'Family 10h Processor Address Map','2011-11-23 03:00:00',NULL),(6800,1353,10,'0000:00:18.1','2011-11-23 03:00:00',NULL),(6801,1353,17,'Advanced Micro Devices [AMD]','2011-11-23 03:00:00',NULL),(6802,1354,11,'10','2011-11-23 03:00:00',NULL),(6803,1354,12,'Device ba11','2011-11-23 03:00:00'>,NULL),(6804,1354,9,'SB700 USB OHCI1 Controller','2011-11-23 03:00:00',NULL),(6805,1354,13,'SB700 USB OHCI1 Controller','2011-11-23 03:00:00',NULL),(6806,1354,15,'USB Controller','2011-11-23 03:00:00',NULL),(6807,1354,10,'0000:00:13.1','2011-11-23 03:00:00',NULL),(6808,1354,16,'Super Micro Computer Inc','2011-11-23 03:00:00',NULL),(6809,1354,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6810,1355,11,'10','2011-11-23 03:00:00',NULL),(6811,1355,12,'Device 4396','2011-11-23 03:00:00',NULL),(6812,1355,9,'SB700/SB800 USB OHCI2 Controller','2011-11-23 03:00:00',NULL),(6813,1355,13,'SB700/SB800 USB OHCI2 Controller','2011-11-23 03:00:00',NULL),(6814,1355,15,'USB Controller','2011-11-23 03:00:00',NULL),(6815,1355,10,'0000:00:14.5','2011-11-23 03:00:00',NULL),(6816,1355,16,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6817,1355,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6818,1356,12,'Device ba11','2011-11-23 03:00:00',NULL),(6819,1356,9,'RD890 PCI to PCI bridge (external gfx0 port A)','2011-11-23 03:00:00',NULL),(6820,1356,13,'RD890 PCI to PCI bridge (external gfx0 port A)','2011-11-23 03:00:00',NULL),(6821,1356,14,'02','2011-11-23 03:00:00',NULL),(6822,1356,15,'Host bridge','2011-11-23 03:00:00',NULL),(6823,1356,10,'0000:00:00.0','2011-11-23 03:00:00',NULL),(6824,1356,16,'Super Micro Computer Inc','2011-11-23 03:00:00',NULL),(6825,1356,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6826,1357,9,'Family 10h Processor Miscellaneous Control','2011-11-23 03:00:00',NULL),(6827,1357,15,'Host bridge','2011-11-23 03:00:00',NULL),(6828,1357,13,'Family 10h Processor Miscellaneous Control','2011-11-23 03:00:00',NULL),(6829,1357,10,'0000:00:18.3','2011-11-23 03:00:00',NULL),(6830,1357,17,'Advanced Micro Devices [AMD]','2011-11-23 03:00:00',NULL),(6831,1358,9,'RD890 PCI to PCI bridge (external gfx1 port A)','2011-11-23 03:00:00',NULL),(6832,1358,15,'PCI bridge','2011-11-23 03:00:00',NULL),(6833,1358,13,'RD890 PCI to PCI bridge (external gfx1 port A)','2011-11-23 03:00:00',NULL),(6834,1358,10,'0000:00:0a.0','2011-11-23 03:00:00',NULL),(6835,1358,17,'ATI Technologies Inc','2011-11-23 03:00:00',NULL),(6836,1359,12,'Device 10d3','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6837,1359,9,'82574L Gigabit Network Connection','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6838,1359,15,'Ethernet controller','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6839,1359,13,'82574L Gigabit Network Connection','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6840,1359,10,'0000:01:00.0','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6841,1359,16,'Super Micro Computer Inc','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6842,1359,17,'Intel Corporation','2011-11-23 03:00:00','2011-12-03 03:00:00'),(6843,1337,4,'12040172','2011-11-24 03:00:00','2011-11-28 03:00:00'),(6844,1337,8,'2583824.994','2011-11-24 03:00:00','2011-11-26 03:00:00'),(6845,1031,8,'1596.001','2011-11-25 03:00:00','2011-12-03 03:00:00'),(6846,896,4,'7648764','2011-11-26 03:00:00','2012-01-06 03:00:00'),(6847,1337,8,'2687386.175','2011-11-26 03:00:00','2011-11-30 03:00:00'),(6848,1360,12,'Device 11ab','2011-11-26 03:00:00','2011-12-03 03:00:00'),(6849,1360,9,'MV88SX6081 8-port SATA II PCI-X Controller','2011-11-26 03:00:00','2011-12-03 03:00:00'),(6850,1360,13,'MV88SX6081 8-port SATA II PCI-X Controller','2011-11-26 03:00:00','2011-12-03 03:00:00'),(6851,1360,14,'09','2011-11-26 03:00:00','2011-12-03 03:00:00'),(6852,1360,15,'SCSI storage controller','2011-11-26 03:00:00','2011-12-03 03:00:00'),(6853,1360,10,'0000:03:03.0','2011-11-26 03:00:00','2011-12-03 03:00:00'),(6854,1360,16,'Marvell Technology Group Ltd.','2011-11-26 03:00:00','2011-12-03 03:00:00'),(6855,1360,17,'Marvell Technology Group Ltd.','2011-11-26 03:00:00','2011-12-03 03:00:00'),(6856,4,8,'2600.288','2011-11-27 16:00:00','2011-12-01 16:00:00'),(6857,1337,4,'10601052','2011-11-28 03:00:00','2011-11-30 03:00:00'),(6858,1337,4,'12040172','2011-11-30 03:00:00','2011-12-01 03:00:00'),(6859,1337,8,'2594346.491','2011-11-30 03:00:00','2011-12-03 03:00:00'),(6860,1337,4,'10588764','2011-12-01 03:00:00','2011-12-03 03:00:00'),(6861,4,8,'2600.252','2011-12-01 16:00:00','2011-12-05 16:00:00'),(6862,1031,8,'1596.067','2011-12-03 03:00:00','2011-12-16 03:00:00'),(6863,1337,4,'12040172','2011-12-03 03:00:00','2011-12-06 03:00:00'),(6864,1337,8,'1310600.807','2011-12-03 03:00:00','2011-12-06 03:00:00'),(6865,1361,12,'Device 10d3','2011-12-03 03:00:00',NULL),(6866,1361,9,'82574L Gigabit Network Connection'FONT>,'2011-12-03 03:00:00',NULL),(6867,1361,15,'Ethernet controller','2011-12-03 03:00:00',NULL),(6868,1361,13,'82574L Gigabit Network Connection','2011-12-03 03:00:00',NULL),(6869,1361,10,'0000:03:00.0','2011-12-03 03:00:00',NULL),(6870,1361,16,'Super Micro Computer Inc','2011-12-03 03:00:00',NULL),(6871,1361,17,'Intel Corporation','2011-12-03 03:00:00',NULL),(6872,1362,9,'RD890 PCI to PCI bridge (PCI express gpp port D)','2011-12-03 03:00:00',NULL),(6873,1362,15,'PCI bridge','2011-12-03 03:00:00',NULL),(6874,1362,13,'RD890 PCI to PCI bridge (PCI express gpp port D)','2011-12-03 03:00:00',NULL),(6875,1362,10,'0000:00:04.0','2011-12-03 03:00:00',NULL),(6876,1362,17,'ATI Technologies Inc','2011-12-03 03:00:00',NULL),(6877,1363,12,'Device ba11','2011-12-03 03:00:00',NULL),(6878,1363,9,'MGA G200eW WPCM450','2011-12-03 03:00:00',NULL),(6879,1363,13,'MGA G200eW WPCM450','2011-12-03 03:00:00',NULL),(6880,1363,14,'0a','2011-12-03 03:00:00',NULL),(6881,1363,15,'VGA compatible controller','2011-12-03 03:00:00',NULL),(6882,1363,10,'0000:04:04.0','2011-12-03 03:00:00',NULL),(6883,1363,16,'Super Micro Computer Inc','2011-12-03 03:00:00',NULL),(6884,1363,17,'Matrox Graphics, Inc.','2011-12-03 03:00:00',NULL),(6885,1364,12,'Device 7132','2011-12-03 03:00:00',NULL),(6886,1364,9,'SiI 3132 Serial ATA Raid II Controller','2011-12-03 03:00:00',NULL),(6887,1364,13,'SiI 3132 Serial ATA Raid II Controller','2011-12-03 03:00:00',NULL),(6888,1364,14,'01','2011-12-03 03:00:00',NULL),(6889,1364,15,'RAID bus controller','2011-12-03 03:00:00',NULL),(6890,1364,10,'0000:01:00.0','2011-12-03 03:00:00',NULL),(6891,1364,16,'Silicon Image, Inc.','2011-12-03 03:00:00',NULL),(6892,1364,17,'Silicon Image, Inc.','2011-12-03 03:00:00',NULL),(6893,4,8,'2600.236','2011-12-05 16:00:00','2011-12-12 16:00:00'),(6894,1337,4,'10586716','2011-12-06 03:00:00','2011-12-13 03:00:00'),(6895,1337,8,'2553079.606','2011-12-06 03:00:00','2011-12-13 03:00:00'),(6896,1137,8,'1596.081','2011-12-09 03:00:00','2012-01-09 03:00:00'),(6897,4,8,'2600.248','2011-12-12 16:00:00','2012-02-06 16:00:00'),(6898,1337,4,'10601052','2011-12-13 03:00:00','2011-12-23 03:00:00'),(6899,1337,8,'2584306.944','2011-12-13 03:00:00','2012-02-06 03:00:00'),(6900,1031,8,'1596.009','2011-12-16 03:00:00','2012-04-16 03:00:00'),(6901,1299,8,'1905.341','2011-12-20 03:00:00',NULL),(6902,1337,4,'10067548','2011-12-23 03:00:00','2011-12-26 03:00:00'),(6903,1270,4,'521052','2011-12-26 03:00:00',NULL),(6904,1270,8,'2600.248','2011-12-26 03:00:00','2012-02-06 03:00:00'),(6905,999,4,'258908','2011-12-26 03:00:00','2012-02-06 03:00:00'),(6906,999,8,'2600.248','2011-12-26 03:00:00','2012-02-06 03:00:00'),(6907,1298,4,'2093916','2011-12-26 03:00:00'</FONT>,NULL),(6908,1298,8,'2600.248','2011-12-26 03:00:00','2012-02-06 03:00:00'),(6909,1138,8,'2793.173','2011-12-26 03:00:00','2011-12-29 03:00:00'),(6910,1337,4,'7205468','2011-12-26 03:00:00','2012-02-06 03:00:00'),(6911,1229,4,'955092','2011-12-27 03:00:00','2011-12-31 03:00:00'),(6912,1229,8,'1666.706','2011-12-27 03:00:00','2012-03-10 03:00:00'),(6913,1138,8,'2793.179','2011-12-29 03:00:00','2012-01-03 03:00:00'),(6914,17,4,'7499208','2011-12-30 03:00:00','2011-12-31 03:00:00'),(6915,17,8,'2000.086','2011-12-30 03:00:00','2012-01-03 03:00:00'),(6916,1365,12,'Z7/Z9 (XG20 core)','2011-12-30 03:00:00',NULL),(6917,1365,9,'Z7/Z9 (XG20 core)','2011-12-30 03:00:00',NULL),(6918,1365,15,'VGA compatible controller','2011-12-30 03:00:00',NULL),(6919,1365,13,'Z7/Z9 (XG20 core)'>,'2011-12-30 03:00:00',NULL),(6920,1365,10,'0000:01:0a.0','2011-12-30 03:00:00',NULL),(6921,1365,16,'XGI Technology Inc. (eXtreme Graphics Innovation)','2011-12-30 03:00:00',NULL),(6922,1365,17,'XGI Technology Inc. (eXtreme Graphics Innovation)','2011-12-30 03:00:00',NULL),(6923,13,8,'2000.122','2011-12-30 03:00:00','2012-01-03 03:00:00'),(6924,1229,4,'227328','2011-12-31 03:00:00','2012-03-10 03:00:00'),(6925,17,4,'7370332','2011-12-31 03:00:00','2012-01-02 03:00:00'),(6926,17,4,'5680732','2012-01-02 03:00:00','2012-01-03 03:00:00'),(6927,20,8,'2000.122','2012-01-02 03:00:00','2012-01-03 03:00:00'),(6928,1138,8,'2793.178','2012-01-03 03:00:00','2012-01-26 03:00:00'),(6929,17,4,'6192732','2012-01-03 03:00:00','2012-02-08 03:00:00'),(6930,17,8,'2000.084','2012-01-03 03:00:00','2012-02-08 03:00:00'),(6931,20,8,'2000.098','2012-01-03 03:00:00','2012-02-08 03:03:00'),(6932,13,8,'2000.098','2012-01-03 03:00:00','2012-02-08 03:02:00'),(6933,1103,8,'2999.986','2012-01-06 03:00:00','2012-02-09 03:00:00'),(6934,896,4,'6703708','2012-01-06 03:00:00','2012-01-07 03:00:00'),(6935,975,4,'1045340','2012-01-06 03:00:00',NULL),(6936,975,8,'2999.986','2012-01-06 03:00:00','2012-02-09 03:00:00'),(6937,1000,4,'4191068','2012-01-07 03:00:00','2012-02-09 03:00:00'),(6938,1000,8,'2999.986','2012-01-07 03:00:00','2012-02-09 03:00:00'),(6939,896,4,'2509404','2012-01-07 03:00:00',NULL),(6940,1137,8,'1596.050','2012-01-09 03:00:00','2012-01-18 03:00:00'),(6941,1010,8,'1596.076','2012-01-07 03:00:00','2012-01-12 03:00:00'),(6942,1010,8,'1596.049','2012-01-12 03:00:00','2012-03-20 03:00:00'),(6943,1137,8,'1596.042','2012-01-18 03:00:00','2012-01-25 03:00:00'),(6944,1137,8,'1596.065','2012-01-25 03:00:00','2012-02-14 03:00:00'),(6945,1138,8,'2793.175','2012-01-26 03:00:00','2012-05-04 03:00:00'),(6946,1319,8,'2793.144','2012-01-31 03:00:00','2012-04-11 03:00:00'),(6947,1298,8,'2600.252','2012-02-06 03:00:00',NULL),(6948,1270,8,'2600.252','2012-02-06 03:00:00',NULL),(6949,999,4,'521052','2012-02-06 03:00:00',NULL),(6950,999,8,'2600.252','2012-02-06 03:00:00',NULL),(6951,1337,4,'6931036','2012-02-06 03:00:00','2012-02-09 03:00:00'),(6952,1337,8,'1184271.439','2012-02-06 03:00:00',NULL),(6953,4,8,'2600.252','2012-02-06 16:00:00',NULL),(6954,17,4,'7119452','2012-02-08 03:00:00','2012-02-09 03:00:00'),(6955,17,8,'2000.086','2012-02-08 03:00:00',NULL),(6956,13,8,'2000.130','2012-02-08 03:02:00',NULL),(6957,20,8,'2000.130','2012-02-08 03:03:00',NULL),(6958,1103,8,'2000.130','2012-02-09 03:00:00',NULL),(6959,17,4,'1049180','2012-02-09 03:00:00',NULL),(6960,1000,4,'3142492','2012-02-09 03:00:00','2012-06-21 03:00:00'),(6961,1000,8,'2000.130','2012-02-09 03:00:00',NULL),(6962,1337,4,'6817372','2012-02-09 03:00:00','2012-03-01 03:00:00'),(6963,975,8,'2000.130','2012-02-09 03:00:00',NULL),(6964,37,4,'22658264','2012-02-09 03:00:00',NULL),(6965,37,5,'11','2012-02-09 03:00:00','2012-02-27 03:00:00'),(6966,37,8,'3324.996','2012-02-09 03:00:00','2012-02-17 03:00:00'),(6967,33,4,'1781140',<B>'2012-02-13 03:00:00',NULL),(6968,33,8,'3391.874','2012-02-13 03:00:00',NULL),(6969,1366,9,'PCI Express to PCI-XPI7C9X130 PCI-X Bridge','2012-02-13 03:00:00',NULL),(6970,1366,14,'04','2012-02-13 03:00:00',NULL),(6971,1366,15,'PCI bridge','2012-02-13 03:00:00',NULL),(6972,1366,13,'PCI Express to PCI-XPI7C9X130 PCI-X Bridge','2012-02-13 03:00:00',NULL),(6973,1366,10,'0000:04:00.0'>,'2012-02-13 03:00:00',NULL),(6974,1366,17,'Pericom Semiconductor','2012-02-13 03:00:00',NULL),(6975,1367,9,'PCI Express to PCI-XPI7C9X130 PCI-X Bridge','2012-02-13 03:00:00',NULL),(6976,1367,14,'04','2012-02-13 03:00:00',NULL),(6977,1367,15,'PCI bridge','2012-02-13 03:00:00',NULL),(6978,1367,13,'PCI Express to PCI-XPI7C9X130 PCI-X Bridge','2012-02-13 03:00:00',NULL),(6979,1367,10,'0000:09:00.0','2012-02-13 03:00:00',NULL),(6980,1367,17,'Pericom Semiconductor','2012-02-13 03:00:00',NULL),(6981,1133,12,'PowerEdge 2850 Memory Controller Hub','2012-02-13 03:00:00',NULL),(6982,1134,12,'PowerEdge 2850 IDE Controller','2012-02-13 03:00:00',NULL),(6983,1137,8,'1596.020','2012-02-14 03:00:00','2012-03-07 03:00:00'),(6984,37,8,'3324.998','2012-02-17 03:00:00',NULL),(6985,37,5,'8','2012-02-27 03:00:00',NULL),(6986,1369,4,'521052','2012-02-27 03:00:00',NULL),(6987,1369,5,'1','2012-02-27 03:00:00',NULL),(6988,1369,6,'AuthenticAMD','2012-02-27 03:00:00',NULL),(6989,1369,7,'x86_64','2012-02-27 03:00:00',NULL),(6990,1369,8,'2600.252','2012-02-27 03:00:00',NULL),(6991,1368,4,'11793264','2012-02-27 03:00:00','2012-03-22 03:00:00'),(6992,1368,5,'4','2012-02-27 03:00:00',NULL),(6993,1368,6,'GenuineIntel','2012-02-27 03:00:00',NULL),(6994,1368,7,'x86_64','2012-02-27 03:00:00',NULL),(6995,1368,8,'2666.812','2012-02-27 03:00:00','2012-03-22 03:00:00'),(6996,1370,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(6997,1370,9,'5000 Series Chipset Reserved Registers','2012-02-27 03:00:00',NULL),(6998,1370,13,'5000 Series Chipset Reserved Registers','2012-02-27 03:00:00',NULL),(6999,1370,14,'b1','2012-02-27 03:00:00',NULL),(7000,1370,15,'Host bridge','2012-02-27 03:00:00',NULL),(7001,1370,10,'0000:00:13.0','2012-02-27 03:00:00',NULL),(7002,1370,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7003,1370,17,'Intel Corporation',>'2012-02-27 03:00:00',NULL),(7004,1371,9,'6311ESB/6321ESB PCI Express to PCI-X Bridge','2012-02-27 03:00:00',NULL),(7005,1371,14,'01','2012-02-27 03:00:00',NULL),(7006,1371,15,'PCI bridge','2012-02-27 03:00:00',NULL),(7007,1371,13,'6311ESB/6321ESB PCI Express to PCI-X Bridge','2012-02-27 03:00:00',NULL),(7008,1371,10,'0000:01:00.3','2012-02-27 03:00:00',NULL),(7009,1371,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7010,1372,9,'6311ESB/6321ESB PCI Express Downstream Port E1','2012-02-27 03:00:00',NULL),(7011,1372,14,'01','2012-02-27 03:00:00',NULL),(7012,1372,15,'PCI bridge','2012-02-27 03:00:00',NULL),(7013,1372,13,'6311ESB/6321ESB PCI Express Downstream Port E1','2012-02-27 03:00:00',NULL),(7014,1372,10,'0000:02:00.0','2012-02-27 03:00:00',NULL),(7015,1372,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7016,1373,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7017,1373,9,'5000 Series Chipset DMA Engine','2012-02-27 03:00:00',NULL),(7018,1373,13,'5000 Series Chipset DMA Engine','2012-02-27 03:00:00',NULL),(7019,1373,14,'b1','2012-02-27 03:00:00',NULL),(7020,1373,15,'System peripheral','2012-02-27 03:00:00',NULL),(7021,1373,10,'0000:00:08.0','2012-02-27 03:00:00',NULL),(7022,1373,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7023,1373,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7024,1374,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7025,1374,9,'631xESB/632xESB/3100 Chipset SMBus Controller','2012-02-27 03:00:00',NULL),(7026,1374,13,'631xESB/632xESB/3100 Chipset SMBus Controller','2012-02-27 03:00:00',NULL),(7027,1374,14,'09','2012-02-27 03:00:00',NULL),(7028,1374,15,'SMBus','2012-02-27 03:00:00',NULL),(7029,1374,10,'0000:00:1f.3','2012-02-27 03:00:00',NULL),(7030,1374,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7031,1374,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7032,1375,11,'01','2012-02-27 03:00:00',NULL),(7033,1375,9,T COLOR="#BC8F8F">'82801 PCI Bridge','2012-02-27 03:00:00',NULL),(7034,1375,14,'d9','2012-02-27 03:00:00',NULL),(7035,1375,15,'PCI bridge','2012-02-27 03:00:00',NULL),(7036,1375,13,'82801 PCI Bridge','2012-02-27 03:00:00',NULL),(7037,1375,10,'0000:00:1e.0','2012-02-27 03:00:00',NULL),(7038,1375,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7039,1376,12,'Device 1096'</FONT>,'2012-02-27 03:00:00',NULL),(7040,1376,9,'80003ES2LAN Gigabit Ethernet Controller (Copper)','2012-02-27 03:00:00',NULL),(7041,1376,13,'80003ES2LAN Gigabit Ethernet Controller (Copper)','2012-02-27 03:00:00',NULL),(7042,1376,14,'01','2012-02-27 03:00:00',NULL),(7043,1376,15,'Ethernet controller','2012-02-27 03:00:00',NULL),(7044,1376,10,'0000:04:00.0','2012-02-27 03:00:00',NULL),(7045,1376,16,ONT COLOR="#BC8F8F">'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7046,1376,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7047,1377,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7048,1377,9,'5000 Series Chipset FSB Registers','2012-02-27 03:00:00',NULL),(7049,1377,13,'5000 Series Chipset FSB Registers','2012-02-27 03:00:00',NULL),(7050,1377,14,'b1','2012-02-27 03:00:00',NULL</B>),(7051,1377,15,'Host bridge','2012-02-27 03:00:00',NULL),(7052,1377,10,'0000:00:10.0','2012-02-27 03:00:00',NULL),(7053,1377,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7054,1377,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7055,1378,9,'631xESB/632xESB/3100 Chipset PCI Express Root Port 1','2012-02-27 03:00:00',NULL),(7056,1378,14,'09','2012-02-27 03:00:00',NULL),(7057,1378,15,'PCI bridge','2012-02-27 03:00:00',NULL),(7058,1378,13,'631xESB/632xESB/3100 Chipset PCI Express Root Port 1','2012-02-27 03:00:00',NULL),(7059,1378,10,'0000:00:1c.0','2012-02-27 03:00:00',NULL),(7060,1378,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7061,1379,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7062,1379,9,'5000 Series Chipset FBD Registers','2012-02-27 03:00:00',NULL),(7063,1379,13,'5000 Series Chipset FBD Registers','2012-02-27 03:00:00',NULL),(7064,1379,14,'b1','2012-02-27 03:00:00',NULL),(7065,1379,15,'Host bridge','2012-02-27 03:00:00',NULL),(7066,1379,10,'0000:00:15.0','2012-02-27 03:00:00',NULL),(7067,1379,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7068,1379,17,'Intel Corporation','2012-02-27 03:00:00'NT>,NULL),(7069,1380,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7070,1380,9,'631xESB/632xESB/3100 Chipset UHCI USB Controller #2','2012-02-27 03:00:00',NULL),(7071,1380,13,'631xESB/632xESB/3100 Chipset UHCI USB Controller #2','2012-02-27 03:00:00',NULL),(7072,1380,14,'09','2012-02-27 03:00:00',NULL),(7073,1380,15,'USB Controller','2012-02-27 03:00:00',NULL),(7074,1380,10,'0000:00:1d.1',ONT COLOR="#BC8F8F">'2012-02-27 03:00:00',NULL),(7075,1380,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7076,1380,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7077,1381,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7078,1381,9,'631xESB/632xESB/3100 Chipset UHCI USB Controller #3','2012-02-27 03:00:00',NULL),(7079,1381,13,'631xESB/632xESB/3100 Chipset UHCI USB Controller #3','2012-02-27 03:00:00',NULL),(7080,1381,14,'09','2012-02-27 03:00:00',NULL),(7081,1381,15,'USB Controller','2012-02-27 03:00:00',NULL),(7082,1381,10,'0000:00:1d.2','2012-02-27 03:00:00',NULL),(7083,1381,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7084,1381,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7085,1382,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7086,1382,9,>'631xESB/632xESB/3100 Chipset LPC Interface Controller','2012-02-27 03:00:00',NULL),(7087,1382,13,'631xESB/632xESB/3100 Chipset LPC Interface Controller','2012-02-27 03:00:00',NULL),(7088,1382,14,'09','2012-02-27 03:00:00',NULL),(7089,1382,15,'ISA bridge','2012-02-27 03:00:00',NULL),(7090,1382,10,'0000:00:1f.0','2012-02-27 03:00:00',NULL),(7091,1382,16,'Super Micro Computer Inc','2012-02-27 03:00:00',COLOR="#A020F0">NULL),(7092,1382,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7093,1383,11,'20','2012-02-27 03:00:00',NULL),(7094,1383,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7095,1383,9,'631xESB/632xESB/3100 Chipset EHCI USB2 Controller','2012-02-27 03:00:00',NULL),(7096,1383,13,'631xESB/632xESB/3100 Chipset EHCI USB2 Controller','2012-02-27 03:00:00',NULL),(7097,1383,14,'09','2012-02-27 03:00:00',NULL),(7098,1383,15,'USB Controller','2012-02-27 03:00:00',NULL),(7099,1383,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7100,1383,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7101,1383,10,'0000:00:1d.7','2012-02-27 03:00:00',NULL),(7102,1384,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7103,1384,9,'5000 Series Chipset FSB Registers','2012-02-27 03:00:00',NULL),(7104,1384,13,'5000 Series Chipset FSB Registers','2012-02-27 03:00:00',NULL),(7105,1384,14,'b1','2012-02-27 03:00:00',NULL),(7106,1384,15,'Host bridge','2012-02-27 03:00:00',NULL),(7107,1384,10,'0000:00:10.2','2012-02-27 03:00:00',NULL),(7108,1384,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7109,1384,17,'Intel Corporation',>'2012-02-27 03:00:00',NULL),(7110,1385,12,'Device 1096','2012-02-27 03:00:00',NULL),(7111,1385,9,'80003ES2LAN Gigabit Ethernet Controller (Copper)','2012-02-27 03:00:00',NULL),(7112,1385,13,'80003ES2LAN Gigabit Ethernet Controller (Copper)','2012-02-27 03:00:00',NULL),(7113,1385,14,'01','2012-02-27 03:00:00',NULL),(7114,1385,15,'Ethernet controller','2012-02-27 03:00:00',NULL),(7115,1385,10,'0000:04:00.1'FONT>,'2012-02-27 03:00:00',NULL),(7116,1385,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7117,1385,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7118,1386,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7119,1386,9,'5000 Series Chipset Reserved Registers','2012-02-27 03:00:00',NULL),(7120,1386,13,'5000 Series Chipset Reserved Registers','2012-02-27 03:00:00',NULL),(7121,1386,14,'b1','2012-02-27 03:00:00',NULL),(7122,1386,15,'Host bridge','2012-02-27 03:00:00',NULL),(7123,1386,10,'0000:00:11.0','2012-02-27 03:00:00',NULL),(7124,1386,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7125,1386,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7126,1387,9,'5000 Series Chipset PCI Express x8 Port 2-3','2012-02-27 03:00:00',NULL),(7127,1387,14,'b1','2012-02-27 03:00:00',NULL),(7128,1387,15,'PCI bridge','2012-02-27 03:00:00',NULL),(7129,1387,13,'5000 Series Chipset PCI Express x8 Port 2-3','2012-02-27 03:00:00',NULL),(7130,1387,10,'0000:00:02.0','2012-02-27 03:00:00',NULL),(7131,1387,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7132,1388,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7133,1388,9,'631xESB/632xESB/3100 Chipset UHCI USB Controller #1','2012-02-27 03:00:00',NULL),(7134,1388,13,'631xESB/632xESB/3100 Chipset UHCI USB Controller #1','2012-02-27 03:00:00',NULL),(7135,1388,14,'09','2012-02-27 03:00:00',NULL),(7136,1388,15,'USB Controller','2012-02-27 03:00:00',NULL),(7137,1388,10,'0000:00:1d.0','2012-02-27 03:00:00',NULL),(7138,1388,16,'Super Micro Computer Inc','2012-02-27 03:00:00',>NULL),(7139,1388,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7140,1389,11,'8f','2012-02-27 03:00:00',NULL),(7141,1389,12,'Device 8680','2012-02-27 03:00:00',NULL),(7142,1389,9,'631xESB/632xESB/3100 Chipset SATA IDE Controller','2012-02-27 03:00:00',NULL),(7143,1389,13,'631xESB/632xESB/3100 Chipset SATA IDE Controller','2012-02-27 03:00:00',NULL),(7144,1389,14,'09','2012-02-27 03:00:00',NULL),(7145,1389,15,'IDE interface','2012-02-27 03:00:00',NULL),(7146,1389,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7147,1389,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7148,1389,10,'0000:00:1f.2','2012-02-27 03:00:00',NULL),(7149,1390,9,'6311ESB/6321ESB PCI Express Downstream Port E3','2012-02-27 03:00:00',NULL),(7150,1390,14,'01','2012-02-27 03:00:00',NULL),(7151,1390,15,'PCI bridge','2012-02-27 03:00:00',NULL),(7152,1390,13,'6311ESB/6321ESB PCI Express Downstream Port E3','2012-02-27 03:00:00',NULL),(7153,1390,10,'0000:02:02.0','2012-02-27 03:00:00',NULL),(7154,1390,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7155,1391,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7156,1391,9,'5000V Chipset Memory Controller Hub','2012-02-27 03:00:00',NULL),(7157,1391,13,'5000V Chipset Memory Controller Hub','2012-02-27 03:00:00',NULL),(7158,1391,14,'b1','2012-02-27 03:00:00',NULL),(7159,1391,15,'Host bridge','2012-02-27 03:00:00',NULL),(7160,1391,10,'0000:00:00.0','2012-02-27 03:00:00',NULL),(7161,1391,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7162,1391,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7163,1392,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7164,1392,9,'631xESB/632xESB/3100 Chipset UHCI USB Controller #4','2012-02-27 03:00:00',NULL),(7165,1392,13,'631xESB/632xESB/3100 Chipset UHCI USB Controller #4','2012-02-27 03:00:00',NULL),(7166,1392,14,'09','2012-02-27 03:00:00',NULL),(7167,1392,15,'USB Controller','2012-02-27 03:00:00',NULL),(7168,1392,10,ONT COLOR="#BC8F8F">'0000:00:1d.3','2012-02-27 03:00:00',NULL),(7169,1392,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7170,1392,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7171,1393,11,'8a','2012-02-27 03:00:00',NULL),(7172,1393,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7173,1393,9,'631xESB/632xESB IDE Controller','2012-02-27 03:00:00',NULL),(7174,1393,13,ONT COLOR="#BC8F8F">'631xESB/632xESB IDE Controller','2012-02-27 03:00:00',NULL),(7175,1393,14,'09','2012-02-27 03:00:00',NULL),(7176,1393,15,'IDE interface','2012-02-27 03:00:00',NULL),(7177,1393,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7178,1393,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7179,1393,10,'0000:00:1f.1','2012-02-27 03:00:00',NULL),(7180,1394,12,OR="#BC8F8F">'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7181,1394,9,'ES1000','2012-02-27 03:00:00',NULL),(7182,1394,13,'ES1000','2012-02-27 03:00:00',NULL),(7183,1394,14,'02','2012-02-27 03:00:00',NULL),(7184,1394,15,'VGA compatible controller','2012-02-27 03:00:00',NULL),(7185,1394,10,'0000:07:01.0','2012-02-27 03:00:00',NULL),(7186,1394,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7187,1394,17,'ATI Technologies Inc','2012-02-27 03:00:00',NULL),(7188,1395,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7189,1395,9,'5000 Series Chipset FSB Registers','2012-02-27 03:00:00',NULL),(7190,1395,13,'5000 Series Chipset FSB Registers','2012-02-27 03:00:00',NULL),(7191,1395,14,'b1','2012-02-27 03:00:00',NULL),(7192,1395,15,'Host bridge','2012-02-27 03:00:00',NULL),(7193,1395,10,'0000:00:10.1','2012-02-27 03:00:00',NULL),(7194,1395,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7195,1395,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7196,1396,9,'6311ESB/6321ESB PCI Express Upstream Port','2012-02-27 03:00:00',NULL),(7197,1396,14,'01','2012-02-27 03:00:00',NULL),(7198,1396,15,'PCI bridge','2012-02-27 03:00:00',NULL),(7199,1396,13,'6311ESB/6321ESB PCI Express Upstream Port','2012-02-27 03:00:00',NULL),(7200,1396,10,'0000:01:00.0','2012-02-27 03:00:00',NULL),(7201,1396,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7202,1397,12,'X7DVL-E-O motherboard','2012-02-27 03:00:00',NULL),(7203,1397,9,'5000 Series Chipset FBD Registers','2012-02-27 03:00:00',NULL),(7204,1397,13,'5000 Series Chipset FBD Registers','2012-02-27 03:00:00',NULL),(7205,1397,14,'b1','2012-02-27 03:00:00',NULL),(7206,1397,15,'Host bridge','2012-02-27 03:00:00',NULL),(7207,1397,10,'0000:00:16.0','2012-02-27 03:00:00',NULL),(7208,1397,16,'Super Micro Computer Inc','2012-02-27 03:00:00',NULL),(7209,1397,17,'Intel Corporation','2012-02-27 03:00:00',NULL),(7210,1337,4,'6286940','2012-03-01 03:00:00','2012-07-17 03:00:00'),(7211,1273,8,'2860099.737','2012-03-02 03:00:00','2012-03-12 03:00:00'),(7212,1272,8,'3000.272','2012-03-02 03:00:00','2012-03-12 03:00:00'),(7213,1137,8,'1596.028','2012-03-07 03:00:00','2012-03-08 03:00:00'),(7214,1137,8,'1596.024','2012-03-08 03:00:00',NULL),(7215,21,8,'1607.316','2012-03-10 03:00:00','2012-03-21 03:00:00'</FONT>),(7216,1229,4,'226880','2012-03-10 03:00:00','2012-06-06 03:00:00'),(7217,1229,8,'1666.712','2012-03-10 03:00:00','2012-05-31 03:00:00'),(7218,1272,8,'3013.522','2012-03-12 03:00:00','2012-05-12 03:00:00'),(7219,1273,8,'2299847.296','2012-03-12 03:00:00','2012-05-12 03:00:00'),(7220,1398,4,'489876','2012-03-19 03:00:00',NULL),(7221,1398,5,'4','2012-03-19 03:00:00',NULLNT>),(7222,1398,6,'GenuineIntel','2012-03-19 03:00:00',NULL),(7223,1398,7,'i686','2012-03-19 03:00:00',NULL),(7224,1398,8,'1800.077','2012-03-19 03:00:00',NULL),(7225,1400,12,'Device 0d55','2012-03-19 03:00:00',NULL),(7226,1400,9,'N10/ICH 7 Family High Definition Audio Controller','2012-03-19 03:00:00',NULL),(7227,1400,13,'N10/ICH 7 Family High Definition Audio Controller','2012-03-19 03:00:00',COLOR="#A020F0">NULL),(7228,1400,14,'02','2012-03-19 03:00:00',NULL),(7229,1400,15,'Audio device','2012-03-19 03:00:00',NULL),(7230,1400,10,'0000:00:1b.0','2012-03-19 03:00:00',NULL),(7231,1400,16,'Foxconn International, Inc.','2012-03-19 03:00:00',NULL),(7232,1400,17,'Intel Corporation','2012-03-19 03:00:00',NULL),(7233,1401,12,'Device 0d55','2012-03-19 03:00:00',NULLNT>),(7234,1401,9,'NM10 Family LPC Controller','2012-03-19 03:00:00',NULL),(7235,1401,13,'NM10 Family LPC Controller','2012-03-19 03:00:00',NULL),(7236,1401,14,'02','2012-03-19 03:00:00',NULL),(7237,1401,15,'ISA bridge','2012-03-19 03:00:00',NULL),(7238,1401,10,'0000:00:1f.0','2012-03-19 03:00:00',NULL),(7239,1401,16,'Foxconn International, Inc.','2012-03-19 03:00:00',NULL),(7240,1401,17,'Intel Corporation','2012-03-19 03:00:00',NULL),(7241,1402,11,'20','2012-03-19 03:00:00',NULL),(7242,1402,12,'Device 0d55','2012-03-19 03:00:00',NULL),(7243,1402,9,'N10/ICH 7 Family USB2 EHCI Controller','2012-03-19 03:00:00',NULL),(7244,1402,13,'N10/ICH 7 Family USB2 EHCI Controller','2012-03-19 03:00:00',NULL),(7245,1402,14,'02','2012-03-19 03:00:00',NULL),(7246,1402,15,'USB Controller','2012-03-19 03:00:00',NULL),(7247,1402,16,'Foxconn International, Inc.','2012-03-19 03:00:00',NULL),(7248,1402,17,'Intel Corporation','2012-03-19 03:00:00',NULL),(7249,1402,10,'0000:00:1d.7','2012-03-19 03:00:00',NULL),(7250,1403,9,'N10/ICH 7 Family PCI Express Port 2','2012-03-19 03:00:00',NULL),(7251,1403,14,'02','2012-03-19 03:00:00',NULL>),(7252,1403,15,'PCI bridge','2012-03-19 03:00:00',NULL),(7253,1403,13,'N10/ICH 7 Family PCI Express Port 2','2012-03-19 03:00:00',NULL),(7254,1403,10,'0000:00:1c.1','2012-03-19 03:00:00',NULL),(7255,1403,17,'Intel Corporation','2012-03-19 03:00:00',NULL),(7256,1404,12,'Device 0d55','2012-03-19 03:00:00',NULL),(7257,1404,9,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2012-03-19 03:00:00',NULL),(7258,1404,13,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2012-03-19 03:00:00',NULL),(7259,1404,14,'03','2012-03-19 03:00:00',NULL),(7260,1404,15,'Ethernet controller','2012-03-19 03:00:00',NULL),(7261,1404,10,'0000:02:00.0','2012-03-19 03:00:00',NULL),(7262,1404,16,'Foxconn International, Inc.','2012-03-19 03:00:00',NULL),(7263,1404,17,'Realtek Semiconductor Co., Ltd.','2012-03-19 03:00:00',NULL),(7264,1405,12,'Device 0d55','2012-03-19 03:00:00',NULL),(7265,1405,9,'N10 Family Integrated Graphics Controller','2012-03-19 03:00:00',NULL),(7266,1405,13,'N10 Family Integrated Graphics Controller','2012-03-19 03:00:00',NULL),(7267,1405,14,'02','2012-03-19 03:00:00',NULL),(7268,1405,15,'VGA compatible controller','2012-03-19 03:00:00',NULL),(7269,1405,10,'0000:00:02.0'</B>,'2012-03-19 03:00:00',NULL),(7270,1405,16,'Foxconn International, Inc.','2012-03-19 03:00:00',NULL),(7271,1405,17,'Intel Corporation','2012-03-19 03:00:00',NULL),(7272,1406,12,'Device 0d55','2012-03-19 03:00:00',NULL),(7273,1406,9,'N10/ICH 7 Family SMBus Controller','2012-03-19 03:00:00',NULL),(7274,1406,13,'N10/ICH 7 Family SMBus Controller','2012-03-19 03:00:00',NULL),(7275,1406,14,'02','2012-03-19 03:00:00',NULL),(7276,1406,15,'SMBus','2012-03-19 03:00:00',NULL),(7277,1406,10,'0000:00:1f.3','2012-03-19 03:00:00',NULL),(7278,1406,16,'Foxconn International, Inc.','2012-03-19 03:00:00',NULL),(7279,1406,17,'Intel Corporation','2012-03-19 03:00:00',NULL),(7280,1407,12,'Device 0d55','2012-03-19 03:00:00',NULL),(7281,1407,9,'N10/ICH 7 Family USB UHCI Controller #1','2012-03-19 03:00:00',NULL),(7282,1407,13,'N10/ICH 7 Family USB UHCI Controller #1','2012-03-19 03:00:00',NULL),(7283,1407,14,'02','2012-03-19 03:00:00',NULL),(7284,1407,15,'USB Controller','2012-03-19 03:00:00',NULL),(7285,1407,10,'0000:00:1d.0','2012-03-19 03:00:00',NULL),(7286,1407,16,'Foxconn International, Inc.','2012-03-19 03:00:00',NULL),(7287,1407,17,>'Intel Corporation','2012-03-19 03:00:00',NULL),(7288,1408,11,'01','2012-03-19 03:00:00',NULL),(7289,1408,9,'82801 Mobile PCI Bridge','2012-03-19 03:00:00',NULL),(7290,1408,14,'e2','2012-03-19 03:00:00',NULL),(7291,1408,15,'PCI bridge','2012-03-19 03:00:00',NULL),(7292,1408,13,'82801 Mobile PCI Bridge','2012-03-19 03:00:00',NULL),(7293,1408,10,'0000:00:1e.0',>'2012-03-19 03:00:00',NULL),(7294,1408,17,'Intel Corporation','2012-03-19 03:00:00',NULL),(7295,1409,11,'8f','2012-03-19 03:00:00',NULL),(7296,1409,12,'Device 0d55','2012-03-19 03:00:00',NULL),(7297,1409,9,'N10/ICH7 Family SATA IDE Controller','2012-03-19 03:00:00',NULL),(7298,1409,13,'N10/ICH7 Family SATA IDE Controller','2012-03-19 03:00:00',NULL),(7299,1409,14,'02',NT COLOR="#BC8F8F">'2012-03-19 03:00:00',NULL),(7300,1409,15,'IDE interface','2012-03-19 03:00:00',NULL),(7301,1409,16,'Foxconn International, Inc.','2012-03-19 03:00:00',NULL),(7302,1409,17,'Intel Corporation','2012-03-19 03:00:00',NULL),(7303,1409,10,'0000:00:1f.2','2012-03-19 03:00:00',NULL),(7304,1410,12,'Device 0d55','2012-03-19 03:00:00',NULL),(7305,1410,9,'N10 Family DMI Bridge',LOR="#BC8F8F">'2012-03-19 03:00:00',NULL),(7306,1410,13,'N10 Family DMI Bridge','2012-03-19 03:00:00',NULL),(7307,1410,14,'02','2012-03-19 03:00:00',NULL),(7308,1410,15,'Host bridge','2012-03-19 03:00:00',NULL),(7309,1410,10,'0000:00:00.0','2012-03-19 03:00:00',NULL),(7310,1410,16,'Foxconn International, Inc.','2012-03-19 03:00:00',NULL),(7311,1410,17,'Intel Corporation','2012-03-19 03:00:00',NULL),(7312,1411,12,'Device 0d55','2012-03-19 03:00:00',NULL),(7313,1411,9,'N10/ICH 7 Family USB UHCI Controller #4','2012-03-19 03:00:00',NULL),(7314,1411,13,'N10/ICH 7 Family USB UHCI Controller #4','2012-03-19 03:00:00',NULL),(7315,1411,14,'02','2012-03-19 03:00:00',NULL),(7316,1411,15,'USB Controller','2012-03-19 03:00:00',NULL),(7317,1411,10,'0000:00:1d.3',"#BC8F8F">'2012-03-19 03:00:00',NULL),(7318,1411,16,'Foxconn International, Inc.','2012-03-19 03:00:00',NULL),(7319,1411,17,'Intel Corporation','2012-03-19 03:00:00',NULL),(7320,1412,9,'N10/ICH 7 Family PCI Express Port 1','2012-03-19 03:00:00',NULL),(7321,1412,14,'02','2012-03-19 03:00:00',NULL),(7322,1412,15,'PCI bridge','2012-03-19 03:00:00',NULL),(7323,1412,13,'N10/ICH 7 Family PCI Express Port 1','2012-03-19 03:00:00',NULL),(7324,1412,10,'0000:00:1c.0','2012-03-19 03:00:00',NULL),(7325,1412,17,'Intel Corporation','2012-03-19 03:00:00',NULL),(7326,1413,12,'Device 0d55','2012-03-19 03:00:00',NULL),(7327,1413,9,'N10/ICH 7 Family USB UHCI Controller #2','2012-03-19 03:00:00',NULL),(7328,1413,13,'N10/ICH 7 Family USB UHCI Controller #2','2012-03-19 03:00:00',NULL),(7329,1413,14,'02','2012-03-19 03:00:00',NULL),(7330,1413,15,'USB Controller','2012-03-19 03:00:00',NULL),(7331,1413,10,'0000:00:1d.1','2012-03-19 03:00:00',NULL),(7332,1413,16,'Foxconn International, Inc.','2012-03-19 03:00:00',NULL),(7333,1413,17,'Intel Corporation','2012-03-19 03:00:00',NULL),(7334,1414,12,'Device 0d55','2012-03-19 03:00:00',NULL),(7335,1414,9,'N10/ICH 7 Family USB UHCI Controller #3','2012-03-19 03:00:00',NULL),(7336,1414,13,'N10/ICH 7 Family USB UHCI Controller #3','2012-03-19 03:00:00',NULL),(7337,1414,14,'02','2012-03-19 03:00:00',NULL),(7338,1414,15,'USB Controller','2012-03-19 03:00:00',NULL),(7339,1414,10,'0000:00:1d.2','2012-03-19 03:00:00',NULL),(7340,1414,16,'Foxconn International, Inc.','2012-03-19 03:00:00',NULL),(7341,1414,17,'Intel Corporation','2012-03-19 03:00:00',NULL),(7342,1399,4,'520852','2012-03-19 03:00:00','2012-03-22 03:00:00'),(7343,1399,5,'1','2012-03-19 03:00:00','2012-03-22 03:00:00'),(7344,1399,6,'GenuineIntel','2012-03-19 03:00:00',NULL),(7345,1399,7,'i686','2012-03-19 03:00:00',NULL),(7346,1399,8,'1800.077','2012-03-19 03:00:00','2012-03-22 03:00:00'),(7347,1218,8,'2800.194','2012-03-20 03:00:00','2012-07-28 03:00:00'),(7348,1192,8,'2800.266','2012-03-20 03:00:00','2012-07-28 03:00:00'),(7349,1010,8,'1596.033','2012-03-20 03:00:00','2012-04-23 03:00:00'),(7350,21,8,'1607.315','2012-03-21 03:00:00','2012-04-14 03:00:00'),(7351,1368,4,'11793248','2012-03-22 03:00:00','2012-03-26 03:00:00'),(7352,1368,8,'2666.836','2012-03-22 03:00:00','2012-05-08 03:00:00'),(7353,1399,4,'517780','2012-03-22 03:00:00',NULL),(7354,1399,5,'4','2012-03-22 03:00:00',NULL),(7355,1399,8,'1800.104','2012-03-22 03:00:00','2012-05-08 03:00:00'),(7356,35,4,'3612052','2012-03-26 03:00:00',NULL),(7357,35,8,'3192.342','2012-03-26 03:00:00',NULL),(7358,971,12,'PowerEdge 2850 Memory Controller Hub','2012-03-26 03:00:00',NULL),(7359,972,12,>'PowerEdge 2850 IDE Controller','2012-03-26 03:00:00',NULL),(7360,1368,4,'8706652','2012-03-26 03:00:00','2012-03-29 03:00:00'),(7361,1368,4,'7660124','2012-03-29 03:00:00','2012-04-03 03:00:00'),(7362,1170,8,'1596.046','2012-03-31 03:00:00','2012-04-06 03:00:00'),(7363,1187,8,'1596.017','2012-03-31 03:00:00','2012-04-06 03:00:00'),(7364,1415,4,'948364','2012-03-30 03:00:00','2012-04-02 03:00:00'),(7365,1415,5,'4','2012-03-30 03:00:00',NULL),(7366,1415,6,'GenuineIntel','2012-03-30 03:00:00',NULL),(7367,1415,7,'i686','2012-03-30 03:00:00',NULL),(7368,1415,8,'1800.103','2012-03-30 03:00:00','2012-05-23 03:00:00'),(7369,1416,12,'Device 0d55','2012-03-30 03:00:00',NULL),(7370,1416,9,'N10/ICH 7 Family High Definition Audio Controller','2012-03-30 03:00:00',NULL),(7371,1416,13,'N10/ICH 7 Family High Definition Audio Controller','2012-03-30 03:00:00',NULL),(7372,1416,14,'02','2012-03-30 03:00:00',NULL),(7373,1416,15,'Audio device','2012-03-30 03:00:00',NULL),(7374,1416,10,'0000:00:1b.0','2012-03-30 03:00:00',NULL),(7375,1416,16,'Foxconn International, Inc.','2012-03-30 03:00:00',NULL),(7376,1416,17,'Intel Corporation','2012-03-30 03:00:00',NULLT>),(7377,1417,12,'Device 0d55','2012-03-30 03:00:00',NULL),(7378,1417,9,'NM10 Family LPC Controller','2012-03-30 03:00:00',NULL),(7379,1417,13,'NM10 Family LPC Controller','2012-03-30 03:00:00',NULL),(7380,1417,14,'02','2012-03-30 03:00:00',NULL),(7381,1417,15,'ISA bridge','2012-03-30 03:00:00',NULL),(7382,1417,10,'0000:00:1f.0','2012-03-30 03:00:00',NULL),(7383,1417,16,'Foxconn International, Inc.','2012-03-30 03:00:00',NULL),(7384,1417,17,'Intel Corporation','2012-03-30 03:00:00',NULL),(7385,1418,11,'20','2012-03-30 03:00:00',NULL),(7386,1418,12,'Device 0d55','2012-03-30 03:00:00',NULL),(7387,1418,9,'N10/ICH 7 Family USB2 EHCI Controller','2012-03-30 03:00:00',NULL),(7388,1418,13,'N10/ICH 7 Family USB2 EHCI Controller','2012-03-30 03:00:00',NULL),(7389,1418,14,'02','2012-03-30 03:00:00',NULL),(7390,1418,15,'USB Controller','2012-03-30 03:00:00',NULL),(7391,1418,16,'Foxconn International, Inc.','2012-03-30 03:00:00',NULL),(7392,1418,17,'Intel Corporation','2012-03-30 03:00:00',NULL),(7393,1418,10,'0000:00:1d.7','2012-03-30 03:00:00',NULL),(7394,1419,9,'N10/ICH 7 Family PCI Express Port 2','2012-03-30 03:00:00',NULL),(7395,1419,14,'02','2012-03-30 03:00:00',NULL),(7396,1419,15,'PCI bridge','2012-03-30 03:00:00',NULL),(7397,1419,13,'N10/ICH 7 Family PCI Express Port 2','2012-03-30 03:00:00',NULL),(7398,1419,10,'0000:00:1c.1','2012-03-30 03:00:00',NULL),(7399,1419,17,'Intel Corporation','2012-03-30 03:00:00',NULL),(7400,1420,12,'Device 0d55','2012-03-30 03:00:00',NULL),(7401,1420,9,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2012-03-30 03:00:00',NULL),(7402,1420,13,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2012-03-30 03:00:00',NULL),(7403,1420,14,'03','2012-03-30 03:00:00',NULL),(7404,1420,15,'Ethernet controller','2012-03-30 03:00:00',NULL),(7405,1420,10,'0000:02:00.0','2012-03-30 03:00:00',NULL),(7406,1420,16,'Foxconn International, Inc.','2012-03-30 03:00:00',NULL),(7407,1420,17,'Realtek Semiconductor Co., Ltd.','2012-03-30 03:00:00',NULL),(7408,1421,12,'Device 0d55','2012-03-30 03:00:00',NULL),(7409,1421,9,'N10 Family Integrated Graphics Controller','2012-03-30 03:00:00',NULL),(7410,1421,13,'N10 Family Integrated Graphics Controller','2012-03-30 03:00:00',NULL),(7411,1421,14,'02','2012-03-30 03:00:00',NULL),(7412,1421,15,'VGA compatible controller'>,'2012-03-30 03:00:00',NULL),(7413,1421,10,'0000:00:02.0','2012-03-30 03:00:00',NULL),(7414,1421,16,'Foxconn International, Inc.','2012-03-30 03:00:00',NULL),(7415,1421,17,'Intel Corporation','2012-03-30 03:00:00',NULL),(7416,1422,12,'Device 0d55','2012-03-30 03:00:00',NULL),(7417,1422,9,'N10/ICH 7 Family SMBus Controller','2012-03-30 03:00:00',NULL),(7418,1422,13,'N10/ICH 7 Family SMBus Controller','2012-03-30 03:00:00',NULL),(7419,1422,14,'02','2012-03-30 03:00:00',NULL),(7420,1422,15,'SMBus','2012-03-30 03:00:00',NULL),(7421,1422,10,'0000:00:1f.3','2012-03-30 03:00:00',NULL),(7422,1422,16,'Foxconn International, Inc.','2012-03-30 03:00:00',NULL),(7423,1422,17,'Intel Corporation','2012-03-30 03:00:00',NULL),(7424,1423,12,'Device 0d55',>'2012-03-30 03:00:00',NULL),(7425,1423,9,'N10/ICH 7 Family USB UHCI Controller #1','2012-03-30 03:00:00',NULL),(7426,1423,13,'N10/ICH 7 Family USB UHCI Controller #1','2012-03-30 03:00:00',NULL),(7427,1423,14,'02','2012-03-30 03:00:00',NULL),(7428,1423,15,'USB Controller','2012-03-30 03:00:00',NULL),(7429,1423,10,'0000:00:1d.0','2012-03-30 03:00:00',NULL),(7430,1423,16,'Foxconn International, Inc.','2012-03-30 03:00:00',NULL),(7431,1423,17,'Intel Corporation','2012-03-30 03:00:00',NULL),(7432,1424,11,'01','2012-03-30 03:00:00',NULL),(7433,1424,9,'82801 Mobile PCI Bridge','2012-03-30 03:00:00',NULL),(7434,1424,14,'e2','2012-03-30 03:00:00',NULL),(7435,1424,15,'PCI bridge','2012-03-30 03:00:00',NULL),(7436,1424,13,'82801 Mobile PCI Bridge',<FONT COLOR="#BC8F8F">'2012-03-30 03:00:00',NULL),(7437,1424,10,'0000:00:1e.0','2012-03-30 03:00:00',NULL),(7438,1424,17,'Intel Corporation','2012-03-30 03:00:00',NULL),(7439,1425,11,'8f','2012-03-30 03:00:00',NULL),(7440,1425,12,'Device 0d55','2012-03-30 03:00:00',NULL),(7441,1425,9,'N10/ICH7 Family SATA IDE Controller','2012-03-30 03:00:00',NULL),(7442,1425,13,'N10/ICH7 Family SATA IDE Controller'>,'2012-03-30 03:00:00',NULL),(7443,1425,14,'02','2012-03-30 03:00:00',NULL),(7444,1425,15,'IDE interface','2012-03-30 03:00:00',NULL),(7445,1425,16,'Foxconn International, Inc.','2012-03-30 03:00:00',NULL),(7446,1425,17,'Intel Corporation','2012-03-30 03:00:00',NULL),(7447,1425,10,'0000:00:1f.2','2012-03-30 03:00:00',NULL),(7448,1426,12,'Device 0d55','2012-03-30 03:00:00',NULL),(7449,1426,9,'N10 Family DMI Bridge','2012-03-30 03:00:00',NULL),(7450,1426,13,'N10 Family DMI Bridge','2012-03-30 03:00:00',NULL),(7451,1426,14,'02','2012-03-30 03:00:00',NULL),(7452,1426,15,'Host bridge','2012-03-30 03:00:00',NULL),(7453,1426,10,'0000:00:00.0','2012-03-30 03:00:00',NULL),(7454,1426,16,'Foxconn International, Inc.','2012-03-30 03:00:00',NULL),(7455,1426,17,'Intel Corporation','2012-03-30 03:00:00',NULL),(7456,1427,12,'Device 0d55','2012-03-30 03:00:00',NULL),(7457,1427,9,'N10/ICH 7 Family USB UHCI Controller #4','2012-03-30 03:00:00',NULL),(7458,1427,13,'N10/ICH 7 Family USB UHCI Controller #4','2012-03-30 03:00:00',NULL),(7459,1427,14,'02','2012-03-30 03:00:00',NULL),(7460,1427,15,'USB Controller','2012-03-30 03:00:00',NULL),(7461,1427,10,'0000:00:1d.3','2012-03-30 03:00:00',NULL),(7462,1427,16,'Foxconn International, Inc.','2012-03-30 03:00:00',NULL),(7463,1427,17,'Intel Corporation','2012-03-30 03:00:00',NULL),(7464,1428,9,'N10/ICH 7 Family PCI Express Port 1','2012-03-30 03:00:00',NULL),(7465,1428,14,'02','2012-03-30 03:00:00',NULL),(7466,1428,15,'PCI bridge','2012-03-30 03:00:00',NULL),(7467,1428,13,'N10/ICH 7 Family PCI Express Port 1','2012-03-30 03:00:00',NULL),(7468,1428,10,'0000:00:1c.0','2012-03-30 03:00:00',NULL),(7469,1428,17,'Intel Corporation','2012-03-30 03:00:00',NULL),(7470,1429,12,'Device 0d55','2012-03-30 03:00:00',NULL),(7471,1429,9,'N10/ICH 7 Family USB UHCI Controller #2','2012-03-30 03:00:00',NULL),(7472,1429,13,'N10/ICH 7 Family USB UHCI Controller #2','2012-03-30 03:00:00',NULL),(7473,1429,14,'02','2012-03-30 03:00:00',NULL),(7474,1429,15,'USB Controller','2012-03-30 03:00:00',NULL),(7475,1429,10,'0000:00:1d.1','2012-03-30 03:00:00',NULL),(7476,1429,16,'Foxconn International, Inc.','2012-03-30 03:00:00',NULL),(7477,1429,17,'Intel Corporation','2012-03-30 03:00:00',NULL),(7478,1430,12,'Device 0d55','2012-03-30 03:00:00',NULL),(7479,1430,9,'N10/ICH 7 Family USB UHCI Controller #3','2012-03-30 03:00:00',NULL),(7480,1430,13,'N10/ICH 7 Family USB UHCI Controller #3','2012-03-30 03:00:00',NULL),(7481,1430,14,'02','2012-03-30 03:00:00',NULL),(7482,1430,15,'USB Controller','2012-03-30 03:00:00',NULL),(7483,1430,10,'0000:00:1d.2','2012-03-30 03:00:00',NULL),(7484,1430,16,'Foxconn International, Inc.','2012-03-30 03:00:00',NULL),(7485,1430,17,'Intel Corporation','2012-03-30 03:00:00',NULL),(7486,1415,4,'489876','2012-04-02 03:00:00','2012-05-23 03:00:00'),(7487,1431,4,'520852','2012-04-02 03:00:00',NULL),(7488,1431,5,'1','2012-04-02 03:00:00',NULL),(7489,1431,6,'GenuineIntel','2012-04-02 03:00:00',NULL),(7490,1431,7,'i686',"#BC8F8F">'2012-04-02 03:00:00',NULL),(7491,1431,8,'1800.103','2012-04-02 03:00:00','2012-05-23 03:00:00'),(7492,1368,4,'7140956','2012-04-03 03:00:00','2012-05-08 03:00:00'),(7493,32,4,'3141268','2012-04-03 03:00:00','2012-04-11 03:00:00'),(7494,32,5,'2','2012-04-03 03:00:00',NULL),(7495,1187,8,'1595.999','2012-04-06 03:00:00','2012-07-06 03:00:00'),(7496,1170,8,'1596.047','2012-04-06 03:00:00','2012-07-06 03:00:00'),(7497,1319,8,'2793.098','2012-04-11 03:00:00',NULL),(7498,32,4,'12578452','2012-04-11 03:00:00',NULL),(7499,32,8,'3391.876','2012-04-11 03:00:00','2012-05-04 03:00:00'),(7500,21,4,'4187996','2012-04-14 03:00:00',NULL),(7501,21,5,'4','2012-04-14 03:00:00',NULL),(7502,21,6,'GenuineIntel','2012-04-14 03:00:00', COLOR="#A020F0">NULL),(7503,21,7,'x86_64','2012-04-14 03:00:00',NULL),(7504,21,8,'2660.100','2012-04-14 03:00:00',NULL),(7505,1031,8,'1596.054','2012-04-16 03:00:00','2012-05-22 03:00:00'),(7506,1434,4,'766204','2012-04-16 03:00:00',NULL),(7507,1434,5,'1','2012-04-16 03:00:00',NULL),(7508,1434,6,'GenuineIntel','2012-04-16 03:00:00',NULL),(7509,1434,7,OLOR="#BC8F8F">'i686','2012-04-16 03:00:00',NULL),(7510,1434,8,'2793.175','2012-04-16 03:00:00',NULL),(7511,1435,9,'82801EB/ER (ICH5/ICH5R) LPC Interface Bridge','2012-04-16 03:00:00',NULL),(7512,1435,14,'02','2012-04-16 03:00:00',NULL),(7513,1435,15,'ISA bridge','2012-04-16 03:00:00',NULL),(7514,1435,13,'82801EB/ER (ICH5/ICH5R) LPC Interface Bridge','2012-04-16 03:00:00',NULL),(7515,1435,10,ONT COLOR="#BC8F8F">'0000:00:1f.0','2012-04-16 03:00:00',NULL),(7516,1435,17,'Intel Corporation','2012-04-16 03:00:00',NULL),(7517,1436,11,'20','2012-04-16 03:00:00',NULL),(7518,1436,12,'Device 0151','2012-04-16 03:00:00',NULL),(7519,1436,9,'82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller','2012-04-16 03:00:00',NULL),(7520,1436,13,'82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller','2012-04-16 03:00:00',NULL</B>),(7521,1436,14,'02','2012-04-16 03:00:00',NULL),(7522,1436,15,'USB Controller','2012-04-16 03:00:00',NULL),(7523,1436,16,'Dell','2012-04-16 03:00:00',NULL),(7524,1436,17,'Intel Corporation','2012-04-16 03:00:00',NULL),(7525,1436,10,'0000:00:1d.7','2012-04-16 03:00:00',NULL),(7526,1437,12,'Device 0151','2012-04-16 03:00:00',NULL),(7527,1437,9,'82865G Integrated Graphics Controller','2012-04-16 03:00:00',NULL),(7528,1437,13,'82865G Integrated Graphics Controller','2012-04-16 03:00:00',NULL),(7529,1437,14,'02','2012-04-16 03:00:00',NULL),(7530,1437,15,'VGA compatible controller','2012-04-16 03:00:00',NULL),(7531,1437,10,'0000:00:02.0','2012-04-16 03:00:00',NULL),(7532,1437,16,'Dell','2012-04-16 03:00:00',NULL),(7533,1437,17,"#BC8F8F">'Intel Corporation','2012-04-16 03:00:00',NULL),(7534,1438,12,'Device 0151','2012-04-16 03:00:00',NULL),(7535,1438,9,'82540EM Gigabit Ethernet Controller','2012-04-16 03:00:00',NULL),(7536,1438,13,'82540EM Gigabit Ethernet Controller','2012-04-16 03:00:00',NULL),(7537,1438,14,'02','2012-04-16 03:00:00',NULL),(7538,1438,15,'Ethernet controller','2012-04-16 03:00:00',NULL),(7539,1438,10,>'0000:01:0c.0','2012-04-16 03:00:00',NULL),(7540,1438,16,'Dell','2012-04-16 03:00:00',NULL),(7541,1438,17,'Intel Corporation','2012-04-16 03:00:00',NULL),(7542,1439,12,'Device 0151','2012-04-16 03:00:00',NULL),(7543,1439,9,'82801EB/ER (ICH5/ICH5R) SMBus Controller','2012-04-16 03:00:00',NULL),(7544,1439,13,'82801EB/ER (ICH5/ICH5R) SMBus Controller','2012-04-16 03:00:00',NULL),(7545,1439,14,'02','2012-04-16 03:00:00',NULL),(7546,1439,15,'SMBus','2012-04-16 03:00:00',NULL),(7547,1439,10,'0000:00:1f.3','2012-04-16 03:00:00',NULL),(7548,1439,16,'Dell','2012-04-16 03:00:00',NULL),(7549,1439,17,'Intel Corporation','2012-04-16 03:00:00',NULL),(7550,1440,9,'82801 PCI Bridge','2012-04-16 03:00:00',NULL),(7551,1440,14,'c2'T>,'2012-04-16 03:00:00',NULL),(7552,1440,15,'PCI bridge','2012-04-16 03:00:00',NULL),(7553,1440,13,'82801 PCI Bridge','2012-04-16 03:00:00',NULL),(7554,1440,10,'0000:00:1e.0','2012-04-16 03:00:00',NULL),(7555,1440,17,'Intel Corporation','2012-04-16 03:00:00',NULL),(7556,1441,11,'8f','2012-04-16 03:00:00',NULL),(7557,1441,12,'Device 0151','2012-04-16 03:00:00',NULL),(7558,1441,9,'82801EB (ICH5) SATA Controller','2012-04-16 03:00:00',NULL),(7559,1441,13,'82801EB (ICH5) SATA Controller','2012-04-16 03:00:00',NULL),(7560,1441,14,'02','2012-04-16 03:00:00',NULL),(7561,1441,15,'IDE interface','2012-04-16 03:00:00',NULL),(7562,1441,16,'Dell','2012-04-16 03:00:00',NULL),(7563,1441,17,'Intel Corporation','2012-04-16 03:00:00',NULL),(7564,1441,10,'0000:00:1f.2','2012-04-16 03:00:00',NULL),(7565,1442,12,'Device 0151','2012-04-16 03:00:00',NULL),(7566,1442,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1','2012-04-16 03:00:00',NULL),(7567,1442,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1','2012-04-16 03:00:00',NULL),(7568,1442,14,'02','2012-04-16 03:00:00',NULL),(7569,1442,15,'USB Controller',"#BC8F8F">'2012-04-16 03:00:00',NULL),(7570,1442,10,'0000:00:1d.0','2012-04-16 03:00:00',NULL),(7571,1442,16,'Dell','2012-04-16 03:00:00',NULL),(7572,1442,17,'Intel Corporation','2012-04-16 03:00:00',NULL),(7573,1443,12,'Device 0151','2012-04-16 03:00:00',NULL),(7574,1443,9,'82865G/PE/P DRAM Controller/Host-Hub Interface','2012-04-16 03:00:00',NULL),(7575,1443,13,'82865G/PE/P DRAM Controller/Host-Hub Interface','2012-04-16 03:00:00',NULL),(7576,1443,14,'02','2012-04-16 03:00:00',NULL),(7577,1443,15,'Host bridge','2012-04-16 03:00:00',NULL),(7578,1443,10,'0000:00:00.0','2012-04-16 03:00:00',NULL),(7579,1443,16,'Dell','2012-04-16 03:00:00',NULL),(7580,1443,17,'Intel Corporation','2012-04-16 03:00:00',NULL),(7581,1444,12,'Device 0151','2012-04-16 03:00:00',NULL),(7582,1444,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4','2012-04-16 03:00:00',NULL),(7583,1444,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4','2012-04-16 03:00:00',NULL),(7584,1444,14,'02','2012-04-16 03:00:00',NULL),(7585,1444,15,'USB Controller','2012-04-16 03:00:00',NULL),(7586,1444,10,'0000:00:1d.3','2012-04-16 03:00:00',NULL),(7587,1444,16,'Dell',"#BC8F8F">'2012-04-16 03:00:00',NULL),(7588,1444,17,'Intel Corporation','2012-04-16 03:00:00',NULL),(7589,1445,12,'Device 0151','2012-04-16 03:00:00',NULL),(7590,1445,9,'82801EB/ER (ICH5/ICH5R) AC\'97 Audio Controller','2012-04-16 03:00:00',NULL),(7591,1445,13,'82801EB/ER (ICH5/ICH5R) AC\'97 Audio Controller','2012-04-16 03:00:00',NULL),(7592,1445,14,'02','2012-04-16 03:00:00',NULL),(7593,1445,15,'Multimedia audio controller','2012-04-16 03:00:00',NULL),(7594,1445,10,'0000:00:1f.5','2012-04-16 03:00:00',NULL),(7595,1445,16,'Dell','2012-04-16 03:00:00',NULL),(7596,1445,17,'Intel Corporation','2012-04-16 03:00:00',NULL),(7597,1446,11,'8a','2012-04-16 03:00:00',NULL),(7598,1446,12,'Device 0151','2012-04-16 03:00:00',NULL),(7599,1446,9,'82801EB/ER (ICH5/ICH5R) IDE Controller'NT>,'2012-04-16 03:00:00',NULL),(7600,1446,13,'82801EB/ER (ICH5/ICH5R) IDE Controller','2012-04-16 03:00:00',NULL),(7601,1446,14,'02','2012-04-16 03:00:00',NULL),(7602,1446,15,'IDE interface','2012-04-16 03:00:00',NULL),(7603,1446,16,'Dell','2012-04-16 03:00:00',NULL),(7604,1446,17,'Intel Corporation','2012-04-16 03:00:00',NULL),(7605,1446,10,'0000:00:1f.1',LOR="#BC8F8F">'2012-04-16 03:00:00',NULL),(7606,1447,12,'Device 0151','2012-04-16 03:00:00',NULL),(7607,1447,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2','2012-04-16 03:00:00',NULL),(7608,1447,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2','2012-04-16 03:00:00',NULL),(7609,1447,14,'02','2012-04-16 03:00:00',NULL),(7610,1447,15,'USB Controller','2012-04-16 03:00:00',NULL),(7611,1447,10,'0000:00:1d.1','2012-04-16 03:00:00',NULL),(7612,1447,16,'Dell','2012-04-16 03:00:00',NULL),(7613,1447,17,'Intel Corporation','2012-04-16 03:00:00',NULL),(7614,1448,12,'Device 0151','2012-04-16 03:00:00',NULL),(7615,1448,9,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3','2012-04-16 03:00:00',NULL),(7616,1448,13,'82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3','2012-04-16 03:00:00',NULL),(7617,1448,14,T COLOR="#BC8F8F">'02','2012-04-16 03:00:00',NULL),(7618,1448,15,'USB Controller','2012-04-16 03:00:00',NULL),(7619,1448,10,'0000:00:1d.2','2012-04-16 03:00:00',NULL),(7620,1448,16,'Dell','2012-04-16 03:00:00',NULL),(7621,1448,17,'Intel Corporation','2012-04-16 03:00:00',NULL),(7622,1010,8,'1596.021','2012-04-23 03:00:00',NULL),(7623,1449,4,'786628',OR="#BC8F8F">'2012-04-23 03:00:00','2012-06-06 03:00:00'),(7624,1449,5,'4','2012-04-23 03:00:00',NULL),(7625,1449,6,'GenuineIntel','2012-04-23 03:00:00',NULL),(7626,1449,7,'i686','2012-04-23 03:00:00',NULL),(7627,1449,8,'1666.686','2012-04-23 03:00:00','2012-05-31 03:00:00'),(7628,1138,8,'2793.180','2012-05-04 03:00:00','2012-05-09 03:00:00'),(7629,32,8,'3391.822','2012-05-04 03:00:00',NULL),(7630,1368,4,'11793248','2012-05-08 03:00:00','2012-05-09 03:00:00'),(7631,1368,8,'2666.840','2012-05-08 03:00:00',NULL),(7632,1368,4,'7660124','2012-05-09 03:00:00','2012-05-19 03:00:00'),(7633,1138,8,'2793.175','2012-05-09 03:00:00','2012-05-10 03:00:00'),(7634,1138,8,'2793.181','2012-05-10 03:00:00','2012-06-02 03:00:00'),(7635,1272,8,'3013.486','2012-05-12 03:00:00','2012-05-15 03:00:00'),(7636,1273,8,'2393212.110','2012-05-12 03:00:00','2012-05-15 03:00:00'),(7637,1399,8,'1800.121','2012-05-08 03:00:00','2012-05-14 03:00:00'),(7638,1399,8,'1800.103','2012-05-14 03:00:00','2012-07-12 03:00:00'),(7639,1273,8,'62175.294','2012-05-15 03:00:00','2012-05-19 03:00:00'),(7640,1272,8,'3013.514','2012-05-15 03:00:00','2012-05-19 03:00:00'),(7641,1272,8,'3013.518','2012-05-19 03:00:00','2012-05-25 03:00:00'),(7642,1273,8,'2297286.544','2012-05-19 03:00:00','2012-05-25 03:00:00'),(7643,1368,4,'7393884','2012-05-19 03:00:00',NULL),(7644,1219,4,'521052','2012-05-16 03:00:00',NULL),(7645,1219,7,'x86_64','2012-05-16 03:00:00',NULL),(7646,1219,8,'2000.130','2012-05-16 03:00:00',NULL),(7647,1031,8,'1596.012','2012-05-22 03:00:00','2012-07-06 03:00:00'),(7648,1415,4,'493972','2012-05-23 03:00:00','2012-06-13 03:00:00'),(7649,1415,8,'1800.105','2012-05-23 03:00:00','2012-06-13 03:00:00'),(7650,1431,8,'1800.105','2012-05-23 03:00:00','2012-06-13 03:00:00'),(7651,1272,8,'3013.546','2012-05-25 03:00:00','2012-05-30 03:00:00'),(7652,1273,8,'746178.452','2012-05-25 03:00:00','2012-05-30 03:00:00'),(7653,1450,4,'6194204','2012-05-28 03:00:00',NULL),(7654,1450,5,'8','2012-05-28 03:00:00',NULL),(7655,1450,6,'GenuineIntel','2012-05-28 03:00:00',NULL),(7656,1450,7,'i686','2012-05-28 03:00:00',NULL),(7657,1450,8,'3326.000','2012-05-28 03:00:00',NULL),(7658,1451,9,'PCI Express to PCI-XPI7C9X130 PCI-X Bridge','2012-05-28 03:00:00',NULL),(7659,1451,14,'04','2012-05-28 03:00:00',NULL),(7660,1451,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7661,1451,13,'PCI Express to PCI-XPI7C9X130 PCI-X Bridge','2012-05-28 03:00:00',NULL),(7662,1451,10,'0000:05:00.0','2012-05-28 03:00:00',NULL),(7663,1451,17,'Pericom Semiconductor','2012-05-28 03:00:00',NULL),(7664,1452,9,'5520/5500/X58 I/O Hub PCI Express Root Port 3','2012-05-28 03:00:00',NULL),(7665,1452,14,'13'>,'2012-05-28 03:00:00',NULL),(7666,1452,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7667,1452,13,'5520/5500/X58 I/O Hub PCI Express Root Port 3','2012-05-28 03:00:00',NULL),(7668,1452,10,'0000:00:03.0','2012-05-28 03:00:00',NULL),(7669,1452,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7670,1453,11,'20','2012-05-28 03:00:00',NULL),(7671,1453,12,'Device 5006',>'2012-05-28 03:00:00',NULL),(7672,1453,9,'82801JI (ICH10 Family) USB2 EHCI Controller #2','2012-05-28 03:00:00',NULL),(7673,1453,13,'82801JI (ICH10 Family) USB2 EHCI Controller #2','2012-05-28 03:00:00',NULL),(7674,1453,15,'USB Controller','2012-05-28 03:00:00',NULL),(7675,1453,10,'0000:00:1a.7','2012-05-28 03:00:00',NULL),(7676,1453,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7677,1453,17,COLOR="#BC8F8F">'Intel Corporation','2012-05-28 03:00:00',NULL),(7678,1454,11,'85','2012-05-28 03:00:00',NULL),(7679,1454,12,'Device b000','2012-05-28 03:00:00',NULL),(7680,1454,9,'JMB362/JMB363 Serial ATA Controller','2012-05-28 03:00:00',NULL),(7681,1454,13,'JMB362/JMB363 Serial ATA Controller','2012-05-28 03:00:00',NULL),(7682,1454,14,'03','2012-05-28 03:00:00',NULL),(7683,1454,15,R="#BC8F8F">'IDE interface','2012-05-28 03:00:00',NULL),(7684,1454,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7685,1454,17,'JMicron Technology Corp.','2012-05-28 03:00:00',NULL),(7686,1454,10,'0000:0e:00.1','2012-05-28 03:00:00',NULL),(7687,1455,12,'Device 5001','2012-05-28 03:00:00',NULL),(7688,1455,9,'82801JI (ICH10 Family) SMBus Controller','2012-05-28 03:00:00',NULL),(7689,1455,15,'SMBus','2012-05-28 03:00:00',NULL),(7690,1455,13,'82801JI (ICH10 Family) SMBus Controller','2012-05-28 03:00:00',NULL),(7691,1455,10,'0000:00:1f.3','2012-05-28 03:00:00',NULL),(7692,1455,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7693,1455,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7694,1456,11,'01','2012-05-28 03:00:00',NULL),(7695,1456,9,LOR="#BC8F8F">'82801 PCI Bridge','2012-05-28 03:00:00',NULL),(7696,1456,14,'90','2012-05-28 03:00:00',NULL),(7697,1456,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7698,1456,13,'82801 PCI Bridge','2012-05-28 03:00:00',NULL),(7699,1456,10,'0000:00:1e.0','2012-05-28 03:00:00',NULL),(7700,1456,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7701,1457,9,'Device 0de1'>,'2012-05-28 03:00:00',NULL),(7702,1457,14,'a1','2012-05-28 03:00:00',NULL),(7703,1457,15,'VGA compatible controller','2012-05-28 03:00:00',NULL),(7704,1457,13,'Device 0de1','2012-05-28 03:00:00',NULL),(7705,1457,10,'0000:04:00.0','2012-05-28 03:00:00',NULL),(7706,1457,17,'nVidia Corporation','2012-05-28 03:00:00',NULL),(7707,1458,12,'Device 5004','2012-05-28 03:00:00',NULL),(7708,1458,9,'82801JI (ICH10 Family) USB UHCI Controller #5','2012-05-28 03:00:00',NULL),(7709,1458,15,'USB Controller','2012-05-28 03:00:00',NULL),(7710,1458,13,'82801JI (ICH10 Family) USB UHCI Controller #5','2012-05-28 03:00:00',NULL),(7711,1458,10,'0000:00:1a.1','2012-05-28 03:00:00',NULL),(7712,1458,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7713,1458,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7714,1459,9,'5520/5500/X58 Physical and Link Layer Registers Port 0','2012-05-28 03:00:00',NULL),(7715,1459,14,'13','2012-05-28 03:00:00',NULL),(7716,1459,15,'PIC','2012-05-28 03:00:00',NULL),(7717,1459,13,'5520/5500/X58 Physical and Link Layer Registers Port 0','2012-05-28 03:00:00',NULL),(7718,1459,10,'0000:00:10.0','2012-05-28 03:00:00',NULL),(7719,1459,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7720,1460,9,'Device 05b1','2012-05-28 03:00:00',NULL),(7721,1460,14,'a3','2012-05-28 03:00:00',NULL),(7722,1460,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7723,1460,13,'Device 05b1','2012-05-28 03:00:00',NULL),(7724,1460,10,'0000:03:00.0','2012-05-28 03:00:00',NULL),(7725,1460,17,'nVidia Corporation','2012-05-28 03:00:00',NULL),(7726,1461,12,'Device 5004','2012-05-28 03:00:00',NULL),(7727,1461,9,'82801JI (ICH10 Family) USB UHCI Controller #3','2012-05-28 03:00:00',NULL),(7728,1461,15,'USB Controller','2012-05-28 03:00:00',NULL),(7729,1461,13,'82801JI (ICH10 Family) USB UHCI Controller #3','2012-05-28 03:00:00',NULL),(7730,1461,10,'0000:00:1d.2','2012-05-28 03:00:00',NULL),(7731,1461,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7732,1461,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7733,1462,12,'Device 5001','2012-05-28 03:00:00',NULL),(7734,1462,9,'82801JIR (ICH10R) LPC Interface Controller','2012-05-28 03:00:00',NULL),(7735,1462,15,'ISA bridge','2012-05-28 03:00:00',NULL),(7736,1462,13,'82801JIR (ICH10R) LPC Interface Controller','2012-05-28 03:00:00',NULL),(7737,1462,10,'0000:00:1f.0','2012-05-28 03:00:00',NULL),(7738,1462,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7739,1462,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7740,1463,11,'20','2012-05-28 03:00:00',NULL),(7741,1463,12,'Device 5006','2012-05-28 03:00:00',NULL),(7742,1463,9,'82801JI (ICH10 Family) USB2 EHCI Controller #1','2012-05-28 03:00:00',"#A020F0">NULL),(7743,1463,13,'82801JI (ICH10 Family) USB2 EHCI Controller #1','2012-05-28 03:00:00',NULL),(7744,1463,15,'USB Controller','2012-05-28 03:00:00',NULL),(7745,1463,10,'0000:00:1d.7','2012-05-28 03:00:00',NULL),(7746,1463,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7747,1463,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7748,1464,9,'Device 05b1','2012-05-28 03:00:00',<B>NULL),(7749,1464,14,'a3','2012-05-28 03:00:00',NULL),(7750,1464,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7751,1464,13,'Device 05b1','2012-05-28 03:00:00',NULL),(7752,1464,10,'0000:09:00.0','2012-05-28 03:00:00',NULL),(7753,1464,17,'nVidia Corporation','2012-05-28 03:00:00',NULL),(7754,1465,9,'Device 0bea','2012-05-28 03:00:00',NULL),(7755,1465,14,'a1','2012-05-28 03:00:00',NULL),(7756,1465,15,'Audio device','2012-05-28 03:00:00',NULL),(7757,1465,13,'Device 0bea','2012-05-28 03:00:00',NULL),(7758,1465,10,'0000:04:00.1','2012-05-28 03:00:00',NULL),(7759,1465,17,'nVidia Corporation','2012-05-28 03:00:00',NULL),(7760,1466,11,'8f','2012-05-28 03:00:00',NULL),(7761,1466,12,'Device b002','2012-05-28 03:00:00',NULL),(7762,1466,9,'82801JI (ICH10 Family) 4 port SATA IDE Controller #1','2012-05-28 03:00:00',NULL),(7763,1466,13,'82801JI (ICH10 Family) 4 port SATA IDE Controller #1','2012-05-28 03:00:00',NULL),(7764,1466,15,'IDE interface','2012-05-28 03:00:00',NULL),(7765,1466,10,'0000:00:1f.2','2012-05-28 03:00:00',NULL),(7766,1466,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL</B>),(7767,1466,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7768,1467,12,'Device 5004','2012-05-28 03:00:00',NULL),(7769,1467,9,'82801JI (ICH10 Family) USB UHCI Controller #1','2012-05-28 03:00:00',NULL),(7770,1467,15,'USB Controller','2012-05-28 03:00:00',NULL),(7771,1467,13,'82801JI (ICH10 Family) USB UHCI Controller #1','2012-05-28 03:00:00',NULL),(7772,1467,10,'0000:00:1d.0','2012-05-28 03:00:00',NULL),(7773,1467,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7774,1467,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7775,1468,11,'01','2012-05-28 03:00:00',NULL),(7776,1468,12,'Device b000','2012-05-28 03:00:00',NULL),(7777,1468,9,'JMB362/JMB363 Serial ATA Controller','2012-05-28 03:00:00',NULL),(7778,1468,13,'JMB362/JMB363 Serial ATA Controller','2012-05-28 03:00:00',NULL),(7779,1468,14,'03','2012-05-28 03:00:00',NULL),(7780,1468,15,'SATA controller','2012-05-28 03:00:00',NULL),(7781,1468,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7782,1468,17,'JMicron Technology Corp.','2012-05-28 03:00:00',NULL),(7783,1468,10,'0000:0e:00.0','2012-05-28 03:00:00',NULL),(7784,1469,12,'Device 5000','2012-05-28 03:00:00',NT COLOR="#A020F0">NULL),(7785,1469,9,'5520/5500/X58 I/O Hub to ESI Port','2012-05-28 03:00:00',NULL),(7786,1469,13,'5520/5500/X58 I/O Hub to ESI Port','2012-05-28 03:00:00',NULL),(7787,1469,14,'13','2012-05-28 03:00:00',NULL),(7788,1469,15,'Host bridge','2012-05-28 03:00:00',NULL),(7789,1469,10,'0000:00:00.0','2012-05-28 03:00:00',NULL),(7790,1469,16,'Giga-byte Technology','2012-05-28 03:00:00',<B>NULL),(7791,1469,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7792,1470,12,'Device 7124','2012-05-28 03:00:00',NULL),(7793,1470,9,'SiI 3124 PCI-X Serial ATA Controller','2012-05-28 03:00:00',NULL),(7794,1470,13,'SiI 3124 PCI-X Serial ATA Controller','2012-05-28 03:00:00',NULL),(7795,1470,14,'02','2012-05-28 03:00:00',NULL),(7796,1470,15,'RAID bus controller','2012-05-28 03:00:00',NULL),(7797,1470,10,'0000:0b:00.0','2012-05-28 03:00:00',NULL),(7798,1470,16,'Silicon Image, Inc.','2012-05-28 03:00:00',NULL),(7799,1470,17,'Silicon Image, Inc.','2012-05-28 03:00:00',NULL),(7800,1471,11,'10','2012-05-28 03:00:00',NULL),(7801,1471,12,'Device 1000','2012-05-28 03:00:00',NULL),(7802,1471,9,'TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)','2012-05-28 03:00:00',NULL),(7803,1471,13,'TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)','2012-05-28 03:00:00',NULL),(7804,1471,15,'FireWire (IEEE 1394)','2012-05-28 03:00:00',NULL),(7805,1471,10,'0000:11:06.0','2012-05-28 03:00:00',NULL),(7806,1471,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7807,1471,17,'Texas Instruments','2012-05-28 03:00:00',NULL),(7808,1472,9,'5520/5500/X58 Routing and Protocol Layer Registers Port 0','2012-05-28 03:00:00',NULL),(7809,1472,14,'13','2012-05-28 03:00:00',NULL),(7810,1472,15,'PIC','2012-05-28 03:00:00',NULL),(7811,1472,13,'5520/5500/X58 Routing and Protocol Layer Registers Port 0','2012-05-28 03:00:00',NULL),(7812,1472,10,'0000:00:10.1','2012-05-28 03:00:00',NULL),(7813,1472,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7814,1473,11,'30','2012-05-28 03:00:00',NULL),(7815,1473,12,'Device 5007','2012-05-28 03:00:00',NULL),(7816,1473,9,'Device 0194','2012-05-28 03:00:00',NULL),(7817,1473,13,'Device 0194','2012-05-28 03:00:00',NULL),(7818,1473,14,'03','2012-05-28 03:00:00',NULL),(7819,1473,15,'USB Controller','2012-05-28 03:00:00',NULL),(7820,1473,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7821,1473,17,'NEC Corporation','2012-05-28 03:00:00',NULL),(7822,1473,10,'0000:01:00.0','2012-05-28 03:00:00',NULL),(7823,1474,12,'Device e000','2012-05-28 03:00:00',NULL),(7824,1474,9,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2012-05-28 03:00:00',NULL),(7825,1474,13,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2012-05-28 03:00:00',NULL),(7826,1474,14,'06','2012-05-28 03:00:00',NULL),(7827,1474,15,'Ethernet controller','2012-05-28 03:00:00',NULL),(7828,1474,10,'0000:0f:00.0','2012-05-28 03:00:00',NULL),(7829,1474,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7830,1474,17,'Realtek Semiconductor Co., Ltd.','2012-05-28 03:00:00',NULL),(7831,1475,9,'5520/5500/X58 I/O Hub PCI Express Root Port 7','2012-05-28 03:00:00',NULL),(7832,1475,14,'13','2012-05-28 03:00:00',NULL),(7833,1475,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7834,1475,13,'5520/5500/X58 I/O Hub PCI Express Root Port 7','2012-05-28 03:00:00',NULL),(7835,1475,10,'0000:00:07.0','2012-05-28 03:00:00',NULL),(7836,1475,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7837,1476,11,'20','2012-05-28 03:00:00',NULL),(7838,1476,9,'5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controller','2012-05-28 03:00:00',NULL),(7839,1476,14,'13','2012-05-28 03:00:00',NULL),(7840,1476,15,'PIC','2012-05-28 03:00:00',NULL),(7841,1476,13,'5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controller','2012-05-28 03:00:00',NULL),(7842,1476,10,'0000:00:13.0','2012-05-28 03:00:00',NULL),(7843,1476,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7844,1477,9,'5520/5500 Routing & Protocol Layer Register Port 1','2012-05-28 03:00:00',NULL),(7845,1477,14,'13','2012-05-28 03:00:00',NULL),(7846,1477,15,'PIC','2012-05-28 03:00:00',NULL),(7847,1477,13,'5520/5500 Routing & Protocol Layer Register Port 1','2012-05-28 03:00:00',NULL),(7848,1477,10,'0000:00:11.1','2012-05-28 03:00:00',NULL),(7849,1477,17,'Intel Corporation','2012-05-28 03:00:00',T COLOR="#A020F0">NULL),(7850,1478,9,'82801JI (ICH10 Family) PCI Express Root Port 5','2012-05-28 03:00:00',NULL),(7851,1478,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7852,1478,13,'82801JI (ICH10 Family) PCI Express Root Port 5','2012-05-28 03:00:00',NULL),(7853,1478,10,'0000:00:1c.4','2012-05-28 03:00:00',NULL),(7854,1478,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7855,1479,9,'Device 05b1','2012-05-28 03:00:00',NULL),(7856,1479,14,'a3','2012-05-28 03:00:00',NULL),(7857,1479,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7858,1479,13,'Device 05b1','2012-05-28 03:00:00',NULL),(7859,1479,10,'0000:02:00.0','2012-05-28 03:00:00',NULL),(7860,1479,17,'nVidia Corporation','2012-05-28 03:00:00',NULL),(7861,1480,9,'Device 05b1','2012-05-28 03:00:00',="#A020F0">NULL),(7862,1480,14,'a3','2012-05-28 03:00:00',NULL),(7863,1480,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7864,1480,13,'Device 05b1','2012-05-28 03:00:00',NULL),(7865,1480,10,'0000:03:02.0','2012-05-28 03:00:00',NULL),(7866,1480,17,'nVidia Corporation','2012-05-28 03:00:00',NULL),(7867,1481,9,'Device 05b1','2012-05-28 03:00:00',NULL),(7868,1481,14,'a3','2012-05-28 03:00:00',NULL),(7869,1481,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7870,1481,13,'Device 05b1','2012-05-28 03:00:00',NULL),(7871,1481,10,'0000:09:02.0','2012-05-28 03:00:00',NULL),(7872,1481,17,'nVidia Corporation','2012-05-28 03:00:00',NULL),(7873,1482,9,'5520/5500/X58 I/O Hub Control Status and RAS Registers','2012-05-28 03:00:00',NULL),(7874,1482,14,'13','2012-05-28 03:00:00',NULL),(7875,1482,15,'PIC','2012-05-28 03:00:00',NULL),(7876,1482,13,'5520/5500/X58 I/O Hub Control Status and RAS Registers','2012-05-28 03:00:00',NULL),(7877,1482,10,'0000:00:14.2','2012-05-28 03:00:00',NULL),(7878,1482,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7879,1483,11,'85','2012-05-28 03:00:00',NULL),(7880,1483,12,="#BC8F8F">'Device b002','2012-05-28 03:00:00',NULL),(7881,1483,9,'82801JI (ICH10 Family) 2 port SATA IDE Controller #2','2012-05-28 03:00:00',NULL),(7882,1483,13,'82801JI (ICH10 Family) 2 port SATA IDE Controller #2','2012-05-28 03:00:00',NULL),(7883,1483,15,'IDE interface','2012-05-28 03:00:00',NULL),(7884,1483,10,'0000:00:1f.5','2012-05-28 03:00:00',NULL),(7885,1483,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7886,1483,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7887,1484,9,'Device 05b1','2012-05-28 03:00:00',NULL),(7888,1484,14,'a3','2012-05-28 03:00:00',NULL),(7889,1484,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7890,1484,13,'Device 05b1','2012-05-28 03:00:00',NULL),(7891,1484,10,'0000:08:00.0','2012-05-28 03:00:00',NULL),(7892,1484,17,'nVidia Corporation','2012-05-28 03:00:00',NULL),(7893,1485,9,'82801JI (ICH10 Family) PCI Express Root Port 1','2012-05-28 03:00:00',NULL),(7894,1485,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7895,1485,13,'82801JI (ICH10 Family) PCI Express Root Port 1','2012-05-28 03:00:00',NULL),(7896,1485,10,'0000:00:1c.0','2012-05-28 03:00:00',NULL),(7897,1485,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7898,1486,9,'PCI Express to PCI-XPI7C9X130 PCI-X Bridge','2012-05-28 03:00:00',NULL),(7899,1486,14,'04','2012-05-28 03:00:00',NULL),(7900,1486,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7901,1486,13,'PCI Express to PCI-XPI7C9X130 PCI-X Bridge','2012-05-28 03:00:00',NULL),(7902,1486,10,'0000:0a:00.0','2012-05-28 03:00:00',NULL),(7903,1486,17,'Pericom Semiconductor','2012-05-28 03:00:00'T>,NULL),(7904,1487,12,'Device 5004','2012-05-28 03:00:00',NULL),(7905,1487,9,'82801JI (ICH10 Family) USB UHCI Controller #4','2012-05-28 03:00:00',NULL),(7906,1487,15,'USB Controller','2012-05-28 03:00:00',NULL),(7907,1487,13,'82801JI (ICH10 Family) USB UHCI Controller #4','2012-05-28 03:00:00',NULL),(7908,1487,10,'0000:00:1a.0','2012-05-28 03:00:00',NULL),(7909,1487,16,'Giga-byte Technology',OLOR="#BC8F8F">'2012-05-28 03:00:00',NULL),(7910,1487,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7911,1488,11,'20','2012-05-28 03:00:00',NULL),(7912,1488,9,'5520/5500/X58 Trusted Execution Technology Registers','2012-05-28 03:00:00',NULL),(7913,1488,14,'13','2012-05-28 03:00:00',NULL),(7914,1488,15,'PIC','2012-05-28 03:00:00',NULL),(7915,1488,13,'5520/5500/X58 Trusted Execution Technology Registers','2012-05-28 03:00:00',NULL),(7916,1488,10,'0000:00:15.0','2012-05-28 03:00:00',NULL),(7917,1488,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7918,1489,12,'Device 5004','2012-05-28 03:00:00',NULL),(7919,1489,9,'82801JI (ICH10 Family) USB UHCI Controller #2','2012-05-28 03:00:00',NULL),(7920,1489,15,'USB Controller','2012-05-28 03:00:00',NULL),(7921,1489,13,'82801JI (ICH10 Family) USB UHCI Controller #2','2012-05-28 03:00:00',NULL),(7922,1489,10,'0000:00:1d.1','2012-05-28 03:00:00',NULL),(7923,1489,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7924,1489,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7925,1490,9,'82801JI (ICH10 Family) PCI Express Root Port 6','2012-05-28 03:00:00',NULL),(7926,1490,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7927,1490,13,'82801JI (ICH10 Family) PCI Express Root Port 6','2012-05-28 03:00:00',NULL),(7928,1490,10,'0000:00:1c.5','2012-05-28 03:00:00',NULL),(7929,1490,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7930,1491,9,'5520/5500/X58 I/O Hub System Management Registers','2012-05-28 03:00:00',NULL),(7931,1491,14,'13','2012-05-28 03:00:00',NULL),(7932,1491,15,'PIC','2012-05-28 03:00:00',NULL),(7933,1491,13,'5520/5500/X58 I/O Hub System Management Registers','2012-05-28 03:00:00',NULL),(7934,1491,10,'0000:00:14.0','2012-05-28 03:00:00',NULL),(7935,1491,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7936,1492,9,'82801JI (ICH10 Family) PCI Express Root Port 4','2012-05-28 03:00:00',NULL),(7937,1492,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7938,1492,13,'82801JI (ICH10 Family) PCI Express Root Port 4',T COLOR="#BC8F8F">'2012-05-28 03:00:00',NULL),(7939,1492,10,'0000:00:1c.3','2012-05-28 03:00:00',NULL),(7940,1492,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7941,1493,9,'5520/5500 Physical and Link Layer Registers Port 1','2012-05-28 03:00:00',NULL),(7942,1493,14,'13','2012-05-28 03:00:00',NULL),(7943,1493,15,'PIC','2012-05-28 03:00:00',NULL),(7944,1493,13,'5520/5500 Physical and Link Layer Registers Port 1','2012-05-28 03:00:00',NULL),(7945,1493,10,'0000:00:11.0','2012-05-28 03:00:00',NULL),(7946,1493,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7947,1494,12,'Device 5004','2012-05-28 03:00:00',NULL),(7948,1494,9,'82801JI (ICH10 Family) USB UHCI Controller #6','2012-05-28 03:00:00',NULL),(7949,1494,15,'USB Controller','2012-05-28 03:00:00',NULL),(7950,1494,13,'82801JI (ICH10 Family) USB UHCI Controller #6','2012-05-28 03:00:00',NULL),(7951,1494,10,'0000:00:1a.2','2012-05-28 03:00:00',NULL),(7952,1494,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7953,1494,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7954,1495,9,'5520/5500/X58 I/O Hub PCI Express Root Port 2','2012-05-28 03:00:00',NULL),(7955,1495,14,'13','2012-05-28 03:00:00',NULL),(7956,1495,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7957,1495,13,'5520/5500/X58 I/O Hub PCI Express Root Port 2','2012-05-28 03:00:00',NULL),(7958,1495,10,'0000:00:02.0','2012-05-28 03:00:00',NULL),(7959,1495,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7960,1496,9,'5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers','2012-05-28 03:00:00',NULL),(7961,1496,14,'13','2012-05-28 03:00:00',="#A020F0">NULL),(7962,1496,15,'PIC','2012-05-28 03:00:00',NULL),(7963,1496,13,'5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers','2012-05-28 03:00:00',NULL),(7964,1496,10,'0000:00:14.1','2012-05-28 03:00:00',NULL),(7965,1496,17,'Intel Corporation','2012-05-28 03:00:00',NULL),(7966,1497,9,'Device 05b1','2012-05-28 03:00:00',NULL),(7967,1497,14,'a3','2012-05-28 03:00:00',NULL),(7968,1497,15,'PCI bridge','2012-05-28 03:00:00',NULL),(7969,1497,13,'Device 05b1','2012-05-28 03:00:00',NULL),(7970,1497,10,'0000:03:01.0','2012-05-28 03:00:00',NULL),(7971,1497,17,'nVidia Corporation','2012-05-28 03:00:00',NULL),(7972,1498,12,'Device e000','2012-05-28 03:00:00',NULL),(7973,1498,9,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2012-05-28 03:00:00',="#A020F0">NULL),(7974,1498,13,'RTL8111/8168B PCI Express Gigabit Ethernet controller','2012-05-28 03:00:00',NULL),(7975,1498,14,'06','2012-05-28 03:00:00',NULL),(7976,1498,15,'Ethernet controller','2012-05-28 03:00:00',NULL),(7977,1498,10,'0000:10:00.0','2012-05-28 03:00:00',NULL),(7978,1498,16,'Giga-byte Technology','2012-05-28 03:00:00',NULL),(7979,1498,17,'Realtek Semiconductor Co., Ltd.','2012-05-28 03:00:00',NULL),(7980,1499,12,'Device 7124','2012-05-28 03:00:00',NULL),(7981,1499,9,'SiI 3124 PCI-X Serial ATA Controller','2012-05-28 03:00:00',NULL),(7982,1499,13,'SiI 3124 PCI-X Serial ATA Controller','2012-05-28 03:00:00',NULL),(7983,1499,14,'02','2012-05-28 03:00:00',NULL),(7984,1499,15,'RAID bus controller','2012-05-28 03:00:00',NULL),(7985,1499,10,'0000:06:00.0','2012-05-28 03:00:00',NULL),(7986,1499,16,'Silicon Image, Inc.','2012-05-28 03:00:00',NULL),(7987,1499,17,'Silicon Image, Inc.','2012-05-28 03:00:00',NULL),(7988,1220,8,'3400.294','2012-05-29 13:00:00',NULL),(7989,1272,8,'3013.532','2012-05-30 03:00:00','2012-07-11 03:00:00'),(7990,1273,8,'3762818.501','2012-05-30 03:00:00','2012-07-11 03:00:00'),(7991,1449,8,'1666.687','2012-05-31 03:00:00','2012-06-06 03:00:00'),(7992,1229,8,'1666.713','2012-05-31 03:00:00','2012-06-06 03:00:00'),(7993,1138,8,'2793.177','2012-06-02 03:00:00','2012-06-21 03:00:00'),(7994,1449,4,'779924','2012-06-06 03:00:00',NULL),(7995,1449,8,'1666.718','2012-06-06 03:00:00',NULL),(7996,1229,4,'231828','2012-06-06 03:00:00',NULL),(7997,1229,8,'1666.718','2012-06-06 03:00:00'FONT>,NULL),(7998,1500,12,'Device 0d55','2012-06-06 03:00:00',NULL),(7999,1500,9,'N10/ICH 7 Family High Definition Audio Controller','2012-06-06 03:00:00',NULL),(8000,1500,13,'N10/ICH 7 Family High Definition Audio Controller','2012-06-06 03:00:00',NULL),(8001,1500,14,'02','2012-06-06 03:00:00',NULL),(8002,1500,15,'Audio device','2012-06-06 03:00:00',NULL),(8003,1500,10,'0000:00:1b.0','2012-06-06 03:00:00',NULL),(8004,1500,16,'Foxconn International, Inc.','2012-06-06 03:00:00',NULL),(8005,1500,17,'Intel Corporation','2012-06-06 03:00:00',NULL),(8006,1501,12,'Device 0d55','2012-06-06 03:00:00',NULL),(8007,1501,9,'NM10 Family LPC Controller','2012-06-06 03:00:00',NULL),(8008,1501,13,'NM10 Family LPC Controller','2012-06-06 03:00:00',NULL),(8009,1501,14,'02','2012-06-06 03:00:00',NULL),(8010,1501,15,'ISA bridge','2012-06-06 03:00:00',NULL),(8011,1501,10,'0000:00:1f.0','2012-06-06 03:00:00',NULL),(8012,1501,16,'Foxconn International, Inc.','2012-06-06 03:00:00',NULL),(8013,1501,17,'Intel Corporation','2012-06-06 03:00:00',NULL),(8014,1502,11,'20','2012-06-06 03:00:00',NULL),(8015,1502,12,'Device 0d55','2012-06-06 03:00:00',NULL),(8016,1502,9,'N10/ICH 7 Family USB2 EHCI Controller','2012-06-06 03:00:00',NULL),(8017,1502,13,'N10/ICH 7 Family USB2 EHCI Controller','2012-06-06 03:00:00',NULL),(8018,1502,14,'02','2012-06-06 03:00:00',NULL),(8019,1502,15,'USB Controller','2012-06-06 03:00:00',NULL),(8020,1502,16,'Foxconn International, Inc.','2012-06-06 03:00:00',NULL),(8021,1502,17,'Intel Corporation',="#BC8F8F">'2012-06-06 03:00:00',NULL),(8022,1502,10,'0000:00:1d.7','2012-06-06 03:00:00',NULL),(8023,1503,9,'N10/ICH 7 Family PCI Express Port 2','2012-06-06 03:00:00',NULL),(8024,1503,14,'02','2012-06-06 03:00:00',NULL),(8025,1503,15,'PCI bridge','2012-06-06 03:00:00',NULL),(8026,1503,13,'N10/ICH 7 Family PCI Express Port 2','2012-06-06 03:00:00',NULL),(8027,1503,10,'0000:00:1c.1',="#BC8F8F">'2012-06-06 03:00:00',NULL),(8028,1503,17,'Intel Corporation','2012-06-06 03:00:00',NULL),(8029,1504,12,'Device 0d55','2012-06-06 03:00:00',NULL),(8030,1504,9,'N10 Family Integrated Graphics Controller','2012-06-06 03:00:00',NULL),(8031,1504,13,'N10 Family Integrated Graphics Controller','2012-06-06 03:00:00',NULL),(8032,1504,14,'02','2012-06-06 03:00:00',NULL),(8033,1504,15,'VGA compatible controller','2012-06-06 03:00:00',NULL),(8034,1504,10,'0000:00:02.0','2012-06-06 03:00:00',NULL),(8035,1504,16,'Foxconn International, Inc.','2012-06-06 03:00:00',NULL),(8036,1504,17,'Intel Corporation','2012-06-06 03:00:00',NULL),(8037,1505,12,'Device 0d55','2012-06-06 03:00:00',NULL),(8038,1505,9,'N10/ICH 7 Family SMBus Controller','2012-06-06 03:00:00',NULL),(8039,1505,13,'N10/ICH 7 Family SMBus Controller','2012-06-06 03:00:00',NULL),(8040,1505,14,'02','2012-06-06 03:00:00',NULL),(8041,1505,15,'SMBus','2012-06-06 03:00:00',NULL),(8042,1505,10,'0000:00:1f.3','2012-06-06 03:00:00',NULL),(8043,1505,16,'Foxconn International, Inc.','2012-06-06 03:00:00',NULL),(8044,1505,17,'Intel Corporation','2012-06-06 03:00:00',NULL),(8045,1506,12,'Device 0d55','2012-06-06 03:00:00',NULL),(8046,1506,9,'N10/ICH 7 Family USB UHCI Controller #1','2012-06-06 03:00:00',NULL),(8047,1506,13,'N10/ICH 7 Family USB UHCI Controller #1','2012-06-06 03:00:00',NULL),(8048,1506,14,'02','2012-06-06 03:00:00',NULL),(8049,1506,15,'USB Controller','2012-06-06 03:00:00',NULL),(8050,1506,10,'0000:00:1d.0','2012-06-06 03:00:00',NULL),(8051,1506,16,'Foxconn International, Inc.','2012-06-06 03:00:00',NULL),(8052,1506,17,'Intel Corporation','2012-06-06 03:00:00',NULL),(8053,1507,11,'8f','2012-06-06 03:00:00',NULL),(8054,1507,12,'Device 0d55','2012-06-06 03:00:00',NULL),(8055,1507,9,'N10/ICH7 Family SATA IDE Controller','2012-06-06 03:00:00',NULL),(8056,1507,13,'N10/ICH7 Family SATA IDE Controller','2012-06-06 03:00:00',NULL),(8057,1507,14,ONT COLOR="#BC8F8F">'02','2012-06-06 03:00:00',NULL),(8058,1507,15,'IDE interface','2012-06-06 03:00:00',NULL),(8059,1507,16,'Foxconn International, Inc.','2012-06-06 03:00:00',NULL),(8060,1507,17,'Intel Corporation','2012-06-06 03:00:00',NULL),(8061,1507,10,'0000:00:1f.2','2012-06-06 03:00:00',NULL),(8062,1508,12,'Device 0d55','2012-06-06 03:00:00',NULL),(8063,1508,9,'N10 Family DMI Bridge','2012-06-06 03:00:00',NULL),(8064,1508,13,'N10 Family DMI Bridge','2012-06-06 03:00:00',NULL),(8065,1508,14,'02','2012-06-06 03:00:00',NULL),(8066,1508,15,'Host bridge','2012-06-06 03:00:00',NULL),(8067,1508,10,'0000:00:00.0','2012-06-06 03:00:00',NULL),(8068,1508,16,'Foxconn International, Inc.','2012-06-06 03:00:00',NULL),(8069,1508,17,'Intel Corporation','2012-06-06 03:00:00',NULL),(8070,1509,12,'Device 0d55','2012-06-06 03:00:00',NULL),(8071,1509,9,'N10/ICH 7 Family USB UHCI Controller #4','2012-06-06 03:00:00',NULL),(8072,1509,13,'N10/ICH 7 Family USB UHCI Controller #4','2012-06-06 03:00:00',NULL),(8073,1509,14,'02','2012-06-06 03:00:00',NULL),(8074,1509,15,'USB Controller','2012-06-06 03:00:00',NULL),(8075,1509,10,>'0000:00:1d.3','2012-06-06 03:00:00',NULL),(8076,1509,16,'Foxconn International, Inc.','2012-06-06 03:00:00',NULL),(8077,1509,17,'Intel Corporation','2012-06-06 03:00:00',NULL),(8078,1510,9,'N10/ICH 7 Family PCI Express Port 1','2012-06-06 03:00:00',NULL),(8079,1510,14,'02','2012-06-06 03:00:00',NULL),(8080,1510,15,'PCI bridge','2012-06-06 03:00:00',NULL),(8081,1510,13,'N10/ICH 7 Family PCI Express Port 1','2012-06-06 03:00:00',NULL),(8082,1510,10,'0000:00:1c.0','2012-06-06 03:00:00',NULL),(8083,1510,17,'Intel Corporation','2012-06-06 03:00:00',NULL),(8084,1511,12,'Device 0d55','2012-06-06 03:00:00',NULL),(8085,1511,9,'N10/ICH 7 Family USB UHCI Controller #2','2012-06-06 03:00:00',NULL),(8086,1511,13,'N10/ICH 7 Family USB UHCI Controller #2','2012-06-06 03:00:00',NULL),(8087,1511,14,'02','2012-06-06 03:00:00',NULL),(8088,1511,15,'USB Controller','2012-06-06 03:00:00',NULL),(8089,1511,10,'0000:00:1d.1','2012-06-06 03:00:00',NULL),(8090,1511,16,'Foxconn International, Inc.','2012-06-06 03:00:00',NULL),(8091,1511,17,'Intel Corporation','2012-06-06 03:00:00',NULL),(8092,1512,12,'Device 0d55','2012-06-06 03:00:00',NULL),(8093,1512,9,'N10/ICH 7 Family USB UHCI Controller #3','2012-06-06 03:00:00',NULL),(8094,1512,13,'N10/ICH 7 Family USB UHCI Controller #3','2012-06-06 03:00:00',NULL),(8095,1512,14,'02','2012-06-06 03:00:00',NULL),(8096,1512,15,'USB Controller','2012-06-06 03:00:00',NULL),(8097,1512,10,'0000:00:1d.2','2012-06-06 03:00:00',NULL),(8098,1512,16,'Foxconn International, Inc.','2012-06-06 03:00:00',NULLFONT>),(8099,1512,17,'Intel Corporation','2012-06-06 03:00:00',NULL),(8100,1431,8,'1800.089','2012-06-13 03:00:00',NULL),(8101,1415,4,'489876','2012-06-13 03:00:00',NULL),(8102,1415,8,'1800.089','2012-06-13 03:00:00',NULL),(8103,1138,8,'2793.174','2012-06-21 03:00:00',NULL),(8104,1000,4,'3141468','2012-06-21 03:00:00',NULL),(8105,1000,5,'2'NT>,'2012-06-21 03:00:00',NULL),(8106,1170,8,'1596.042','2012-07-06 03:00:00','2012-07-07 03:00:00'),(8107,1187,8,'1596.001','2012-07-06 03:00:00','2012-07-07 03:00:00'),(8108,1246,8,'2693.232','2012-07-06 03:00:00','2012-07-26 03:00:00'),(8109,1247,4,'1781760','2012-07-06 03:00:00','2012-07-07 03:00:00'),(8110,1247,8,'2693.294','2012-07-06 03:00:00','2012-07-07 03:00:00'),(8111,1170,4,'228756','2012-07-07 03:00:00',NULL),(8112,1170,8,'1596.047','2012-07-07 03:00:00','2012-07-28 03:00:00'),(8113,1513,12,'Device 0d4b','2012-07-07 03:00:00',NULL),(8114,1513,9,'N10/ICH 7 Family High Definition Audio Controller','2012-07-07 03:00:00',NULL),(8115,1513,13,'N10/ICH 7 Family High Definition Audio Controller','2012-07-07 03:00:00',NULL),(8116,1513,14,'01','2012-07-07 03:00:00',NULL>),(8117,1513,15,'Audio device','2012-07-07 03:00:00',NULL),(8118,1513,10,'0000:00:1b.0','2012-07-07 03:00:00',NULL),(8119,1513,16,'Foxconn International, Inc.','2012-07-07 03:00:00',NULL),(8120,1513,17,'Intel Corporation','2012-07-07 03:00:00',NULL),(8121,1514,11,'20','2012-07-07 03:00:00',NULL),(8122,1514,12,'Device 0d4b','2012-07-07 03:00:00',NULL),(8123,1514,9, COLOR="#BC8F8F">'N10/ICH 7 Family USB2 EHCI Controller','2012-07-07 03:00:00',NULL),(8124,1514,13,'N10/ICH 7 Family USB2 EHCI Controller','2012-07-07 03:00:00',NULL),(8125,1514,14,'01','2012-07-07 03:00:00',NULL),(8126,1514,15,'USB Controller','2012-07-07 03:00:00',NULL),(8127,1514,16,'Foxconn International, Inc.','2012-07-07 03:00:00',NULL),(8128,1514,17,'Intel Corporation','2012-07-07 03:00:00',NULL>),(8129,1514,10,'0000:00:1d.7','2012-07-07 03:00:00',NULL),(8130,1515,9,'N10/ICH 7 Family PCI Express Port 2','2012-07-07 03:00:00',NULL),(8131,1515,14,'01','2012-07-07 03:00:00',NULL),(8132,1515,15,'PCI bridge','2012-07-07 03:00:00',NULL),(8133,1515,13,'N10/ICH 7 Family PCI Express Port 2','2012-07-07 03:00:00',NULL),(8134,1515,10,'0000:00:1c.1','2012-07-07 03:00:00',NULL>),(8135,1515,17,'Intel Corporation','2012-07-07 03:00:00',NULL),(8136,1516,12,'Device 0d4b','2012-07-07 03:00:00',NULL),(8137,1516,9,'N10/ICH 7 Family SMBus Controller','2012-07-07 03:00:00',NULL),(8138,1516,13,'N10/ICH 7 Family SMBus Controller','2012-07-07 03:00:00',NULL),(8139,1516,14,'01','2012-07-07 03:00:00',NULL),(8140,1516,15,'SMBus','2012-07-07 03:00:00',NULL),(8141,1516,10,'0000:00:1f.3','2012-07-07 03:00:00',NULL),(8142,1516,16,'Foxconn International, Inc.','2012-07-07 03:00:00',NULL),(8143,1516,17,'Intel Corporation','2012-07-07 03:00:00',NULL),(8144,1517,12,'Device 0d4b','2012-07-07 03:00:00',NULL),(8145,1517,9,'N10/ICH 7 Family USB UHCI Controller #1','2012-07-07 03:00:00',NULL),(8146,1517,13,'N10/ICH 7 Family USB UHCI Controller #1','2012-07-07 03:00:00',<B>NULL),(8147,1517,14,'01','2012-07-07 03:00:00',NULL),(8148,1517,15,'USB Controller','2012-07-07 03:00:00',NULL),(8149,1517,10,'0000:00:1d.0','2012-07-07 03:00:00',NULL),(8150,1517,16,'Foxconn International, Inc.','2012-07-07 03:00:00',NULL),(8151,1517,17,'Intel Corporation','2012-07-07 03:00:00',NULL),(8152,1518,11,'8f','2012-07-07 03:00:00',NULLONT>),(8153,1518,12,'Device 0d4b','2012-07-07 03:00:00',NULL),(8154,1518,9,'N10/ICH7 Family SATA IDE Controller','2012-07-07 03:00:00',NULL),(8155,1518,13,'N10/ICH7 Family SATA IDE Controller','2012-07-07 03:00:00',NULL),(8156,1518,14,'01','2012-07-07 03:00:00',NULL),(8157,1518,15,'IDE interface','2012-07-07 03:00:00',NULL),(8158,1518,16,'Foxconn International, Inc.','2012-07-07 03:00:00',"#A020F0">NULL),(8159,1518,17,'Intel Corporation','2012-07-07 03:00:00',NULL),(8160,1518,10,'0000:00:1f.2','2012-07-07 03:00:00',NULL),(8161,1519,12,'Device 0d4b','2012-07-07 03:00:00',NULL),(8162,1519,9,'N10/ICH 7 Family USB UHCI Controller #4','2012-07-07 03:00:00',NULL),(8163,1519,13,'N10/ICH 7 Family USB UHCI Controller #4','2012-07-07 03:00:00',NULL),(8164,1519,14,'01','2012-07-07 03:00:00',<B>NULL),(8165,1519,15,'USB Controller','2012-07-07 03:00:00',NULL),(8166,1519,10,'0000:00:1d.3','2012-07-07 03:00:00',NULL),(8167,1519,16,'Foxconn International, Inc.','2012-07-07 03:00:00',NULL),(8168,1519,17,'Intel Corporation','2012-07-07 03:00:00',NULL),(8169,1520,9,'N10/ICH 7 Family PCI Express Port 1','2012-07-07 03:00:00',NULL),(8170,1520,14,'01','2012-07-07 03:00:00',NULL),(8171,1520,15,'PCI bridge','2012-07-07 03:00:00',NULL),(8172,1520,13,'N10/ICH 7 Family PCI Express Port 1','2012-07-07 03:00:00',NULL),(8173,1520,10,'0000:00:1c.0','2012-07-07 03:00:00',NULL),(8174,1520,17,'Intel Corporation','2012-07-07 03:00:00',NULL),(8175,1521,12,'Device 0d4b','2012-07-07 03:00:00',NULL),(8176,1521,9,'N10/ICH 7 Family USB UHCI Controller #2','2012-07-07 03:00:00',NULL),(8177,1521,13,'N10/ICH 7 Family USB UHCI Controller #2','2012-07-07 03:00:00',NULL),(8178,1521,14,'01','2012-07-07 03:00:00',NULL),(8179,1521,15,'USB Controller','2012-07-07 03:00:00',NULL),(8180,1521,10,'0000:00:1d.1','2012-07-07 03:00:00',NULL),(8181,1521,16,'Foxconn International, Inc.','2012-07-07 03:00:00',NULL),(8182,1521,17,'Intel Corporation','2012-07-07 03:00:00',NULL),(8183,1522,12,'Device 0d4b','2012-07-07 03:00:00',NULL),(8184,1522,9,'N10/ICH 7 Family USB UHCI Controller #3','2012-07-07 03:00:00',NULL),(8185,1522,13,'N10/ICH 7 Family USB UHCI Controller #3','2012-07-07 03:00:00',NULL),(8186,1522,14,'01','2012-07-07 03:00:00',NULL),(8187,1522,15,'USB Controller','2012-07-07 03:00:00',NULL),(8188,1522,10,'0000:00:1d.2','2012-07-07 03:00:00',NULL),(8189,1522,16,'Foxconn International, Inc.','2012-07-07 03:00:00',NULL),(8190,1522,17,'Intel Corporation','2012-07-07 03:00:00',NULL),(8191,1187,4,'782996','2012-07-07 03:00:00',NULL),(8192,1187,8,'1596.047','2012-07-07 03:00:00','2012-07-28 03:00:00'),(8193,1247,4,'445440','2012-07-07 03:00:00','2012-07-28 03:00:00'),(8194,1247,8,'2693.304','2012-07-07 03:00:00','2012-07-10 03:00:00'),(8195,1247,8,'2693.294','2012-07-10 03:00:00','2012-07-26 03:00:00'),(8196,1272,8,'3013.514','2012-07-11 03:00:00',NULL),(8197,1273,4,'233052','2012-07-11 03:00:00',NULL),(8198,1273,8,'2811748.252','2012-07-11 03:00:00',NULL),(8199,1031,8,'1596.042','2012-07-06 03:00:00','2012-07-07 03:00:00'),(8200,1031,8,'1596.054','2012-07-07 03:00:00',NULL),(8201,1399,8,'1800.116','2012-07-12 03:00:00','2012-07-17 03:00:00'),(8202,1399,8,'1800.093','2012-07-17 03:00:00',NULL),(8203,1337,4,'5758556','2012-07-17 03:00:00',NULL),(8204,1523,4,'521052','2012-07-22 03:00:00',NULL),(8205,1523,5,'1','2012-07-22 03:00:00',NULL),(8206,1523,6,'AuthenticAMD','2012-07-22 03:00:00',NULLFONT>),(8207,1523,7,'x86_64','2012-07-22 03:00:00',NULL),(8208,1523,8,'2600.252','2012-07-22 03:00:00',NULL),(8209,1246,8,'2693.234','2012-07-26 03:00:00','2012-07-28 03:00:00'),(8210,1247,8,'2693.312','2012-07-26 03:00:00','2012-07-28 03:00:00'),(8211,1170,8,'1596.035','2012-07-28 03:00:00',NULL),(8212,1187,8,'1596.035','2012-07-28 03:00:00',NULL),(8213,1218,8,T COLOR="#BC8F8F">'2812.618','2012-07-28 03:00:00',NULL),(8214,1246,8,'2693.302','2012-07-28 03:00:00',NULL),(8215,1192,4,'1004124','2012-07-28 03:00:00',NULL),(8216,1192,8,'3211115.542','2012-07-28 03:00:00',NULL),(8217,1524,9,'Family 10h Processor Link Control','2012-07-28 03:00:00',NULL),(8218,1524,15,'Host bridge','2012-07-28 03:00:00',NULL),(8219,1524,13,'Family 10h Processor Link Control','2012-07-28 03:00:00',NULL),(8220,1524,10,'0000:00:18.4','2012-07-28 03:00:00',NULL),(8221,1524,17,'Advanced Micro Devices [AMD]','2012-07-28 03:00:00',NULL),(8222,1196,12,'M4A785TD Motherboard','2012-07-28 03:00:00',NULL),(8223,1525,12,'M4A785TD Motherboard','2012-07-28 03:00:00',NULL),(8224,1525,9,'RS880 [Radeon HD 4200]','2012-07-28 03:00:00',NULL),(8225,1525,15,COLOR="#BC8F8F">'VGA compatible controller','2012-07-28 03:00:00',NULL),(8226,1525,13,'RS880 [Radeon HD 4200]','2012-07-28 03:00:00',NULL),(8227,1525,10,'0000:01:05.0','2012-07-28 03:00:00',NULL),(8228,1525,16,'ASUSTeK Computer Inc.','2012-07-28 03:00:00',NULL),(8229,1525,17,'ATI Technologies Inc','2012-07-28 03:00:00',NULL),(8230,1198,12,'M4A785TD Motherboard','2012-07-28 03:00:00',NULL),(8231,1526,9,'Family 10h Processor DRAM Controller','2012-07-28 03:00:00',NULL),(8232,1526,15,'Host bridge','2012-07-28 03:00:00',NULL),(8233,1526,13,'Family 10h Processor DRAM Controller','2012-07-28 03:00:00',NULL),(8234,1526,10,'0000:00:18.2','2012-07-28 03:00:00',NULL),(8235,1526,17,'Advanced Micro Devices [AMD]','2012-07-28 03:00:00',NULL),(8236,1201,12,'M4A785TD Motherboard','2012-07-28 03:00:00',R="#A020F0">NULL),(8237,1205,12,'M4A785TD Motherboard','2012-07-28 03:00:00',NULL),(8238,1527,9,'Family 10h Processor HyperTransport Configuration','2012-07-28 03:00:00',NULL),(8239,1527,15,'Host bridge','2012-07-28 03:00:00',NULL),(8240,1527,13,'Family 10h Processor HyperTransport Configuration','2012-07-28 03:00:00',NULL),(8241,1527,10,'0000:00:18.0','2012-07-28 03:00:00',NULL),(8242,1527,17,'Advanced Micro Devices [AMD]', COLOR="#BC8F8F">'2012-07-28 03:00:00',NULL),(8243,1528,9,'Family 10h Processor Address Map','2012-07-28 03:00:00',NULL),(8244,1528,15,'Host bridge','2012-07-28 03:00:00',NULL),(8245,1528,13,'Family 10h Processor Address Map','2012-07-28 03:00:00',NULL),(8246,1528,10,'0000:00:18.1','2012-07-28 03:00:00',NULL),(8247,1528,17,'Advanced Micro Devices [AMD]','2012-07-28 03:00:00',NULL),(8248,1529,12,'Device 83a2','2012-07-28 03:00:00',NULL),(8249,1529,9,'RS880 Host Bridge','2012-07-28 03:00:00',NULL),(8250,1529,15,'Host bridge','2012-07-28 03:00:00',NULL),(8251,1529,13,'RS880 Host Bridge','2012-07-28 03:00:00',NULL),(8252,1529,10,'0000:00:00.0','2012-07-28 03:00:00',NULL),(8253,1529,16,'ASUSTeK Computer Inc.','2012-07-28 03:00:00',NULL),(8254,1529,17,'Advanced Micro Devices [AMD]','2012-07-28 03:00:00',NULL),(8255,1530,12,'M4A785TD Motherboard','2012-07-28 03:00:00',NULL),(8256,1530,9,'RS880 Audio Device [Radeon HD 4200]','2012-07-28 03:00:00',NULL),(8257,1530,15,'Audio device','2012-07-28 03:00:00',NULL),(8258,1530,13,'RS880 Audio Device [Radeon HD 4200]','2012-07-28 03:00:00',NULL),(8259,1530,10,'0000:01:05.1','2012-07-28 03:00:00',NULL),(8260,1530,16,'ASUSTeK Computer Inc.','2012-07-28 03:00:00',NULL),(8261,1530,17,'ATI Technologies Inc','2012-07-28 03:00:00',NULL),(8262,1531,9,'Family 10h Processor Miscellaneous Control','2012-07-28 03:00:00',NULL),(8263,1531,15,'Host bridge','2012-07-28 03:00:00',NULL),(8264,1531,13,'Family 10h Processor Miscellaneous Control','2012-07-28 03:00:00',NULL),(8265,1531,10,'0000:00:18.3','2012-07-28 03:00:00',NULLNT>),(8266,1531,17,'Advanced Micro Devices [AMD]','2012-07-28 03:00:00',NULL),(8267,1532,9,'RS880 PCI to PCI bridge (int gfx)','2012-07-28 03:00:00',NULL),(8268,1532,15,'PCI bridge','2012-07-28 03:00:00',NULL),(8269,1532,13,'RS880 PCI to PCI bridge (int gfx)','2012-07-28 03:00:00',NULL),(8270,1532,10,'0000:00:01.0','2012-07-28 03:00:00',NULL),(8271,1532,17,'ASUSTeK Computer Inc.','2012-07-28 03:00:00',>NULL),(8272,1533,11,'10','2012-07-28 03:00:00',NULL),(8273,1533,12,'M4A series motherboard','2012-07-28 03:00:00',NULL),(8274,1533,9,'VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller','2012-07-28 03:00:00',NULL),(8275,1533,13,'VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller','2012-07-28 03:00:00',NULL),(8276,1533,14,'c0','2012-07-28 03:00:00',NULL),(8277,1533,15,'FireWire (IEEE 1394)','2012-07-28 03:00:00',NULL),(8278,1533,16,'ASUSTeK Computer Inc.','2012-07-28 03:00:00',NULL),(8279,1533,17,'VIA Technologies, Inc.','2012-07-28 03:00:00',NULL),(8280,1533,10,'0000:03:08.0','2012-07-28 03:00:00',NULL),(8281,1247,4,'463452','2012-07-28 03:00:00',NULL),(8282,1247,8,'2693.302','2012-07-28 03:00:00',NULL),(8283,1534,12,'Device ba80','2012-07-28 03:00:00'ONT>,NULL),(8284,1534,9,'N10/ICH 7 Family SMBus Controller','2012-07-28 03:00:00',NULL),(8285,1534,13,'N10/ICH 7 Family SMBus Controller','2012-07-28 03:00:00',NULL),(8286,1534,14,'01','2012-07-28 03:00:00',NULL),(8287,1534,15,'SMBus','2012-07-28 03:00:00',NULL),(8288,1534,10,'0000:00:1f.3','2012-07-28 03:00:00',NULL),(8289,1534,16,'Super Micro Computer Inc','2012-07-28 03:00:00',NULL),(8290,1534,17,'Intel Corporation','2012-07-28 03:00:00',NULL),(8291,1535,9,'N10/ICH 7 Family PCI Express Port 1','2012-07-28 03:00:00',NULL),(8292,1535,14,'01','2012-07-28 03:00:00',NULL),(8293,1535,15,'PCI bridge','2012-07-28 03:00:00',NULL),(8294,1535,13,'N10/ICH 7 Family PCI Express Port 1','2012-07-28 03:00:00',NULL),(8295,1535,10,'0000:00:1c.0','2012-07-28 03:00:00',NULL),(8296,1535,17,'Intel Corporation','2012-07-28 03:00:00',NULL),(8297,1536,12,'Device ba80','2012-07-28 03:00:00',NULL),(8298,1536,9,'N10/ICH 7 Family USB UHCI Controller #2','2012-07-28 03:00:00',NULL),(8299,1536,13,'N10/ICH 7 Family USB UHCI Controller #2','2012-07-28 03:00:00',NULL),(8300,1536,14,'01','2012-07-28 03:00:00',NULL),(8301,1536,15,'USB Controller','2012-07-28 03:00:00',NULL),(8302,1536,10,'0000:00:1d.1','2012-07-28 03:00:00',NULL),(8303,1536,16,'Super Micro Computer Inc','2012-07-28 03:00:00',NULL),(8304,1536,17,'Intel Corporation','2012-07-28 03:00:00',NULL),(8305,1537,12,'Device ba80','2012-07-28 03:00:00',NULL),(8306,1537,9,'N10/ICH 7 Family USB UHCI Controller #3','2012-07-28 03:00:00',NULL),(8307,1537,13,'N10/ICH 7 Family USB UHCI Controller #3'</FONT>,'2012-07-28 03:00:00',NULL),(8308,1537,14,'01','2012-07-28 03:00:00',NULL),(8309,1537,15,'USB Controller','2012-07-28 03:00:00',NULL),(8310,1537,10,'0000:00:1d.2','2012-07-28 03:00:00',NULL),(8311,1537,16,'Super Micro Computer Inc','2012-07-28 03:00:00',NULL),(8312,1537,17,'Intel Corporation','2012-07-28 03:00:00',NULL),(8313,1538,11,'20','2012-07-28 03:00:00',NULL),(8314,1538,12,'Device ba80','2012-07-28 03:00:00',NULL),(8315,1538,9,'N10/ICH 7 Family USB2 EHCI Controller','2012-07-28 03:00:00',NULL),(8316,1538,13,'N10/ICH 7 Family USB2 EHCI Controller','2012-07-28 03:00:00',NULL),(8317,1538,14,'01','2012-07-28 03:00:00',NULL),(8318,1538,15,'USB Controller','2012-07-28 03:00:00',NULL),(8319,1538,16,'Super Micro Computer Inc',<FONT COLOR="#BC8F8F">'2012-07-28 03:00:00',NULL),(8320,1538,17,'Intel Corporation','2012-07-28 03:00:00',NULL),(8321,1538,10,'0000:00:1d.7','2012-07-28 03:00:00',NULL),(8322,1539,11,'8f','2012-07-28 03:00:00',NULL),(8323,1539,12,'Device ba80','2012-07-28 03:00:00',NULL),(8324,1539,9,'N10/ICH7 Family SATA IDE Controller','2012-07-28 03:00:00',NULL),(8325,1539,13,'N10/ICH7 Family SATA IDE Controller'>,'2012-07-28 03:00:00',NULL),(8326,1539,14,'01','2012-07-28 03:00:00',NULL),(8327,1539,15,'IDE interface','2012-07-28 03:00:00',NULL),(8328,1539,16,'Super Micro Computer Inc','2012-07-28 03:00:00',NULL),(8329,1539,17,'Intel Corporation','2012-07-28 03:00:00',NULL),(8330,1539,10,'0000:00:1f.2','2012-07-28 03:00:00',NULL),(8331,1540,12,'Device ba80',>'2012-07-28 03:00:00',NULL),(8332,1540,9,'N10/ICH 7 Family USB UHCI Controller #1','2012-07-28 03:00:00',NULL),(8333,1540,13,'N10/ICH 7 Family USB UHCI Controller #1','2012-07-28 03:00:00',NULL),(8334,1540,14,'01','2012-07-28 03:00:00',NULL),(8335,1540,15,'USB Controller','2012-07-28 03:00:00',NULL),(8336,1540,10,'0000:00:1d.0','2012-07-28 03:00:00',NULL),(8337,1540,16,'Super Micro Computer Inc','2012-07-28 03:00:00',NULL),(8338,1540,17,'Intel Corporation','2012-07-28 03:00:00',NULL),(8339,1541,12,'Device ba80','2012-07-28 03:00:00',NULL),(8340,1541,9,'N10/ICH 7 Family USB UHCI Controller #4','2012-07-28 03:00:00',NULL),(8341,1541,13,'N10/ICH 7 Family USB UHCI Controller #4','2012-07-28 03:00:00',NULL),(8342,1541,14,'01','2012-07-28 03:00:00',NULL),(8343,1541,15,'USB Controller','2012-07-28 03:00:00',NULL),(8344,1541,10,'0000:00:1d.3','2012-07-28 03:00:00',NULL),(8345,1541,16,'Super Micro Computer Inc','2012-07-28 03:00:00',NULL),(8346,1541,17,'Intel Corporation','2012-07-28 03:00:00',NULL);
/*!40000 ALTER TABLE `attributes_devices` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `device_aliases`
--

DROP TABLE IF EXISTS `device_aliases`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `device_aliases` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `name` varchar(64) default NULL COMMENT 'short name for display',
  `device_id` int(10) unsigned NOT NULL,
  `notes` text COMMENT 'Any notes you want',
  `created` datetime default NULL,
  `removed` datetime default NULL COMMENT 'Date removed',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=121 DEFAULT CHARSET=latin1 COMMENT='aliases for users, devices, sites';
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `device_aliases`
--

LOCK TABLES `device_aliases` WRITE;
/*!40000 ALTER TABLE `device_aliases` DISABLE KEYS */;
INSERT INTO `device_aliases` VALUES (1,'deepthought',4,NULL,'2007-09-21 03:27:00',NULL),(2,'heartofgold',6,NULL,'2007-09-28 16:30:00',NULL),(3,'mal',12,NULL,'2007-11-20 22:00:00',NULL),(4,'serenity',17,NULL,'2007-09-21 19:10:00',NULL),(5,'tully',19,NULL,R="#BC8F8F">'2007-09-28 21:42:00',NULL),(6,'tully.chanur.dailydatainc.com',19,NULL,'2007-11-21 06:25:00',NULL),(7,'backup.heads-up.com',21,NULL,'2007-09-22 21:27:00',NULL),(8,'hut-xen',23,NULL,'2007-09-22 15:13:00',NULL),(9,'hut-xen-fs',22,NULL,'2007-09-22 17:00:00',NULL),(10,'service1',24,NULL,'2007-09-22 13:28:00',NULL),(11,'christopher.lbcpa.com',25,NULL,'2007-09-22 21:46:00',NULL),(12,'ncfserver',27,NULL,'2008-01-22 15:55:00',NULL),(13,'da-vinci.vanduzen.com',28,NULL,'2008-10-18 02:07:00',NULL),(14,'bbcc',30,NULL,'2007-09-24 15:42:00',NULL),(15,'dailydata',31,NULL,'2007-11-20 06:25:00'>,NULL),(16,'topaz',37,NULL,'2007-09-24 15:40:00',NULL),(17,'candc.dailydata.net',38,NULL,'2008-11-06 03:00:00',NULL),(18,'server.alphagraphics.com',1,NULL,'2009-06-18 20:01:02',NULL),(19,'asterisk1.local',2,NULL,'2009-06-18 20:01:02',NULL),(20,'bluesun.dailydata.net',3,NULL,'2009-06-18 20:01:02',ONT COLOR="#A020F0">NULL),(21,'deepthought.dailydata.net',4,NULL,'2009-06-18 20:01:02',NULL),(22,'defiant.dailydata.net',5,NULL,'2009-06-18 20:01:02',NULL),(23,'heartofgold.dailydata.net',6,NULL,'2009-06-18 20:01:02',NULL),(24,'jayne.dailydata.net',7,NULL,'2009-06-18 20:01:02',NULL),(25,'jik.dailydata.net',8,NULL,'2009-06-18 20:01:02'ONT>,NULL),(26,'kaylee',9,NULL,'2009-06-18 20:01:02',NULL),(27,'knn',10,NULL,'2009-06-18 20:01:02',NULL),(28,'mailgate.dailydata.net',11,NULL,'2009-06-18 20:01:02',NULL),(29,'mal.dailydata.net',12,NULL,'2009-06-18 20:01:02',NULL),(30,'marvin.dailydata.net',13,NULL,'2009-06-18 20:01:02',OR="#A020F0">NULL),(31,'ns.dailydatainc.com',14,NULL,'2009-06-18 20:01:02',NULL),(32,'pyanfar.dailydata.net',15,NULL,'2009-06-18 20:01:02',NULL),(33,'saffron',16,NULL,'2009-06-18 20:01:02',NULL),(34,'serenity.dailydata.net',17,NULL,'2009-06-18 20:01:02',NULL),(35,'stargazer.dailydata.net',18,NULL,'2009-06-18 20:01:02', COLOR="#A020F0">NULL),(36,'tully.dailydata.net',19,NULL,'2009-06-18 20:01:02',NULL),(37,'zoe.dailydata.net',20,NULL,'2009-06-18 20:01:02',NULL),(38,'backup.heads-up.local',21,NULL,'2009-06-18 20:01:02',NULL),(39,'hut-xen-fs.heads-up.local',22,NULL,'2009-06-18 20:01:02',NULL),(40,'hut-xen.heads-up.local',23,NULL,'2009-06-18 20:01:02'NT>,NULL),(41,'service1.heads-up.local',24,NULL,'2009-06-18 20:01:02',NULL),(42,'christopher.loribryantcpa.local',25,NULL,'2009-06-18 20:01:02',NULL),(43,'house.loribryantcpa.local',26,NULL,'2009-06-18 20:01:02',NULL),(44,'ncfserver.newcapitalfunding.com',27,NULL,'2009-06-18 20:01:02',NULL),(45,'da-vinci.sculptcad.com',28,NULL,NT COLOR="#BC8F8F">'2009-06-18 20:01:02',NULL),(46,'server.walderiplaw.com',29,NULL,'2009-06-18 20:01:02',NULL),(47,'bbcc.watters.com',30,NULL,'2009-06-18 20:01:02',NULL),(48,'dailydata.watters.com',31,NULL,'2009-06-18 20:01:02',NULL),(49,'froggy.watters.com',32,NULL,'2009-06-18 20:01:02',NULL),(50,'newt.watters.com',33,NULL,<B>'2009-06-18 20:01:02',NULL),(51,'ns.watters.com',34,NULL,'2009-06-18 20:01:02',NULL),(52,'pond.watters.com',35,NULL,'2009-06-18 20:01:02',NULL),(53,'toad.watters.com',36,NULL,'2009-06-18 20:01:02',NULL),(54,'topaz.watters.com',37,NULL,'2009-06-18 20:01:02',NULL),(55,'server.walderiplaw.com',29,NULL,<FONT COLOR="#BC8F8F">'2007-10-18 13:52:00',NULL),(56,'server.walderiplaw.com',29,NULL,'2008-12-20 03:00:00',NULL),(57,'bc',38,NULL,'2008-05-28 16:40:00',NULL),(58,'da_vinci.sculptcad.com',28,NULL,'2008-08-06 00:00:00',NULL),(59,'jayne.dailydata.net',7,NULL,'2009-06-25 03:00:00',NULL),(60,'river.dailydata.net',14,NULL,COLOR="#BC8F8F">'2009-07-11 01:34:15',NULL),(61,'river.dailydata.net',14,NULL,'2009-06-25 03:00:00',NULL),(62,'jack.dailydata.net',4,NULL,'2009-07-11 03:00:00',NULL),(63,'tardis.dailydata.net',896,NULL,'2009-07-23 13:56:36',NULL),(64,'xen.skypathsystems.com',929,NULL,'2009-07-24 10:55:04',NULL),(65,'dallas.skypathsystems.com',952,NULLONT>,'2009-08-09 13:37:26',NULL),(66,'ioh.inheritanceofhope.org',847,NULL,'2009-10-15 13:01:49',NULL),(67,'k9.dailydata.net',975,NULL,'2009-10-15 13:01:49',NULL),(68,'www.transformationalventures.com',998,NULL,'2009-10-15 13:01:49',NULL),(69,'simon.dailydata.net',999,NULL,'2009-11-05 20:31:31',NULL),(70,'martha.dailydata.net',1000,>NULL,'2009-11-07 08:49:39',NULL),(71,'dd_app_05.dailydata.net',1001,NULL,'2009-11-22 15:21:44',NULL),(72,'dd_app_06.dailydata.net',1010,NULL,'2009-12-15 15:50:27',NULL),(73,'dd-app-07.dailydata.net',1031,NULL,'2010-01-07 11:08:41',NULL),(74,'dd_app_04.dailydata.net',849,NULL,'2010-01-30 03:00:00',NULL),(75,'hut-cheese.heads-up.local',851,NULL,'2010-01-30 14:15:00',NULL),(76,'rose.dailydata.net',1030,NULL,'2010-01-30 14:15:00',NULL),(77,'sarahjane.dailydata.net',1103,NULL,'2010-01-30 14:15:00',NULL),(78,'dd_app_04.dailydata.net',38,NULL,'2010-01-30 03:00:00',NULL),(79,'candc.dailydata.net',38,NULL,'2010-02-03 00:00:00','0000-00-00 00:00:00'</B>),(80,'dd-app08.dailydata.net',1137,NULL,'2010-07-15 13:00:46',NULL),(81,'leora.dailydata.net',1138,NULL,'2010-07-15 13:00:46',NULL),(82,'dd-app-011.dailydata.net',1170,NULL,'2010-07-15 13:07:21',NULL),(83,'concentrator.commissaryexpress.local',1187,NULL,'2010-07-16 03:00:00',NULL),(84,'concentrator.commissaryexpress.com',1187,NULL,'2010-07-17 13:28:56',NULL),(85,'wipl-xen.walderiplaw.local',1192,NULL,'2010-10-26 17:28:34',NULL),(86,'wipl-server.walderiplaw.com',1218,NULL,'2010-10-27 12:24:19',NULL),(87,'dd_app_006.dailydata.net',1010,NULL,'2010-10-28 03:00:00',NULL),(88,'monitor.dailydata.net',1219,NULL,'2010-10-29 15:51:09',NULL),(89,'topaz.watters.com',37,NULL,'2010-12-25 03:00:00',NULL),(90,'backup.watters.com',1220,NULL,'2011-01-11 14:24:45',NULL),(91,'dd-app-014.dailydata.net',1229,NULL,'2011-01-15 12:35:04',NULL),(92,'fileserver.roomesurveying.local',1246,NULL,'2011-01-16 14:46:44',NULL),(93,'mail.watters.com',32,NULL,'2011-01-21 03:00:00',NULL),(94,'roome-xen.roomesurveying.local',1247,ONT COLOR="#A020F0">NULL,'2011-01-22 16:49:14',NULL),(95,'backup.alteel.com',1031,NULL,'2011-02-11 12:27:24',NULL),(96,'charlie.commissaryexpress.com',1187,NULL,'2011-02-11 12:37:46',NULL),(97,'rory.dailydata.net',1270,NULL,'2011-05-03 22:51:55',NULL),(98,'server.alphagraphics.local',1272,NULL,'2011-05-06 17:45:04',NULL),(99,'alphagraphics-xen.alphagraphics.local',1273,NULL,'2011-08-12 13:21:14',NULL),(100,'amy.dailydata.net',1298,NULL,'2011-10-01 15:13:54',NULL),(101,'dd-007.dailydata.local',1300,NULL,'2011-11-10 12:54:25',NULL),(102,'fileserver.corliss.local',1299,NULL,'2011-11-10 12:54:25',NULL),(103,'calais-xen.calais.local',1318,NULL,'2011-11-23 15:47:51',NULLT>),(104,'fileserver.calais.local',1319,NULL,'2011-11-23 15:47:51',NULL),(105,'nemesis.dailydata.net',1337,NULL,'2012-02-27 20:39:08',NULL),(106,'narada.dailydata.net',1368,NULL,'2012-03-19 13:21:48',NULL),(107,'vizzini.dailydata.net',1369,NULL,'2012-03-19 13:21:48',NULL),(108,'dd-app-017.dailydata.net',1398,NULL,'2012-03-31 13:46:29'>,NULL),(109,'domenica.rodolico.local',1399,NULL,'2012-03-31 13:46:29',NULL),(110,'dd-app-018.dailydata.net',1415,NULL,'2012-04-02 16:16:38',NULL),(111,'dd-app-006.dailydata.net',1010,NULL,'2012-04-16 12:23:51',NULL),(112,'dd-app-007.dailydata.net',1031,NULL,'2012-04-16 12:23:51',NULL),(113,'dd-app-008.dailydata.net',1137,NULL,OLOR="#BC8F8F">'2012-04-16 12:23:51',NULL),(114,'backup.staffmasters.local',1431,NULL,'2012-04-16 12:23:51',NULL),(115,'leora.dailydata.net',1434,NULL,'2012-04-23 23:57:27',NULL),(116,'leora.dailydata.net',1434,NULL,'2012-04-24 03:00:00',NULL),(117,'backup.lakewoodtitlellc.local',1449,NULL,'2012-04-24 13:06:20',NULL),(118,'leora.dailydata.net',1434,R="#A020F0">NULL,'2012-04-24 03:00:00',NULL),(119,'leora.rodolico.org',1138,NULL,'2012-05-04 13:52:34',NULL),(120,'bbcc2.watters.com',1450,NULL,'2012-07-22 13:28:10',NULL);
/*!40000 ALTER TABLE `device_aliases` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `device_types`
--

DROP TABLE IF EXISTS `device_types`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `device_types` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `name` varchar(64) default NULL COMMENT 'short name for display',
  `system` tinyint(1) default NULL COMMENT 'If true (1) this is a system. Set to 0 for printers, etc...',
  `notes` text COMMENT 'Any notes you want',
  `created` datetime default NULL,
  `removed` datetime default NULL COMMENT 'Date removed',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1 COMMENT='holds types of devices, such as computer, router, etc...';
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `device_types`
--

LOCK TABLES `device_types` WRITE;
/*!40000 ALTER TABLE `device_types` DISABLE KEYS */;
INSERT INTO `device_types` VALUES (1,'Computer',1,NULL,'2009-06-18 01:51:36',NULL),(2,'Virtual',1,NULL,'2009-06-18 01:51:36',NULL),(3,'Router',1,NULL,'2009-06-18 01:51:36',NULL),(4,'Switch',1,NULL,'2009-06-18 01:51:36',NULL),(5,'Network Printer',1,NULL,="#BC8F8F">'2009-06-18 01:51:36',NULL),(6,'PCI Card',0,NULL,'2009-06-18 01:51:36',NULL),(7,'Periphial',0,NULL,'2009-06-18 01:51:36',NULL),(8,'Server, Standalone',1,NULL,'2007-09-21 03:27:00',NULL),(9,'Workstation',1,NULL,'2008-11-03 21:51:38',NULL),(10,'Network Attached Storage',1,NULL,'2008-11-03 21:58:26',NULL),(11,'Printer',1,NULL,'2008-11-04 03:10:53',NULL);
/*!40000 ALTER TABLE `device_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `devices`
--

DROP TABLE IF EXISTS `devices`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `devices` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `name` varchar(64) default NULL COMMENT 'short name for display',
  `parent_id` int(10) unsigned default NULL,
  `device_type_id` int(10) unsigned NOT NULL,
  `site_id` int(10) unsigned NOT NULL,
  `owner_id` int(10) unsigned NOT NULL,
  `notes` text COMMENT 'Any notes you want',
  `created` datetime default NULL,
  `removed` datetime default NULL COMMENT 'Date removed',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1542 DEFAULT CHARSET=latin1 COMMENT='holds computers, cards that make them up, etc...';
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `devices`
--

LOCK TABLES `devices` WRITE;
/*!40000 ALTER TABLE `devices` DISABLE KEYS */;
INSERT INTO `devices` VALUES (1,'server.alphagraphics.com',NULL,1,1,1,'','2007-10-24 14:21:00','2011-05-02 00:00:00'),(303,'09.0 - PCI bridge',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(304,'00.0 - Ethernet controller',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(305,'02.0 - USB Controller',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(306,'v1.x-unk - 0c.0 PCI bridge',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(307,'v1.x-unk - 0e.0 PCI bridge',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(308,'00.0 - VGA compatible controller',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(309,'01.1 - SMBus',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(310,ONT COLOR="#BC8F8F">'v1.x-unk - 0d.0 PCI bridge',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(311,'01.0 - ISA bridge',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(312,'02.1 - USB Controller',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(313,'00.0 - Memory controller',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(314,'00.1 - Display controller',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(315,'06.0 - RAID bus controller',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(316,'06.0 - IDE interface',1,6,1,1,NULL,'2007-10-24 14:21:00','2008-10-25 06:29:00'),(548,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Ad',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(549,'v1.x-unk - nVidia Corporation CK804 PCIE Bridge (rev a3)',1,6,1,1,NULL,<FONT COLOR="#BC8F8F">'2008-10-25 06:29:00','2008-12-26 03:00:00'),(550,'v1.x-unk - ATI Technologies Inc RV370 [Radeon X300SE]',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(551,'v1.x-unk - nVidia Corporation CK804 SMBus (rev a2)',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(552,'v1.x-unk - nVidia Corporation CK804 ISA Bridge (rev a3)',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(553,'v1.x-unk - nVidia Corporation CK804 Memory Controller (rev a3)',1,6,1,1, COLOR="#A020F0">NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(554,'v1.x-unk - ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(555,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mi',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(556,'v1.x-unk - nVidia Corporation CK804 PCI Bridge (rev a2)',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(557,'v1.x-unk - nVidia Corporation CK804 USB Controller (rev a2)',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(558,'v1.x-unk - nVidia Corporation CK804 PCIE Bridge (rev a3)',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(559,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DR',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(560,'v1.x-unk - 3ware Inc 9xxx-series SATA-RAID',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(561,'v1.x-unk - Broadcom Corporation NetXtreme BCM5751 Gigabit Ethern',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(562,'v1.x-unk - nVidia Corporation CK804 PCIE Bridge (rev a3)',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(563,'v1.x-unk - nVidia Corporation CK804 USB Controller (rev a3)',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(564,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hy',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(565,'v1.x-unk - nVidia Corporation CK804 IDE (rev f2)',1,6,1,1,NULL,'2008-10-25 06:29:00','2008-12-26 03:00:00'),(729,'Unknown - RV370 [Radeon X300SE]',1,6,1,1,NULL,'2008-12-26 03:00:00','2009-04-25 03:00:00'),(811,'0000:00:06.0 - CK804 IDE',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(812,'0000:00:18.0 - K8 [Athlon64/Opteron] HyperTransport Technology C',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(813, COLOR="#BC8F8F">'0000:00:01.1 - CK804 SMBus',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(814,'0000:00:09.0 - CK804 PCI Bridge',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(815,'0000:00:0d.0 - CK804 PCIE Bridge',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(816,'0000:00:01.0 - CK804 ISA Bridge',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(817,'0000:04:00.0 - RV370 5B60 [Radeon X300 (PCIE)]',1,6,1,1,NULL,ONT COLOR="#BC8F8F">'2009-04-25 03:00:00',NULL),(818,'0000:00:18.1 - K8 [Athlon64/Opteron] Address Map',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(819,'0000:01:06.0 - 9xxx-series SATA-RAID',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(820,'0000:00:18.3 - K8 [Athlon64/Opteron] Miscellaneous Control',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(821,'0000:00:0c.0 - CK804 PCIE Bridge',1,6,1,1,NULL,'2009-04-25 03:00:00',>NULL),(822,'0000:00:02.0 - CK804 USB Controller',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(823,'0000:00:00.0 - CK804 Memory Controller',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(824,'0000:04:00.1 - RV370 [Radeon X300SE]',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(825,'0000:00:0e.0 - CK804 PCIE Bridge',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(826,'0000:00:18.2 - K8 [Athlon64/Opteron] DRAM Controller'</B>,1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(827,'0000:02:00.0 - NetXtreme BCM5751 Gigabit Ethernet PCI Express',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(828,'0000:00:02.1 - CK804 USB Controller',1,6,1,1,NULL,'2009-04-25 03:00:00',NULL),(1272,'server.alphagraphics.local',1273,2,1,1,'ssh alphagraphics<br />ssh server #10.0.1.90','2011-05-03 03:00:00',NULL),(1273,'alphagraphics-xen.alphagraphics.local',NULL>,1,1,1,'ssh alphagraphics','2011-05-03 03:00:00',NULL),(1274,'0000:00:14.3 - SB700/SB800 LPC host controller',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1275,'0000:00:13.0 - SB700/SB800 USB OHCI0 Controller',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1276,'0000:00:18.4 - Family 10h Processor Link Control',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1277,'0000:03:06.0 - MV88SX6081 8-port SATA II PCI-X Controller',1273,6,1,1,OLOR="#A020F0">NULL,'2011-05-03 03:00:00',NULL),(1278,'0000:02:00.0 - 82574L Gigabit Network Connection',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1279,'0000:01:05.0 - RS880 [Radeon HD 4200]',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1280,'0000:00:09.0 - RS780 PCI to PCI bridge (PCIE port 4)',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1281,'0000:00:14.4 - SBx00 PCI to PCI Bridge',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1282,'0000:00:18.2 - Family 10h Processor DRAM Controller',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1283,'0000:00:14.0 - SBx00 SMBus Controller',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1284,'0000:00:12.1 - SB700 USB OHCI1 Controller',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1285,'0000:00:13.2 - SB700/SB800 USB EHCI Controller',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULLFONT>),(1286,'0000:00:12.0 - SB700/SB800 USB OHCI0 Controller',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1287,'0000:00:12.2 - SB700/SB800 USB EHCI Controller',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1288,'0000:00:18.0 - Family 10h Processor HyperTransport Configuration',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1289,'0000:00:18.1 - Family 10h Processor Address Map',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1290,="#BC8F8F">'0000:00:13.1 - SB700 USB OHCI1 Controller',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1291,'0000:00:14.1 - SB700/SB800 IDE Controller',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1292,'0000:00:14.5 - SB700/SB800 USB OHCI2 Controller',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1293,'0000:00:00.0 - RS880 Host Bridge',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1294,'0000:01:05.1 - RS880 Audio Device [Radeon HD 4200]',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1295,'0000:00:18.3 - Family 10h Processor Miscellaneous Control',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(1296,'0000:00:01.0 - RS880 PCI to PCI bridge (int gfx)',1273,6,1,1,NULL,'2011-05-03 03:00:00',NULL),(849,'candc.candcdirectional.com',NULL,1,12,2,'','2008-05-31 00:00:00','2012-04-15 00:00:00'),(1029,'office_assistant',NULL,1,12,2,'Deanna\'s Computer','2009-11-30 00:00:00','2012-04-15 00:00:00'),(519,'v1.x-unk - Intel Corporation 82801AA SMBus (rev 02)',38,6,2,3,NULL,'2008-05-28 17:04:00','2008-12-26 03:00:00'),(520,'v1.x-unk - Intel Corporation 82801AA ISA Bridge (LPC) (rev 02)',38,6,2,3,NULL,'2008-05-28 17:04:00','2008-12-26 03:00:00'),(521,'v1.x-unk - Ensoniq ES1371 [AudioPCI-97] (rev 06)',38,6,2,3,NULL,'2008-05-28 17:04:00','2008-12-26 03:00:00'),(522,'v1.x-unk - Intel Corporation 82801AA PCI Bridge (rev 02)',38,6,2,3,NULL,'2008-05-28 17:04:00','2008-12-26 03:00:00'),(523,'v1.x-unk - 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)',38,6,2,3,NULL,'2008-05-28 17:04:00','2008-12-26 03:00:00'),(524,'v1.x-unk - Intel Corporation 82810E DC-133 CGC [Chipset Graphics',38,6,2,3,NULL,'2008-05-28 17:04:00','2008-12-26 03:00:00'),(525,'v1.x-unk - Intel Corporation 82801AA IDE (rev 02)',38,6,2,3,NULL,'2008-05-28 17:04:00','2008-12-26 03:00:00'T>),(526,'v1.x-unk - Intel Corporation 82810E DC-133 GMCH [Graphics Memory',38,6,2,3,NULL,'2008-05-28 17:04:00','2008-12-26 03:00:00'),(527,'v1.x-unk - Intel Corporation 82801AA USB (rev 02)',38,6,2,3,NULL,'2008-05-28 17:04:00','2008-12-26 03:00:00'),(830,'Unknown - 3c905C-TX/TX-M [Tornado]',38,6,2,3,NULL,'2008-12-26 03:00:00','2009-07-17 03:00:00'),(919,'0000:00:1f.0 - 82801AA ISA Bridge (LPC)',38,6,2,3,NULL,'2009-07-17 03:00:00',NULL),(920,'0000:01:0c.0 - 3c905C-TX/TX-M [Tornado]',38,6,2,3,NULL,'2009-07-17 03:00:00',NULL),(921,'0000:00:1f.3 - 82801AA SMBus Controller',38,6,2,3,NULL,'2009-07-17 03:00:00',NULL),(922,'0000:00:1e.0 - 82801AA PCI Bridge',38,6,2,3,NULL,'2009-07-17 03:00:00',NULL),(923,'0000:00:1f.2 - 82801AA USB Controller',38,6,2,3,NULL,'2009-07-17 03:00:00',NULL),(924,'0000:00:00.0 - 82810E DC-133 (GMCH) Graphics Memory Controller H'T>,38,6,2,3,NULL,'2009-07-17 03:00:00',NULL),(925,'0000:01:07.0 - ES1371 [AudioPCI-97]',38,6,2,3,NULL,'2009-07-17 03:00:00',NULL),(926,'0000:00:1f.1 - 82801AA IDE Controller',38,6,2,3,NULL,'2009-07-17 03:00:00',NULL),(927,'0000:00:01.0 - 82810E DC-133 (CGC) Chipset Graphics Controller',38,6,2,3,NULL,'2009-07-17 03:00:00',NULL),(1011,'0000:00:1b.0 - 82801G (ICH7 Family) High Definition Audio Contro',1010,6,2,3,NULL</FONT>,'2009-11-21 03:00:00',NULL),(1012,'0000:00:1f.0 - 82801GB/GR (ICH7 Family) LPC Interface Bridge',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1013,'0000:00:1d.7 - 82801G (ICH7 Family) USB2 EHCI Controller',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1014,'0000:00:1c.1 - 82801G (ICH7 Family) PCI Express Port 2',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1015,'0000:02:00.0 - RTL8101E/RTL8102E PCI Express Fast Ethernet contr',1010,6,2,3,NULLFONT>,'2009-11-21 03:00:00',NULL),(1016,'0000:00:02.0 - 82945G/GZ Integrated Graphics Controller',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1017,'0000:00:1f.3 - 82801G (ICH7 Family) SMBus Controller',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1018,'0000:00:1d.0 - 82801G (ICH7 Family) USB UHCI Controller #1',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1019,'0000:00:1e.0 - 82801 PCI Bridge',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1020,'0000:00:1f.2 - 82801GB/GR/GH (ICH7 Family) SATA IDE Controller',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1021,'0000:00:00.0 - 82945G/GZ/P/PL Memory Controller Hub',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1022,'0000:00:1d.3 - 82801G (ICH7 Family) USB UHCI Controller #4',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1023,'0000:00:1c.0 - 82801G (ICH7 Family) PCI Express Port 1',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1024,'0000:00:1f.1 - 82801G (ICH7 Family) IDE Controller',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1025,'0000:00:1d.1 - 82801G (ICH7 Family) USB UHCI Controller #2',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1026,'0000:00:1d.2 - 82801G (ICH7 Family) USB UHCI Controller #3',1010,6,2,3,NULL,'2009-11-21 03:00:00',NULL),(1032,'0000:00:1b.0 - 82801G (ICH7 Family) High Definition Audio Contro',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1033,'0000:00:1f.0 - 82801GB/GR (ICH7 Family) LPC Interface Bridge',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1034,'0000:00:1d.7 - 82801G (ICH7 Family) USB2 EHCI Controller',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1035,'0000:00:1c.1 - 82801G (ICH7 Family) PCI Express Port 2',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1036,'0000:02:00.0 - RTL8101E/RTL8102E PCI Express Fast Ethernet contr',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1037,'0000:00:02.0 - 82945G/GZ Integrated Graphics Controller',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1038,'0000:00:1f.3 - 82801G (ICH7 Family) SMBus Controller',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1039,'0000:00:1d.0 - 82801G (ICH7 Family) USB UHCI Controller #1',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1040,'0000:00:1e.0 - 82801 PCI Bridge',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1041,'0000:00:1f.2 - 82801GB/GR/GH (ICH7 Family) SATA IDE Controller',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1042,'0000:00:00.0 - 82945G/GZ/P/PL Memory Controller Hub',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1043,'0000:00:1d.3 - 82801G (ICH7 Family) USB UHCI Controller #4',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1044,'0000:00:1c.0 - 82801G (ICH7 Family) PCI Express Port 1',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1045,'0000:00:1f.1 - 82801G (ICH7 Family) IDE Controller',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1046,'0000:00:1d.1 - 82801G (ICH7 Family) USB UHCI Controller #2',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1047,'0000:00:1d.2 - 82801G (ICH7 Family) USB UHCI Controller #3',1031,6,2,3,NULL,'2009-12-15 03:00:00',NULL),(1139,'0000:00:1b.0 - 82801G (ICH7 Family) High Definition Audio Contro',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1140,'0000:00:1f.0 - 82801GB/GR (ICH7 Family) LPC Interface Bridge',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1141,'0000:00:1d.7 - 82801G (ICH7 Family) USB2 EHCI Controller',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1142,'0000:00:1c.1 - 82801G (ICH7 Family) PCI Express Port 2',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1143,'0000:02:00.0 - RTL8101E/RTL8102E PCI Express Fast Ethernet contr',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1144,'0000:00:02.0 - 82945G/GZ Integrated Graphics Controller',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1145,'0000:00:1f.3 - 82801G (ICH7 Family) SMBus Controller',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1146,'0000:00:1d.0 - 82801G (ICH7 Family) USB UHCI Controller #1',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1147,'0000:00:1e.0 - 82801 PCI Bridge',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1148,'0000:00:1f.2 - 82801GB/GR/GH (ICH7 Family) SATA IDE Controller',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1149,'0000:00:00.0 - 82945G/GZ/P/PL Memory Controller Hub',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1150,'0000:00:1d.3 - 82801G (ICH7 Family) USB UHCI Controller #4',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1151,'0000:00:1c.0 - 82801G (ICH7 Family) PCI Express Port 1',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1152,'0000:00:1f.1 - 82801G (ICH7 Family) IDE Controller',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1153,'0000:00:1d.1 - 82801G (ICH7 Family) USB UHCI Controller #2',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1154,'0000:00:1d.2 - 82801G (ICH7 Family) USB UHCI Controller #3',1137,6,2,3,NULL,'2010-05-04 03:00:00',NULL),(1171,'0000:00:1b.0 - 82801G (ICH7 Family) High Definition Audio Contro',1170,6,2,3,NULL,'2010-07-15 03:00:00','2012-07-07 03:00:00'),(1172,'0000:00:1f.0 - 82801GB/GR (ICH7 Family) LPC Interface Bridge',1170,6,2,3,NULL,'2010-07-15 03:00:00',NULL),(1173,'0000:00:1d.7 - 82801G (ICH7 Family) USB2 EHCI Controller',1170,6,2,3,NULL,'2010-07-15 03:00:00','2012-07-07 03:00:00'),(1174,'0000:00:1c.1 - 82801G (ICH7 Family) PCI Express Port 2',1170,6,2,3,NULL,'2010-07-15 03:00:00','2012-07-07 03:00:00'),(1175,'0000:02:00.0 - RTL8101E/RTL8102E PCI Express Fast Ethernet contr',1170,6,2,3,NULL,'2010-07-15 03:00:00',NULL),(1176,'0000:00:02.0 - 82945G/GZ Integrated Graphics Controller',1170,6,2,3,NULL,'2010-07-15 03:00:00',NULL),(1177,'0000:00:1f.3 - 82801G (ICH7 Family) SMBus Controller',1170,6,2,3,NULL,'2010-07-15 03:00:00','2012-07-07 03:00:00'),(1178,'0000:00:1d.0 - 82801G (ICH7 Family) USB UHCI Controller #1',1170,6,2,3,NULL,'2010-07-15 03:00:00','2012-07-07 03:00:00'),(1179,'0000:00:1e.0 - 82801 PCI Bridge',1170,6,2,3,NULL,'2010-07-15 03:00:00',NULL),(1180,'0000:00:1f.2 - 82801GB/GR/GH (ICH7 Family) SATA IDE Controller',1170,6,2,3,NULL,'2010-07-15 03:00:00','2012-07-07 03:00:00'),(1181,'0000:00:00.0 - 82945G/GZ/P/PL Memory Controller Hub',1170,6,2,3,NULL,'2010-07-15 03:00:00',NULL),(1182,'0000:00:1d.3 - 82801G (ICH7 Family) USB UHCI Controller #4',1170,6,2,3,NULL,'2010-07-15 03:00:00','2012-07-07 03:00:00'),(1183,'0000:00:1c.0 - 82801G (ICH7 Family) PCI Express Port 1',1170,6,2,3,NULL,'2010-07-15 03:00:00','2012-07-07 03:00:00'),(1184,'0000:00:1f.1 - 82801G (ICH7 Family) IDE Controller',1170,6,2,3,NULL,'2010-07-15 03:00:00',NULL),(1185,'0000:00:1d.1 - 82801G (ICH7 Family) USB UHCI Controller #2',1170,6,2,3,NULL,'2010-07-15 03:00:00','2012-07-07 03:00:00'),(1186,'0000:00:1d.2 - 82801G (ICH7 Family) USB UHCI Controller #3',1170,6,2,3,NULL,'2010-07-15 03:00:00','2012-07-07 03:00:00'),(1230,'0000:00:1b.0 - 82801G (ICH7 Family) High Definition Audio Contro',1229,6,2,3,NULL,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(1231,'0000:00:1f.0 - Device 27bc',1229,6,2,3,NULL,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(1232,'0000:00:1d.7 - 82801G (ICH7 Family) USB2 EHCI Controller',1229,6,2,3,NULL,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(1233,'0000:00:1c.1 - 82801G (ICH7 Family) PCI Express Port 2',1229,6,2,3,NULL,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(1234,'0000:02:00.0 - RTL8111/8168B PCI Express Gigabit Ethernet contro',1229,6,2,3,NULL,NT COLOR="#BC8F8F">'2011-01-10 03:00:00',NULL),(1235,'0000:00:02.0 - Device a001',1229,6,2,3,NULL,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(1236,'0000:00:1f.3 - 82801G (ICH7 Family) SMBus Controller',1229,6,2,3,NULL,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(1237,'0000:00:1d.0 - 82801G (ICH7 Family) USB UHCI Controller #1',1229,6,2,3,NULL,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(1238,'0000:00:1e.0 - 82801 Mobile PCI Bridge',1229,6,2,3,NULL,'2011-01-10 03:00:00',NULL),(1239,'0000:00:1f.2 - 82801GB/GR/GH (ICH7 Family) SATA IDE Controller',1229,6,2,3,NULL,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(1240,'0000:00:00.0 - Device a000',1229,6,2,3,NULL,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(1241,'0000:00:1d.3 - 82801G (ICH7 Family) USB UHCI Controller #4',1229,6,2,3,NULL,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(1242,'0000:00:1c.0 - 82801G (ICH7 Family) PCI Express Port 1',1229,6,2,3,NULL,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(1243,'0000:00:1d.1 - 82801G (ICH7 Family) USB UHCI Controller #2',1229,6,2,3,NULL,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(1244,'0000:00:1d.2 - 82801G (ICH7 Family) USB UHCI Controller #3',1229,6,2,3,NULL,'2011-01-10 03:00:00','2012-06-06 03:00:00'),(1338,'0000:00:14.3 - SB700/SB800 LPC host controller',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1339,'0000:00:13.0 - SB700/SB800 USB OHCI0 Controller',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1340,'0000:00:18.4 - Family 10h Processor Link Control',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1341,'0000:02:00.0 - 82574L Gigabit Network Connection',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1342,'0000:00:09.0 - RD890 PCI to PCI bridge (PCI express gpp port H)',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1343,'0000:00:14.4 - SBx00 PCI to PCI Bridge',1337,6,2,3,NULL,R="#BC8F8F">'2011-11-23 03:00:00',NULL),(1344,'0000:03:04.0 - MGA G200eW WPCM450',1337,6,2,3,NULL,'2011-11-23 03:00:00','2011-12-03 03:00:00'),(1345,'0000:00:18.2 - Family 10h Processor DRAM Controller',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1346,'0000:00:14.0 - SBx00 SMBus Controller',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1347,'0000:00:12.1 - SB700 USB OHCI1 Controller',1337,6,2,3,NULL,'2011-11-23 03:00:00',LOR="#A020F0">NULL),(1348,'0000:00:13.2 - SB700/SB800 USB EHCI Controller',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1349,'0000:00:12.0 - SB700/SB800 USB OHCI0 Controller',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1350,'0000:00:11.0 - SB700/SB800 SATA Controller [AHCI mode]',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1351,'0000:00:12.2 - SB700/SB800 USB EHCI Controller',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1352,ONT COLOR="#BC8F8F">'0000:00:18.0 - Family 10h Processor HyperTransport Configuration',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1353,'0000:00:18.1 - Family 10h Processor Address Map',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1354,'0000:00:13.1 - SB700 USB OHCI1 Controller',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1355,'0000:00:14.5 - SB700/SB800 USB OHCI2 Controller',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1356,'0000:00:00.0 - RD890 PCI to PCI bridge (external gfx0 port A)',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1357,'0000:00:18.3 - Family 10h Processor Miscellaneous Control',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1358,'0000:00:0a.0 - RD890 PCI to PCI bridge (external gfx1 port A)',1337,6,2,3,NULL,'2011-11-23 03:00:00',NULL),(1359,'0000:01:00.0 - 82574L Gigabit Network Connection',1337,6,2,3,NULL,'2011-11-23 03:00:00','2011-12-03 03:00:00'),(1360,'0000:03:03.0 - MV88SX6081 8-port SATA II PCI-X Controller',1337,6,2,3,NULL,'2011-11-26 03:00:00','2011-12-03 03:00:00'),(1361,'0000:03:00.0 - 82574L Gigabit Network Connection',1337,6,2,3,NULL,'2011-12-03 03:00:00',NULL),(1362,'0000:00:04.0 - RD890 PCI to PCI bridge (PCI express gpp port D)',1337,6,2,3,NULL,'2011-12-03 03:00:00',NULL),(1363,'0000:04:04.0 - MGA G200eW WPCM450',1337,6,2,3,NULL,'2011-12-03 03:00:00',NULL),(1364,'0000:01:00.0 - SiI 3132 Serial ATA Raid II Controller',1337,6,2,3,NULL,'2011-12-03 03:00:00',NULL),(1400,'0000:00:1b.0 - N10/ICH 7 Family High Definition Audio Controller',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1401,'0000:00:1f.0 - NM10 Family LPC Controller',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1402,'0000:00:1d.7 - N10/ICH 7 Family USB2 EHCI Controller',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1403,'0000:00:1c.1 - N10/ICH 7 Family PCI Express Port 2',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1404,'0000:02:00.0 - RTL8111/8168B PCI Express Gigabit Ethernet contro',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1405,'0000:00:02.0 - N10 Family Integrated Graphics Controller',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1406,'0000:00:1f.3 - N10/ICH 7 Family SMBus Controller',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1407,'0000:00:1d.0 - N10/ICH 7 Family USB UHCI Controller #1'>,1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1408,'0000:00:1e.0 - 82801 Mobile PCI Bridge',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1409,'0000:00:1f.2 - N10/ICH7 Family SATA IDE Controller',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1410,'0000:00:00.0 - N10 Family DMI Bridge',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1411,'0000:00:1d.3 - N10/ICH 7 Family USB UHCI Controller #4',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1412,'0000:00:1c.0 - N10/ICH 7 Family PCI Express Port 1',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1413,'0000:00:1d.1 - N10/ICH 7 Family USB UHCI Controller #2',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1414,'0000:00:1d.2 - N10/ICH 7 Family USB UHCI Controller #3',1398,6,2,3,NULL,'2012-03-19 03:00:00',NULL),(1416,'0000:00:1b.0 - N10/ICH 7 Family High Definition Audio Controller',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1417,'0000:00:1f.0 - NM10 Family LPC Controller',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1418,'0000:00:1d.7 - N10/ICH 7 Family USB2 EHCI Controller',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1419,'0000:00:1c.1 - N10/ICH 7 Family PCI Express Port 2',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1420,'0000:02:00.0 - RTL8111/8168B PCI Express Gigabit Ethernet contro',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1421,'0000:00:02.0 - N10 Family Integrated Graphics Controller',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1422,'0000:00:1f.3 - N10/ICH 7 Family SMBus Controller',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1423,'0000:00:1d.0 - N10/ICH 7 Family USB UHCI Controller #1',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1424,'0000:00:1e.0 - 82801 Mobile PCI Bridge',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1425,'0000:00:1f.2 - N10/ICH7 Family SATA IDE Controller',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1426,'0000:00:00.0 - N10 Family DMI Bridge',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1427,'0000:00:1d.3 - N10/ICH 7 Family USB UHCI Controller #4',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1428,'0000:00:1c.0 - N10/ICH 7 Family PCI Express Port 1',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1429,'0000:00:1d.1 - N10/ICH 7 Family USB UHCI Controller #2',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1430,'0000:00:1d.2 - N10/ICH 7 Family USB UHCI Controller #3',1415,6,2,3,NULL,'2012-03-30 03:00:00',NULL),(1435,'0000:00:1f.0 - 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge',1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(1436,'0000:00:1d.7 - 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller',1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(1437,'0000:00:02.0 - 82865G Integrated Graphics Controller',1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(1438,'0000:01:0c.0 - 82540EM Gigabit Ethernet Controller',1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(1439,'0000:00:1f.3 - 82801EB/ER (ICH5/ICH5R) SMBus Controller',1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(1440,'0000:00:1e.0 - 82801 PCI Bridge',1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(1441,'0000:00:1f.2 - 82801EB (ICH5) SATA Controller'>,1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(1442,'0000:00:1d.0 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1',1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(1443,'0000:00:00.0 - 82865G/PE/P DRAM Controller/Host-Hub Interface',1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(1444,'0000:00:1d.3 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4',1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(1445,'0000:00:1f.5 - 82801EB/ER (ICH5/ICH5R) AC\'97 Audio Controller',1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(1446,'0000:00:1f.1 - 82801EB/ER (ICH5/ICH5R) IDE Controller',1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(1447,'0000:00:1d.1 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2',1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(1448,'0000:00:1d.2 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3',1434,6,2,3,NULL,'2012-04-16 03:00:00',NULL),(2,'asterisk1.local',6,2,3,3,>'','2007-11-20 15:31:00','2009-03-01 00:00:00'),(3,'bluesun.dailydata.net',6,2,3,3,'','2008-11-07 03:00:00','2009-03-01 00:00:00'),(8,'jik.dailydata.net',NULL,1,3,3,'Rod\'s Laptop','2008-01-05 18:23:00',NULL),(9,'kaylee',NULL,1,3,3,'','2007-11-13 11:35:00','2009-03-01 00:00:00'),(10,'knn',NULL,1,3,3,NULL,'2007-12-02 07:35:00',NULL),(12,'mal.dailydata.net',NULL,9,3,3,'Rods Workstation','2008-11-19 03:00:00',NULL),(15,'pyanfar.dailydata.net',6,2,3,3,'','2008-11-07 03:00:00','2009-03-01 00:00:00'),(16,'saffron',NULL,9,3,3,'Cait\'s Workstation','2007-11-20 14:46:00',NULL),(19,'tully.dailydata.net',6,2,3,3,'','2008-04-08 06:26:00','2009-10-16 00:00:00'),(39,'00.0 - VGA compatible controller',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(40,'18.0 - Host bridge',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(41,'v1.x-unk - 0a.0 FireWire (IEEE 1394)',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(42,'06.0 - PCI bridge',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(43,'01.0 - PCI bridge'B>,4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(44,'v1.x-unk - 0b.0 USB Controller',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(45,'00.0 - Host bridge',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(46,'08.0 - Ethernet controller',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(47,'00.1 - USB Controller',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(48,'07.3 - Bridge',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(49,'07.0 - ISA bridge',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(50,'18.2 - Host bridge',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(51,'00.0 - USB Controller',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(52,'v1.x-unk - 0b.2 USB Controller',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(53,'03.0 - Ethernet controller',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(54,'07.0 - RAID bus controller',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(55,'18.1 - Host bridge',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(56,'07.1 - IDE interface',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(57,'v1.x-unk - 0b.1 USB Controller',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(58,'18.3 - Host bridge',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(59,'07.2 - SMBus',4,6,3,3,NULL,'2007-09-21 03:27:00','2008-03-30 07:00:00'),(60,'v1.x-unk - nVidia Corporation MCP55 PCI Express bridge (rev a3)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(61,'v1.x-unk - 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(62,'v1.x-unk - nVidia Corporation MCP55 PCI bridge (rev a2)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(63,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Ad',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(64,'v1.x-unk - nVidia Corporation MCP55 SMBus (rev a3)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(65,'v1.x-unk - XGI - Xabre Graphics Inc Volari Z7',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(66,'v1.x-unk - nVidia Corporation MCP55 LPC Bridge (rev a3)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(67,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DR',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(68,'v1.x-unk - nVidia Corporation MCP55 Memory Controller (rev a2)',17,6,3,3,NULL</FONT>,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(69,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hy',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(70,'v1.x-unk - nVidia Corporation MCP55 PCI Express bridge (rev a3)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(71,'v1.x-unk - nVidia Corporation MCP55 SATA Controller (rev a3)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-11-07 03:00:00'),(72,'v1.x-unk - nVidia Corporation MCP55 USB Controller (rev a1)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(73,'v1.x-unk - nVidia Corporation MCP55 Ethernet (rev a3)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(74,'v1.x-unk - nVidia Corporation MCP55 PCI Express bridge (rev a3)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(75,'v1.x-unk - Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-11-07 03:00:00'),(76,'v1.x-unk - nVidia Corporation MCP55 PCI Express bridge (rev a3)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(77,'v1.x-unk - nVidia Corporation MCP55 PCI Express bridge (rev a3)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(78,'v1.x-unk - nVidia Corporation MCP55 Ethernet (rev a3)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(79,'v1.x-unk - nVidia Corporation MCP55 USB Controller (rev a2)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(80,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mi',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(81,'v1.x-unk - nVidia Corporation MCP55 PCI Express bridge (rev a3)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-12-26 03:00:00'),(82,'v1.x-unk - nVidia Corporation MCP55 IDE (rev a1)',17,6,3,3,NULL,'2007-09-21 19:10:00','2008-11-07 03:00:00'),(128,'18.1 - Host bridge',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(129,'09.0 - RAID bus controller',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(130,'07.2 - SMBus',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(131,'18.2 - Host bridge',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(132,'00.0 - USB Controller',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(133,'v1.x-unk - 0b.0 VGA compatible controller',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(134,'07.1 - IDE interface',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(135,'18.3 - Host bridge',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(136,'07.0 - ISA bridge',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(137,'07.3 - Bridge',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(138,'06.0 - PCI bridge',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(139,'v1.x-unk - 0d.0 Ethernet controller',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(140,'00.1 - USB Controller',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(141,'18.0 - Host bridge',18,6,3,3,NULL,'2007-09-22 18:09:00','2008-10-25 07:00:00'),(285,<B>'v1.x-unk - VIA Technologies, Inc. VT8237 Integrated Fast Etherne',6,6,3,3,NULL,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(286,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',6,6,3,3,NULL,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(287,'v1.x-unk - 3Com Corporation 3c940 10/100/1000Base-T [Marvell] (r',6,6,3,3,NULL,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(288,'v1.x-unk - VIA Technologies, Inc. VT8237 PCI Bridge',6,6,3,3,NULL,'2007-09-28 16:30:00',ONT COLOR="#BC8F8F">'2008-11-07 03:00:00'),(289,'v1.x-unk - VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host ',6,6,3,3,NULL,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(290,'v1.x-unk - ATI Technologies Inc Radeon RV200 QW [Radeon 7500]',6,6,3,3,NULL,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(291,'v1.x-unk - VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio ',6,6,3,3,NULL,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(292,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',6,6,3,3,NULLT>,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(293,'v1.x-unk - 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)',6,6,3,3,NULL,'2007-09-28 16:30:00',NULL),(294,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',6,6,3,3,NULL,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(295,'v1.x-unk - VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T80',6,6,3,3,NULL,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(296,'v1.x-unk - VIA Technologies, Inc. AC\'97 Modem Controller (rev 80',6,6,3,3,NULL,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(297,'v1.x-unk - Marvell Technology Group Ltd. 88E8001 Gigabit Etherne',6,6,3,3,NULL,'2007-09-28 16:30:00','2007-10-03 06:27:00'),(298,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',6,6,3,3,NULL,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(299,'v1.x-unk - VIA Technologies, Inc. VIA VT6420 SATA RAID Controlle',6,6,3,3,NULL,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(300,'v1.x-unk - VIA Technologies, Inc. USB 2.0 (rev 86)',6,6,3,3,NULL,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(301,'v1.x-unk - VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823',6,6,3,3,NULL,'2007-09-28 16:30:00','2008-11-07 03:00:00'),(302,'v1.x-unk - 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)',6,6,3,3,NULL,'2007-10-03 06:27:00','2008-11-07 03:00:00'),(331,'v1.x-unk - Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(332,'v1.x-unk - Intel Corporation 82801DBM (ICH4-M) LPC Interface Bri',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(333,'v1.x-unk - Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(334,'v1.x-unk - Intel Corporation 82855PM Processor to AGP Controller',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(335,'v1.x-unk - Intel Corporation 82855PM Processor to I/O Controller',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(336,'v1.x-unk - Texas Instruments PCI4520 PC card Cardbus Controller ',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(337,'v1.x-unk - Intel Corporation 82801 Mobile PCI Bridge (rev 81)',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(338,'v1.x-unk - Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(339,'v1.x-unk - Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(340,'v1.x-unk - ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mo',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(341,'v1.x-unk - Texas Instruments PCI4520 PC card Cardbus Controller ',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(342,'v1.x-unk - Intel Corporation 82540EP Gigabit Ethernet Controller',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(343,'v1.x-unk - Intel Corporation 82801DBM (ICH4-M) IDE Controller (r',9,6,3,3,NULL,'2007-11-13 11:35:00',="#A020F0">NULL),(344,'v1.x-unk - Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(345,'v1.x-unk - Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(346,'v1.x-unk - Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI',9,6,3,3,NULL,'2007-11-13 11:35:00',NULL),(356,'v1.x-unk - Intel Corporation 82801CAM ISA Bridge (LPC) (rev 01)',16,6,3,3,NULL,'2007-11-20 14:46:00',COLOR="#A020F0">NULL),(357,'v1.x-unk - Texas Instruments PCI1420',16,6,3,3,NULL,'2007-11-20 14:46:00',NULL),(358,'v1.x-unk - Intel Corporation 82801CA/CAM USB (Hub #2) (rev 01)',16,6,3,3,NULL,'2007-11-20 14:46:00',NULL),(359,'v1.x-unk - Intel Corporation 82801CAM IDE U100 (rev 01)',16,6,3,3,NULL,'2007-11-20 14:46:00',NULL),(360,'v1.x-unk - Intel Corporation 82801CA/CAM AC\'97 Audio Controller ',16,6,3,3,NULL,'2007-11-20 14:46:00',NULLB>),(361,'v1.x-unk - Texas Instruments PCI1420',16,6,3,3,NULL,'2007-11-20 14:46:00',NULL),(362,'v1.x-unk - Intel Corporation 82801CA/CAM USB (Hub #1) (rev 01)',16,6,3,3,NULL,'2007-11-20 14:46:00',NULL),(363,'v1.x-unk - Intel Corporation 82801CAM (ICH3) PRO/100 VE (LOM) Et',16,6,3,3,NULL,'2007-11-20 14:46:00',NULL),(364,'v1.x-unk - Intel Corporation 82801CA/CAM SMBus Controller (rev 0',16,6,3,3,NULL,'2007-11-20 14:46:00',NULL),(365,OR="#BC8F8F">'v1.x-unk - Intel Corporation 82830 830 Chipset AGP Bridge (rev 0',16,6,3,3,NULL,'2007-11-20 14:46:00',NULL),(366,'v1.x-unk - Intel Corporation 82801CA/CAM USB (Hub #3) (rev 01)',16,6,3,3,NULL,'2007-11-20 14:46:00',NULL),(367,'v1.x-unk - Intel Corporation 82830 830 Chipset Host Bridge (rev ',16,6,3,3,NULL,'2007-11-20 14:46:00',NULL),(368,'v1.x-unk - Agere Systems WinModem 56k (rev 01)',16,6,3,3,NULL,'2007-11-20 14:46:00',NULL),(369,'v1.x-unk - S3 Inc. SuperSavage IX/C SDR (rev 05)',16,6,3,3,NULL,'2007-11-20 14:46:00',NULL),(370,'v1.x-unk - Intel Corporation 82801 Mobile PCI Bridge (rev 41)',16,6,3,3,NULL,'2007-11-20 14:46:00',NULL),(371,'v1.x-unk - nVidia Corporation nForce2 Ethernet Controller (rev a',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(372,'v1.x-unk - nVidia Corporation nForce2 SMBus (MCP) (rev a2)',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(373,'v1.x-unk - Creative Labs SB Live! Game Port (rev 07)',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(374,'v1.x-unk - nVidia Corporation nForce2 Memory Controller 4 (rev c',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(375,'v1.x-unk - nVidia Corporation nForce2 Memory Controller 0 (rev c',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(376,'v1.x-unk - Philips Semiconductors SAA7133/SAA7135 Video Broadcas',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(377,'v1.x-unk - nVidia Corporation nForce2 AGP (different version?) (',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(378,'v1.x-unk - Creative Labs SB Live! EMU10k1 (rev 07)',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(379,'v1.x-unk - nVidia Corporation nForce2 IDE (rev a2)',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(380,'v1.x-unk - nVidia Corporation nForce2 ISA Bridge (rev a4)',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(381,'v1.x-unk - nVidia Corporation nForce2 Memory Controller 3 (rev c',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(382,'v1.x-unk - nVidia Corporation nForce2 USB Controller (rev a4)',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(383,'v1.x-unk - nVidia Corporation nForce2 External PCI Bridge (rev a',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(384,'v1.x-unk - nVidia Corporation nForce2 AGP (rev c1)',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(385,'v1.x-unk - Silicon Image, Inc. SiI 3512 [SATALink/SATARaid] Seri',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(386,'v1.x-unk - nVidia Corporation nForce2 USB Controller (rev a4)',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(387,'v1.x-unk - nVidia Corporation nForce2 Memory Controller 2 (rev c',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(388,'v1.x-unk - nVidia Corporation NV44A [GeForce 6200] (rev a1)',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(389,'v1.x-unk - nVidia Corporation nForce2 USB Controller (rev a4)',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(390,'v1.x-unk - nVidia Corporation nForce2 Memory Controller 5 (rev c',10,6,3,3,NULL,'2007-12-02 07:35:00',NULL),(391,'v1.x-unk - Texas Instruments TSB43AB22/A IEEE-1394a-2000 Control',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(392,'v1.x-unk - Silicon Integrated Systems [SiS] USB 1.0 Controller (',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(393,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Ad',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(394,'v1.x-unk - Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(395,'v1.x-unk - Silicon Integrated Systems [SiS] SG86C202',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(396,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DR',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(397,'v1.x-unk - Silicon Integrated Systems [SiS] 755 Host (rev 01)',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(398,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hy',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(399,'v1.x-unk - O2 Micro, Inc. OZ711M1/MC1 4-in-1 MemoryCardBus Contr',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(400,'v1.x-unk - Silicon Integrated Systems [SiS] AC\'97 Sound Controll',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(401,'v1.x-unk - Silicon Integrated Systems [SiS] SiS961/2 SMBus Contr',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(402,'v1.x-unk - Silicon Integrated Systems [SiS] USB 2.0 Controller',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(403,'v1.x-unk - O2 Micro, Inc. OZ711M1/MC1 4-in-1 MemoryCardBus Contr',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(404,'v1.x-unk - ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(405,'v1.x-unk - O2 Micro, Inc. OZ711Mx 4-in-1 MemoryCardBus Accelerat',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(406,'v1.x-unk - Atheros Communications, Inc. AR5212/AR5213 Multiproto',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(407,'v1.x-unk - Silicon Integrated Systems [SiS] USB 1.0 Controller (',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(408,'v1.x-unk - Silicon Integrated Systems [SiS] 5513 [IDE]',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(409,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mi',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(410,'v1.x-unk - Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethe',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(411,'v1.x-unk - Silicon Integrated Systems [SiS] AC\'97 Modem Controll',8,6,3,3,NULL,'2008-01-05 18:23:00',NULL),(412,'v1.x-unk - nVidia Corporation nForce2 AC97 Audio Controler (MCP)',10,6,3,3,NULL,'2008-01-18 12:30:00','2008-04-10 07:37:00'),(474,'v1.x-unk - nVidia Corporation NV15 [GeForce2 GTS/Pro] (rev a3)',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(475,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hy',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(476,'v1.x-unk - VIA Technologies, Inc. IEEE 1394 Host Controller (rev',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(477,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07)',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'ONT>),(478,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8151 AGP Bridge (rev',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(479,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(480,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8151 System Controll',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(481,'v1.x-unk - Marvell Technology Group Ltd. 88E8001 Gigabit Etherne',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(482,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(483,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 ACPI (rev 05)',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(484,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05)',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(485,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DR',4,6,3,3,OLOR="#A020F0">NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(486,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(487,'v1.x-unk - VIA Technologies, Inc. USB 2.0 (rev 63)',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(488,'v1.x-unk - Intel Corporation 82541GI/PI Gigabit Ethernet Control',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(489,'v1.x-unk - 3ware Inc 9xxx-series SATA-RAID',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(490,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Ad',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(491,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03)',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(492,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(493,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mi',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(494,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev ',4,6,3,3,NULL,'2008-03-30 07:00:00','2008-12-26 03:00:00'),(513,'v1.x-unk - RaLink RT2561/RT61 802.11g PCI',10,6,3,3,NULL,'2008-04-10 07:37:00',NULL),(514,'v1.x-unk - Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface',2,6,3,3,NULL,'2008-04-15 04:02:00','2008-04-27 04:02:00'FONT>),(515,'v1.x-unk - Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface ',2,6,3,3,NULL,'2008-04-27 04:02:00','2008-05-17 20:18:00'),(518,'v1.x-unk - Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface',2,6,3,3,NULL,'2008-05-17 20:18:00',NULL),(566,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Ad',18,6,3,3,NULL,'2008-10-25 07:00:00','2008-12-26 03:00:00'),(567,'v1.x-unk - 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)',18,6,3,3,NULL,'2008-10-25 07:00:00'>,'2008-12-26 03:00:00'),(568,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev ',18,6,3,3,NULL,'2008-10-25 07:00:00','2008-12-26 03:00:00'),(569,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DR',18,6,3,3,NULL,'2008-10-25 07:00:00','2008-12-26 03:00:00'),(570,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)',18,6,3,3,NULL,'2008-10-25 07:00:00','2008-12-26 03:00:00'),(571,'v1.x-unk - ATI Technologies Inc Rage XL (rev 27)',18,6,3,3,NULL>,'2008-10-25 07:00:00','2008-12-26 03:00:00'),(572,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03)',18,6,3,3,NULL,'2008-10-25 07:00:00','2008-12-26 03:00:00'),(573,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mi',18,6,3,3,NULL,'2008-10-25 07:00:00','2008-12-26 03:00:00'),(574,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05)',18,6,3,3,NULL,'2008-10-25 07:00:00','2008-12-26 03:00:00'),(575,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 ACPI (rev 05)',18,6,3,3,NULL,'2008-10-25 07:00:00','2008-12-26 03:00:00'),(576,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07)',18,6,3,3,NULL,'2008-10-25 07:00:00','2008-12-26 03:00:00'),(577,'v1.x-unk - Broadcom Corporation NetXtreme BCM5705 Gigabit Ethern',18,6,3,3,NULL,'2008-10-25 07:00:00','2008-12-26 03:00:00'),(578,'v1.x-unk - Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)',18,6,3,3,NULL,'2008-10-25 07:00:00','2008-12-26 03:00:00'),(579,T COLOR="#BC8F8F">'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hy',18,6,3,3,NULL,'2008-10-25 07:00:00','2008-12-26 03:00:00'),(580,'v1.x-unk - ATI Technologies Inc SB600 PCI to LPC Bridge',6,6,3,3,NULL,'2008-11-07 03:00:00',NULL),(581,'v1.x-unk - ATI Technologies Inc SB600 USB (OHCI4)',6,6,3,3,NULL,'2008-11-07 03:00:00',NULL),(582,'v1.x-unk - ATI Technologies Inc Unknown device 791e',6,6,3,3,NULL,'2008-11-07 03:00:00','2008-11-17 03:00:00'),(583,<FONT COLOR="#BC8F8F">'v1.x-unk - ATI Technologies Inc Unknown device 7917',6,6,3,3,NULL,'2008-11-07 03:00:00','2008-11-17 03:00:00'),(584,'v1.x-unk - ATI Technologies Inc Unknown device 7912',6,6,3,3,NULL,'2008-11-07 03:00:00','2008-11-17 03:00:00'),(585,'v1.x-unk - Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Exp',6,6,3,3,NULL,'2008-11-07 03:00:00',NULL),(586,'v1.x-unk - ATI Technologies Inc Unknown device 7910',6,6,3,3,NULL,'2008-11-07 03:00:00','2008-11-17 03:00:00'T>),(587,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mi',6,6,3,3,NULL,'2008-11-07 03:00:00',NULL),(588,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hy',6,6,3,3,NULL,'2008-11-07 03:00:00',NULL),(589,'v1.x-unk - ATI Technologies Inc SB600 USB (OHCI3)',6,6,3,3,NULL,'2008-11-07 03:00:00',NULL),(590,'v1.x-unk - ATI Technologies Inc SB600 USB (OHCI0)',6,6,3,3,NULL,'2008-11-07 03:00:00',NULL),(591,OR="#BC8F8F">'v1.x-unk - ATI Technologies Inc SB600 SMBus (rev 14)',6,6,3,3,NULL,'2008-11-07 03:00:00','2008-11-17 03:00:00'),(592,'v1.x-unk - ATI Technologies Inc SB600 PCI to PCI Bridge',6,6,3,3,NULL,'2008-11-07 03:00:00','2008-11-17 03:00:00'),(593,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Ad',6,6,3,3,NULL,'2008-11-07 03:00:00',NULL),(594,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DR',6,6,3,3,NULL,'2008-11-07 03:00:00',NULL),(595,'v1.x-unk - ATI Technologies Inc SB600 USB Controller (EHCI)',6,6,3,3,NULL,'2008-11-07 03:00:00',NULL),(596,'v1.x-unk - ATI Technologies Inc SB600 USB (OHCI1)',6,6,3,3,NULL,'2008-11-07 03:00:00',NULL),(597,'v1.x-unk - Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface',6,6,3,3,NULL,'2008-11-07 03:00:00','2009-01-16 03:00:00'),(598,'v1.x-unk - ATI Technologies Inc SB600 IDE',6,6,3,3,NULL,'2008-11-07 03:00:00',NULL),(599,'v1.x-unk - ATI Technologies Inc SB600 USB (OHCI2)',6,6,3,3,NULL,'2008-11-07 03:00:00',NULL),(600,'v1.x-unk - 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)',17,6,3,3,NULL,'2008-11-07 03:00:00','2008-12-26 03:00:00'),(670,'v1.x-unk - ATI Technologies Inc RS690 [Radeon X1200 Series]',6,6,3,3,NULL,'2008-11-17 03:00:00',NULL),(671,'v1.x-unk - ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Exp',6,6,3,3,NULL,'2008-11-17 03:00:00',NULL),(672,'v1.x-unk - ATI Technologies Inc RS690 PCI to PCI Bridge (Interna',6,6,3,3,NULL,'2008-11-17 03:00:00',NULL),(673,'v1.x-unk - ATI Technologies Inc RS690 Host Bridge',6,6,3,3,NULL,'2008-11-17 03:00:00',NULL),(674,'v1.x-unk - ATI Technologies Inc SBx00 SMBus Controller (rev 14)',6,6,3,3,NULL,'2008-11-17 03:00:00',NULL),(675,'v1.x-unk - ATI Technologies Inc SBx00 PCI to PCI Bridge',6,6,3,3,NULL,'2008-11-17 03:00:00',NULL),(676,'v1.x-unk - VIA Technologies, Inc. VT6120/VT6121/VT6122 Gigabit E',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(677,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Ad',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(678,'v1.x-unk - VIA Technologies, Inc. IEEE 1394 Host Controller (rev',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(679,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(680,'v1.x-unk - VIA Technologies, Inc. K8T800Pro Host Bridge',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(681,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DR',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(682,'v1.x-unk - VIA Technologies, Inc. K8T800Pro Host Bridge',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(683,'v1.x-unk - VIA Technologies, Inc. USB 2.0 (rev 86)',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(684,'v1.x-unk - VIA Technologies, Inc. K8T800Pro Host Bridge',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(685,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mi',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(686,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(687,'v1.x-unk - VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823',12,6,3,3,COLOR="#A020F0">NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(688,'v1.x-unk - VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T8',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(689,'v1.x-unk - VIA Technologies, Inc. K8T800Pro Host Bridge',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(690,'v1.x-unk - Creative Labs SB Audigy Game Port (rev 04)',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(691,'v1.x-unk - VIA Technologies, Inc. VIA VT6420 SATA RAID Controlle',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(692,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hy',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(693,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(694,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'T>),(695,'v1.x-unk - Creative Labs SB Audigy (rev 04)',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(696,'v1.x-unk - VIA Technologies, Inc. K8T800Pro Host Bridge',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(697,'v1.x-unk - ATI Technologies Inc Radeon RV250 If [Radeon 9000] (r',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(698,'v1.x-unk - VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T80',12,6,3,3,NULL,'2008-11-19 03:00:00',<FONT COLOR="#BC8F8F">'2008-12-19 03:00:00'),(699,'v1.x-unk - Creative Labs SB Audigy FireWire Port (rev 04)',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(700,'v1.x-unk - VIA Technologies, Inc. K8T800Pro Host Bridge',12,6,3,3,NULL,'2008-11-19 03:00:00','2008-12-19 03:00:00'),(702,'0000:00:09.2 - SB Audigy FireWire Port',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(703,'0000:00:18.0 - K8 [Athlon64/Opteron] HyperTransport Technology C',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(704,'0000:00:01.0 - VT8237 PCI bridge [K8T800/K8T890 South]',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(705,'0000:00:00.1 - K8T800Pro Host Bridge',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(706,'0000:00:10.2 - VT82xxxxx UHCI USB 1.1 Controller',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(707,'0000:00:18.1 - K8 [Athlon64/Opteron] Address Map',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(708,'0000:00:00.0 - K8T800Pro Host Bridge',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(709,'0000:00:10.3 - VT82xxxxx UHCI USB 1.1 Controller',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(710,'0000:00:18.2 - K8 [Athlon64/Opteron] DRAM Controller',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(711,'0000:00:0f.0 - VIA VT6420 SATA RAID Controller',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(712,'0000:00:10.1 - VT82xxxxx UHCI USB 1.1 Controller',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(713,'0000:00:00.7 - K8T800Pro Host Bridge',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(714,'0000:01:00.0 - Radeon RV250 If [Radeon 9000]',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(715,'0000:00:00.2 - K8T800Pro Host Bridge',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(716,'0000:00:09.0 - SB Audigy',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(717,'0000:00:0e.0 - VT6120/VT6121/VT6122 Gigabit Ethernet Adapter',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(718,'0000:00:0f.1 - VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Mast',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(719,'0000:00:10.0 - VT82xxxxx UHCI USB 1.1 Controller',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(720,'0000:00:11.0 - VT8237 ISA bridge [KT600/K8T800/K8T890 South]',12,6,3,3,NULL,'2008-12-19 03:00:00'NT>,NULL),(721,'0000:00:07.0 - IEEE 1394 Host Controller',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(722,'0000:00:00.3 - K8T800Pro Host Bridge',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(723,'0000:00:18.3 - K8 [Athlon64/Opteron] Miscellaneous Control',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(724,'0000:00:09.1 - SB Audigy Game Port',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(725,>'0000:00:10.4 - USB 2.0',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(726,'0000:00:00.4 - K8T800Pro Host Bridge',12,6,3,3,NULL,'2008-12-19 03:00:00',NULL),(727,'Unknown - NetXtreme BCM5705 Gigabit Ethernet',18,6,3,3,NULL,'2008-12-26 03:00:00',NULL),(755,'Unknown - Volari Z7',17,6,3,3,NULL,'2008-12-26 03:00:00','2009-09-07 03:00:00'),(756,'Unknown - USB 2.0',4,6,3,3,NULL,'2008-12-26 03:00:00','2009-03-30 03:00:00'),(757,'v1.x-unk - 3Com Corporation 3c905 100BaseTX [Boomerang]',6,6,3,3,NULL,'2009-01-16 03:00:00',NULL),(773,'0000:00:18.3 - K8 [Athlon64/Opteron] Miscellaneous Control',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(774,'0000:02:0b.2 - USB 2.0',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(775,'0000:00:07.3 - AMD-8111 ACPI',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(776,'0000:00:01.0 - AMD-8151 AGP Bridge',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(777,'0000:02:08.0 - 88E8001 Gigabit Ethernet Controller',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(778,'0000:00:00.0 - AMD-8151 System Controller',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(779,'0000:02:0a.0 - VT6306 Fire II IEEE 1394 OHCI Link Layer Controll',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(780,'0000:02:00.0 - AMD-8111 USB'FONT>,4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(781,'0000:02:07.0 - 9xxx-series SATA-RAID',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(782,'0000:00:07.2 - AMD-8111 SMBus 2.0',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(783,'0000:00:06.0 - AMD-8111 PCI',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(784,'0000:00:18.1 - K8 [Athlon64/Opteron] Address Map',4,6,3,3,NULL,'2009-03-30 03:00:00'FONT>,NULL),(785,'0000:01:00.0 - NV15 [GeForce2 GTS/Pro]',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(786,'0000:02:00.1 - AMD-8111 USB',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(787,'0000:02:03.0 - 82541GI Gigabit Ethernet Controller',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(788,'0000:02:0b.1 - VT82xxxxx UHCI USB 1.1 Controller',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(789,'0000:00:18.0 - K8 [Athlon64/Opteron] HyperTransport Technology C',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(790,'0000:00:07.0 - AMD-8111 LPC',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(791,'0000:00:18.2 - K8 [Athlon64/Opteron] DRAM Controller',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(792,'0000:02:0b.0 - VT82xxxxx UHCI USB 1.1 Controller',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(793,'0000:00:07.1 - AMD-8111 IDE',4,6,3,3,NULL,'2009-03-30 03:00:00',NULL),(829,'v1.x-unk - ATI Technologies Inc SB600 Non-Raid-5 SATA',6,6,3,3,NULL,'2009-04-27 03:00:00',NULL),(831,'v1.x-unk - nVidia Corporation CK804 Serial ATA Controller (rev f',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(832,'v1.x-unk - 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(833,'v1.x-unk - nVidia Corporation CK804 USB Controller (rev a2)',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(834,'v1.x-unk - nVidia Corporation CK804 PCI Bridge (rev a2)',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(835,'v1.x-unk - nVidia Corporation CK804 PCIE Bridge (rev a3)',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(836,'v1.x-unk - Broadcom Corporation NetXtreme BCM5751 Gigabit Ethern',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(837,'v1.x-unk - nVidia Corporation CK804 SMBus (rev a2)',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(838,'v1.x-unk - ATI Technologies Inc RV370 [Radeon X300SE]',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(839,'v1.x-unk - nVidia Corporation CK804 PCIE Bridge (rev a3)',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(840,'v1.x-unk - nVidia Corporation CK804 ISA Bridge (rev a3)',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(841,LOR="#BC8F8F">'v1.x-unk - nVidia Corporation CK804 USB Controller (rev a3)',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(842,'v1.x-unk - nVidia Corporation CK804 Memory Controller (rev a3)',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(843,'v1.x-unk - ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(844,'v1.x-unk - nVidia Corporation CK804 PCIE Bridge (rev a3)',29,6,3,3,NULL,'2007-10-18 13:52:00',="#BC8F8F">'2009-07-03 03:00:00'),(845,'v1.x-unk - nVidia Corporation CK804 IDE (rev f2)',29,6,3,3,NULL,'2007-10-18 13:52:00','2009-07-03 03:00:00'),(871,'router.dailydata.net',NULL,3,3,3,'10.111.111.1\r\nhttps://10.111.111.1:445 or ssh -p 222 10.111.111.1\r\nuses pppoe, username rodolico/\'s\'\r\nExternal IP\'s 75.11.237.17-21, gw 75.11.237.22','2008-11-04 03:10:53',NULL),(872,'shadow',NULL,9,3,3,'10.111.111.64','2008-11-04 03:10:53',NULL),(873,'hpdj5650',LOR="#A020F0">NULL,11,3,3,'10.111.111.8\r\nJust check for updates to BIOS','2008-11-04 03:10:53',NULL),(874,'hplj5000',NULL,11,3,3,'10.111.111.8\r\nJust check for updates to BIOS','2008-11-04 03:10:53',NULL),(876,'DLink DSS 16+',NULL,4,3,3,'','2008-11-06 00:00:00',NULL),(878,'wap',NULL,4,3,3,'0FC5CF90DAD0F117130223FE15 (\"l\")\r\n192.168.1.162/\'s\'','2008-11-15 00:00:00',"#A020F0">NULL),(1155,'0000:00:1f.0 - 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL),(1156,'0000:00:1d.7 - 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL),(1157,'0000:00:02.0 - 82865G Integrated Graphics Controller',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL),(1158,'0000:01:0c.0 - 82540EM Gigabit Ethernet Controller',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL</FONT>),(1159,'0000:00:1f.3 - 82801EB/ER (ICH5/ICH5R) SMBus Controller',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL),(1160,'0000:00:1e.0 - 82801 PCI Bridge',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL),(1161,'0000:00:1f.2 - 82801EB (ICH5) SATA Controller',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL),(1162,'0000:00:1d.0 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL),(1163,'0000:00:00.0 - 82865G/PE/P DRAM Controller/Host-Hub Interface',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL),(1164,'0000:00:1d.3 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL),(1165,'0000:00:1f.5 - 82801EB/ER (ICH5/ICH5R) AC\'97 Audio Controller',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL),(1166,'0000:00:1f.1 - 82801EB/ER (ICH5/ICH5R) IDE Controller',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL),(1167,'0000:00:1d.1 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL),(1168,'0000:00:1d.2 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3',1138,6,3,3,NULL,'2010-05-04 03:00:00',NULL),(976,'0000:00:0b.0 - MCP55 PCI Express bridge',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(977,'0000:00:08.0 - MCP55 Ethernet',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(978,'0000:01:08.0 - 7xxx/8xxx-series PATA/SATA-RAID',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(979,'0000:00:09.0 - MCP55 Ethernet',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(980,'0000:00:0f.0 - MCP55 PCI Express bridge',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(981,'0000:00:06.0 - MCP55 PCI bridge',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(982,'0000:00:18.2 - K8 [Athlon64/Opteron] DRAM Controller',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(983,'0000:00:0c.0 - MCP55 PCI Express bridge',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(984,'0000:00:01.1 - MCP55 SMBus',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(985,'0000:00:18.0 - K8 [Athlon64/Opteron] HyperTransport Technology C',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(986,'0000:00:18.1 - K8 [Athlon64/Opteron] Address Map',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL</B>),(987,'0000:00:02.0 - MCP55 USB Controller',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(988,'0000:00:0d.0 - MCP55 PCI Express bridge',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(989,'0000:00:02.1 - MCP55 USB Controller',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(990,'0000:00:00.0 - MCP55 Memory Controller',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(991,'0000:01:07.0 - 7xxx/8xxx-series PATA/SATA-RAID',17,6,13,3,NULL,'2009-09-07 03:00:00','2010-09-16 03:00:00'),(992,'0000:01:0a.0 - Volari Z7',17,6,13,3,NULL,'2009-09-07 03:00:00','2011-12-30 03:00:00'),(993,'0000:00:18.3 - K8 [Athlon64/Opteron] Miscellaneous Control',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(994,'0000:00:0a.0 - MCP55 PCI Express bridge',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(995,'0000:00:01.0 - MCP55 LPC Bridge',17,6,13,3,NULL,T COLOR="#BC8F8F">'2009-09-07 03:00:00',NULL),(996,'0000:00:0e.0 - MCP55 PCI Express bridge',17,6,13,3,NULL,'2009-09-07 03:00:00',NULL),(1190,'0000:00:05.0 - MCP55 SATA Controller',17,6,13,3,NULL,'2010-09-16 03:00:00',NULL),(1191,'0000:00:05.1 - MCP55 SATA Controller',17,6,13,3,NULL,'2010-09-16 03:00:00',NULL),(4,'jack.dailydata.net',1337,2,14,3,'ssh jack','2008-11-08 03:00:00',NULL),(5,OLOR="#BC8F8F">'defiant.dailydata.net',NULL,1,14,3,'','2008-03-23 07:00:00','2008-12-31 00:00:00'),(7,'jayne.dailydata.net',17,2,14,3,'','2008-11-07 03:00:00','2012-04-15 00:00:00'),(11,'mailgate.dailydata.net',17,2,14,3,'','2008-11-05 03:00:00','2012-04-15 00:00:00'),(13,'marvin.dailydata.net',17,2,14,3,'ssh marvin','2007-10-31 06:59:00',NULL),(14,'river.dailydata.net',17,2,14,3,'ssh river','2008-11-07 21:00:00',NULL),(17,'serenity.dailydata.net',NULL,1,14,3,'ssh serenity','2008-11-07 03:00:00',NULL),(18,'stargazer.dailydata.net',NULL,1,14,3,'','2007-09-22 18:09:00','2009-12-31 00:00:00'),(20,'zoe.dailydata.net',17,2,14,3,'ssh zoe','2007-09-28 21:31:00',NULL),(875,'badger.dailydata.net',1368,2,14,3,'rdp 74.124.0.197:31251',ONT COLOR="#BC8F8F">'2008-11-04 03:10:53',NULL),(897,'0000:00:07.0 - AMD-8111 LPC',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(898,'0000:02:0b.2 - USB 2.0',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(899,'0000:02:05.0 - SiI 3114 [SATALink/SATARaid] Serial ATA Controlle',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(900,'0000:00:07.1 - AMD-8111 IDE',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(901,'0000:02:0a.0 - VT6306 Fire II IEEE 1394 OHCI Link Layer Controll',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(902,'0000:02:03.0 - 82541GI Gigabit Ethernet Controller',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(903,'0000:02:0b.1 - VT82xxxxx UHCI USB 1.1 Controller',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(904,'0000:02:00.0 - AMD-8111 USB',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(905,'0000:00:07.2 - AMD-8111 SMBus 2.0',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(906,'0000:02:08.0 - 88E8001 Gigabit Ethernet Controller',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(907,'0000:00:06.0 - AMD-8111 PCI',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(908,'0000:00:18.2 - K8 [Athlon64/Opteron] DRAM Controller',896,6,14,3,NULL,'2009-07-11 03:00:00',NULL),(909,'0000:02:07.0 - 9xxx-series SATA-RAID',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(910,'0000:00:18.1 - K8 [Athlon64/Opteron] Address Map',896,6,14,3,NULL,'2009-07-11 03:00:00',NULL),(911,'0000:00:18.0 - K8 [Athlon64/Opteron] HyperTransport Technology C',896,6,14,3,NULL,'2009-07-11 03:00:00',NULL),(912,'0000:00:00.0 - AMD-8151 System Controller',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(913,'0000:00:07.3 - AMD-8111 ACPI',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(914,'0000:00:18.3 - K8 [Athlon64/Opteron] Miscellaneous Control',896,6,14,3,NULL,'2009-07-11 03:00:00',NULL),(915,'0000:02:0b.0 - VT82xxxxx UHCI USB 1.1 Controller',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(916,'0000:02:00.1 - AMD-8111 USB',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(917,'0000:01:00.0 - NV15 [GeForce2 GTS/Pro]',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(918,'0000:00:01.0 - AMD-8151 AGP Bridge',896,6,14,3,NULL,'2009-07-11 03:00:00','2009-12-19 03:00:00'),(975,'k9.dailydata.net',17,2,14,3,'ssh k9','2009-08-07 03:00:00',NULL),(999,'simon.dailydata.net',1337,2,14,3,'ssh simon','2009-10-14 03:00:00',NULL),(1000,'martha.dailydata.net',17,2,14,3,'ssh martha','2009-11-04 03:00:00',NULL),(1030,'rose.dailydata.net',17,2,14,3,'ssh rose','2009-09-12 00:00:00',NULL),(1048,'0000:00:14.3 - SB600 PCI to LPC Bridge',896,6,14,3,NULL,'2009-12-19 03:00:00',NULL),(1049,'0000:00:13.5 - SB600 USB Controller (EHCI)',896,6,14,3,NULL,'2009-12-19 03:00:00',NULL),(1050,'0000:00:07.0 - RS690 PCI to PCI Bridge (PCI Express Port 3)',896,6,14,3,NULL,'2009-12-19 03:00:00','2011-02-03 03:00:00'),(1051,'0000:00:13.0 - SB600 USB (OHCI0)',896,6,14,3,NULL,'2009-12-19 03:00:00',NULL),(1052,'0000:00:13.3 - SB600 USB (OHCI3)',896,6,14,3,NULL,'2009-12-19 03:00:00',NULL),(1053,'0000:02:00.0 - RTL8111/8168B PCI Express Gigabit Ethernet contro',896,6,14,3,NULL,'2009-12-19 03:00:00','2011-02-03 03:00:00'),(1054,'0000:01:05.0 - RS690 [Radeon X1200 Series]',896,6,14,3,NULL,'2009-12-19 03:00:00'</B>,NULL),(1055,'0000:00:14.4 - SBx00 PCI to PCI Bridge',896,6,14,3,NULL,'2009-12-19 03:00:00',NULL),(1056,'0000:00:14.0 - SBx00 SMBus Controller',896,6,14,3,NULL,'2009-12-19 03:00:00',NULL),(1057,'0000:00:13.2 - SB600 USB (OHCI2)',896,6,14,3,NULL,'2009-12-19 03:00:00',NULL),(1058,'0000:00:12.0 - SB600 Non-Raid-5 SATA',896,6,14,3,NULL,'2009-12-19 03:00:00',NULL),(1059,'0000:00:13.4 - SB600 USB (OHCI4)',896,6,14,3,NULL,'2009-12-19 03:00:00',NULL),(1060,'0000:00:14.1 - SB600 IDE',896,6,14,3,NULL,'2009-12-19 03:00:00',NULL),(1061,'0000:00:13.1 - SB600 USB (OHCI1)',896,6,14,3,NULL,'2009-12-19 03:00:00',NULL),(1062,'0000:00:00.0 - RS690 Host Bridge',896,6,14,3,NULL,'2009-12-19 03:00:00',NULL),(1063,'0000:03:05.0 - 9xxx-series SATA-RAID',896,6,14,3,NULL,'2009-12-19 03:00:00','2011-02-03 03:00:00'),(1064,'0000:00:01.0 - RS690 PCI to PCI Bridge (Internal gfx)',896,6,14,3,NULL,'2009-12-19 03:00:00',NULL),(1103,'sarahjane.dailydata.net',17,2,14,3,'ssh serenity','2010-01-07 03:00:00',NULL),(1189,'0000:03:06.0 - 82540EM Gigabit Ethernet Controller',896,6,14,3,NULL,'2010-09-10 03:00:00','2011-02-03 03:00:00'),(1219,'monitor.dailydata.net',17,2,14,3,'ssh monitor','2010-10-27 03:00:00',T COLOR="#A020F0">NULL),(1267,'0000:02:05.0 - 9xxx-series SATA-RAID',896,6,14,3,NULL,'2011-02-03 03:00:00','2011-10-30 03:00:00'),(1268,'0000:02:06.1 - 82546EB Gigabit Ethernet Controller (Copper)',896,6,14,3,NULL,'2011-02-03 03:00:00',NULL),(1269,'0000:02:06.0 - 82546EB Gigabit Ethernet Controller (Copper)',896,6,14,3,NULL,'2011-02-03 03:00:00',NULL),(1270,'rory.dailydata.net',1337,2,14,3,'ssh rory','2011-02-22 03:00:00',NULL),(1298,'amy.dailydata.net',1337,2,14,3,'ssh amy','2011-08-09 03:00:00',NULL),(1317,'0000:02:05.0 - MV88SX6081 8-port SATA II PCI-X Controller',896,6,14,3,NULL,'2011-10-30 03:00:00','2011-11-26 03:00:00'),(1337,'nemesis.dailydata.net',NULL,1,14,3,'ssh nemesis','2011-11-23 03:00:00',NULL),(1365,'0000:01:0a.0 - Z7/Z9 (XG20 core)',17,6,14,3,NULL,'2011-12-30 03:00:00',NULL),(1368,'narada.dailydata.net',NULL,1,14,3,'ssh narada','2012-02-27 03:00:00',NULL),(1369,'vizzini.dailydata.net',1368,2,14,3,'ssh vizzini<br />vnc vizzini.dailydata.net:port','2012-02-27 03:00:00',NULL),(1370,'0000:00:13.0 - 5000 Series Chipset Reserved Registers',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1371,'0000:01:00.3 - 6311ESB/6321ESB PCI Express to PCI-X Bridge',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1372,'0000:02:00.0 - 6311ESB/6321ESB PCI Express Downstream Port E1',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1373,'0000:00:08.0 - 5000 Series Chipset DMA Engine',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1374,'0000:00:1f.3 - 631xESB/632xESB/3100 Chipset SMBus Controller',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1375,'0000:00:1e.0 - 82801 PCI Bridge',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1376,'0000:04:00.0 - 80003ES2LAN Gigabit Ethernet Controller (Copper)',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1377,'0000:00:10.0 - 5000 Series Chipset FSB Registers',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1378,'0000:00:1c.0 - 631xESB/632xESB/3100 Chipset PCI Express Root Por',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1379,'0000:00:15.0 - 5000 Series Chipset FBD Registers',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1380,'0000:00:1d.1 - 631xESB/632xESB/3100 Chipset UHCI USB Controller ',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1381,'0000:00:1d.2 - 631xESB/632xESB/3100 Chipset UHCI USB Controller ',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1382,'0000:00:1f.0 - 631xESB/632xESB/3100 Chipset LPC Interface Contro',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1383,'0000:00:1d.7 - 631xESB/632xESB/3100 Chipset EHCI USB2 Controller',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1384,'0000:00:10.2 - 5000 Series Chipset FSB Registers',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1385,'0000:04:00.1 - 80003ES2LAN Gigabit Ethernet Controller (Copper)',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1386,'0000:00:11.0 - 5000 Series Chipset Reserved Registers',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1387,'0000:00:02.0 - 5000 Series Chipset PCI Express x8 Port 2-3',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1388,'0000:00:1d.0 - 631xESB/632xESB/3100 Chipset UHCI USB Controller ',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1389,'0000:00:1f.2 - 631xESB/632xESB/3100 Chipset SATA IDE Controller',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1390,'0000:02:02.0 - 6311ESB/6321ESB PCI Express Downstream Port E3',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1391,'0000:00:00.0 - 5000V Chipset Memory Controller Hub',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1392,'0000:00:1d.3 - 631xESB/632xESB/3100 Chipset UHCI USB Controller ',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1393,'0000:00:1f.1 - 631xESB/632xESB IDE Controller',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1394,'0000:07:01.0 - ES1000',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1395,'0000:00:10.1 - 5000 Series Chipset FSB Registers',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1396,'0000:01:00.0 - 6311ESB/6321ESB PCI Express Upstream Port',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1397,'0000:00:16.0 - 5000 Series Chipset FBD Registers',1368,6,14,3,NULL,'2012-02-27 03:00:00',NULL),(1523,'trillian.dailydata.net',1337,2,14,3,'','2012-07-22 03:00:00',NULL),(1001,'dd_app_05.dailydata.net',NULL,1,17,3,'99.41.113.54 via ssh','2009-11-06 03:00:00','2012-04-15 00:00:00'),(1002,'0000:00:1f.0 - 82801AA ISA Bridge (LPC)',1001,6,17,3,NULL,'2009-11-06 03:00:00',NULL),(1003,'0000:01:0c.0 - 3c905C-TX/TX-M [Tornado]',1001,6,17,3,NULL,'2009-11-06 03:00:00',NULL),(1004,'0000:00:1f.3 - 82801AA SMBus Controller',1001,6,17,3,NULL,'2009-11-06 03:00:00',NULL),(1005,'0000:00:1e.0 - 82801AA PCI Bridge',1001,6,17,3,NULL,'2009-11-06 03:00:00',NULL),(1006,'0000:00:1f.2 - 82801AA USB Controller',1001,6,17,3,NULL,'2009-11-06 03:00:00',<B>NULL),(1007,'0000:00:00.0 - 82810 DC-100 (GMCH) Graphics Memory Controller Hu',1001,6,17,3,NULL,'2009-11-06 03:00:00',NULL),(1008,'0000:00:1f.1 - 82801AA IDE Controller',1001,6,17,3,NULL,'2009-11-06 03:00:00',NULL),(1009,'0000:00:01.0 - 82810 DC-100 (CGC) Chipset Graphics Controller',1001,6,17,3,NULL,'2009-11-06 03:00:00',NULL),(1229,'dd-app-014.dailydata.net',NULL,1,17,3,'ssh lakewood','2011-01-10 03:00:00',NULL),(1500,'0000:00:1b.0 - N10/ICH 7 Family High Definition Audio Controller',1229,6,17,3,NULL,'2012-06-06 03:00:00',NULL),(1501,'0000:00:1f.0 - NM10 Family LPC Controller',1229,6,17,3,NULL,'2012-06-06 03:00:00',NULL),(1502,'0000:00:1d.7 - N10/ICH 7 Family USB2 EHCI Controller',1229,6,17,3,NULL,'2012-06-06 03:00:00',NULL),(1503,'0000:00:1c.1 - N10/ICH 7 Family PCI Express Port 2',1229,6,17,3,NULL,'2012-06-06 03:00:00',>NULL),(1504,'0000:00:02.0 - N10 Family Integrated Graphics Controller',1229,6,17,3,NULL,'2012-06-06 03:00:00',NULL),(1505,'0000:00:1f.3 - N10/ICH 7 Family SMBus Controller',1229,6,17,3,NULL,'2012-06-06 03:00:00',NULL),(1506,'0000:00:1d.0 - N10/ICH 7 Family USB UHCI Controller #1',1229,6,17,3,NULL,'2012-06-06 03:00:00',NULL),(1507,'0000:00:1f.2 - N10/ICH7 Family SATA IDE Controller',1229,6,17,3,NULL,'2012-06-06 03:00:00',NULL),(1508,'0000:00:00.0 - N10 Family DMI Bridge',1229,6,17,3,NULL,'2012-06-06 03:00:00',NULL),(1509,'0000:00:1d.3 - N10/ICH 7 Family USB UHCI Controller #4',1229,6,17,3,NULL,'2012-06-06 03:00:00',NULL),(1510,'0000:00:1c.0 - N10/ICH 7 Family PCI Express Port 1',1229,6,17,3,NULL,'2012-06-06 03:00:00',NULL),(1511,'0000:00:1d.1 - N10/ICH 7 Family USB UHCI Controller #2',1229,6,17,3,NULL,'2012-06-06 03:00:00',NULL),(1512,'0000:00:1d.2 - N10/ICH 7 Family USB UHCI Controller #3',1229,6,17,3,NULL,'2012-06-06 03:00:00',NULL),(1010,'dd-app-006.dailydata.net',NULL,1,19,3,'ssh lbcpa','2009-11-21 03:00:00',NULL),(1031,'dd-app-007.dailydata.net',NULL,1,20,3,'ssh alteel','2009-12-15 03:00:00',NULL),(1170,'dd-app-011.dailydata.net',NULL,1,22,3,'vpn fivestar<br />ssh dailydata@10.27.26.11','2010-07-15 03:00:00',NULL),(1187,'concentrator.commissaryexpress.com',NULL,1,22,3,'vpn fivestar<br />\r\nssh dailydata@10.27.26.10','2010-07-15 03:00:00',NULL),(1513,'0000:00:1b.0 - N10/ICH 7 Family High Definition Audio Controller',1170,6,22,3,NULL,'2012-07-07 03:00:00',NULL),(1514,'0000:00:1d.7 - N10/ICH 7 Family USB2 EHCI Controller',1170,6,22,3,NULL,'2012-07-07 03:00:00',NULL),(1515,'0000:00:1c.1 - N10/ICH 7 Family PCI Express Port 2',1170,6,22,3,NULL,'2012-07-07 03:00:00',NULL),(1516,'0000:00:1f.3 - N10/ICH 7 Family SMBus Controller',1170,6,22,3,NULL,'2012-07-07 03:00:00',NULL),(1517,'0000:00:1d.0 - N10/ICH 7 Family USB UHCI Controller #1',1170,6,22,3,NULL,'2012-07-07 03:00:00',NULL),(1518,'0000:00:1f.2 - N10/ICH7 Family SATA IDE Controller',1170,6,22,3,NULL,'2012-07-07 03:00:00',NULL),(1519,'0000:00:1d.3 - N10/ICH 7 Family USB UHCI Controller #4',1170,6,22,3,NULL,'2012-07-07 03:00:00',NULL),(1520,'0000:00:1c.0 - N10/ICH 7 Family PCI Express Port 1',1170,6,22,3,NULL,'2012-07-07 03:00:00',NULL),(1521,'0000:00:1d.1 - N10/ICH 7 Family USB UHCI Controller #2',1170,6,22,3,NULL,'2012-07-07 03:00:00',NULL),(1522,'0000:00:1d.2 - N10/ICH 7 Family USB UHCI Controller #3',1170,6,22,3,NULL,'2012-07-07 03:00:00',NULL),(1300,'dd-007.dailydata.local',NULL,1,26,3,'ssh corliss','2011-10-01 03:00:00'>,NULL),(1301,'0000:00:10.3 - VT82xxxxx UHCI USB 1.1 Controller',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1302,'0000:00:10.2 - VT82xxxxx UHCI USB 1.1 Controller',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1303,'0000:00:12.0 - VT6102 [Rhine-II]',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1304,'0000:00:11.0 - VT8237 ISA bridge [KT600/K8T800/K8T890 South]',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL</B>),(1305,'0000:00:0b.0 - Adaptec AAR-1210SA SATA HostRAID Controller',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1306,'0000:00:0f.0 - VIA VT6420 SATA RAID Controller',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1307,'0000:00:00.0 - VT8377 [KT400/KT600 AGP] Host Bridge',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1308,'0000:00:11.6 - AC\'97 Modem Controller',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1309,'0000:00:11.5 - VT8233/A/8235/8237 AC97 Audio Controller',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1310,'0000:00:10.0 - VT82xxxxx UHCI USB 1.1 Controller',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1311,'0000:00:0f.1 - VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Mast',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1312,'0000:00:10.4 - USB 2.0',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1313,'0000:00:10.1 - VT82xxxxx UHCI USB 1.1 Controller',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1314,'0000:00:01.0 - VT8237/VX700 PCI Bridge',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1315,'0000:01:00.0 - Radeon RV100 QY [Radeon 7000/VE]',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(1316,'0000:00:0e.0 - 3c905B 100BaseTX [Cyclone]',1300,6,26,3,NULL,'2011-10-01 03:00:00',NULL),(6,'heartofgold.dailydata.net',NULL,1,30,3,'','2008-11-07 03:00:00',NULL),(38,'dd_app_04.dailydata.net',NULL,1,30,3,'','2008-05-28 17:04:00',NULL),(896,'tardis.dailydata.net',NULL,1,30,3,'NOTE: HD2 is /dev/sde, HD3 is /dev/sdc','2009-07-11 03:00:00',NULL),(1137,'dd-app-008.dailydata.net',NULL,1,30,3,'','2010-05-04 03:00:00',NULL),(1398,'dd-app-017.dailydata.net',NULLT>,1,30,3,'','2012-03-19 03:00:00',NULL),(1415,'dd-app-018.dailydata.net',NULL,1,32,3,'ssh staffmasters','2012-03-30 03:00:00',NULL),(21,'backup.heads-up.local',1271,2,4,4,'ssh headsup<br />ssh backup','2008-09-25 04:37:00',NULL),(22,'hut-xen-fs.heads-up.local',23,2,4,4,'ssh headsup<br />ssh hut-lnx1','2008-09-25 04:47:00',NULL),(23,'hut-xen.heads-up.local',NULL>,1,4,4,'ssh headsup','2008-11-08 03:00:00',NULL),(24,'service1.heads-up.local',23,2,4,4,'ssh headsup<br />ssh user@journyx2 #172.16.0.19','2008-09-25 06:25:00',NULL),(83,'v1.x-unk - 0f.1 IDE interface',24,6,4,4,NULL,'2007-09-22 13:28:00',NULL),(84,'02.0 - Ethernet controller',24,6,4,4,NULL,'2007-09-22 13:28:00',NULL),(85,'v1.x-unk - 0f.2 USB Controller',24,6,4,4,NULL,'2007-09-22 13:28:00',NULL),(86,'05.0 - RAID bus controller',24,6,4,4,NULL,'2007-09-22 13:28:00',NULL),(87,'01.0 - VGA compatible controller',24,6,4,4,NULL,'2007-09-22 13:28:00',NULL),(88,'03.0 - SCSI storage controller',24,6,4,4,NULL,'2007-09-22 13:28:00',NULL),(89,'00.1 - Host bridge',24,6,4,4,NULL,'2007-09-22 13:28:00',NULL),(90,'v1.x-unk - 0a.0 Ethernet controller'B>,24,6,4,4,NULL,'2007-09-22 13:28:00',NULL),(91,'00.0 - Host bridge',24,6,4,4,NULL,'2007-09-22 13:28:00',NULL),(92,'v1.x-unk - 0f.0 ISA bridge',24,6,4,4,NULL,'2007-09-22 13:28:00',NULL),(93,'v1.x-unk - Intel Corporation 82571EB Gigabit Ethernet Controller',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(94,'v1.x-unk - Intel Corporation 82571EB Gigabit Ethernet Controller',23,6,4,4,NULL,COLOR="#BC8F8F">'2007-09-22 15:13:00','2009-12-30 03:00:00'),(95,'v1.x-unk - Intel Corporation 631xESB/632xESB IDE Controller (rev',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(96,'v1.x-unk - Intel Corporation 5000 Series Chipset Error Reporting',23,6,4,4,NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(97,'v1.x-unk - Intel Corporation 6311ESB/6321ESB PCI Express to PCI-',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(98,'v1.x-unk - Intel Corporation 631xESB/632xESB/3100 Chipset UHCI U',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(99,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x4 ',23,6,4,4,NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(100,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x4 ',23,6,4,4,NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(101,'v1.x-unk - Intel Corporation 631xESB/632xESB/3100 Chipset EHCI U',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(102,R="#BC8F8F">'v1.x-unk - Intel Corporation 80332 [Dobson] I/O processor (B-Seg',23,6,4,4,NULL,'2007-09-22 15:13:00','2008-02-16 06:25:00'),(103,'v1.x-unk - Intel Corporation 631xESB/632xESB/3100 Chipset UHCI U',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(104,'v1.x-unk - Intel Corporation 6311ESB/6321ESB PCI Express Downstr',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(105,'v1.x-unk - Intel Corporation 6311ESB/6321ESB PCI Express Upstrea',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(106,'v1.x-unk - Intel Corporation 6311ESB/6321ESB PCI Express Downstr',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(107,'v1.x-unk - Intel Corporation 631xESB/632xESB/3100 Chipset LPC In',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(108,'v1.x-unk - Intel Corporation 631xESB/632xESB/3100 Chipset PCI Ex',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(109,'v1.x-unk - Dell PowerEdge Expandable RAID controller 5',23,6,4,4,NULLONT>,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(110,'v1.x-unk - Intel Corporation 5000 Series Chipset Reserved Regist',23,6,4,4,NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(111,'v1.x-unk - LSI Logic / Symbios Logic MegaRAID (rev 07)',23,6,4,4,NULL,'2007-09-22 15:13:00','2008-02-16 06:25:00'),(112,'v1.x-unk - Intel Corporation 5000 Series Chipset Reserved Regist',23,6,4,4,NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(113,'v1.x-unk - Intel Corporation 80333 Segment-A PCI Express-to-PCI ',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(114,'v1.x-unk - Intel Corporation 5000X Chipset Memory Controller Hub',23,6,4,4,NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(115,'v1.x-unk - Intel Corporation 5000 Series Chipset FBD Registers (',23,6,4,4,NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(116,'v1.x-unk - Intel Corporation 80333 Segment-B PCI Express-to-PCI ',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(117,'v1.x-unk - Intel Corporation 80332 [Dobson] I/O processor (A-Seg',23,6,4,4,NULL,'2007-09-22 15:13:00','2008-02-16 06:25:00'),(118,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x4 ',23,6,4,4,NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(119,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x8 ',23,6,4,4,NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(120,'v1.x-unk - Intel Corporation 5000 Series Chipset Error Reporting',23,6,4,4,NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(121,'v1.x-unk - Intel Corporation 5000 Series Chipset FBD Registers (',23,6,4,4,NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(122,'v1.x-unk - Intel Corporation 631xESB/632xESB/3100 Chipset UHCI U',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(123,'v1.x-unk - Intel Corporation 5000 Series Chipset Error Reporting',23,6,4,4,NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(124,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x4 ',23,6,4,4,COLOR="#A020F0">NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(125,'v1.x-unk - ATI Technologies Inc ES1000 (rev 02)',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(126,'v1.x-unk - Intel Corporation 82801 PCI Bridge (rev d9)',23,6,4,4,NULL,'2007-09-22 15:13:00','2009-12-30 03:00:00'),(127,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x8 ',23,6,4,4,NULL,'2007-09-22 15:13:00','2007-10-25 06:25:00'),(142,'v1.x-unk - nVidia Corporation C51G [GeForce 6100] (rev a2)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(143,'v1.x-unk - nVidia Corporation MCP51 PCI Bridge (rev a2)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(144,'v1.x-unk - nVidia Corporation C51 Memory Controller 2 (rev a2)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(145,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mi',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(146,'v1.x-unk - nVidia Corporation MCP51 USB Controller (rev a3)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(147,'v1.x-unk - nVidia Corporation C51 Memory Controller 1 (rev a2)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(148,'v1.x-unk - nVidia Corporation MCP51 High Definition Audio (rev a',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(149,'v1.x-unk - nVidia Corporation C51 Memory Controller 0 (rev a2)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(150,'v1.x-unk - nVidia Corporation MCP51 IDE (rev a1)'NT>,21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(151,'v1.x-unk - nVidia Corporation C51 Host Bridge (rev a2)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(152,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hy',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(153,'v1.x-unk - nVidia Corporation MCP51 USB Controller (rev a3)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(154,'v1.x-unk - nVidia Corporation MCP51 LPC Bridge (rev a3)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(155,'v1.x-unk - 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(156,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DR',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(157,'v1.x-unk - nVidia Corporation C51 Memory Controller 3 (rev a2)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(158,'v1.x-unk - Texas Instruments TSB43AB23 IEEE-1394a-2000 Controlle',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(159,'v1.x-unk - nVidia Corporation C51 Memory Controller 5 (rev a2)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(160,'v1.x-unk - nVidia Corporation C51 PCI Express Bridge (rev a1)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(161,'v1.x-unk - nVidia Corporation MCP51 Host Bridge (rev a2)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(162,'v1.x-unk - nVidia Corporation MCP51 Serial ATA Controller (rev a',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(163,'v1.x-unk - nVidia Corporation MCP51 SMBus (rev a3)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(164,'v1.x-unk - nVidia Corporation MCP51 Memory Controller 0 (rev a3)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(165,'v1.x-unk - nVidia Corporation C51 PCI Express Bridge (rev a1)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(166,'v1.x-unk - nVidia Corporation C51 Memory Controller 4 (rev a2)',21,6,4,4, COLOR="#A020F0">NULL,'2007-09-22 21:27:00',NULL),(167,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Ad',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(168,'v1.x-unk - nVidia Corporation MCP51 Serial ATA Controller (rev a',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(169,'v1.x-unk - nVidia Corporation C51 PCI Express Bridge (rev a1)',21,6,4,4,NULL,'2007-09-22 21:27:00',NULL),(170,'v1.x-unk - nVidia Corporation C51 Host Bridge (rev a2)',21,6,4,4,OR="#A020F0">NULL,'2007-09-22 21:27:00',NULL),(317,'v1.x-unk - Intel Corporation 5000 Series Chipset Error Reporting',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(318,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x4 ',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(319,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x4 ',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(320,'v1.x-unk - Intel Corporation 5000 Series Chipset Reserved Regist',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(321,'v1.x-unk - Intel Corporation 5000 Series Chipset Reserved Regist',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(322,'v1.x-unk - Intel Corporation 5000X Chipset Memory Controller Hub',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(323,'v1.x-unk - Intel Corporation 5000 Series Chipset FBD Registers (',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'T>),(324,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x4 ',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(325,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x8 ',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(326,'v1.x-unk - Intel Corporation 5000 Series Chipset Error Reporting',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(327,'v1.x-unk - Intel Corporation 5000 Series Chipset FBD Registers (',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(328,'v1.x-unk - Intel Corporation 5000 Series Chipset Error Reporting',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(329,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x4 ',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(330,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x8 ',23,6,4,4,NULL,'2007-10-25 06:25:00','2008-02-09 06:25:00'),(445,'v1.x-unk - Intel Corporation 5000 Series Chipset Error Reporting',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(446,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x4 ',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(447,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x4 ',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(448,'v1.x-unk - Intel Corporation 5000 Series Chipset Reserved Regist',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(449,'v1.x-unk - Intel Corporation 5000 Series Chipset Reserved Regist',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(450,'v1.x-unk - Intel Corporation 5000X Chipset Memory Controller Hub',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(451,'v1.x-unk - Intel Corporation 5000 Series Chipset FBD Registers (',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(452,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x4 ',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(453,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x8 ',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(454,'v1.x-unk - Intel Corporation 5000 Series Chipset Error Reporting',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(455,'v1.x-unk - Intel Corporation 5000 Series Chipset FBD Registers (',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(456,'v1.x-unk - Intel Corporation 5000 Series Chipset Error Reporting',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(457,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x4 ',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(458,'v1.x-unk - Intel Corporation 5000 Series Chipset PCI Express x8 ',23,6,4,4,NULL,'2008-02-09 06:25:00','2009-12-30 03:00:00'),(459,'v1.x-unk - Adaptec ASC-29320ALP U320 (rev 10)',23,6,4,4,NULL,'2008-02-16 06:25:00','2008-03-09 06:25:00'),(460,'v1.x-unk - PLX Technology, Inc. PEX 8114 PCI Express-to-PCI/PCI-'ONT>,23,6,4,4,NULL,'2008-02-16 06:25:00','2008-03-09 06:25:00'),(471,'v1.x-unk - Intel Corporation 80332 [Dobson] I/O processor (B-Seg',23,6,4,4,NULL,'2008-03-09 06:25:00','2009-12-30 03:00:00'),(472,'v1.x-unk - LSI Logic / Symbios Logic MegaRAID (rev 07)',23,6,4,4,NULL,'2008-03-09 06:25:00','2009-12-30 03:00:00'),(473,'v1.x-unk - Intel Corporation 80332 [Dobson] I/O processor (A-Seg',23,6,4,4,NULL,'2008-03-09 06:25:00','2009-12-30 03:00:00'),(848,'Windows',NULL,1,4,4,NULL,'2009-04-08 00:00:00',NULL),(851,'hut-cheese.heads-up.local',23,2,4,4,'ssh headsup<br />ssh hut-cheese','2008-11-04 03:10:53',NULL),(852,'NAS',NULL,10,4,4,'The RAID is UltraStor RS2080, \r\nSN 6525511.\r\nPhone # 239-634-6368, 9AM - 9PM EST, www.real-storage.com.\r\n','2008-11-04 03:10:53',NULL),(1065,'0000:00:03.0 - 5000 Series Chipset PCI Express x4 Port 3',23,6,4,4,NULL,'2009-12-30 03:00:00', COLOR="#A020F0">NULL),(1066,'0000:00:1e.0 - 82801 PCI Bridge',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1067,'0000:12:0d.0 - ES1000',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1068,'0000:00:10.0 - 5000 Series Chipset FSB Registers',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1069,'0000:00:06.0 - 5000 Series Chipset PCI Express x8 Port 6-7',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1070,'0000:00:1d.2 - 631xESB/632xESB/3100 Chipset UHCI USB Controller ',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1071,'0000:00:1f.0 - 631xESB/632xESB/3100 Chipset LPC Interface Contro',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1072,'0000:00:1d.7 - 631xESB/632xESB/3100 Chipset EHCI USB2 Controller',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1073,'0000:00:05.0 - 5000 Series Chipset PCI Express x4 Port 5',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1074,'0000:0d:0e.0 - MegaRAID',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1075,'0000:07:00.0 - 6311ESB/6321ESB PCI Express Downstream Port E1',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1076,'0000:00:1d.0 - 631xESB/632xESB/3100 Chipset UHCI USB Controller ',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1077,'0000:00:00.0 - 5000X Chipset Memory Controller Hub',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1078,'0000:00:1f.1 - 631xESB/632xESB IDE Controller',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1079,'0000:00:10.1 - 5000 Series Chipset FSB Registers',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1080,'0000:01:00.0 - 80333 Segment-A PCI Express-to-PCI Express Bridge',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1081,'0000:00:16.0 - 5000 Series Chipset FBD Registers',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1082,'0000:00:07.0 - 5000 Series Chipset PCI Express x4 Port 7',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1083,'0000:00:13.0 - 5000 Series Chipset Reserved Registers',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1084,'0000:06:00.3 - 6311ESB/6321ESB PCI Express to PCI-X Bridge',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1085,'0000:02:0e.0 - PowerEdge Expandable RAID controller 5',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1086,'0000:0c:00.0 - 80332 [Dobson] I/O processor (A-Segment Bridge)',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1087,'0000:0c:00.2 - 80332 [Dobson] I/O processor (B-Segment Bridge)',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1088,'0000:00:1c.0 - 631xESB/632xESB/3100 Chipset PCI Express Root Por',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1089,'0000:00:1d.1 - 631xESB/632xESB/3100 Chipset UHCI USB Controller ',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1090,'0000:00:15.0 - 5000 Series Chipset FBD Registers',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1091,'0000:10:00.1 - 82571EB Gigabit Ethernet Controller',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1092,'0000:00:10.2 - 5000 Series Chipset FSB Registers',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1093,'0000:00:04.0 - 5000 Series Chipset PCI Express x8 Port 4-5',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1094,'0000:00:11.0 - 5000 Series Chipset Reserved Registers',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1095,'0000:00:02.0 - 5000 Series Chipset PCI Express x4 Port 2',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1096,'0000:01:00.2 - 80333 Segment-B PCI Express-to-PCI Express Bridge',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1097,'0000:10:00.0 - 82571EB Gigabit Ethernet Controller',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1098,'0000:06:00.0 - 6311ESB/6321ESB PCI Express Upstream Port',23,6,4,4,NULL,'2009-12-30 03:00:00'T>,NULL),(1099,'0000:07:01.0 - 6311ESB/6321ESB PCI Express Downstream Port E2',23,6,4,4,NULL,'2009-12-30 03:00:00',NULL),(1271,'hut-backup-xen.heads-up.local',NULL,1,4,4,'NO LONGER USED','2011-03-22 00:00:00',NULL),(25,'christopher.loribryantcpa.local',NULL,1,5,5,'ssh -L localhost:3389:10.111.200.5:3389 lbcpa<br />\r\nrdp localhost\r\n','2008-11-08 03:00:00',NULL),(26,'house.loribryantcpa.local',NULLB>,1,5,5,'','2008-11-08 03:00:00','2011-01-01 00:00:00'),(189,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(190,'v1.x-unk - VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T80',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(191,'v1.x-unk - LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Du',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(192,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(193,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(194,'v1.x-unk - VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(195,'v1.x-unk - LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Du',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(196,'v1.x-unk - VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Control',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(197,'v1.x-unk - VIA Technologies, Inc. VT8237 PCI Bridge',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(198,'v1.x-unk - VIA Technologies, Inc. VIA VT6420 SATA RAID Controlle',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(199,'v1.x-unk - VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host ',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(200,'v1.x-unk - ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(201,'v1.x-unk - VIA Technologies, Inc. USB 2.0 (rev 86)',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(202,'v1.x-unk - VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823',25,6,5,5,NULL,'2007-09-22 21:46:00',NULL),(516,'v1.x-unk - VIA Technologies, Inc. AC\'97 Modem Controller (rev 80',25,6,5,5,NULL,'2008-05-02 06:26:00',NULL),(517,'v1.x-unk - VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio ',25,6,5,5,NULL,'2008-05-02 06:26:00',NULL),(601,'v1.x-unk - nVidia Corporation MCP55 PCI Express bridge (rev a3)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(602,'v1.x-unk - 3ware Inc Unknown device 1004 (rev 01)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-11-22 03:00:00'),(603,'v1.x-unk - nVidia Corporation MCP55 PCI bridge (rev a2)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(604,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Ad',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(605,'v1.x-unk - nVidia Corporation MCP55 SMBus (rev a3)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(606,'v1.x-unk - Broadcom EPB PCI-Express to PCI-X Bridge (rev b5)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(607,'v1.x-unk - nVidia Corporation MCP55 LPC Bridge (rev a3)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(608,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DR',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(609,'v1.x-unk - nVidia Corporation MCP55 Memory Controller (rev a2)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(610,'v1.x-unk - Broadcom Corporation NetXtreme BCM5715 Gigabit Ethern',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(611,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hy',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(612,'v1.x-unk - nVidia Corporation MCP55 PCI Express bridge (rev a3)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(613,'v1.x-unk - nVidia Corporation MCP55 SATA Controller (rev a3)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(614,'v1.x-unk - nVidia Corporation MCP55 USB Controller (rev a1)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(615,'v1.x-unk - nVidia Corporation MCP55 Ethernet (rev a3)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(616,'v1.x-unk - nVidia Corporation MCP55 PCI Express bridge (rev a3)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(617,'v1.x-unk - ASPEED Technology, Inc. AST2000',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(618,'v1.x-unk - nVidia Corporation MCP55 PCI Express bridge (rev a3)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(619,'v1.x-unk - nVidia Corporation MCP55 PCI Express bridge (rev a3)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(620,'v1.x-unk - nVidia Corporation MCP55 Ethernet (rev a3)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(621,'v1.x-unk - nVidia Corporation MCP55 USB Controller (rev a2)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(622,'v1.x-unk - Broadcom Corporation NetXtreme BCM5715 Gigabit Ethern',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(623,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mi',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(624,'v1.x-unk - nVidia Corporation MCP55 PCI Express bridge (rev a3)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(625,'v1.x-unk - nVidia Corporation MCP55 IDE (rev a1)',26,6,5,5,NULL,'2008-11-08 03:00:00','2008-12-26 03:00:00'),(701,'v1.x-unk - 3ware Inc 9650SE SATA-II RAID (rev 01)',26,6,5,5,NULL,'2008-11-22 03:00:00','2008-12-26 03:00:00'</FONT>),(730,'0000:00:0a.0 - MCP55 PCI Express bridge',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(731,'0000:01:05.0 - AST2000',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(732,'0000:00:05.0 - MCP55 SATA Controller',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(733,'0000:00:01.0 - MCP55 LPC Bridge',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(734,'0000:00:18.0 - K8 [Athlon64/Opteron] HyperTransport Technology C',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(735,'0000:02:00.0 - 9650SE SATA-II RAID',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(736,'0000:00:00.0 - MCP55 Memory Controller',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(737,'0000:00:18.1 - K8 [Athlon64/Opteron] Address Map',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(738,'0000:05:00.0 - EPB PCI-Express to PCI-X Bridge',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(739,'0000:00:0c.0 - MCP55 PCI Express bridge',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(740,'0000:00:0f.0 - MCP55 PCI Express bridge',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(741,'0000:00:04.0 - MCP55 IDE',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(742,'0000:06:04.1 - NetXtreme BCM5715 Gigabit Ethernet',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(743,'0000:00:01.1 - MCP55 SMBus',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(744,'0000:00:08.0 - MCP55 Ethernet',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(745,'0000:00:0b.0 - MCP55 PCI Express bridge',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(746,'0000:00:0d.0 - MCP55 PCI Express bridge',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(747,'0000:00:0e.0 - MCP55 PCI Express bridge',26,6,5,5,NULL,T COLOR="#BC8F8F">'2008-12-26 03:00:00',NULL),(748,'0000:00:18.3 - K8 [Athlon64/Opteron] Miscellaneous Control',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(749,'0000:00:06.0 - MCP55 PCI bridge',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(750,'0000:00:02.0 - MCP55 USB Controller',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(751,'0000:06:04.0 - NetXtreme BCM5715 Gigabit Ethernet',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(752,'0000:00:09.0 - MCP55 Ethernet',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(753,'0000:00:18.2 - K8 [Athlon64/Opteron] DRAM Controller',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(754,'0000:00:02.1 - MCP55 USB Controller',26,6,5,5,NULL,'2008-12-26 03:00:00',NULL),(853,'eeyor',NULL,2,5,5,'10.111.200.5\r\nUse RDP to connect, Winxp','2008-11-04 03:10:53','2011-01-01 00:00:00'),(854, COLOR="#BC8F8F">'owl.loribryantcpa.local',NULL,8,5,5,'10.111.200.4\r\nssh -L localhost:5901:10.111.200.4:5900 christopher, a1ia, fa+','2008-11-04 03:10:53',NULL),(855,'kessie',NULL,2,5,5,'10.111.200.3\r\nssh -L localhost:3389:10.111.200.3:3389 christopher','2008-11-04 03:10:53','2011-01-01 00:00:00'),(856,'flamingo',NULL,9,5,5,'10.111.200.68 (Joanne)','2008-11-04 03:10:53',NULL),(857,'kanga',NULL,9,5,5,'10.111.200.67 - Miriam\r\nHP MXL92011XC, DC5850, P/N KR732UT#ABA','2008-11-04 03:10:53',NULL),(858,'pooh',NULL,9,5,5,'10.111.200.66<br>\r\n(lb winxp machine, lenovo)','2008-11-04 03:10:53',NULL),(859,'rabbit',NULL,9,5,5,'10.111.200.65 (elvia)','2008-11-04 03:10:53',NULL),(860,'roo',NULL,9,5,5,'10.111.200.26\r\nLori\'s Old Machine - VNC (\"s\")','2008-11-04 03:10:53',NULL),(861,T COLOR="#BC8F8F">'router.lbcpa.local',NULL,3,5,5,'','2008-11-04 03:10:53','2011-01-01 00:00:00'),(928,'HP Deskjet J4580 Multi Function',857,11,5,5,'Plugged in via USB','2009-07-17 00:00:00',NULL),(27,'ncfserver.newcapitalfunding.com',NULL,1,6,6,'ssh ncf','2008-11-08 03:00:00',NULL),(413,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Ad',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(414,'v1.x-unk - ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(415,'v1.x-unk - ATI Technologies Inc IXP SB400 USB Host Controller (r',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(416,'v1.x-unk - ATI Technologies Inc RS480 PCI Bridge',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(417,'v1.x-unk - ATI Technologies Inc RS480 Host Bridge (rev 10)',27,6,6,6,NULL,'2008-01-22 15:55:00'</FONT>,'2009-04-11 03:00:00'),(418,'v1.x-unk - Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(419,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mi',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(420,'v1.x-unk - ATI Technologies Inc Standard Dual Channel PCI IDE Co',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(421,'v1.x-unk - ATI Technologies Inc IXP SB400 USB Host Controller (r',27,6,6,6,LOR="#A020F0">NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(422,'v1.x-unk - ATI Technologies Inc IXP SB400 AC\'97 Audio Controller',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(423,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DR',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(424,'v1.x-unk - ATI Technologies Inc RS480 [Radeon Xpress 200G Series',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(425,'v1.x-unk - 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(426,'v1.x-unk - ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(427,'v1.x-unk - ATI Technologies Inc IXP SB400 USB2 Host Controller (',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(428,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hy',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(429,'v1.x-unk - ATI Technologies Inc IXP SB400 SMBus Controller (rev ',27,6,6,6,NULL,'2008-01-22 15:55:00','2009-04-11 03:00:00'),(794,'0000:00:14.0 - IXP SB400 SMBus Controller',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(795,'0000:00:18.0 - K8 [Athlon64/Opteron] HyperTransport Technology C',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(796,'0000:00:13.0 - IXP SB400 USB Host Controller',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL>),(797,'0000:00:14.1 - IXP SB400 IDE Controller',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(798,'0000:00:14.4 - IXP SB400 PCI-PCI Bridge',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(799,'0000:00:01.0 - RS480 PCI Bridge',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(800,'0000:02:05.0 - RTL-8139/8139C/8139C+',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(801,'0000:00:18.1 - K8 [Athlon64/Opteron] Address Map',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(802,'0000:01:05.0 - RS480 [Radeon Xpress 200G Series]',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(803,'0000:00:18.3 - K8 [Athlon64/Opteron] Miscellaneous Control',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(804,'0000:00:14.3 - IXP SB400 PCI-ISA Bridge',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(805,'0000:00:13.1 - IXP SB400 USB Host Controller',27,6,6,6,NULL,LOR="#BC8F8F">'2009-04-11 03:00:00',NULL),(806,'0000:00:00.0 - RS480 Host Bridge',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(807,'0000:00:14.5 - IXP SB400 AC\'97 Audio Controller',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(808,'0000:00:18.2 - K8 [Athlon64/Opteron] DRAM Controller',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(809,'0000:02:01.0 - 7xxx/8xxx-series PATA/SATA-RAID',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(810,'0000:00:13.2 - IXP SB400 USB2 Host Controller',27,6,6,6,NULL,'2009-04-11 03:00:00',NULL),(997,'jim',NULL,9,6,6,'Jim\'s workstation','0000-00-00 00:00:00',NULL),(28,'da-vinci.sculptcad.com',NULL,1,7,7,NULL,'2007-09-22 21:32:00',NULL),(171,'v1.x-unk - 0e.0 PCI bridge',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(172,'08.0 - IDE interface',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(173,'00.1 - Display controller',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(174,'01.1 - SMBus',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(175,'01.0 - ISA bridge',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(176,'00.0 - Memory controller',28,6,7,7,NULL,OLOR="#BC8F8F">'2007-09-22 21:32:00','2008-04-05 06:47:00'),(177,'00.0 - VGA compatible controller',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(178,'07.0 - Ethernet controller',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(179,'07.0 - IDE interface',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(180,'02.0 - USB Controller',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(181,'v1.x-unk - 0c.0 PCI bridge',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(182,'06.0 - RAID bus controller',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(183,'08.0 - FireWire (IEEE 1394)',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(184,'00.0 - Ethernet controller',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(185,'09.0 - PCI bridge',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(186,'02.1 - USB Controller',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(187,'v1.x-unk - 0d.0 PCI bridge',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(188,'06.0 - IDE interface',28,6,7,7,NULL,'2007-09-22 21:32:00','2008-04-05 06:47:00'),(495,'v1.x-unk - nVidia Corporation CK804 PCIE Bridge (rev a3)',28,6,7,7,NULLNT>,'2008-04-05 06:47:00',NULL),(496,'v1.x-unk - nVidia Corporation CK804 Serial ATA Controller (rev a',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(497,'v1.x-unk - ATI Technologies Inc RV370 [Radeon X300SE]',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(498,'v1.x-unk - nVidia Corporation CK804 SMBus (rev a2)',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(499,'v1.x-unk - nVidia Corporation CK804 ISA Bridge (rev a3)',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(500,'v1.x-unk - nVidia Corporation CK804 Memory Controller (rev a3)',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(501,'v1.x-unk - ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(502,'v1.x-unk - Marvell Technology Group Ltd. 88E8001 Gigabit Etherne',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(503,'v1.x-unk - nVidia Corporation CK804 Serial ATA Controller (rev a',28,6,7,7,NULL,LOR="#BC8F8F">'2008-04-05 06:47:00',NULL),(504,'v1.x-unk - nVidia Corporation CK804 USB Controller (rev a2)',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(505,'v1.x-unk - nVidia Corporation CK804 PCIE Bridge (rev a3)',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(506,'v1.x-unk - 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(507,'v1.x-unk - Texas Instruments TSB43AB22/A IEEE-1394a-2000 Control',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(508,'v1.x-unk - Broadcom Corporation NetXtreme BCM5751 Gigabit Ethern',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(509,'v1.x-unk - nVidia Corporation CK804 PCI Bridge (rev a2)',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(510,'v1.x-unk - nVidia Corporation CK804 USB Controller (rev a3)',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(511,'v1.x-unk - nVidia Corporation CK804 PCIE Bridge (rev a3)',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(512,'v1.x-unk - nVidia Corporation CK804 IDE (rev a2)',28,6,7,7,NULL,'2008-04-05 06:47:00',NULL),(544,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Ad',28,6,7,7,NULL,'2008-10-18 02:07:00',NULL),(545,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hy',28,6,7,7,NULL,'2008-10-18 02:07:00',NULL),(546,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DR',28,6,7,7,NULL,'2008-10-18 02:07:00',NULL),(547,'v1.x-unk - Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mi',28,6,7,7,NULL,'2008-10-18 02:07:00',NULL),(29,'server.walderiplaw.com',NULL,1,8,8,'ssh walder<br />ssh wipl-server #10.111.150.3','2008-02-04 15:02:00',NULL),(430,'v1.x-unk - nVidia Corporation CK804 Serial ATA Controller (rev f',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(431,'v1.x-unk - 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID (rev 01)',29,6,8,8,OR="#A020F0">NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(432,'v1.x-unk - nVidia Corporation CK804 USB Controller (rev a2)',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(433,'v1.x-unk - nVidia Corporation CK804 PCI Bridge (rev a2)',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(434,'v1.x-unk - nVidia Corporation CK804 PCIE Bridge (rev a3)',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(435,'v1.x-unk - Broadcom Corporation NetXtreme BCM5751 Gigabit Ethern',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(436,'v1.x-unk - nVidia Corporation CK804 SMBus (rev a2)',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(437,'v1.x-unk - ATI Technologies Inc RV370 [Radeon X300SE]',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(438,'v1.x-unk - nVidia Corporation CK804 PCIE Bridge (rev a3)',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(439,'v1.x-unk - nVidia Corporation CK804 ISA Bridge (rev a3)',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(440,'v1.x-unk - nVidia Corporation CK804 USB Controller (rev a3)',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(441,'v1.x-unk - nVidia Corporation CK804 Memory Controller (rev a3)',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(442,'v1.x-unk - ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(443,'v1.x-unk - nVidia Corporation CK804 PCIE Bridge (rev a3)',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(444,'v1.x-unk - nVidia Corporation CK804 IDE (rev f2)',29,6,8,8,NULL,'2008-02-04 15:02:00','2008-12-26 03:00:00'),(728,'Unknown - RV370 [Radeon X300SE]',29,6,8,8,NULL,'2008-12-26 03:00:00','2009-03-07 03:00:00'),(758,'0000:00:06.0 - CK804 IDE',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'ONT>),(759,'0000:00:0e.0 - CK804 PCIE Bridge',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(760,'0000:00:01.1 - CK804 SMBus',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(761,'0000:00:07.0 - CK804 Serial ATA Controller',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(762,'0000:00:0c.0 - CK804 PCIE Bridge',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(763,'0000:00:01.0 - CK804 ISA Bridge',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(764,'0000:01:06.0 - 7xxx/8xxx-series PATA/SATA-RAID',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(765,'0000:04:00.1 - RV370 [Radeon X300SE]',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(766,'0000:04:00.0 - RV370 5B60 [Radeon X300 (PCIE)]',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(767,'0000:00:09.0 - CK804 PCI Bridge',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(768,'0000:00:02.0 - CK804 USB Controller',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(769,'0000:00:00.0 - CK804 Memory Controller',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(770,'0000:00:0d.0 - CK804 PCIE Bridge',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(771,'0000:02:00.0 - NetXtreme BCM5751 Gigabit Ethernet PCI Express',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(772,'0000:00:02.1 - CK804 USB Controller',29,6,8,8,NULL,'2009-03-07 03:00:00','2007-10-18 13:52:00'),(862,'router.walderiplaw.local',NULL,3,8,8,'ipcop','2008-11-04 03:10:53',NULL),(863,'wap',NULL,3,8,8,NULL,'2008-11-04 03:10:53',NULL),(864,'reception',NULL,9,8,8,LOR="#BC8F8F">'Vista - Can Not Update','2008-11-04 03:10:53',NULL),(865,'lammes',NULL,9,8,8,'10.111.150.132','2008-11-04 03:10:53',NULL),(866,'michele',NULL,9,8,8,'10.111.150.130','2008-11-04 03:10:53',NULL),(867,'rclayton',NULL,9,8,8,'10.111.150.128','2008-11-04 03:10:53',NULL),(868,'steve_vista',NULL,9,8,8,'10.111.150.68','2008-11-04 03:10:53',NULL),(869,'stevetakacs',NULL,9,8,8,'10.111.150.129','2008-11-04 03:10:53',NULL),(870,'swalder',NULL,9,8,8,'This appears to be his old computer that is no longer in use','2008-11-04 03:10:53','2008-11-15 00:00:00'),(880,'research',NULL,9,8,8,'10.111.150.70 - XP Pro','2008-12-04 00:00:00',NULL),(881,'0000:00:07.0 - CK804 Serial ATA Controller',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(882,'0000:00:0c.0 - CK804 PCIE Bridge',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(883,'0000:00:01.1 - CK804 SMBus',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(884,'0000:04:00.1 - RV370 [Radeon X300SE]',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(885,'0000:00:02.0 - CK804 USB Controller',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(886,'0000:02:00.0 - NetXtreme BCM5751 Gigabit Ethernet PCI Express',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(887,'0000:00:09.0 - CK804 PCI Bridge',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(888,'0000:00:0d.0 - CK804 PCIE Bridge',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(889,'0000:00:02.1 - CK804 USB Controller',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(890,'0000:00:00.0 - CK804 Memory Controller',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(891,'0000:01:06.0 - 7xxx/8xxx-series PATA/SATA-RAID',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(892,'0000:04:00.0 - RV370 5B60 [Radeon X300 (PCIE)]',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(893,'0000:00:06.0 - CK804 IDE',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(894,'0000:00:01.0 - CK804 ISA Bridge',29,6,8,8,NULL>,'2009-07-03 03:00:00',NULL),(895,'0000:00:0e.0 - CK804 PCIE Bridge',29,6,8,8,NULL,'2009-07-03 03:00:00',NULL),(1104,'0000:00:08.0 - CK804 Serial ATA Controller',29,6,8,8,NULL,'2010-01-29 03:00:00',NULL),(1192,'wipl-xen.walderiplaw.local',NULL,1,8,8,'ssh walder','2010-10-23 03:00:00',NULL),(1193,'0000:00:14.3 - SB700/SB800 LPC host controller',1192,6,8,8,NULL,'2010-10-23 03:00:00'FONT>,NULL),(1194,'0000:00:13.0 - SB700/SB800 USB OHCI0 Controller',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL),(1195,'0000:00:18.4 - Family 10h [Opteron, Athlon64, Sempron] Link Cont',1192,6,8,8,NULL,'2010-10-23 03:00:00','2012-07-28 03:00:00'),(1196,'0000:02:00.0 - RTL8111/8168B PCI Express Gigabit Ethernet contro',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL),(1197,'0000:01:05.0 - Device 9710',1192,6,8,8,NULL,'2010-10-23 03:00:00',T COLOR="#BC8F8F">'2012-07-28 03:00:00'),(1198,'0000:00:14.2 - SBx00 Azalia (Intel HDA)',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL),(1199,'0000:00:14.4 - SBx00 PCI to PCI Bridge',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL),(1200,'0000:00:18.2 - Family 10h [Opteron, Athlon64, Sempron] DRAM Cont',1192,6,8,8,NULL,'2010-10-23 03:00:00','2012-07-28 03:00:00'),(1201,'0000:00:14.0 - SBx00 SMBus Controller',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL</FONT>),(1202,'0000:00:12.1 - SB700 USB OHCI1 Controller',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL),(1203,'0000:00:13.2 - SB700/SB800 USB EHCI Controller',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL),(1204,'0000:00:12.0 - SB700/SB800 USB OHCI0 Controller',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL),(1205,'0000:00:11.0 - SB700/SB800 SATA Controller [IDE mode]',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL),(1206,'0000:00:12.2 - SB700/SB800 USB EHCI Controller',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL),(1207,'0000:00:18.0 - Family 10h [Opteron, Athlon64, Sempron] HyperTran',1192,6,8,8,NULL,'2010-10-23 03:00:00','2012-07-28 03:00:00'),(1208,'0000:00:18.1 - Family 10h [Opteron, Athlon64, Sempron] Address M',1192,6,8,8,NULL,'2010-10-23 03:00:00','2012-07-28 03:00:00'),(1209,'0000:00:13.1 - SB700 USB OHCI1 Controller',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL),(1210,'0000:00:14.1 - SB700/SB800 IDE Controller',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL),(1211,'0000:00:14.5 - SB700/SB800 USB OHCI2 Controller',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL),(1212,'0000:00:00.0 - RS780 Host Bridge Alternate',1192,6,8,8,NULL,'2010-10-23 03:00:00','2012-07-28 03:00:00'),(1213,'0000:01:05.1 - Device 970f',1192,6,8,8,NULL,'2010-10-23 03:00:00','2012-07-28 03:00:00'),(1214,'0000:00:18.3 - Family 10h [Opteron, Athlon64, Sempron] Miscellan',1192,6,8,8,NULL,'2010-10-23 03:00:00','2012-07-28 03:00:00'),(1215,'0000:00:0a.0 - RS780 PCI to PCI bridge (PCIE port 5)',1192,6,8,8,NULL,'2010-10-23 03:00:00',NULL),(1216,'0000:00:01.0 - Device 9602',1192,6,8,8,NULL,'2010-10-23 03:00:00','2012-07-28 03:00:00'),(1217,'0000:03:08.0 - VT6306 Fire II IEEE 1394 OHCI Link Layer Controll',1192,6,8,8,NULL,'2010-10-23 03:00:00','2012-07-28 03:00:00'),(1218,'wipl-server.walderiplaw.com',1192,2,8,8,'ssh walder<br />ssh wipl-server','2010-10-23 03:00:00',NULL),(1524,'0000:00:18.4 - Family 10h Processor Link Control',1192,6,8,8,NULL,'2012-07-28 03:00:00',NULL),(1525,'0000:01:05.0 - RS880 [Radeon HD 4200]',1192,6,8,8,NULL,'2012-07-28 03:00:00',NULL),(1526,'0000:00:18.2 - Family 10h Processor DRAM Controller',1192,6,8,8,NULL,'2012-07-28 03:00:00',NULL),(1527,'0000:00:18.0 - Family 10h Processor HyperTransport Configuration',1192,6,8,8,NULL,'2012-07-28 03:00:00',NULL),(1528,'0000:00:18.1 - Family 10h Processor Address Map',1192,6,8,8,NULL,'2012-07-28 03:00:00',NULL),(1529,'0000:00:00.0 - RS880 Host Bridge',1192,6,8,8,NULL,'2012-07-28 03:00:00',NULL),(1530,'0000:01:05.1 - RS880 Audio Device [Radeon HD 4200]',1192,6,8,8,NULL,'2012-07-28 03:00:00',NULL),(1531,'0000:00:18.3 - Family 10h Processor Miscellaneous Control',1192,6,8,8,LOR="#A020F0">NULL,'2012-07-28 03:00:00',NULL),(1532,'0000:00:01.0 - RS880 PCI to PCI bridge (int gfx)',1192,6,8,8,NULL,'2012-07-28 03:00:00',NULL),(1533,'0000:03:08.0 - VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller',1192,6,8,8,NULL,'2012-07-28 03:00:00',NULL),(30,'bbcc.watters.com',NULL,1,9,9,NULL,'2008-09-07 06:25:00',NULL),(31,'dailydata.watters.com',NULL,1,9,9,''FONT>,'2008-11-10 03:00:00','2010-12-31 00:00:00'),(32,'froggy.watters.com',33,2,9,9,'ssh froggy','2007-09-24 16:16:00',NULL),(33,'newt.watters.com',NULL,1,9,9,'ssh newt','2008-11-10 03:00:00',NULL),(34,'ns.watters.com',35,2,9,9,'ssh ns','2007-09-24 14:38:00',NULL),(35,'pond.watters.com',NULL,1,9,9,'ssh wpond','2008-11-10 03:00:00',<B>NULL),(36,'toad.watters.com',NULL,1,9,9,'not sure when decommissioned, but it is not there any more','2007-09-24 15:44:00','2010-01-01 00:00:00'),(37,'topaz.watters.com',NULL,1,9,9,'ssh topaz','2008-11-10 03:00:00',NULL),(203,'11.0 - Ethernet controller',34,6,9,9,NULL,'2007-09-24 14:38:00',NULL),(204,'07.1 - IDE interface',34,6,9,9,NULL,'2007-09-24 14:38:00',"#A020F0">NULL),(205,'12.0 - Ethernet controller',34,6,9,9,NULL,'2007-09-24 14:38:00',NULL),(206,'00.0 - VGA compatible controller',34,6,9,9,NULL,'2007-09-24 14:38:00',NULL),(207,'07.0 - ISA bridge',34,6,9,9,NULL,'2007-09-24 14:38:00',NULL),(208,'14.0 - PCI bridge',34,6,9,9,NULL,'2007-09-24 14:38:00',NULL),(209,'01.0 - PCI bridge',34,6,9,9,NULL,'2007-09-24 14:38:00',NULL),(210,'07.2 - USB Controller',34,6,9,9,NULL,'2007-09-24 14:38:00',NULL),(211,'00.0 - Host bridge',34,6,9,9,NULL,'2007-09-24 14:38:00',NULL),(212,'v1.x-unk - 0f.0 SCSI storage controller',34,6,9,9,NULL,'2007-09-24 14:38:00',NULL),(213,'07.3 - Bridge',34,6,9,9,NULL,'2007-09-24 14:38:00',NULL),(214,'v1.x-unk - 1f.3 SMBus',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(215,'v1.x-unk - 1d.7 USB Controller',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(216,'v1.x-unk - 1c.0 PCI bridge',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(217,'03.0 - PCI bridge',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(218,'00.0 - Host bridge',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(219,'01.0 - RAID bus controller',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(220,'v1.x-unk - 1d.5 PIC',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(221,'v1.x-unk - 1d.0 USB Controller',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(222,'v1.x-unk - 1f.0 ISA bridge',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(223,>'01.0 - Ethernet controller',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(224,'02.0 - Ethernet controller',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(225,'v1.x-unk - 0e.0 VGA compatible controller',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(226,'v1.x-unk - 1e.0 PCI bridge',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(227,'v1.x-unk - 1d.1 USB Controller'T>,37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(228,'v1.x-unk - 1f.2 IDE interface',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(229,'v1.x-unk - 1d.4 System peripheral',37,6,9,9,NULL,'2007-09-24 15:40:00','2008-10-15 06:28:00'),(230,'11.0 - Ethernet controller',30,6,9,9,NULL,'2007-09-24 15:42:00',NULL),(231,'07.1 - IDE interface',30,6,9,9,NULL,'2007-09-24 15:42:00',NULL),(232,'12.0 - Ethernet controller',30,6,9,9,NULL,'2007-09-24 15:42:00',NULL),(233,'00.0 - VGA compatible controller',30,6,9,9,NULL,'2007-09-24 15:42:00',NULL),(234,'07.0 - ISA bridge',30,6,9,9,NULL,'2007-09-24 15:42:00',NULL),(235,'14.0 - PCI bridge',30,6,9,9,NULL,'2007-09-24 15:42:00',NULL),(236,'01.0 - PCI bridge',30,6,9,9,NULL,'2007-09-24 15:42:00',NULL),(237,'07.2 - USB Controller',30,6,9,9,NULL,'2007-09-24 15:42:00',NULL),(238,'00.0 - Host bridge',30,6,9,9,NULL,'2007-09-24 15:42:00',NULL),(239,'v1.x-unk - 0f.0 SCSI storage controller',30,6,9,9,NULL,'2007-09-24 15:42:00',NULL),(240,'07.3 - Bridge',30,6,9,9,NULL,'2007-09-24 15:42:00',NULL),(241,'v1.x-unk - 1f.1 IDE interface',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(242,'v1.x-unk - 0d.0 VGA compatible controller',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(243,'v1.x-unk - 1d.2 USB Controller',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(244,'08.0 - Ethernet controller',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(245,'04.0 - PCI bridge',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(246,'02.0 - PCI bridge',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(247,'00.0 - PCI bridge',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(248,'00.0 - Host bridge',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(249,'07.0 - Ethernet controller',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(250,'00.2 - PCI bridge',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(251,'v1.x-unk - 1d.1 USB Controller',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(252,'05.0 - PCI bridge',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(253,'v1.x-unk - 1e.0 PCI bridge',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(254,'00.0 - PCI bridge',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(255,'v1.x-unk - 0e.0 RAID bus controller',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(256,'00.0 - PCI bridge',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(257,'00.2 - PCI bridge',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(258,'v1.x-unk - 1d.7 USB Controller',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(259,'06.0 - PCI bridge',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL>),(260,'00.2 - PCI bridge',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(261,'v1.x-unk - 1f.0 ISA bridge',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(262,'v1.x-unk - 1d.0 USB Controller',36,6,9,9,NULL,'2007-09-24 15:44:00',NULL),(263,'v1.x-unk - 1f.1 IDE interface',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(264,'v1.x-unk - 0d.0 VGA compatible controller',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(265,'v1.x-unk - 1d.2 USB Controller',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(266,'07.0 - Ethernet controller',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(267,'04.0 - PCI bridge',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(268,'02.0 - PCI bridge',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(269,'08.0 - Ethernet controller',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(270,'00.0 - Host bridge',32,6,9,9,NULL,'2007-09-24 16:16:00',NULL),(271,'00.2 - PCI bridge',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(272,'00.2 - PCI bridge',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(273,'v1.x-unk - 1d.1 USB Controller',32,6,9,9,NULL,'2007-09-24 16:16:00',NULL),(274,'05.0 - PCI bridge',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(275,'v1.x-unk - 1e.0 PCI bridge',32,6,9,9,NULL,'2007-09-24 16:16:00',NULL),(276,'00.0 - PCI bridge',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(277,'00.2 - PCI bridge',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(278,'v1.x-unk - 0e.0 RAID bus controller',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(279,'00.0 - PCI bridge',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(280,'v1.x-unk - 1d.7 USB Controller',32,6,9,9,NULL,'2007-09-24 16:16:00',NULL),(281,'06.0 - PCI bridge',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(282,'00.0 - PCI bridge',32,6,9,9,NULL,'2007-09-24 16:16:00','2008-03-01 03:00:00'),(283,'v1.x-unk - 1f.0 ISA bridge',32,6,9,9,NULL,'2007-09-24 16:16:00',NULL),(284,'v1.x-unk - 1d.0 USB Controller',32,6,9,9,NULL,'2007-09-24 16:16:00',NULL),(347,'v1.x-unk - 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)',31,6,9,9,NULL,'2007-11-20 06:25:00','2010-03-27 03:00:00'),(348,'v1.x-unk - Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)',31,6,9,9,NULLFONT>,'2007-11-20 06:25:00','2010-03-27 03:00:00'),(349,'v1.x-unk - D-Link System Inc RTL8139 Ethernet (rev 10)',31,6,9,9,NULL,'2007-11-20 06:25:00','2010-03-27 03:00:00'),(350,'v1.x-unk - Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)',31,6,9,9,NULL,'2007-11-20 06:25:00','2010-03-27 03:00:00'),(351,'v1.x-unk - nVidia Corporation NV6 [Vanta/Vanta LT] (rev 15)',31,6,9,9,NULL,'2007-11-20 06:25:00','2010-03-27 03:00:00'),(352,'v1.x-unk - Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bri',31,6,9,9,NULL,'2007-11-20 06:25:00','2010-03-27 03:00:00'),(353,'v1.x-unk - Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)',31,6,9,9,NULL,'2007-11-20 06:25:00','2010-03-27 03:00:00'),(354,'v1.x-unk - Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host br',31,6,9,9,NULL,'2007-11-20 06:25:00','2010-03-27 03:00:00'),(355,'v1.x-unk - Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)',31,6,9,9,NULL,'2007-11-20 06:25:00','2010-03-27 03:00:00'),(461,OR="#BC8F8F">'v1.x-unk - 1f.3 SMBus',32,6,9,9,NULL,'2008-03-01 03:00:00',NULL),(462,'v1.x-unk - 1c.0 PCI bridge',32,6,9,9,NULL,'2008-03-01 03:00:00',NULL),(463,'03.0 - PCI bridge',32,6,9,9,NULL,'2008-03-01 03:00:00',NULL),(464,'01.0 - RAID bus controller',32,6,9,9,NULL,'2008-03-01 03:00:00',NULL),(465,'v1.x-unk - 1d.5 PIC',32,6,9,9,NULL,'2008-03-01 03:00:00',NULL),(466,'01.0 - Ethernet controller',32,6,9,9,NULL,'2008-03-01 03:00:00',NULL),(467,'02.0 - Ethernet controller',32,6,9,9,NULL,'2008-03-01 03:00:00',NULL),(468,'v1.x-unk - 0e.0 VGA compatible controller',32,6,9,9,NULL,'2008-03-01 03:00:00',NULL),(469,'v1.x-unk - 1f.2 IDE interface',32,6,9,9,NULL,'2008-03-01 03:00:00',NULL),(470,'v1.x-unk - 1d.4 System peripheral',32,6,9,9,NULL,'2008-03-01 03:00:00',NULL),(528,'v1.x-unk - Intel Corporation 6300ESB SMBus Controller (rev 02)',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(529,'v1.x-unk - Intel Corporation 6300ESB USB2 Enhanced Host Controll',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(530,'v1.x-unk - Intel Corporation 6300ESB 64-bit PCI-X Bridge (rev 02',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(531,'v1.x-unk - Intel Corporation 82875P/E7210 Processor to PCI to CS',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(532,'v1.x-unk - Intel Corporation 82875P/E7210 Memory Controller Hub ',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(533,'v1.x-unk - Adaptec AAC-RAID (rev 01)',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(534,'v1.x-unk - Intel Corporation 6300ESB I/O Advanced Programmable I',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(535,'v1.x-unk - Intel Corporation 6300ESB USB Universal Host Controll',37,6,9,9,OR="#A020F0">NULL,'2008-10-15 06:28:00',NULL),(536,'v1.x-unk - Intel Corporation 6300ESB LPC Interface Controller (r',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(537,'v1.x-unk - Intel Corporation 82547GI Gigabit Ethernet Controller',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(538,'v1.x-unk - Intel Corporation 82541GI/PI Gigabit Ethernet Control',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(539,'v1.x-unk - ATI Technologies Inc Rage XL (rev 27)',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(540,'v1.x-unk - Intel Corporation 82801 PCI Bridge (rev 0a)',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(541,'v1.x-unk - Intel Corporation 6300ESB USB Universal Host Controll',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(542,'v1.x-unk - Intel Corporation 6300ESB SATA Storage Controller (re',37,6,9,9,NULL,'2008-10-15 06:28:00',NULL),(543,'v1.x-unk - Intel Corporation 6300ESB Watchdog Timer (rev 02)',37,6,9,9,>NULL,'2008-10-15 06:28:00',NULL),(626,'v1.x-unk - Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Control',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(627,'v1.x-unk - ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(628,'v1.x-unk - Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Co',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(629,'v1.x-unk - Intel Corporation 82541GI/PI Gigabit Ethernet Control',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(630,'v1.x-unk - Intel Corporation E7525/E7520 PCI Express Port B (rev',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(631,'v1.x-unk - Intel Corporation E7525/E7520/E7320 PCI Express Port ',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(632,'v1.x-unk - Intel Corporation 82541GI/PI Gigabit Ethernet Control',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(633,'v1.x-unk - Intel Corporation E7520 Memory Controller Hub (rev 09',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(634,'v1.x-unk - Intel Corporation 6700PXH PCI Express-to-PCI Bridge B',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(635,'v1.x-unk - Intel Corporation 80332 [Dobson] I/O processor (B-Seg',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(636,'v1.x-unk - Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Co',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(637,'v1.x-unk - Intel Corporation E7520 PCI Express Port B1 (rev 09)',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(638,'v1.x-unk - Intel Corporation 82801 PCI Bridge (rev c2)',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(639,'v1.x-unk - Intel Corporation 80332 [Dobson] I/O processor (A-Seg',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(640,'v1.x-unk - Intel Corporation 6700PXH PCI Express-to-PCI Bridge B',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(641,'v1.x-unk - Dell PowerEdge Expandable RAID controller 4 (rev 06)',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(642,'v1.x-unk - Intel Corporation 6700PXH PCI Express-to-PCI Bridge A',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(643,'v1.x-unk - Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI C',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(644,'v1.x-unk - Intel Corporation E7520 PCI Express Port C (rev 09)',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(645,'v1.x-unk - Intel Corporation 6700PXH PCI Express-to-PCI Bridge A',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(646,'v1.x-unk - Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interfa',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(647,'v1.x-unk - Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Co',33,6,9,9,NULL,'2008-11-10 03:00:00','2010-04-03 03:00:00'),(648,'v1.x-unk - Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Control',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(649,'v1.x-unk - ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(650,'v1.x-unk - Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Co',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(651,'v1.x-unk - Intel Corporation 82541GI/PI Gigabit Ethernet Control',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(652,'v1.x-unk - Intel Corporation E7525/E7520 PCI Express Port B (rev',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(653,'v1.x-unk - Intel Corporation E7525/E7520/E7320 PCI Express Port ',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(654,'v1.x-unk - Intel Corporation 80332 [Dobson] I/O processor (A-Seg',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(655,'v1.x-unk - Intel Corporation E7520 Memory Controller Hub (rev 09'>,35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(656,'v1.x-unk - Intel Corporation 82541GI/PI Gigabit Ethernet Control',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(657,'v1.x-unk - Intel Corporation 80332 [Dobson] I/O processor (B-Seg',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(658,'v1.x-unk - Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Co',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(659,>'v1.x-unk - Intel Corporation E7520 PCI Express Port B1 (rev 09)',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(660,'v1.x-unk - Intel Corporation 82801 PCI Bridge (rev c2)',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(661,'v1.x-unk - Intel Corporation 80332 [Dobson] I/O processor (A-Seg',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(662,'v1.x-unk - LSI Logic / Symbios Logic MegaRAID (rev 07)',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(663,'v1.x-unk - Intel Corporation 6700PXH PCI Express-to-PCI Bridge A',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(664,'v1.x-unk - Intel Corporation 6700PXH PCI Express-to-PCI Bridge B',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(665,'v1.x-unk - Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI C',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(666,'v1.x-unk - Intel Corporation E7520 PCI Express Port C (rev 09)',35,6,9,9,NULL,"#BC8F8F">'2008-11-10 03:00:00','2009-08-08 03:00:00'),(667,'v1.x-unk - Intel Corporation 80332 [Dobson] I/O processor (B-Seg',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(668,'v1.x-unk - Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interfa',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(669,'v1.x-unk - Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Co',35,6,9,9,NULL,'2008-11-10 03:00:00','2009-08-08 03:00:00'),(850,'Cisco 7200 VXR Router',NULLFONT>,3,9,9,NULL,'2008-03-05 18:18:24',NULL),(877,'router.watters.com',NULL,3,9,9,'IPCop','2008-11-06 00:00:00',NULL),(879,'nas.watters.com',NULL,10,9,9,'control if = 10.110.110.1\r\nusername admin, password \'s\'\r\ndata 10.110.110.5\r\n System information\r\nUltraStor RS8IP 2.2.5 (build 200801101900)\r\nCPU type\r\nXScale-IOP80331 rev 10 (v5l)\r\nInstalled system memory\r\nDDR 1024MB\r\nController serial no.\r\n001378A2059E\r\n','2008-01-01 00:00:00',NULL),(953,'0000:05:00.0 - 6700PXH PCI Express-to-PCI Bridge A'>,35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(954,'0000:07:08.0 - 82541GI Gigabit Ethernet Controller',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(955,'0000:00:1e.0 - 82801 PCI Bridge',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(956,'0000:08:00.2 - 80332 [Dobson] I/O processor (B-Segment Bridge)',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(957,'0000:00:06.0 - E7520 PCI Express Port C',35,6,9,9,NULL,COLOR="#BC8F8F">'2009-08-08 03:00:00',NULL),(958,'0000:09:0e.0 - MegaRAID',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(959,'0000:08:00.0 - 80332 [Dobson] I/O processor (A-Segment Bridge)',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(960,'0000:06:07.0 - 82541GI Gigabit Ethernet Controller',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(961,'0000:00:1d.1 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2',35,6,9,9,NULL,'2009-08-08 03:00:00',>NULL),(962,'0000:00:1d.2 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(963,'0000:00:1f.0 - 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(964,'0000:00:1d.7 - 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(965,'0000:00:04.0 - E7525/E7520 PCI Express Port B',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(966,'0000:00:05.0 - E7520 PCI Express Port B1',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(967,'0000:0b:0d.0 - Radeon RV100 QY [Radeon 7000/VE]',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(968,'0000:00:02.0 - E7525/E7520/E7320 PCI Express Port A',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(969,'0000:00:1d.0 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(970,'0000:01:00.2 - 80332 [Dobson] I/O processor (B-Segment Bridge)',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(971,'0000:00:00.0 - E7520 Memory Controller Hub',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(972,'0000:00:1f.1 - 82801EB/ER (ICH5/ICH5R) IDE Controller',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(973,'0000:01:00.0 - 80332 [Dobson] I/O processor (A-Segment Bridge)',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(974,'0000:05:00.2 - 6700PXH PCI Express-to-PCI Bridge B',35,6,9,9,NULL,'2009-08-08 03:00:00',NULL),(1106,'0000:00:07.0 - 82371AB/EB/MB PIIX4 ISA',31,6,9,9,NULL,'2010-03-27 03:00:00',NULL),(1107,'0000:00:07.1 - 82371AB/EB/MB PIIX4 IDE',31,6,9,9,NULL,'2010-03-27 03:00:00',NULL),(1108,'0000:00:07.2 - 82371AB/EB/MB PIIX4 USB',31,6,9,9,NULL,'2010-03-27 03:00:00',NULL),(1109,'0000:00:00.0 - 440BX/ZX/DX - 82443BX/ZX/DX Host bridge',31,6,9,9,NULLFONT>,'2010-03-27 03:00:00',NULL),(1110,'0000:00:07.3 - 82371AB/EB/MB PIIX4 ACPI',31,6,9,9,NULL,'2010-03-27 03:00:00',NULL),(1111,'0000:00:0a.0 - 3c905B 100BaseTX [Cyclone]',31,6,9,9,NULL,'2010-03-27 03:00:00',NULL),(1112,'0000:01:00.0 - NV6 [Vanta/Vanta LT]',31,6,9,9,NULL,'2010-03-27 03:00:00',NULL),(1113,'0000:00:01.0 - 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge',31,6,9,9,NULL,'2010-03-27 03:00:00',T COLOR="#A020F0">NULL),(1114,'0000:00:0e.0 - RTL8139 Ethernet',31,6,9,9,NULL,'2010-03-27 03:00:00',NULL),(1115,'0000:05:00.0 - 6700PXH PCI Express-to-PCI Bridge A',33,6,9,9,NULL,'2010-04-03 03:00:00','2011-01-08 03:00:00'),(1116,'0000:02:0e.0 - PowerEdge Expandable RAID controller 4',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1117,'0000:07:08.0 - 82541GI Gigabit Ethernet Controller',33,6,9,9,NULL,'2010-04-03 03:00:00','2011-01-08 03:00:00'ONT>),(1118,'0000:00:1e.0 - 82801 PCI Bridge',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1119,'0000:08:00.2 - 6700PXH PCI Express-to-PCI Bridge B',33,6,9,9,NULL,'2010-04-03 03:00:00','2011-01-08 03:00:00'),(1120,'0000:00:06.0 - E7520 PCI Express Port C',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1121,'0000:08:00.0 - 6700PXH PCI Express-to-PCI Bridge A',33,6,9,9,NULL,'2010-04-03 03:00:00','2011-01-08 03:00:00'),(1122,'0000:06:07.0 - 82541GI Gigabit Ethernet Controller',33,6,9,9,NULL,'2010-04-03 03:00:00','2011-01-08 03:00:00'),(1123,'0000:00:1d.1 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1124,'0000:00:1d.2 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1125,'0000:00:1f.0 - 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1126,'0000:00:1d.7 - 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1127,'0000:00:04.0 - E7525/E7520 PCI Express Port B',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1128,'0000:00:05.0 - E7520 PCI Express Port B1',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1129,'0000:0b:0d.0 - Radeon RV100 QY [Radeon 7000/VE]',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1130,'0000:00:02.0 - E7525/E7520/E7320 PCI Express Port A',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1131,'0000:00:1d.0 - 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1132,'0000:01:00.2 - 80332 [Dobson] I/O processor (B-Segment Bridge)',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1133,'0000:00:00.0 - E7520 Memory Controller Hub',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1134,'0000:00:1f.1 - 82801EB/ER (ICH5/ICH5R) IDE Controller',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1135,'0000:01:00.0 - 80332 [Dobson] I/O processor (A-Segment Bridge)',33,6,9,9,NULL,'2010-04-03 03:00:00',NULL),(1136,'0000:05:00.2 - 6700PXH PCI Express-to-PCI Bridge B',33,6,9,9,NULL,'2010-04-03 03:00:00','2011-01-08 03:00:00'),(1220,'backup.watters.com',NULL,1,9,9,'ssh wbackup','2010-12-29 13:00:00',NULL),(1221,'0000:05:00.0 - SiI 3124 PCI-X Serial ATA Controller',33,6,9,9,NULL,'2011-01-08 03:00:00',NULL),(1222,'0000:08:08.0 - 82541GI Gigabit Ethernet Controller',33,6,9,9,NULL,'2011-01-08 03:00:00',NULL),(1223,'0000:04:00.0 - Device e130',33,6,9,9,NULL,'2011-01-08 03:00:00','2012-02-13 03:00:00'),(1224,'0000:0a:00.0 - SiI 3124 PCI-X Serial ATA Controller',33,6,9,9,NULL,'2011-01-08 03:00:00',NULL),(1225,'0000:09:00.0 - Device e130',33,6,9,9,NULL,'2011-01-08 03:00:00','2012-02-13 03:00:00'),(1226,'0000:07:07.0 - 82541GI Gigabit Ethernet Controller',33,6,9,9,NULL,'2011-01-08 03:00:00',NULL),(1227,'0000:06:00.0 - 6700PXH PCI Express-to-PCI Bridge A',33,6,9,9,NULL,'2011-01-08 03:00:00',NULL),(1228,'0000:06:00.2 - 6700PXH PCI Express-to-PCI Bridge B',33,6,9,9,NULL,'2011-01-08 03:00:00',NULL),(1366,'0000:04:00.0 - PCI Express to PCI-XPI7C9X130 PCI-X Bridge',33,6,9,9,NULL,'2012-02-13 03:00:00',NULL),(1367,'0000:09:00.0 - PCI Express to PCI-XPI7C9X130 PCI-X Bridge',33,6,9,9,NULL,'2012-02-13 03:00:00',NULL),(1450,'bbcc2.watters.com',NULL,1,9,9,NULL,'2012-05-28 03:00:00',NULL),(1451,'0000:05:00.0 - PCI Express to PCI-XPI7C9X130 PCI-X Bridge',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1452,'0000:00:03.0 - 5520/5500/X58 I/O Hub PCI Express Root Port 3',1450,6,9,9,NULL,'2012-05-28 03:00:00'B>,NULL),(1453,'0000:00:1a.7 - 82801JI (ICH10 Family) USB2 EHCI Controller #2',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1454,'0000:0e:00.1 - JMB362/JMB363 Serial ATA Controller',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1455,'0000:00:1f.3 - 82801JI (ICH10 Family) SMBus Controller',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1456,'0000:00:1e.0 - 82801 PCI Bridge',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1457,'0000:04:00.0 - Device 0de1',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1458,'0000:00:1a.1 - 82801JI (ICH10 Family) USB UHCI Controller #5',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1459,'0000:00:10.0 - 5520/5500/X58 Physical and Link Layer Registers P',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1460,'0000:03:00.0 - Device 05b1',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1461,'0000:00:1d.2 - 82801JI (ICH10 Family) USB UHCI Controller #3',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1462,'0000:00:1f.0 - 82801JIR (ICH10R) LPC Interface Controller',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1463,'0000:00:1d.7 - 82801JI (ICH10 Family) USB2 EHCI Controller #1',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1464,'0000:09:00.0 - Device 05b1',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1465,'0000:04:00.1 - Device 0bea',1450,6,9,9,>NULL,'2012-05-28 03:00:00',NULL),(1466,'0000:00:1f.2 - 82801JI (ICH10 Family) 4 port SATA IDE Controller',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1467,'0000:00:1d.0 - 82801JI (ICH10 Family) USB UHCI Controller #1',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1468,'0000:0e:00.0 - JMB362/JMB363 Serial ATA Controller',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1469,'0000:00:00.0 - 5520/5500/X58 I/O Hub to ESI Port',1450,6,9,9,"#A020F0">NULL,'2012-05-28 03:00:00',NULL),(1470,'0000:0b:00.0 - SiI 3124 PCI-X Serial ATA Controller',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1471,'0000:11:06.0 - TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1472,'0000:00:10.1 - 5520/5500/X58 Routing and Protocol Layer Register',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1473,'0000:01:00.0 - Device 0194',1450,6,9,9,NULL,NT COLOR="#BC8F8F">'2012-05-28 03:00:00',NULL),(1474,'0000:0f:00.0 - RTL8111/8168B PCI Express Gigabit Ethernet contro',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1475,'0000:00:07.0 - 5520/5500/X58 I/O Hub PCI Express Root Port 7',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1476,'0000:00:13.0 - 5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controll',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1477,'0000:00:11.1 - 5520/5500 Routing & Protocol Layer Register Port ',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1478,'0000:00:1c.4 - 82801JI (ICH10 Family) PCI Express Root Port 5',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1479,'0000:02:00.0 - Device 05b1',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1480,'0000:03:02.0 - Device 05b1',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1481,'0000:09:02.0 - Device 05b1',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1482,'0000:00:14.2 - 5520/5500/X58 I/O Hub Control Status and RAS Regi',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1483,'0000:00:1f.5 - 82801JI (ICH10 Family) 2 port SATA IDE Controller',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1484,'0000:08:00.0 - Device 05b1',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1485,'0000:00:1c.0 - 82801JI (ICH10 Family) PCI Express Root Port 1',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1486,'0000:0a:00.0 - PCI Express to PCI-XPI7C9X130 PCI-X Bridge',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1487,'0000:00:1a.0 - 82801JI (ICH10 Family) USB UHCI Controller #4',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1488,'0000:00:15.0 - 5520/5500/X58 Trusted Execution Technology Regist',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1489,'0000:00:1d.1 - 82801JI (ICH10 Family) USB UHCI Controller #2',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL</B>),(1490,'0000:00:1c.5 - 82801JI (ICH10 Family) PCI Express Root Port 6',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1491,'0000:00:14.0 - 5520/5500/X58 I/O Hub System Management Registers',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1492,'0000:00:1c.3 - 82801JI (ICH10 Family) PCI Express Root Port 4',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1493,'0000:00:11.0 - 5520/5500 Physical and Link Layer Registers Port ',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1494,'0000:00:1a.2 - 82801JI (ICH10 Family) USB UHCI Controller #6',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1495,'0000:00:02.0 - 5520/5500/X58 I/O Hub PCI Express Root Port 2',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1496,'0000:00:14.1 - 5520/5500/X58 I/O Hub GPIO and Scratch Pad Regist',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1497,'0000:03:01.0 - Device 05b1',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1498,'0000:10:00.0 - RTL8111/8168B PCI Express Gigabit Ethernet contro',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(1499,'0000:06:00.0 - SiI 3124 PCI-X Serial ATA Controller',1450,6,9,9,NULL,'2012-05-28 03:00:00',NULL),(846,'carlson.scottcarlson.com',NULL,1,10,10,NULL,'2008-08-06 00:00:00',NULL),(847,'ioh.inheritanceofhope.org',17,2,11,11,'','2009-05-26 00:00:00','2010-01-01 00:00:00'),(998,'www.transformationalventures.com',17,2,11,11,'','2009-10-11 14:20:00','2010-01-01 00:00:00'),(929,'xen.skypathsystems.com',NULL,1,15,12,NULL,'2009-07-23 03:00:00',NULL),(930,'0000:00:14.3 - SB700/SB800 LPC host controller',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(931,'0000:00:13.0 - SB700/SB800 USB OHCI0 Controller',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(932,'0000:00:18.4 - Family 10h [Opteron, Athlon64, Sempron] Link Cont',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(933,'0000:02:00.0 - RTL8111/8168B PCI Express Gigabit Ethernet contro',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(934,'0000:01:05.0 - Radeon 3100 Graphics',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(935,'0000:00:06.0 - RS780 PCI to PCI bridge (PCIE port 2)',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(936,'0000:00:14.4 - SBx00 PCI to PCI Bridge',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(937,'0000:00:18.2 - Family 10h [Opteron, Athlon64, Sempron] DRAM Cont',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(938,'0000:00:14.0 - SBx00 SMBus Controller',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(939,'0000:00:12.1 - SB700 USB OHCI1 Controller',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(940,'0000:00:13.2 - SB700/SB800 USB EHCI Controller',929,6,15,12,NULL>,'2009-07-23 03:00:00',NULL),(941,'0000:00:12.0 - SB700/SB800 USB OHCI0 Controller',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(942,'0000:00:11.0 - SB700/SB800 SATA Controller [IDE mode]',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(943,'0000:00:12.2 - SB700/SB800 USB EHCI Controller',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(944,'0000:00:18.0 - Family 10h [Opteron, Athlon64, Sempron] HyperTran',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(945,'0000:00:18.1 - Family 10h [Opteron, Athlon64, Sempron] Address M',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(946,'0000:00:13.1 - SB700 USB OHCI1 Controller',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(947,'0000:00:14.1 - SB700/SB800 IDE Controller',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(948,'0000:00:14.5 - SB700/SB800 USB OHCI2 Controller',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(949,'0000:00:00.0 - RS780 Host Bridge',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(950,'0000:00:18.3 - Family 10h [Opteron, Athlon64, Sempron] Miscellan',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(951,'0000:00:01.0 - Device 9602',929,6,15,12,NULL,'2009-07-23 03:00:00',NULL),(952,'dallas.skypathsystems.com',929,2,15,12,'','2009-07-24 03:00:00',NULL),(1028,'server.lakewoodtitlellc.com',NULL,8,16,13,'Be very careful rebooting it.\r\n99.41.113.54 External\r\n192.168.1.68, GW 92.168.1.254 (maybe 190)\r\n\r\nXeon 2Ghz 2G RAM 8 Core\r\nCyberpower 685AVR UPS\r\nIntelPro 1000 * 2\r\nIntel Embedded Server RAID Tech III\r\nServer 2003 R2 SP2\r\n115G NTFS C:, 105G Free\r\n116G NTFS D:, 116G Free\r\nCA Brightstor Arc Serve Backup\r\nMaAfee\r\nPaperless Closure\r\nNo Password','2009-11-01 00:00:00',NULL),(1100,'titleserver',NULL,9,16,13,'Mary\'s computer. 192.168.1.74','2010-11-05 00:00:00',NULL),(1101,'rgm',NULL,9,16,13,'Accounting Computer, 192.168.1.65','2009-11-05 00:00:00',NULL),(1102,'kspurrier',NULL,9,16,13,'This is a WinXP home. use vnc to 192.168.1.68','2009-11-05 00:00:00',NULL),(1105,'Lexmark T632',1,5,16,13,'192.168.1.251','2010-02-15 00:00:00',NULL),(1449,'backup.lakewoodtitlellc.local',NULL,1,16,13,'','2012-04-23 03:00:00',NULL),(1027,'Als Computer',NULL,1,18,14,'RDP 99.32.228.46'>,'2009-11-30 00:00:00',NULL),(1169,'dd-app-010',NULL,3,21,15,'FoxConn R10-S4, 1G RAM, 500G Hitachi HDD','2010-07-13 00:00:00',NULL),(1188,'daisy-pc',1,1,21,15,'AMD Phenom 850 Tri-Core, 2.1GHz, 4G RAM','2010-08-15 00:00:00','2012-04-15 00:00:00'),(1245,'core',1247,2,23,16,'ssh -L localhost:3389:192.168.145.5:3389 roome<br />\r\nrdp localhost<br />\r\nOR<br />\r\nvpn roome<br />\r\nrdp 192.168.145.5\r\n','2011-01-14 00:00:00',NULL),(1246,="#BC8F8F">'fileserver.roomesurveying.local',1247,2,23,16,'ssh roome<br />\r\nssh 192.168.145.3\r\n','2011-01-15 03:00:00',NULL),(1247,'roome-xen.roomesurveying.local',NULL,1,23,16,'ssh roome','2011-01-16 14:05:00',NULL),(1248,'0000:00:1f.0 - 82801GB/GR (ICH7 Family) LPC Interface Bridge',1247,6,23,16,NULL,'2011-01-16 14:05:00',NULL),(1249,'0000:00:1d.7 - 82801G (ICH7 Family) USB2 EHCI Controller',1247,6,23,16,NULL,'2011-01-16 14:05:00','2012-07-28 03:00:00'),(1250,'0000:00:1c.4 - 82801GR/GH/GHM (ICH7 Family) PCI Express Port 5',1247,6,23,16,NULL,'2011-01-16 14:05:00',NULL),(1251,'0000:02:00.0 - RTL8111/8168B PCI Express Gigabit Ethernet contro',1247,6,23,16,NULL,'2011-01-16 14:05:00',NULL),(1252,'0000:00:02.0 - 82945G/GZ Integrated Graphics Controller',1247,6,23,16,NULL,'2011-01-16 14:05:00',NULL),(1253,'0000:00:1f.3 - 82801G (ICH7 Family) SMBus Controller',1247,6,23,16,NULL,'2011-01-16 14:05:00',>'2012-07-28 03:00:00'),(1254,'0000:00:1d.0 - 82801G (ICH7 Family) USB UHCI Controller #1',1247,6,23,16,NULL,'2011-01-16 14:05:00','2012-07-28 03:00:00'),(1255,'0000:00:1e.0 - 82801 PCI Bridge',1247,6,23,16,NULL,'2011-01-16 14:05:00',NULL),(1256,'0000:00:1f.2 - 82801GB/GR/GH (ICH7 Family) SATA IDE Controller',1247,6,23,16,NULL,'2011-01-16 14:05:00','2012-07-28 03:00:00'),(1257,'0000:00:00.0 - 82945G/GZ/P/PL Memory Controller Hub',1247,6,23,16,NULL,'2011-01-16 14:05:00',NULL),(1258,'0000:00:1d.3 - 82801G (ICH7 Family) USB UHCI Controller #4',1247,6,23,16,NULL,'2011-01-16 14:05:00','2012-07-28 03:00:00'),(1259,'0000:00:1c.0 - 82801G (ICH7 Family) PCI Express Port 1',1247,6,23,16,NULL,'2011-01-16 14:05:00','2012-07-28 03:00:00'),(1260,'0000:03:00.0 - RTL8111/8168B PCI Express Gigabit Ethernet contro',1247,6,23,16,NULL,'2011-01-16 14:05:00',NULL),(1261,'0000:00:1f.1 - 82801G (ICH7 Family) IDE Controller',1247,6,23,16,NULL,<B>'2011-01-16 14:05:00',NULL),(1262,'0000:00:1d.1 - 82801G (ICH7 Family) USB UHCI Controller #2',1247,6,23,16,NULL,'2011-01-16 14:05:00','2012-07-28 03:00:00'),(1263,'0000:00:1d.2 - 82801G (ICH7 Family) USB UHCI Controller #3',1247,6,23,16,NULL,'2011-01-16 14:05:00','2012-07-28 03:00:00'),(1264,'0000:00:1c.5 - 82801GR/GH/GHM (ICH7 Family) PCI Express Port 6',1247,6,23,16,NULL,'2011-01-16 14:05:00',NULL),(1265,'0000:04:01.1 - 82546EB Gigabit Ethernet Controller (Copper)',1247,6,23,16,NULL,'2011-01-25 03:00:00',NULL),(1266,'0000:04:01.0 - 82546EB Gigabit Ethernet Controller (Copper)',1247,6,23,16,NULL,'2011-01-25 03:00:00',NULL),(1534,'0000:00:1f.3 - N10/ICH 7 Family SMBus Controller',1247,6,23,16,NULL,'2012-07-28 03:00:00',NULL),(1535,'0000:00:1c.0 - N10/ICH 7 Family PCI Express Port 1',1247,6,23,16,NULL,'2012-07-28 03:00:00',NULL),(1536,'0000:00:1d.1 - N10/ICH 7 Family USB UHCI Controller #2',1247,6,23,16,="#A020F0">NULL,'2012-07-28 03:00:00',NULL),(1537,'0000:00:1d.2 - N10/ICH 7 Family USB UHCI Controller #3',1247,6,23,16,NULL,'2012-07-28 03:00:00',NULL),(1538,'0000:00:1d.7 - N10/ICH 7 Family USB2 EHCI Controller',1247,6,23,16,NULL,'2012-07-28 03:00:00',NULL),(1539,'0000:00:1f.2 - N10/ICH7 Family SATA IDE Controller',1247,6,23,16,NULL,'2012-07-28 03:00:00',NULL),(1540,'0000:00:1d.0 - N10/ICH 7 Family USB UHCI Controller #1',1247,6,23,16,NULLFONT>,'2012-07-28 03:00:00',NULL),(1541,'0000:00:1d.3 - N10/ICH 7 Family USB UHCI Controller #4',1247,6,23,16,NULL,'2012-07-28 03:00:00',NULL),(1297,'CommExpr001',NULL,1,24,17,'','2011-06-11 00:00:00',NULL),(1299,'fileserver.corliss.local',1031,2,25,18,'ssh corliss<br />ssh fileserver','2011-10-01 03:00:00',NULL),(1318,'calais-xen.calais.local',NULL,1,27,19,'ssh calais'NT>,'2011-11-10 03:00:00',NULL),(1319,'fileserver.calais.local',1318,1,27,19,'ssh calais<br />\r\nssh fileserver\r\n','2011-11-10 03:00:00',NULL),(1320,'0000:00:1f.0 - 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1321,'0000:00:1d.7 - 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Con',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1322,'0000:00:1e.2 - 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC\'97 Audio C',1318,6,27,19,T COLOR="#A020F0">NULL,'2011-11-10 03:00:00',NULL),(1323,'0000:00:02.0 - 82915G/GV/910GL Integrated Graphics Controller',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1324,'0000:00:1f.3 - 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Control',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1325,'0000:00:1d.0 - 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1326,'0000:00:02.1 - 82915G Integrated Graphics Controller',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1327,'0000:00:1e.0 - 82801 PCI Bridge',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1328,'0000:00:1f.2 - 82801FB/FW (ICH6/ICH6W) SATA Controller',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1329,'0000:00:00.0 - 82915G/P/GV/GL/PL/910GL Memory Controller Hub',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1330,'0000:00:1d.3 - 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4',1318,6,27,19,"#A020F0">NULL,'2011-11-10 03:00:00',NULL),(1331,'0000:00:1c.0 - 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express P',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1332,'0000:00:1f.1 - 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controlle',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1333,'0000:00:1d.1 - 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1334,'0000:00:01.0 - 82915G/P/GV/GL/PL/910GL PCI Express Root Port',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1335,'0000:00:1d.2 - 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1336,'0000:03:08.0 - 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Cont',1318,6,27,19,NULL,'2011-11-10 03:00:00',NULL),(1432,'tcm',1,1,27,19,'vpn calais<br />\r\nrdp 10.0.0.5\r\n','2012-04-15 00:00:00',NULL),(1399,'domenica.rodolico.local',NULL,2,28,20,'','2012-03-19 03:00:00',NULL),(1138,'leora.rodolico.org',NULL,1,31,20,'','2010-05-04 03:00:00',NULL),(1434,'leora.dailydata.net',NULL,1,31,20,'','2012-04-16 03:00:00',NULL),(1431,'backup.staffmasters.local',1415,2,29,21,'ssh staffmasters<br />ssh backup #192.168.1.3','2012-04-02 03:00:00',NULL);
/*!40000 ALTER TABLE `devices` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mime_types`
--

DROP TABLE IF EXISTS `mime_types`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `mime_types` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `title` varchar(20) default NULL COMMENT 'display name',
  `open_with` text COMMENT 'List of programs you can open this mime type with',
  `mime_type` varchar(64) default NULL COMMENT 'the actual MIME type for giving to the web browser when viewing',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COMMENT='MIME types understood by the program';
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `mime_types`
--

LOCK TABLES `mime_types` WRITE;
/*!40000 ALTER TABLE `mime_types` DISABLE KEYS */;
INSERT INTO `mime_types` VALUES (1,'Portable Network Gra',NULL,'image/png'),(2,'JPEG 2000',NULL,'image/jpx'),(3,'Video using OGG form',NULL,'video/ogg'),(4,'Portable Network Gra',NULL,'image/png'),(5,'JPEG 2000',NULL,'image/jpx'),(6,'Video using OGG form',NULL,'video/ogg'>);
/*!40000 ALTER TABLE `mime_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `owners`
--

DROP TABLE IF EXISTS `owners`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `owners` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `name` varchar(64) default NULL COMMENT 'short name for display',
  `notes` text COMMENT 'Any notes you want',
  `created` datetime default NULL,
  `removed` datetime default NULL COMMENT 'Date removed',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=latin1 COMMENT='holds owners information';
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `owners`
--

LOCK TABLES `owners` WRITE;
/*!40000 ALTER TABLE `owners` DISABLE KEYS */;
INSERT INTO `owners` VALUES (1,'Alphagraphics',NULL,'2007-10-24 14:21:00',NULL),(2,'C&C Directional Boring','','2008-05-28 16:40:00','2012-04-15 00:00:00'),(3,'Daily Data',NULL,'2007-09-21 03:27:00',NULL),(4,'Heads Up Technologies',NULL,'2007-09-22 13:28:00',NULL),(5,'Lori Bryant, CPA',OR="#A020F0">NULL,'2007-09-22 21:46:00',NULL),(6,'New Capital Funding',NULL,'2008-01-22 15:55:00',NULL),(7,'Vanduzen',NULL,'2007-09-22 21:32:00',NULL),(8,'Walder IP Law',NULL,'2008-02-04 15:02:00',NULL),(9,'Watters & Watters',NULL,'2007-09-24 14:38:00',NULL),(10,'Scott Carlson',NULL,<FONT COLOR="#BC8F8F">'2008-08-06 00:00:00',NULL),(11,'Servantek','','2009-05-26 00:00:00','2010-01-01 00:00:00'),(12,'Skypath',NULL,'2009-07-23 03:00:00',NULL),(13,'Lakewood Title','','2009-11-01 00:00:00',NULL),(14,'Al Teel','','2009-10-25 00:00:00',NULL),(15,'Viceroy Investments','','2010-07-13 00:00:00',NULL),(16,'Roome Land Surveying',NULL,'2011-01-14 00:00:00',NULL),(17,'Commissary Express',NULL,'2011-06-11 00:00:00',NULL),(18,'Corliss',NULL,'2011-10-01 03:00:00',NULL),(19,'Calais',NULL,'2011-11-10 03:00:00',NULL),(20,'Rodolico',NULL,'2012-03-19 03:00:00',NULL),(21,'Staffmasters',NULL,'2012-04-02 03:00:00',NULL);
/*!40000 ALTER TABLE `owners` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sites`
--

DROP TABLE IF EXISTS `sites`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `sites` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `name` varchar(64) default NULL COMMENT 'short name for display',
  `notes` text COMMENT 'Any notes you want',
  `created` datetime default NULL,
  `removed` datetime default NULL COMMENT 'Date removed',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=latin1 COMMENT='holds site information';
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `sites`
--

LOCK TABLES `sites` WRITE;
/*!40000 ALTER TABLE `sites` DISABLE KEYS */;
INSERT INTO `sites` VALUES (1,'SMU','','2007-10-24 14:21:00',NULL),(2,'C&C Directional Boring','','2008-05-28 16:40:00','2012-04-15 00:00:00'),(3,'Belmont Office','','2007-09-21 03:27:00',NULL),(4,'HUT Server Room','','2007-09-22 13:28:00',NULL),(5,'Stemmons Towers',''T>,'2007-09-22 21:46:00',NULL),(6,'I-635 & US-75','','2008-01-22 15:55:00',NULL),(7,'Vanduzen Office','','2007-09-22 21:32:00',NULL),(8,'Richardson Office','','2008-02-04 15:02:00',NULL),(9,'Watters Server Room','','2007-09-24 14:38:00',NULL),(10,'Gaston and LaVista',NULL,'2008-08-06 00:00:00',NULL),(11,'AppServe (Daily Data)','','2009-05-26 00:00:00','2010-01-01 00:00:00'),(12,'Krum Texas','','2008-05-28 16:40:00',NULL),(13,'AppServe Technologies','','2008-11-07 00:00:00','2010-09-15 00:00:00'),(14,'CoreXChange','','2007-01-01 00:00:00',NULL),(15,'Default',NULL,'2009-07-23 03:00:00',NULL),(16,'Matilda and Prospect','Internal\r\n192.168.1.0/24\r\n192.168.1.254 GW\r\nExternal\r\nRange 99.41.113.50-55\r\nGW   75.11.245.199\r\nDNS  68.94.156.1\r\n    151.164.8.20\r\n214.821.1411 or 1400\r\nPW Ojeda\'s','2009-11-01 00:00:00',NULL),(17,'Lakewood Title Office',NULL,'2009-11-07 00:00:00',NULL),(18,'Swanahoe','','2009-10-25 00:00:00',NULL),(19,'Lori Bryant\'s Office','','2009-11-01 00:00:00',OLOR="#A020F0">NULL),(20,'Al Teel\'s Office',NULL,'2009-12-15 00:00:00',NULL),(21,'2718 Fairmount Street','','2010-07-13 00:00:00',NULL),(22,'Commissary Express',NULL,'2010-07-15 00:00:00',NULL),(23,'Avenue G, Plano',NULL,'2011-01-14 00:00:00',NULL),(24,'Commissary Express Beeman',NULL,'2011-06-11 00:00:00',NULL),(25,'Southlake','','2011-10-01 03:00:00',NULL),(26,'Corliss',NULL,'2011-10-01 00:00:00',NULL),(27,'Exchange Blvd, Southlake','','2011-11-10 03:00:00',NULL),(28,'Domenica House','','2012-03-19 03:00:00',NULL),(29,'Stemmons Towers','','2012-04-02 03:00:00',NULL),(30,"#BC8F8F">'Stock','In stock at Daily Data','2012-04-15 00:00:00',NULL),(31,'Leora House',NULL,'2012-04-15 00:00:00',NULL),(32,'Staffmasters (Daily Data)',NULL,'2012-04-15 00:00:00',NULL);
/*!40000 ALTER TABLE `sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `users`
--

DROP TABLE IF EXISTS `users`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `users` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `username` varchar(64) default NULL COMMENT 'short name for display',
  `passwd` char(32) default NULL COMMENT 'encrypted password',
  `role` varchar(20) default NULL COMMENT 'determines the access user has',
  `where_clause` text COMMENT 'This can be used to limit the access the user has to records',
  `email` varchar(64) default NULL COMMENT 'email address so we can contact them',
  `notes` text COMMENT 'Any notes you want',
  `created` datetime default NULL,
  `removed` datetime default NULL COMMENT 'Date removed',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COMMENT='logins to system';
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `users`
--

LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES (1,'admin','1a1dc91c907325c69271ddf0c944bc72','Admin','1=1','admin',NULL,'2009-06-18 01:51:36',NULL),(2,'rodo@dailydata.net','432595b309b3a6e1856f4006bc4c35b4','Admin','1=1','rodo@dailydata.net',NULL,'2008-11-03 20:20:22',NULL),(3,'cait@dailydata.net',>'779f8a3a8c60f325a2171a2653d27f6e','Admin','1=1','cait@dailydata.net',NULL,'2008-11-03 20:20:28',NULL),(4,'dross@dailydata.net','6d3f5cf7042d99ff6288c064ba716386','Admin','1=1','dross@dailydata.net',NULL,'2012-06-19 21:57:40',NULL);
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2012-08-07 21:35:12