diff options
| -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" |
