X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fsun3lance.c;h=359452a06c67d7160e444ee3ab893afec2747f6d;hb=0bacdf303f72a3ed34252934114bc04e79222687;hp=f8d46134dacaeaa16f66a2d98b8ce2faad4616f2;hpb=ecaedfa385a6df297e17d6e9f296cc63f12c053f;p=linux-2.6 diff --git a/drivers/net/sun3lance.c b/drivers/net/sun3lance.c index f8d46134da..359452a06c 100644 --- a/drivers/net/sun3lance.c +++ b/drivers/net/sun3lance.c @@ -250,6 +250,9 @@ struct net_device * __init sun3lance_probe(int unit) static int found; int err = -ENODEV; + if (!MACH_IS_SUN3 && !MACH_IS_SUN3X) + return ERR_PTR(-ENODEV); + /* check that this machine has an onboard lance */ switch(idprom->id_machtype) { case SM_SUN3|SM_3_50: