From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Thu, 11 Oct 2001 00:00:30 +0000 Subject: Re: Adaptec SlimSCSI 1480A Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Wed, Oct 10, 2001 at 11:28:22PM +0200, christophe barbe wrote: > After further investigation, it appears that : > > . My card is sometimes detected. > it looks like a mechanical problem. After 20 insertion, the card is > finally datected and I see: > cs: cb_alloc(bus 20): vendor 0x9004, device 0x6075 > PCI: Enabling device 14:00.0 (0000 -> 0003) > > . The driver is not loaded automatically. > If I understand correctly it is because the aic7xxx is not define in the > /lib/modules/2.4.11/modules.pcimaps file. > > Why AIC7xxx is not define in modules.pcimaps ? Because the author of that driver has not included the proper chunk of code in the driver. Could you add the line: MODULE_DEVICE_TABLE(pci, ahc_linux_pci_id_table); at the end of aic7xxx_linux_pci.c, rebuild everything, reinstall the modules, and then see if the autoloading stuff works? thanks, greg k-h _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel