summaryrefslogtreecommitdiffstats
path: root/installer/default_files
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-11-13 10:16:49 +0100
committerDirk von Suchodoletz2006-11-13 10:16:49 +0100
commit8cfddeb45e7ca75c5d251995ee29bed7d317033f (patch)
treeb7297a95918a4905d06fbc6ebad8bef69a02ead7 /installer/default_files
parentbugfix (diff)
downloadcore-8cfddeb45e7ca75c5d251995ee29bed7d317033f.tar.gz
core-8cfddeb45e7ca75c5d251995ee29bed7d317033f.tar.xz
core-8cfddeb45e7ca75c5d251995ee29bed7d317033f.zip
Add some specific hardware to be detected (NVidia graphics adaptor)
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@508 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/default_files')
-rw-r--r--installer/default_files/hwdata/Cards.local17
-rw-r--r--installer/default_files/hwdata/pcitable.local16
2 files changed, 17 insertions, 16 deletions
diff --git a/installer/default_files/hwdata/Cards.local b/installer/default_files/hwdata/Cards.local
index 6e36e5b0..9681574c 100644
--- a/installer/default_files/hwdata/Cards.local
+++ b/installer/default_files/hwdata/Cards.local
@@ -1,14 +1,12 @@
#~/usr/share/hwdata/Cards.local
#
-# Description: local changes to the Cards file. All additions should be
-# documented here, so that they are not lost ...
+# local changes to the Cards file. All additions should be documented here,
+# so that they are not lost ...
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 23-07-2006
+# Dirk von Suchodoletz <dvs@OpenSLX.com>, 11-11-2006
#
-# Copyright: (c) 2006 - RZ Universitaet Freiburg
-# (c) 2006 - odlx.org project
-#
-# Version: 0.0.1b
+# (c) 2006 - RZ Universitaet Freiburg
+# (c) 2006 - OpenSLX.ORG Project
# Dell GX620
NAME Intel 945
@@ -21,3 +19,8 @@ NAME Intel 915GM
CHIPSET Intel 915
DRIVER i810
NOCLOCKPROBE
+
+# onboard NVidia grafix chip
+NAME NVIDIA GeForce 6100
+DRIVER nv
+NOCLOCKPROBE
diff --git a/installer/default_files/hwdata/pcitable.local b/installer/default_files/hwdata/pcitable.local
index 19439191..ffe1dc15 100644
--- a/installer/default_files/hwdata/pcitable.local
+++ b/installer/default_files/hwdata/pcitable.local
@@ -1,18 +1,16 @@
#~/usr/share/hwdata/pcitable.local
#
-# Description: local changes to the pcitables file. All additions should be
-# documented here, so that they are not lost ...
-# this file seems to be part of RedHat (and others) hardware
-# detection tool suite
+# local changes to the pcitables file. All additions should be documented
+# here, so that they are not lost ... the pcitable file seems to be part of
+# RedHat (and others) hardware detection tool suite
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 23-07-2006
+# Dirk von Suchodoletz <dvs@OpenSLX.com>, 11-11-2006
#
-# Copyright: (c) 2006 - RZ Universitaet Freiburg
-# (c) 2006 - odlx.org project
-#
-# Version: 0.0.1a
+# (c) 2006 - RZ Universitaet Freiburg
+# (c) 2006 - OpenSLX.ORG Project
0x8086 0x2592 "Card:Intel 915GM"
0x8086 0x2772 "Card:Intel 945"
0x8086 0x2792 "Card:Intel 915GM"
0x8086 0x2592 "Card:Intel 915"
+0x10de 0x0242 "Card:NVIDIA Geforce 6100"