From 57ce3eaaf4ba18f314afc56c91241f93e074a88f Mon Sep 17 00:00:00 2001 From: is Date: Thu, 16 Oct 1997 21:39:10 +0000 Subject: [PATCH] Move zbus attachment to the end, so that motherboard devices don't "jump" if zbus devices of the same class are added. --- sys/arch/amiga/amiga/autoconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amiga/amiga/autoconf.c b/sys/arch/amiga/amiga/autoconf.c index e9111ab3f575..3367a3af59d6 100644 --- a/sys/arch/amiga/amiga/autoconf.c +++ b/sys/arch/amiga/amiga/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.56 1997/08/31 16:33:13 is Exp $ */ +/* $NetBSD: autoconf.c,v 1.57 1997/10/16 21:39:10 is Exp $ */ /* * Copyright (c) 1994 Christian E. Hopps @@ -281,7 +281,6 @@ mbattach(pdp, dp, auxp) config_found(dp, "idesc", simple_devprint); if (is_a4000()) /* Try to configure A4000T SCSI */ config_found(dp, "afsc", simple_devprint); - config_found(dp, "zbus", simple_devprint); if (is_a3000()) config_found(dp, "ahsc", simple_devprint); #ifdef DRACO @@ -289,6 +288,7 @@ mbattach(pdp, dp, auxp) #endif config_found(dp, "aucc", simple_devprint); + config_found(dp, "zbus", simple_devprint); } int