Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/amiga idesc(4) does no longer exist



details:   https://anonhg.NetBSD.org/src/rev/e7bac7bcc2da
branches:  trunk
changeset: 755055:e7bac7bcc2da
user:      phx <phx%NetBSD.org@localhost>
date:      Fri May 21 12:56:47 2010 +0000

description:
idesc(4) does no longer exist

diffstat:

 sys/arch/amiga/amiga/autoconf.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 53ea6e7c1c91 -r e7bac7bcc2da sys/arch/amiga/amiga/autoconf.c
--- a/sys/arch/amiga/amiga/autoconf.c   Fri May 21 12:52:14 2010 +0000
+++ b/sys/arch/amiga/amiga/autoconf.c   Fri May 21 12:56:47 2010 +0000
@@ -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())



Home | Main Index | Thread Index | Old Index