* [rfc patch] firewire: prefix modules with firewire- instead of fw-
@ 2007-05-25 11:54 Stefan Richter
2007-05-25 13:01 ` Kristian Høgsberg
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Richter @ 2007-05-25 11:54 UTC (permalink / raw)
To: linux1394-user; +Cc: Kristian Høgsberg, linux1394-devel, linux-kernel
Of course everybody immediately associates "fw-" with FireWire, not
firmware or firewall or whatever. But "firewire-" has a nice ring to
it too.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
---
So everybody, do you prefer the longer names?
Alas this RFC is a little bit late before release,
but perhaps not too late.
drivers/firewire/Kconfig | 14 +++++++-------
drivers/firewire/Makefile | 12 +++++++-----
2 files changed, 14 insertions(+), 12 deletions(-)
Index: linux/drivers/firewire/Kconfig
===================================================================
--- linux.orig/drivers/firewire/Kconfig
+++ linux/drivers/firewire/Kconfig
@@ -18,7 +18,7 @@ config FIREWIRE
your IEEE 1394 adapter.
To compile this driver as a module, say M here: the module will be
- called fw-core.
+ called firewire-core.
This is the "JUJU" FireWire stack, an alternative implementation
designed for robustness and simplicity. You can build either this
@@ -34,11 +34,11 @@ config FIREWIRE_OHCI
is the only chipset in use, so say Y here.
To compile this driver as a module, say M here: The module will be
- called fw-ohci.
+ called firewire-ohci.
If you also build ohci1394 of the classic IEEE 1394 driver stack,
- blacklist either ohci1394 or fw-ohci to let hotplug load the desired
- driver.
+ blacklist either ohci1394 or firewire-ohci to let hotplug load the
+ desired driver.
config FIREWIRE_SBP2
tristate "Support for storage devices (SBP-2 protocol driver)"
@@ -50,12 +50,12 @@ config FIREWIRE_SBP2
like scanners.
To compile this driver as a module, say M here: The module will be
- called fw-sbp2.
+ called firewire-sbp2.
You should also enable support for disks, CD-ROMs, etc. in the SCSI
configuration section.
If you also build sbp2 of the classic IEEE 1394 driver stack,
- blacklist either sbp2 or fw-sbp2 to let hotplug load the desired
- driver.
+ blacklist either sbp2 or firewire-sbp2 to let hotplug load the
+ desired driver.
Index: linux/drivers/firewire/Makefile
===================================================================
--- linux.orig/drivers/firewire/Makefile
+++ linux/drivers/firewire/Makefile
@@ -2,9 +2,11 @@
# Makefile for the Linux IEEE 1394 implementation
#
-fw-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
- fw-device.o fw-cdev.o
+firewire-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
+ fw-device.o fw-cdev.o
+firewire-ohci-y += fw-ohci.o
+firewire-sbp2-y += fw-sbp2.o
-obj-$(CONFIG_FIREWIRE) += fw-core.o
-obj-$(CONFIG_FIREWIRE_OHCI) += fw-ohci.o
-obj-$(CONFIG_FIREWIRE_SBP2) += fw-sbp2.o
+obj-$(CONFIG_FIREWIRE) += firewire-core.o
+obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
+obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o
--
Stefan Richter
-=====-=-=== -=-= ==--=
http://arcgraph.de/sr/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [rfc patch] firewire: prefix modules with firewire- instead of fw-
2007-05-25 11:54 [rfc patch] firewire: prefix modules with firewire- instead of fw- Stefan Richter
@ 2007-05-25 13:01 ` Kristian Høgsberg
0 siblings, 0 replies; 2+ messages in thread
From: Kristian Høgsberg @ 2007-05-25 13:01 UTC (permalink / raw)
To: Stefan Richter
Cc: linux1394-user, Kristian Høgsberg, linux1394-devel, linux-kernel
On 5/25/07, Stefan Richter <stefanr@s5r6.in-berlin.de> wrote:
> Of course everybody immediately associates "fw-" with FireWire, not
> firmware or firewall or whatever. But "firewire-" has a nice ring to
> it too.
It's fine with me. I like the less ambiguous names better, and I
don't think the length of the names is a problem. If you end up
typing the module names too much, you're doing something wrong or
working on the firewire stack, in which case you're screwed anyway :)
Kristian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-25 13:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-25 11:54 [rfc patch] firewire: prefix modules with firewire- instead of fw- Stefan Richter
2007-05-25 13:01 ` Kristian Høgsberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®