Automatic merge of /spare/repo/netdev-2.6 branch smc91x
[powerpc.git] / drivers / scsi / lasi700.c
index 29f250c..4cbb618 100644 (file)
@@ -131,6 +131,7 @@ lasi700_probe(struct parisc_device *dev)
        if (!host)
                goto out_kfree;
        host->this_id = 7;
+       host->base = base;
        host->irq = dev->irq;
        if(request_irq(dev->irq, NCR_700_intr, SA_SHIRQ, "lasi700", host)) {
                printk(KERN_ERR "lasi700: request_irq failed!\n");