diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | lst/pcitable | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.230 +VERSION := 0.1.231 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') diff --git a/lst/pcitable b/lst/pcitable index 7739e4a5..ef6477fa 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2185,6 +2185,9 @@ 0x8086 0x2a02 "Card:Intel 810 and later" 0x8086 0x2a12 "Card:Intel 810 and later" 0x8086 0x2a42 "Card:Intel 810 and later" +0x8086 0x2e02 "Card:Intel 810 and later" +0x8086 0x2e12 "Card:Intel 810 and later" +0x8086 0x2e22 "Card:Intel 810 and later" 0x8086 0x3577 "Card:Intel 810 and later" 0x8086 0x3582 "Card:Intel 810 and later" 0x8086 0x5002 "Card:Intel Vermilion-based cards" |