This adds a device table to the bcm43xx module so that it gets
automatically loaded by hotplug.

--- linux/drivers/net/wireless/bcm43xx/bcm43xx_main.c~  2006-01-03 
04:35:26.000000000 +0000
+++ linux/drivers/net/wireless/bcm43xx/bcm43xx_main.c   2006-01-03 
04:35:29.000000000 +0000
@@ -139,6 +139,7 @@ static struct pci_device_id bcm43xx_pci_
        /* required last entry */
        { 0, },
 };
+MODULE_DEVICE_TABLE(pci, bcm43xx_pci_tbl);
 
 static void bcm43xx_recover_from_fatal(struct bcm43xx_private *bcm, const char 
*error);
 static void bcm43xx_free_board(struct bcm43xx_private *bcm);

-- 
dwmw2

_______________________________________________
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
http://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to