diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-28 18:49:15 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-28 18:49:15 +0000 |
commit | f04f949651b96cab3d3791ba42240dde6002b3f0 (patch) | |
tree | dd665bb92e0fd6bd265d1216b7b309dc4647a1f8 /lst | |
parent | dac66457586ce61d62d3cbee723b3041a001fa17 (diff) | |
download | ldetect-lst-f04f949651b96cab3d3791ba42240dde6002b3f0.tar ldetect-lst-f04f949651b96cab3d3791ba42240dde6002b3f0.tar.gz ldetect-lst-f04f949651b96cab3d3791ba42240dde6002b3f0.tar.bz2 ldetect-lst-f04f949651b96cab3d3791ba42240dde6002b3f0.tar.xz ldetect-lst-f04f949651b96cab3d3791ba42240dde6002b3f0.zip |
use vboxvideo in VirtualBox guests (from Frederic Crozat)
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Cards+ | 5 | ||||
-rw-r--r-- | lst/pcitable | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -393,6 +393,11 @@ DRIVER sunffb NAME VMware virtual video card DRIVER vmware +# VirtualBox virtual video cards + +NAME VirtualBox virtual video card +DRIVER vboxvideo + # Misc END diff --git a/lst/pcitable b/lst/pcitable index ddb96a6d..93c09a3b 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2077,6 +2077,7 @@ 0x8086 0x7127 "Card:Intel 810 and later" 0x8086 0x7196 "slamr" 0x8086 0x7800 "Card:Intel 740-based cards" +0x80ee 0xbeef "Card:VirtualBox virtual video card" 0x9412 0x6565 "generic" 0xe159 0x0001 0x0059 0x0001 "ISDN:hisax,type=20" 0xe159 0x0002 0x0051 0x0001 "ISDN:sedlfax" |