Re: via agp patches

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Greg KH
Date: Friday, May 30, 2008 - 5:32 pm

Looks like this adds a new device id, I have no idea why they remove
another one at the same time...

---
 drivers/char/agp/via-agp.c |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

--- a/drivers/char/agp/via-agp.c
+++ b/drivers/char/agp/via-agp.c
@@ -389,11 +389,6 @@ static struct agp_device_ids via_agp_dev
 		.device_id  = PCI_DEVICE_ID_VIA_VT3324,
 		.chipset_name   = "CX700",
 	},
-	/* VT3336 */
-	{
-		.device_id  = PCI_DEVICE_ID_VIA_VT3336,
-		.chipset_name   = "VT3336",
-	},
 	/* P4M890 */
 	{
 		.device_id  = PCI_DEVICE_ID_VIA_P4M890,
@@ -546,8 +541,8 @@ static const struct pci_device_id agp_vi
 	ID(PCI_DEVICE_ID_VIA_3296_0),
 	ID(PCI_DEVICE_ID_VIA_P4M800CE),
 	ID(PCI_DEVICE_ID_VIA_VT3324),
-	ID(PCI_DEVICE_ID_VIA_VT3336),
 	ID(PCI_DEVICE_ID_VIA_P4M890),
+	ID(PCI_DEVICE_ID_VIA_VT3364),
 	{ }
 };
 
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
via agp patches, Greg KH, (Fri May 30, 5:32 pm)
Re: via agp patches, Greg KH, (Fri May 30, 5:32 pm)
Re: via agp patches, Greg KH, (Fri May 30, 5:33 pm)
Re: via agp patches, Greg KH, (Fri May 30, 5:34 pm)
Re: via agp patches, Alan Cox, (Sat May 31, 5:25 am)
Re: via agp patches, Dave Jones, (Sat May 31, 7:47 am)
Re: via agp patches, Jason L Tibbitts III, (Sat May 31, 9:48 am)
Re: via agp patches, Greg KH, (Sat May 31, 10:41 am)
Re: via agp patches, Greg KH, (Sat May 31, 10:43 am)
Re: via agp patches, Alan Cox, (Sat May 31, 12:44 pm)
Re: via agp patches, Dave Airlie, (Sat May 31, 3:50 pm)
Re: via agp patches, Dave Jones, (Thu Jun 5, 10:45 am)
Re: via agp patches, Greg KH, (Thu Jun 5, 6:44 pm)
Re: via agp patches, Greg KH, (Thu Jun 5, 6:45 pm)