mptfc.c (1ae6d167793c3b293114335f474adfc0ef5438ed) | mptfc.c (2899836f9430664d5eab9f0b08f964b975dfc230) |
---|---|
1/* 2 * linux/drivers/message/fusion/mptfc.c 3 * For use with LSI PCI chip/adapter(s) 4 * running LSI Fusion MPT (Message Passing Technology) firmware. 5 * 6 * Copyright (c) 1999-2008 LSI Corporation 7 * (mailto:DL-MPTFusionLinux@lsi.com) 8 * --- 115 unchanged lines hidden (view full) --- 124 .eh_bus_reset_handler = mptfc_bus_reset, 125 .eh_host_reset_handler = mptscsih_host_reset, 126 .bios_param = mptscsih_bios_param, 127 .can_queue = MPT_FC_CAN_QUEUE, 128 .this_id = -1, 129 .sg_tablesize = MPT_SCSI_SG_DEPTH, 130 .max_sectors = 8192, 131 .cmd_per_lun = 7, | 1/* 2 * linux/drivers/message/fusion/mptfc.c 3 * For use with LSI PCI chip/adapter(s) 4 * running LSI Fusion MPT (Message Passing Technology) firmware. 5 * 6 * Copyright (c) 1999-2008 LSI Corporation 7 * (mailto:DL-MPTFusionLinux@lsi.com) 8 * --- 115 unchanged lines hidden (view full) --- 124 .eh_bus_reset_handler = mptfc_bus_reset, 125 .eh_host_reset_handler = mptscsih_host_reset, 126 .bios_param = mptscsih_bios_param, 127 .can_queue = MPT_FC_CAN_QUEUE, 128 .this_id = -1, 129 .sg_tablesize = MPT_SCSI_SG_DEPTH, 130 .max_sectors = 8192, 131 .cmd_per_lun = 7, |
132 .shost_attrs = mptscsih_host_attrs, | 132 .shost_groups = mptscsih_host_attr_groups, |
133}; 134 135/**************************************************************************** 136 * Supported hardware 137 */ 138 139static struct pci_device_id mptfc_pci_table[] = { 140 { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVICEID_FC909, --- 1412 unchanged lines hidden --- | 133}; 134 135/**************************************************************************** 136 * Supported hardware 137 */ 138 139static struct pci_device_id mptfc_pci_table[] = { 140 { PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVICEID_FC909, --- 1412 unchanged lines hidden --- |