android_kernel_xiaomi_sm7250/drivers/scsi
Michael Tokarev 07563c711f [PATCH] EISA bus MODALIAS attributes support
Add modalias attribute support for the almost forgotten now EISA bus and
(at least some) EISA-aware modules.

The modalias entry looks like (for an 3c509 NIC):

 eisa:sTCM5093

and the in-module alias like:

 eisa:sTCM5093*

The patch moves struct eisa_device_id declaration from include/linux/eisa.h
to include/linux/mod_devicetable.h (so that the former now #includes the
latter), adds proper MODULE_DEVICE_TABLE(eisa, ...) statements for all
drivers with EISA IDs I found (some drivers already have that DEVICE_TABLE
declared), and adds recognision of __mod_eisa_device_table to
scripts/mod/file2alias.c so that proper modules.alias will be generated.

There's no support for /lib/modules/$kver/modules.eisamap, as it's not used
by any existing tools, and because with in-kernel modalias mechanism those
maps are obsolete anyway.

The rationale for this patch is:

 a) to make EISA bus to act as other busses with modalias
    support, to unify driver loading

 b) to foget about EISA finally - with this patch, kernel
    (who still supports EISA) will be the only one who knows
    how to choose the necessary drivers for this bus ;)

[akpm@osdl.org: fix the kbuild bit]
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Acked-the-net-bits-by: Jeff Garzik <jeff@garzik.org>
Acked-the-tulip-bit-by: Valerie Henson <val_henson@linux.intel.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-09-27 08:26:19 -07:00
..
aacraid [PATCH] missing include (free_irq() use) 2006-09-24 15:55:03 -07:00
aic7xxx [PATCH] EISA bus MODALIAS attributes support 2006-09-27 08:26:19 -07:00
aic7xxx_old
aic94xx [PATCH] fix idiocy in asd_init_lseq_mdp() 2006-09-24 20:07:49 -07:00
arcmsr [SCSI] arcmsr: fix up sysfs values 2006-08-02 10:53:18 -04:00
arm [ARM] Fix Acorn platform SCSI driver build failures 2006-08-06 20:55:33 +01:00
dpt
ibmvscsi Merge branch 'merge' 2006-08-01 10:37:25 +10:00
libsas [PATCH] SCSI gfp_t annotations 2006-09-24 20:07:49 -07:00
lpfc [SCSI] lpfc 8.1.10 : Change version number to 8.1.10 2006-09-04 21:25:59 -05:00
megaraid Merge ../linux-2.6 2006-08-27 21:59:59 -05:00
pcmcia
qla2xxx [SCSI] qla2xxx: Update version number to 8.01.07-k1. 2006-08-26 09:26:57 -05:00
sym53c8xx_2 [SCSI] sym2: claim only "Storage" class 2006-07-28 11:46:38 -05:00
.gitignore
3w-9xxx.c
3w-9xxx.h
3w-xxxx.c
3w-xxxx.h
53c7xx_d.h_shipped
53c7xx_u.h_shipped
53c7xx.c [SCSI] More buffer->request_buffer changes 2006-07-14 09:41:13 -05:00
53c7xx.h
53c7xx.scr
53c700_d.h_shipped
53c700.c
53c700.h
53c700.scr
a100u2w.c
a100u2w.h
a2091.c [SCSI] wd33c93: Scsi_Cmnd convertion 2006-09-12 17:12:31 -05:00
a2091.h [SCSI] wd33c93: Scsi_Cmnd convertion 2006-09-12 17:12:31 -05:00
a3000.c [SCSI] wd33c93: Scsi_Cmnd convertion 2006-09-12 17:12:31 -05:00
a3000.h [SCSI] wd33c93: Scsi_Cmnd convertion 2006-09-12 17:12:31 -05:00
advansys.c [SCSI] advansys pci tweaks. 2006-08-04 09:28:43 -04:00
advansys.h
aha152x.c [SCSI] aha152x: remove static host array 2006-09-23 11:51:57 -05:00
aha152x.h
aha1542.c
aha1542.h
aha1740.c [PATCH] EISA bus MODALIAS attributes support 2006-09-27 08:26:19 -07:00
aha1740.h
aic7xxx_old.c [SCSI] Switch some more scsi drivers to pci_get_device and refcounted pci structures 2006-09-23 20:32:52 -05:00
amiga7xx.c
amiga7xx.h
atari_dma_emul.c
atari_NCR5380.c [SCSI] More buffer->request_buffer changes 2006-07-14 09:41:13 -05:00
atari_scsi.c
atari_scsi.h
atp870u.c
atp870u.h
blz1230.c
blz2060.c
BusLogic.c [SCSI] Switch some more scsi drivers to pci_get_device and refcounted pci structures 2006-09-23 20:32:52 -05:00
BusLogic.h
bvme6000.c
bvme6000.h
ch.c
constants.c
cyberstorm.c
cyberstormII.c
dc395x.c
dc395x.h
dec_esp.c
dmx3191d.c
dpt_i2o.c [SCSI] Switch some more scsi drivers to pci_get_device and refcounted pci structures 2006-09-23 20:32:52 -05:00
dpti.h
dtc.c
dtc.h
eata_generic.h [SCSI] eata_pio cleanup and PCI fix 2006-09-23 20:28:19 -05:00
eata_pio.c [SCSI] eata_pio cleanup and PCI fix 2006-09-23 20:28:19 -05:00
eata_pio.h
eata.c
esp.c [SCSI] esp: Fix build on SUN4. 2006-08-23 15:33:07 -07:00
esp.h
fastlane.c
fcal.c [SCSI] Improve inquiry printing 2006-08-06 15:59:26 -05:00
fcal.h
fd_mcs.c
fdomain.c
fdomain.h
FlashPoint.c
g_NCR5380_mmio.c
g_NCR5380.c [SCSI] Improve inquiry printing 2006-08-06 15:59:26 -05:00
g_NCR5380.h
gdth_ioctl.h
gdth_kcompat.h
gdth_proc.c
gdth_proc.h
gdth.c
gdth.h
gvp11.c [SCSI] wd33c93: Scsi_Cmnd convertion 2006-09-12 17:12:31 -05:00
gvp11.h [SCSI] wd33c93: Scsi_Cmnd convertion 2006-09-12 17:12:31 -05:00
hosts.c [SCSI] add shared tag map helpers 2006-08-31 11:18:03 -04:00
hosts.h
hptiop.c Merge ../linux-2.6 2006-08-27 21:59:59 -05:00
hptiop.h
ibmmca.c
ibmmca.h
ide-scsi.c [PATCH] lockdep: annotate idescsi_pc_intr() 2006-08-27 11:01:32 -07:00
imm.c
imm.h
in2000.c
in2000.h
initio.c
initio.h
ipr.c [SCSI] ipr: Auto sense handling fix 2006-08-06 15:50:50 -05:00
ipr.h [SCSI] ipr: Bump driver version to 2.1.4 2006-08-06 15:51:12 -05:00
ips.c
ips.h
iscsi_tcp.c Merge mulgrave-w:git/scsi-misc-2.6 2006-09-23 15:33:43 -05:00
iscsi_tcp.h Merge mulgrave-w:git/scsi-misc-2.6 2006-09-23 15:33:43 -05:00
jazz_esp.c [SCSI] More buffer->request_buffer changes 2006-07-14 09:41:13 -05:00
Kconfig Merge branch 'master' into upstream 2006-09-24 01:52:47 -04:00
lasi700.c
libiscsi.c [SCSI] libiscsi: don't call into lld to cleanup task 2006-09-02 13:37:40 -05:00
mac53c94.c Merge branch 'merge' 2006-08-01 10:37:25 +10:00
mac53c94.h
mac_esp.c
mac_scsi.c
mac_scsi.h
Makefile Merge branch 'master' into upstream 2006-09-24 01:52:47 -04:00
mca_53c9x.c
megaraid.c [SCSI] megaraid: Make megaraid_ioctl() check copy_to_user() return value 2006-09-23 11:53:09 -05:00
megaraid.h
mesh.c fix broken/dubious driver suspend() methods 2006-09-25 21:08:37 -07:00
mesh.h
mvme16x.c
mvme16x.h
mvme147.c [SCSI] wd33c93: Scsi_Cmnd convertion 2006-09-12 17:12:31 -05:00
mvme147.h [SCSI] wd33c93: Scsi_Cmnd convertion 2006-09-12 17:12:31 -05:00
ncr53c8xx.c
ncr53c8xx.h
NCR53c406a.c
NCR53C9x.c [PATCH] fix compile regression for a few scsi drivers 2006-07-26 07:30:45 -07:00
NCR53C9x.h
NCR5380.c
NCR5380.h
NCR_D700.c
NCR_D700.h
NCR_Q720.c
NCR_Q720.h
nsp32_debug.c
nsp32_io.h
nsp32.c
nsp32.h
oktagon_esp.c
oktagon_io.S
osst_detect.h
osst_options.h
osst.c
osst.h
pas16.c
pas16.h
pci2000.h
pluto.c [SCSI] More buffer->request_buffer changes 2006-07-14 09:41:13 -05:00
pluto.h
ppa.c
ppa.h
psi240i.c
psi240i.h
psi_chip.h
ql1040_fw.h
ql1280_fw.h
ql12160_fw.h
qla1280.c
qla1280.h
qlogicfas408.c
qlogicfas408.h
qlogicfas.c
qlogicpti_asm.c
qlogicpti.c [SCSI] More buffer->request_buffer changes 2006-07-14 09:41:13 -05:00
qlogicpti.h
raid_class.c
script_asm.pl
scsi_debug.c [SCSI] scsi_debug version 1.80 2006-09-23 17:37:44 -05:00
scsi_debug.h
scsi_devinfo.c
scsi_error.c [PATCH] SCSI: lockdep annotation in scsi_send_eh_cmnd 2006-09-13 07:32:14 -07:00
scsi_ioctl.c [PATCH] scsi: kill overeager "not-ready" messages 2006-07-28 09:04:09 +02:00
scsi_lib.c [SCSI] limit recursion when flushing shost->starved_list 2006-08-19 13:31:53 -07:00
scsi_logging.h
scsi_module.c
scsi_netlink.c [SCSI] SCSI and FC Transport: add netlink support for posting of transport events 2006-09-02 15:33:49 -05:00
scsi_priv.h [SCSI] SCSI and FC Transport: add netlink support for posting of transport events 2006-09-02 15:33:49 -05:00
scsi_proc.c [SCSI] Improve inquiry printing 2006-08-06 15:59:26 -05:00
scsi_sas_internal.h
scsi_scan.c [SCSI] Fix refcount breakage with 'echo "1" > scan' when target already present 2006-09-07 10:08:43 -05:00
scsi_sysctl.c
scsi_sysfs.c
scsi_transport_api.h
scsi_transport_fc.c [SCSI] scsi_transport_fc: fixup netlink arguments 2006-09-23 22:07:20 -05:00
scsi_transport_iscsi.c [SCSI] iscsi class: update version 2006-09-02 13:37:43 -05:00
scsi_transport_sas.c [SCSI] scsi_transport_sas: make minimum and maximum linkrate settable quantities 2006-09-07 15:16:44 -05:00
scsi_transport_spi.c [SCSI] SPI transport class: misc DV fixes 2006-09-23 20:53:53 -05:00
scsi_typedefs.h
scsi.c [PATCH] Revert ABI-breaking change in /proc 2006-09-24 19:49:01 -07:00
scsi.h [SCSI] remove unnecessary includes of linux/config.h from drivers/scsi/ 2006-08-19 13:39:11 -07:00
scsicam.c
sd.c [SCSI] Wrong size information for devices with disabled read access 2006-09-02 13:37:47 -05:00
seagate.c [SCSI] More buffer->request_buffer changes 2006-07-14 09:41:13 -05:00
seagate.h
sg.c [SCSI] sg: fix incorrect page problem 2006-08-26 09:25:06 -05:00
sgiwd93.c [SCSI] wd33c93: Scsi_Cmnd convertion 2006-09-12 17:12:31 -05:00
sim710.c [PATCH] EISA bus MODALIAS attributes support 2006-09-27 08:26:19 -07:00
sr_ioctl.c
sr_vendor.c
sr.c
sr.h
st_options.h
st.c
st.h
stex.c [SCSI] add failure return to scsi_init_shared_tag_map() 2006-09-02 13:57:28 -05:00
sun3_NCR5380.c [SCSI] More buffer->request_buffer changes 2006-07-14 09:41:13 -05:00
sun3_scsi_vme.c
sun3_scsi.c
sun3_scsi.h
sun3x_esp.c [SCSI] More buffer->request_buffer changes 2006-07-14 09:41:13 -05:00
sym53c416.c
sym53c416.h
t128.c
t128.h
tmscsim.c
tmscsim.h
u14-34f.c
ultrastor.c [SCSI] scsi-driver ultrastore replace Scsi_Cmnd with struct scsi_cmnd 2006-09-07 12:39:34 -05:00
ultrastor.h [SCSI] scsi-driver ultrastore replace Scsi_Cmnd with struct scsi_cmnd 2006-09-07 12:39:34 -05:00
wd33c93.c [SCSI] More buffer->request_buffer changes 2006-07-14 09:41:13 -05:00
wd33c93.h
wd7000.c
zalon.c