From: Matthew Wilcox Date: Mon, 30 Jul 2007 03:46:15 +0000 (-0600) Subject: [SCSI] advansys: Convert to PCI driver model X-Git-Tag: v2.6.24-rc1~1290^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e77d8b50633241d34cd9e64626d39d0a8cd2c0;p=pandora-kernel.git [SCSI] advansys: Convert to PCI driver model - Add a pci_driver interface for the PCI advansys devices (for ISA/EISA/VLB devices, we still call advansys_detect). - Many functions are converted from __init to __devinit to allow hotplug PCI to work. - Only keep devices found by advansys_detect in the asc_host list. - Rename asc_board_count to asc_legacy_count. New asc_board_count is only used to generate a unique name for each device. - Remove some now-unused macros and struct definitions Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed