OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [drivers/] [net/] [Space.c] - Diff between revs 199 and 743

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 199 Rev 743
Line 98... Line 98...
extern int de620_probe(struct device *);
extern int de620_probe(struct device *);
/* The shaper hook */
/* The shaper hook */
extern int shaper_probe(struct device *);
extern int shaper_probe(struct device *);
/* Red Creek PCI hook */
/* Red Creek PCI hook */
extern int rcpci_probe(struct device *);
extern int rcpci_probe(struct device *);
 
extern int oeth_probe(struct device *);
 
 
static int
static int
ethif_probe(struct device *dev)
ethif_probe(struct device *dev)
{
{
    u_long base_addr = dev->base_addr;
    u_long base_addr = dev->base_addr;
Line 273... Line 274...
        && tlan_probe(dev)
        && tlan_probe(dev)
#endif
#endif
#ifdef CONFIG_LANCE
#ifdef CONFIG_LANCE
        && lance_probe(dev)
        && lance_probe(dev)
#endif
#endif
 
#ifdef CONFIG_OETH
 
        && oeth_probe(dev)
 
#endif
        && 1 ) {
        && 1 ) {
        return 1;       /* -ENODEV or -EAGAIN would be more accurate. */
        return 1;       /* -ENODEV or -EAGAIN would be more accurate. */
    }
    }
    return 0;
    return 0;
}
}

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.