diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-11-17 13:12:38 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-11-17 13:12:38 +0000 |
commit | 41f99e41332891c5337bbf4b16c64ea74a087619 (patch) | |
tree | 9a0795b8d878d536b0196af6af4fe411c1db4303 /h-source/Application/Include | |
parent | f6be8393e8a8062a6c2f0d2607dc36b2a4ca884b (diff) |
added some PCI classes inside hardware.php (RAID adapters class)
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/hardware.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index 2cd6ed6..c5c216f 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -78,6 +78,8 @@ class Hardware '0c00' => 'hostcontrollers', '0c03' => 'hostcontrollers', '0780' => 'hostcontrollers', + '0607' => 'hostcontrollers', + '0e00' => 'raidadapters', ); public static $icons = array( |