From b3567b75c3cd3bfbd433605e3c29b97d6d2e8f9c Mon Sep 17 00:00:00 2001 From: is Date: Tue, 22 Jul 1997 15:03:22 +0000 Subject: [PATCH] Fix PR 3907 by Thorsten Frueauf, using his first method. --- sys/arch/amiga/amiga/autoconf.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sys/arch/amiga/amiga/autoconf.c b/sys/arch/amiga/amiga/autoconf.c index ca4ddaeedf01..957279c67ad2 100644 --- a/sys/arch/amiga/amiga/autoconf.c +++ b/sys/arch/amiga/amiga/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.52 1997/07/19 00:01:52 is Exp $ */ +/* $NetBSD: autoconf.c,v 1.53 1997/07/22 15:03:22 is Exp $ */ /* * Copyright (c) 1994 Christian E. Hopps @@ -252,7 +252,12 @@ mbattach(pdp, dp, auxp) config_found(dp, "clock", simple_devprint); if (is_a3000() || is_a4000()) { config_found(dp, "a34kbbc", simple_devprint); - } else if (!is_draco() && !is_a1200()) { + } else if ( +#ifdef DRACO + !is_draco() && +#endif + !is_a1200()) { + config_found(dp, "a2kbbc", simple_devprint); } #ifdef DRACO