diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lst/pcitable | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- add support for desktop and mobile Intel Core i3/i5 integrated + graphics adapters - add support for Intel B43 graphics adapter - disable NVidia propretary driver on 0x10de:0x0110 as it segfaults on 2010.0 diff --git a/lst/pcitable b/lst/pcitable index c478f763..ab29b690 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1950,6 +1950,8 @@ 0x5333 0x9102 "Card:S3 Savage-based cards" 0x5333 0xb031 "Card:S3 8xx / 9xx / Trio / Aurora64V+-based cards" 0x8086 0x0039 "tulip" +0x8086 0x0042 "Card:Intel 810 and later" +0x8086 0x0046 "Card:Intel 810 and later" 0x8086 0x0600 "gdth" 0x8086 0x0601 "gdth" 0x8086 0x1132 "Card:Intel 810 and later" |