Module Name:    src
Committed By:   phx
Date:           Fri May 21 12:56:48 UTC 2010

Modified Files:
        src/sys/arch/amiga/amiga: autoconf.c

Log Message:
idesc(4) does no longer exist


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/amiga/amiga/autoconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amiga/amiga/autoconf.c
diff -u src/sys/arch/amiga/amiga/autoconf.c:1.104 src/sys/arch/amiga/amiga/autoconf.c:1.105
--- src/sys/arch/amiga/amiga/autoconf.c:1.104	Tue May 19 18:39:26 2009
+++ src/sys/arch/amiga/amiga/autoconf.c	Fri May 21 12:56:47 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: autoconf.c,v 1.104 2009/05/19 18:39:26 phx Exp $	*/
+/*	$NetBSD: autoconf.c,v 1.105 2010/05/21 12:56:47 phx Exp $	*/
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.104 2009/05/19 18:39:26 phx Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.105 2010/05/21 12:56:47 phx Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -284,10 +284,8 @@
 		config_found(dp, __UNCONST("amidisplaycc"), simple_devprint);
 		config_found(dp, __UNCONST("fdc"), simple_devprint);
 	}
-	if (is_a4000() || is_a1200()) {
+	if (is_a4000() || is_a1200())
 		config_found(dp, __UNCONST("wdc"), simple_devprint);
-		config_found(dp, __UNCONST("idesc"), simple_devprint);
-	}
 	if (is_a4000())			/* Try to configure A4000T SCSI */
 		config_found(dp, __UNCONST("afsc"), simple_devprint);
 	if (is_a3000())

Reply via email to