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
..
2006-09-24 15:55:03 -07:00
2006-09-27 08:26:19 -07:00
2006-06-30 19:25:36 +02:00
2006-09-24 20:07:49 -07:00
2006-08-02 10:53:18 -04:00
2006-08-06 20:55:33 +01:00
2006-06-30 19:25:36 +02:00
2006-08-01 10:37:25 +10:00
2006-09-24 20:07:49 -07:00
2006-09-04 21:25:59 -05:00
2006-08-27 21:59:59 -05:00
2006-07-03 09:41:12 -05:00
2006-08-26 09:26:57 -05:00
2006-07-28 11:46:38 -05:00
2006-01-01 22:21:50 +01:00
2006-07-02 13:58:53 -07:00
2006-03-19 10:18:42 -06:00
2006-07-02 13:58:53 -07:00
2006-01-14 10:55:12 -06:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-07-14 09:41:13 -05:00
2005-11-09 15:44:09 -05:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-07-03 09:41:12 -05:00
2006-06-29 13:15:15 -04:00
2005-04-16 15:20:36 -07:00
2006-07-02 13:58:53 -07:00
2005-04-16 15:20:36 -07:00
2006-09-12 17:12:31 -05:00
2006-09-12 17:12:31 -05:00
2006-09-12 17:12:31 -05:00
2006-09-12 17:12:31 -05:00
2006-08-04 09:28:43 -04:00
2005-11-09 15:44:09 -05:00
2006-09-23 11:51:57 -05:00
2006-02-28 11:20:45 -06:00
2006-06-30 19:25:36 +02:00
2005-11-09 15:44:09 -05:00
2006-09-27 08:26:19 -07:00
2005-04-16 15:20:36 -07:00
2006-09-23 20:32:52 -05:00
2006-06-30 19:25:36 +02:00
2005-11-09 15:44:09 -05:00
2005-11-07 07:53:41 -08:00
2006-07-14 09:41:13 -05:00
2006-06-30 19:25:36 +02:00
2005-11-09 15:44:09 -05:00
2006-07-03 09:41:12 -05:00
2005-09-15 08:59:36 -05:00
2006-07-02 13:58:53 -07:00
2006-07-02 13:58:53 -07:00
2006-09-23 20:32:52 -05:00
2006-06-30 19:25:36 +02:00
2005-11-10 08:29:07 -06:00
2005-11-09 15:44:09 -05:00
2006-06-30 19:25:36 +02:00
2006-07-09 09:10:06 -05:00
2006-07-02 13:58:53 -07:00
2006-07-02 13:58:53 -07:00
2006-07-02 13:58:53 -07:00
2005-04-16 15:20:36 -07:00
2006-07-02 13:58:53 -07:00
2006-07-02 13:58:53 -07:00
2006-09-23 20:32:52 -05:00
2005-11-09 15:44:09 -05:00
2006-07-02 13:58:53 -07:00
2005-11-09 15:44:09 -05:00
2006-09-23 20:28:19 -05:00
2006-09-23 20:28:19 -05:00
2005-04-16 15:20:36 -07:00
2006-07-02 13:58:53 -07:00
2006-08-23 15:33:07 -07:00
2006-06-23 23:15:54 -07:00
2006-07-02 13:58:53 -07:00
2006-08-06 15:59:26 -05:00
2005-11-09 15:48:20 -05:00
2006-07-02 13:58:53 -07:00
2006-07-02 13:58:53 -07:00
2005-04-16 15:20:36 -07:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2006-08-06 15:59:26 -05:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2006-06-10 10:24:40 -05:00
2006-06-10 10:24:40 -05:00
2006-06-10 10:24:40 -05:00
2006-07-02 13:58:53 -07:00
2006-06-10 10:24:40 -05:00
2006-09-12 17:12:31 -05:00
2006-09-12 17:12:31 -05:00
2006-08-31 11:18:03 -04:00
2005-04-16 15:20:36 -07:00
2006-08-27 21:59:59 -05:00
2006-06-10 10:36:13 -05:00
2006-07-02 13:58:53 -07:00
2005-11-09 15:44:09 -05:00
2006-08-27 11:01:32 -07:00
2006-06-30 19:25:36 +02:00
2006-06-26 18:19:23 +02:00
2006-07-02 13:58:53 -07:00
2005-11-09 15:44:09 -05:00
2006-07-02 13:58:53 -07:00
2006-06-30 19:25:36 +02:00
2006-08-06 15:50:50 -05:00
2006-08-06 15:51:12 -05:00
2006-07-02 13:58:53 -07:00
2005-11-10 08:29:07 -06:00
2006-09-23 15:33:43 -05:00
2006-09-23 15:33:43 -05:00
2006-07-14 09:41:13 -05:00
2006-09-24 01:52:47 -04:00
2006-07-02 13:58:53 -07:00
2006-09-02 13:37:40 -05:00
2006-08-01 10:37:25 +10:00
2005-04-16 15:20:36 -07:00
2006-06-25 10:00:58 -07:00
2006-06-25 10:00:58 -07:00
2005-06-17 12:04:45 -05:00
2006-09-24 01:52:47 -04:00
2005-11-09 15:44:09 -05:00
2006-09-23 11:53:09 -05:00
2006-02-12 11:11:09 -06:00
2006-09-25 21:08:37 -07:00
2005-04-16 15:20:36 -07:00
2005-11-10 08:29:07 -06:00
2005-11-09 15:44:09 -05:00
2006-09-12 17:12:31 -05:00
2006-09-12 17:12:31 -05:00
2006-06-26 09:58:18 -07:00
2006-06-30 19:25:36 +02:00
2006-06-10 10:45:30 -05:00
2006-07-26 07:30:45 -07:00
2006-06-30 19:25:36 +02:00
2006-07-02 13:58:53 -07:00
2005-06-17 12:04:45 -05:00
2006-07-12 12:03:43 -04:00
2005-04-16 15:20:36 -07:00
2006-07-02 13:58:53 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-07-03 09:41:12 -05:00
2005-11-09 07:55:57 -08:00
2006-07-02 13:58:53 -07:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-06-23 07:43:02 -07:00
2006-06-30 19:25:36 +02:00
2006-07-02 13:58:53 -07:00
2005-11-09 15:44:09 -05:00
2005-11-10 08:29:07 -06:00
2006-07-14 09:41:13 -05:00
2005-11-09 15:48:20 -05:00
2006-06-30 19:25:36 +02:00
2006-06-26 18:19:23 +02:00
2005-11-09 15:44:09 -05:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-20 12:53:13 -05:00
2005-05-20 12:53:13 -05:00
2005-05-20 12:53:13 -05:00
2006-07-03 09:41:12 -05:00
2005-08-02 11:43:52 -05:00
2005-10-28 21:10:16 -05:00
2005-06-17 12:04:45 -05:00
2005-11-09 15:44:09 -05:00
2005-04-16 15:20:36 -07:00
2006-07-14 09:41:13 -05:00
2005-04-16 15:20:36 -07:00
2006-06-10 10:45:30 -05:00
2005-04-16 15:20:36 -07:00
2006-09-23 17:37:44 -05:00
2005-04-16 15:20:36 -07:00
2006-06-26 09:30:00 -05:00
2006-09-13 07:32:14 -07:00
2006-07-28 09:04:09 +02:00
2006-08-19 13:31:53 -07:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00
2006-09-02 15:33:49 -05:00
2006-09-02 15:33:49 -05:00
2006-08-06 15:59:26 -05:00
2006-06-28 12:40:54 -04:00
2006-09-07 10:08:43 -05:00
2005-04-16 15:20:36 -07:00
2006-06-30 19:25:36 +02:00
2006-05-20 00:39:08 -04:00
2006-09-23 22:07:20 -05:00
2006-09-02 13:37:43 -05:00
2006-09-07 15:16:44 -05:00
2006-09-23 20:53:53 -05:00
2006-06-10 16:24:40 -05:00
2006-09-24 19:49:01 -07:00
2006-08-19 13:39:11 -07:00
2006-06-26 16:33:10 -05:00
2006-09-02 13:37:47 -05:00
2006-07-14 09:41:13 -05:00
2005-11-09 15:44:09 -05:00
2006-08-26 09:25:06 -05:00
2006-09-12 17:12:31 -05:00
2006-09-27 08:26:19 -07:00
2006-03-23 07:38:09 -08:00
2006-06-30 19:25:36 +02:00
2006-07-09 11:56:44 -05:00
2006-03-23 07:38:09 -08:00
2005-04-16 15:20:36 -07:00
2006-07-09 11:27:03 -05:00
2006-06-29 11:06:30 -04:00
2006-09-02 13:57:28 -05:00
2006-07-14 09:41:13 -05:00
2005-11-09 15:44:09 -05:00
2005-11-09 15:44:09 -05:00
2005-11-09 15:44:09 -05:00
2006-07-14 09:41:13 -05:00
2005-11-09 15:44:09 -05:00
2005-11-09 15:44:09 -05:00
2006-07-02 13:58:53 -07:00
2005-11-09 15:44:09 -05:00
2006-07-02 13:58:53 -07:00
2006-06-30 19:25:36 +02:00
2006-07-02 13:58:53 -07:00
2006-09-07 12:39:34 -05:00
2006-09-07 12:39:34 -05:00
2006-07-14 09:41:13 -05:00
2006-06-30 19:25:36 +02:00
2006-07-02 13:58:53 -07:00
2006-07-02 13:58:53 -07:00