summaryrefslogtreecommitdiffstats
path: root/installer/default_files/hwdata
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-07-24 00:24:23 +0200
committerDirk von Suchodoletz2006-07-24 00:24:23 +0200
commitfc00da9d4e627ee0022337e41df745cb40b9479c (patch)
treee399a6a6c0f967847534f4ddab9ca3ecc14b95dc /installer/default_files/hwdata
parentCheck-in of basic configuration database design: (diff)
downloadcore-fc00da9d4e627ee0022337e41df745cb40b9479c.tar.gz
core-fc00da9d4e627ee0022337e41df745cb40b9479c.tar.xz
core-fc00da9d4e627ee0022337e41df745cb40b9479c.zip
Added function for URI interpretation, enabling URI notation for several
sources (fileget, fileservice, ...), moved local configurable hardware configuration (pcitable.local, Cards.local) to central config directory on server (added to hwdata files by mkdxsinitrd) ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@285 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/default_files/hwdata')
-rw-r--r--installer/default_files/hwdata/Cards.local23
-rw-r--r--installer/default_files/hwdata/pcitable.local17
2 files changed, 40 insertions, 0 deletions
diff --git a/installer/default_files/hwdata/Cards.local b/installer/default_files/hwdata/Cards.local
new file mode 100644
index 00000000..6e36e5b0
--- /dev/null
+++ b/installer/default_files/hwdata/Cards.local
@@ -0,0 +1,23 @@
+#~/usr/share/hwdata/Cards.local
+#
+# Description: 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
+#
+# Copyright: (c) 2006 - RZ Universitaet Freiburg
+# (c) 2006 - odlx.org project
+#
+# Version: 0.0.1b
+
+# Dell GX620
+NAME Intel 945
+CHIPSET Intel 945
+DRIVER i810
+NOCLOCKPROBE
+
+# IBM X41
+NAME Intel 915GM
+CHIPSET Intel 915
+DRIVER i810
+NOCLOCKPROBE
diff --git a/installer/default_files/hwdata/pcitable.local b/installer/default_files/hwdata/pcitable.local
new file mode 100644
index 00000000..6b3f4764
--- /dev/null
+++ b/installer/default_files/hwdata/pcitable.local
@@ -0,0 +1,17 @@
+#~/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
+#
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 23-07-2006
+#
+# Copyright: (c) 2006 - RZ Universitaet Freiburg
+# (c) 2006 - odlx.org project
+#
+# Version: 0.0.1a
+
+0x8086 0x2592 "Card:Intel 915GM"
+0x8086 0x2772 "Card:Intel 945"
+0x8086 0x2792 "Card:Intel 915GM"