diff options
| author | Michael Janczyk | 2006-07-08 19:27:02 +0200 |
|---|---|---|
| committer | Michael Janczyk | 2006-07-08 19:27:02 +0200 |
| commit | e9680d43d5251dcde974c76439bfc5df89c63aec (patch) | |
| tree | de647729f8249a038780c4cdae5338b9c56a2d2b /initrd/initrd-stuff | |
| parent | Fixes for vm-udev, addition of glx-check for ATI, see HardwareErkennung (diff) | |
| download | core-e9680d43d5251dcde974c76439bfc5df89c63aec.tar.gz core-e9680d43d5251dcde974c76439bfc5df89c63aec.tar.xz core-e9680d43d5251dcde974c76439bfc5df89c63aec.zip | |
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
Diffstat (limited to 'initrd/initrd-stuff')
| -rw-r--r-- | initrd/initrd-stuff/usr/share/hwdata/Cards | 6 | ||||
| -rw-r--r-- | initrd/initrd-stuff/usr/share/hwdata/Cards.local | 16 | ||||
| -rw-r--r-- | initrd/initrd-stuff/usr/share/hwdata/pcitable | 1 | ||||
| -rw-r--r-- | initrd/initrd-stuff/usr/share/hwdata/pcitable.local | 15 |
4 files changed, 38 insertions, 0 deletions
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 <dirk@goe.net>, 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 <dirk@goe.net>, 08-07-2006 +# +# Copyright: (c) 2006 - RZ Universitaet Freiburg +# (c) 2006 - odlx.org project +# +# Version: 0.0.1a + +0x8086 0x2772 "Card:Intel 945" |
