Kristian Høgsberg wrote: > Signed-off-by: Kristian Hoegsberg <[EMAIL PROTECTED]> > --- > drivers/Kconfig | 2 > drivers/Makefile | 1 > drivers/firewire/Kconfig | 23 + > drivers/firewire/Makefile | 7 > drivers/firewire/fw-card.c | 384 +++++++++++++++++++ > drivers/firewire/fw-iso.c | 136 +++++++ > drivers/firewire/fw-topology.c | 446 +++++++++++++++++++++++ > drivers/firewire/fw-topology.h | 84 ++++ > drivers/firewire/fw-transaction.c | 730 > +++++++++++++++++++++++++++++++++++++ > drivers/firewire/fw-transaction.h | 422 +++++++++++++++++++++ > 10 files changed, 2235 insertions(+), 0 deletions(-) > > diff --git a/drivers/Kconfig b/drivers/Kconfig > index e7da9fa..c651556 100644 > --- a/drivers/Kconfig > +++ b/drivers/Kconfig > @@ -30,6 +30,8 @@ source "drivers/md/Kconfig" > > source "drivers/message/fusion/Kconfig" > > +source "drivers/firewire/Kconfig" > + > source "drivers/ieee1394/Kconfig" > > source "drivers/message/i2o/Kconfig" [...]
Would anybody mind if I pick this up for linux1394-2.6.git's master branch? --- This would mean it appears in the next -mm. (Personally, I would prefer it being stuffed into drivers/ieee1394, thus preparing for a _potential_ point in time when the kernel config option of old stack vs. new stack vs. both stacks condenses to a radio button in a single IEEE 1394 config menu, and for a potential brief period during which both stacks live in mainline together that way. But if nobody else complains, I'll include it as drivers/firewire.) -- Stefan Richter -=====-=-==- ==-- =-=-- http://arcgraph.de/sr/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

