From e9680d43d5251dcde974c76439bfc5df89c63aec Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Sat, 8 Jul 2006 17:27:02 +0000 Subject: Added detection of i945G graphics adaptor. Local changes should go to ''pcitables.local'' and ''Cards.local'', see HardwareErkennung ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@278 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/initrd-stuff/usr/share/hwdata/Cards | 6 ++++++ initrd/initrd-stuff/usr/share/hwdata/Cards.local | 16 ++++++++++++++++ initrd/initrd-stuff/usr/share/hwdata/pcitable | 1 + initrd/initrd-stuff/usr/share/hwdata/pcitable.local | 15 +++++++++++++++ 4 files changed, 38 insertions(+) create mode 100644 initrd/initrd-stuff/usr/share/hwdata/Cards.local create mode 100644 initrd/initrd-stuff/usr/share/hwdata/pcitable.local (limited to 'initrd/initrd-stuff/usr/share') diff --git a/initrd/initrd-stuff/usr/share/hwdata/Cards b/initrd/initrd-stuff/usr/share/hwdata/Cards index 1009a3e7..7a36e079 100644 --- a/initrd/initrd-stuff/usr/share/hwdata/Cards +++ b/initrd/initrd-stuff/usr/share/hwdata/Cards @@ -4017,6 +4017,12 @@ NAME Intel 915 DRIVER i810 NOCLOCKPROBE +NAME Intel 945 +CHIPSET Intel 945 +DRIVER i810 +NOCLOCKPROBE + + ###################################################################### # 3Dfx Hardware # diff --git a/initrd/initrd-stuff/usr/share/hwdata/Cards.local b/initrd/initrd-stuff/usr/share/hwdata/Cards.local new file mode 100644 index 00000000..82de1257 --- /dev/null +++ b/initrd/initrd-stuff/usr/share/hwdata/Cards.local @@ -0,0 +1,16 @@ +#~/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 , 08-07-2006 +# +# Copyright: (c) 2006 - RZ Universitaet Freiburg +# (c) 2006 - odlx.org project +# +# Version: 0.0.1a + +NAME Intel 945 +CHIPSET Intel 945 +DRIVER i810 +NOCLOCKPROBE diff --git a/initrd/initrd-stuff/usr/share/hwdata/pcitable b/initrd/initrd-stuff/usr/share/hwdata/pcitable index 91b25771..7daecc47 100644 --- a/initrd/initrd-stuff/usr/share/hwdata/pcitable +++ b/initrd/initrd-stuff/usr/share/hwdata/pcitable @@ -1056,6 +1056,7 @@ 0x8086 0x2582 "Card:Intel 915" 0x8086 0x2652 "ata_piix" 0x8086 0x2653 "ata_piix" +0x8086 0x2772 "Card:Intel 945" 0x8086 0x3092 "i2o_block" 0x8086 0x3577 "Card:Intel 830" 0x8086 0x3582 "Card:Intel 852" diff --git a/initrd/initrd-stuff/usr/share/hwdata/pcitable.local b/initrd/initrd-stuff/usr/share/hwdata/pcitable.local new file mode 100644 index 00000000..a5307580 --- /dev/null +++ b/initrd/initrd-stuff/usr/share/hwdata/pcitable.local @@ -0,0 +1,15 @@ +#~/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 , 08-07-2006 +# +# Copyright: (c) 2006 - RZ Universitaet Freiburg +# (c) 2006 - odlx.org project +# +# Version: 0.0.1a + +0x8086 0x2772 "Card:Intel 945" -- cgit v1.2.3-55-g7522