[PATCH 09/11] [POWERPC] iSeries: move detection of virtual tapes

2007-09-23 Thread Stephen Rothwell
Now we will only have entries in the device tree for the actual existing devices (including their OS/400 properties). This way viotape.c gets all the information about the devices from the device tree. Signed-off-by: Stephen Rothwell [EMAIL PROTECTED] --- arch/powerpc/platforms/iseries/dt.c |

Re: [PATCH 09/11] [POWERPC] iSeries: move detection of virtual tapes

2007-09-21 Thread Christoph Hellwig
+#if defined(CONFIG_VIOTAPE) || defined(CONFIG_VIOTAPE_MODULE) +/* Handle interrupt events for tape */ +static void __init handle_tape_event(struct HvLpEvent *event) +{ + struct vio_waitevent *we; + struct viotapelpevent *tevent = (struct viotapelpevent *)event; I think we should

Re: [PATCH 09/11] [POWERPC] iSeries: move detection of virtual tapes

2007-09-21 Thread Stephen Rothwell
On Fri, 21 Sep 2007 10:29:52 +0200 Christoph Hellwig [EMAIL PROTECTED] wrote: I think we should generate these device tree entires unconditionally. They're just a conversion of what the iseries firmware/hypervisor provides and not dependent on a specific driver. (dito for the other patches