diff options
Diffstat (limited to 'sys/dev/ofw/ofbus.c')
-rw-r--r-- | sys/dev/ofw/ofbus.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/ofw/ofbus.c b/sys/dev/ofw/ofbus.c index 50d2614734e..033cf010af5 100644 --- a/sys/dev/ofw/ofbus.c +++ b/sys/dev/ofw/ofbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ofbus.c,v 1.12 2002/03/14 01:26:58 millert Exp $ */ +/* $OpenBSD: ofbus.c,v 1.13 2003/10/31 04:08:10 drahn Exp $ */ /* $NetBSD: ofbus.c,v 1.3 1996/10/13 01:38:11 christos Exp $ */ /* @@ -167,9 +167,6 @@ ofbprobe(parent, cf, aux) return 1; } -#ifdef __powerpc__ -void uni_n_config(int); -#endif /* __powerpc__ */ void ofbattach(parent, dev, aux) struct device *parent, *dev; @@ -206,10 +203,6 @@ ofbattach(parent, dev, aux) units = 2; #endif -#ifdef __powerpc__ - } else if (!strcmp(name, "uni-n")) { - uni_n_config(ofp->phandle); -#endif /* __powerpc__ */ } } for (child = OF_child(ofp->phandle); child; child = OF_peer(child)) { |