From: niklas Date: Sat, 4 May 1996 20:04:28 +0000 (+0000) Subject: From NetBSD: X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2cfbec5b01210082bcfc8580ab59307dada2284f;p=openbsd From NetBSD: Amiga's have two mouse ports --- diff --git a/sys/arch/amiga/amiga/autoconf.c b/sys/arch/amiga/amiga/autoconf.c index b2c5ef5681f..21e27e544ef 100644 --- a/sys/arch/amiga/amiga/autoconf.c +++ b/sys/arch/amiga/amiga/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.3 1996/05/02 06:43:11 niklas Exp $ */ +/* $OpenBSD: autoconf.c,v 1.4 1996/05/04 20:04:28 niklas Exp $ */ /* $NetBSD: autoconf.c,v 1.34 1996/04/27 20:48:47 veego Exp $ */ /* @@ -202,6 +202,7 @@ mbattach(pdp, dp, auxp) config_found(dp, "par", simple_devprint); config_found(dp, "kbd", simple_devprint); config_found(dp, "ms", simple_devprint); + config_found(dp, "ms", simple_devprint); config_found(dp, "grfcc", simple_devprint); config_found(dp, "fdc", simple_devprint); if (is_a4000() || is_a1200())