diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | lst/pcitable | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.225 +VERSION := 0.1.226 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 423ab461..bca1b69c 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -489,7 +489,7 @@ 0x100b 0x0020 "natsemi" 0x100b 0x0022 "ns83820" 0x100b 0x002d "cs5535" -0x100b 0x0030 "Card:NSC" +0x100b 0x0030 "Card:AMD Geode GX/LX" 0x100b 0x0104 "Card:NSC" 0x100b 0x0502 "sc1200" 0x100b 0x0504 "Card:NSC" @@ -537,7 +537,7 @@ 0x1022 0x1103 "amd64_agp" 0x1022 0x2000 "pcnet32" 0x1022 0x2001 "pcnet32" -0x1022 0x2081 "unknown" +0x1022 0x2081 "Card:AMD Geode GX/LX" 0x1022 0x7446 "slamr" 0x1022 0x7454 "amd64_agp" 0x1023 0x2000 "snd_trident" |