|
@@ -180,11 +180,14 @@ static u8 adpt_read_blink_led(adpt_hba* host)
|
|
|
*============================================================================
|
|
|
*/
|
|
|
|
|
|
+#ifdef MODULE
|
|
|
static struct pci_device_id dptids[] = {
|
|
|
{ PCI_DPT_VENDOR_ID, PCI_DPT_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID,},
|
|
|
{ PCI_DPT_VENDOR_ID, PCI_DPT_RAPTOR_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID,},
|
|
|
{ 0, }
|
|
|
};
|
|
|
+#endif
|
|
|
+
|
|
|
MODULE_DEVICE_TABLE(pci,dptids);
|
|
|
|
|
|
static int adpt_detect(struct scsi_host_template* sht)
|