Hi Darrick, On Mon, 06 Oct 2008 18:19:04 -0700, Darrick J. Wong wrote: > > Signed-off-by: Darrick J. Wong <djwong at us.ibm.com> > --- > > drivers/hwmon/i5k_amb.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/drivers/hwmon/i5k_amb.c b/drivers/hwmon/i5k_amb.c > index 2ede938..bf153ae 100644 > --- a/drivers/hwmon/i5k_amb.c > +++ b/drivers/hwmon/i5k_amb.c > @@ -605,3 +605,6 @@ MODULE_LICENSE("GPL"); > > module_init(i5k_amb_init); > module_exit(i5k_amb_exit); > + > +MODULE_ALIAS("pci:v00008086d000025F0sv*sd*bc*sc*i*"); > +MODULE_ALIAS("pci:v00008086d00004030sv*sd*bc*sc*i*"); This looks wrong to me. If these PCI devices provide the feature this driver supports, then why is this a platform driver and not a PCI driver? You would get the right module aliases for free. -- Jean Delvare