From: Ville S. <sy...@sc...> - 2009-06-26 09:55:06
|
On Wed, Jun 24, 2009 at 10:13:34PM -0700, Joe Perches wrote: <snip> > + { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_RAGE128_TS), rage_128_ultra }, > + { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_RAGE128_TT), rage_128_ultra }, > + { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_RAGE128_TU), rage_128_ultra }, > { 0, } > }; Perhaps there should be a PCI_VDDEVICE() or something for this type of stuff? Would make things even shorter. Also PCI_VDEVICE() does not use named initializers for some reason. Might be worth fixing. It seems your script missed atyfb. It could use PCI_VDEVICE() too. -- Ville Syrjälä sy...@sc... http://www.sci.fi/~syrjala/ |