Re: [git pull] New firewire stack



On Thu, May 03, Olaf Hering wrote:

On Thu, May 03, Stefan Richter wrote:

ieee1394-old

Noone will seriously ship two firewire stacks, so that cant be the
issue (for distributors).

Once there is a way to easily switch between kernel releases, I'm ok
with whatever module names you pick.

This patch loads fw-sbp2 if sbp2 is still in the config file. So one can
go back and forth between releases without worry about the root
filesystem drivers.

Index: linux-2.6.21/drivers/firewire/fw-ohci.c
===================================================================
--- linux-2.6.21.orig/drivers/firewire/fw-ohci.c
+++ linux-2.6.21/drivers/firewire/fw-ohci.c
@@ -1881,6 +1881,9 @@ static struct pci_driver fw_ohci_pci_dri
MODULE_AUTHOR("Kristian Hoegsberg <krh@xxxxxxxxxxxxx>");
MODULE_DESCRIPTION("Driver for PCI OHCI IEEE1394 controllers");
MODULE_LICENSE("GPL");
+#ifndef CONFIG_IEEE1394_OHCI1394_MODULE
+MODULE_ALIAS("ohci1394");
+#endif

static int __init fw_ohci_init(void)
{
Index: linux-2.6.21/drivers/firewire/fw-sbp2.c
===================================================================
--- linux-2.6.21.orig/drivers/firewire/fw-sbp2.c
+++ linux-2.6.21/drivers/firewire/fw-sbp2.c
@@ -1150,6 +1150,9 @@ MODULE_AUTHOR("Kristian Hoegsberg <krh@b
MODULE_DESCRIPTION("SCSI over IEEE1394");
MODULE_LICENSE("GPL");
MODULE_DEVICE_TABLE(ieee1394, sbp2_id_table);
+#ifndef CONFIG_IEEE1394_SBP2_MODULE
+MODULE_ALIAS("sbp2");
+#endif

static int __init sbp2_init(void)
{

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: [git pull] New firewire stack
    ... Noone will seriously ship two firewire stacks, so that cant be the ... issue (for distributors). ... Once there is a way to easily switch between kernel releases, ...
    (Linux-Kernel)
  • Re: [git pull] New firewire stack
    ... Noone will seriously ship two firewire stacks, so that cant be the ... issue (for distributors). ...
    (Linux-Kernel)
  • RE: for loops
    ... >now, i have something written, but i cant get my value of to increase. ... > if this.value = cpass ...
    (microsoft.public.fox.programmer.exchange)
  • Re: [PATCH 2.6.19-rc3 2/2] ehea: 64K page support fix
    ... I'll send a new patch ... On Wednesday 25 October 2006 18:21, Anton Blanchard wrote: ... Cant you just use PAGE_MASK, ...
    (Linux-Kernel)
  • Re: textbox validadition
    ... >i want to pass by a text box, or if i eneter in data i want it to be ONLY 02. ... >i cant seem to get by it. ... >ENDIF ... Prev by Date: ...
    (microsoft.public.fox.programmer.exchange)

Loading