diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2003-11-02 22:29:32 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-11-02 22:29:32 -0800 |
| commit | f63ca3bc141b31fc96e63265d073f7a9d51613ae (patch) | |
| tree | d437ebb8ae7756566ccc5db73151bb455a7947d1 /drivers | |
| parent | f733bc48143c1ed15f1137e9d09e63641587bd8a (diff) | |
| parent | 51c9a1e662b08bdf53ffd0afa0d490595d96bac8 (diff) | |
Merge nuts.ninka.net:/disk1/davem/BK/network-2.5
into nuts.ninka.net:/disk1/davem/BK/net-2.5
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/char/agp/sis-agp.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/char/agp/sis-agp.c b/drivers/char/agp/sis-agp.c index e370f9ac5344..6fff11a23c3c 100644 --- a/drivers/char/agp/sis-agp.c +++ b/drivers/char/agp/sis-agp.c @@ -142,6 +142,10 @@ static struct agp_device_ids sis_agp_device_ids[] __devinitdata = .chipset_name = "655", }, { + .device_id = PCI_DEVICE_ID_SI_661, + .chipset_name = "661", + }, + { .device_id = PCI_DEVICE_ID_SI_730, .chipset_name = "730", }, @@ -154,6 +158,10 @@ static struct agp_device_ids sis_agp_device_ids[] __devinitdata = .chipset_name = "740", }, { + .device_id = PCI_DEVICE_ID_SI_741, + .chipset_name = "741", + }, + { .device_id = PCI_DEVICE_ID_SI_745, .chipset_name = "745", }, @@ -161,6 +169,10 @@ static struct agp_device_ids sis_agp_device_ids[] __devinitdata = .device_id = PCI_DEVICE_ID_SI_746, .chipset_name = "746", }, + { + .device_id = PCI_DEVICE_ID_SI_760, + .chipset_name = "760", + }, { }, /* dummy final entry, always present */ }; |
