* [TRIVIAL] MODULE_ALIAS_CHARDEV_MAJOR(SCSI_TAPE_MAJOR)
@ 2005-01-16 17:18 Rene Herman
0 siblings, 0 replies; only message in thread
From: Rene Herman @ 2005-01-16 17:18 UTC (permalink / raw)
To: Kai Mäkisara; +Cc: Linux Kernel
[-- Attachment #1: Type: text/plain, Size: 55 bytes --]
Hi Kai.
Attachment allows st to be autoloaded.
Rene.
[-- Attachment #2: linux-2.6.11-rc1_scsi_tape_major.diff --]
[-- Type: text/plain, Size: 456 bytes --]
--- linux-2.6.11-rc1.orig/drivers/scsi/st.c 2004-12-26 23:33:37.000000000 +0100
+++ linux-2.6.11-rc1/drivers/scsi/st.c 2005-01-16 17:32:45.000000000 +0100
@@ -85,6 +85,7 @@
MODULE_AUTHOR("Kai Makisara");
MODULE_DESCRIPTION("SCSI Tape Driver");
MODULE_LICENSE("GPL");
+MODULE_ALIAS_CHARDEV_MAJOR(SCSI_TAPE_MAJOR);
/* Set 'perm' (4th argument) to 0 to disable module_param's definition
* of sysfs parameters (which module_param doesn't yet support).
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-16 17:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-16 17:18 [TRIVIAL] MODULE_ALIAS_CHARDEV_MAJOR(SCSI_TAPE_MAJOR) Rene Herman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox