Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/atari Try to search for an isa bus during con...



details:   https://anonhg.NetBSD.org/src/rev/037eb772fa24
branches:  trunk
changeset: 510832:037eb772fa24
user:      leo <leo%NetBSD.org@localhost>
date:      Thu Jun 07 08:35:29 2001 +0000

description:
Try to search for an isa bus during console configuration too... Otherwise,
we miss the console keyboard on the Milan.

diffstat:

 sys/arch/atari/atari/autoconf.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 737f568402d8 -r 037eb772fa24 sys/arch/atari/atari/autoconf.c
--- a/sys/arch/atari/atari/autoconf.c   Thu Jun 07 08:01:19 2001 +0000
+++ b/sys/arch/atari/atari/autoconf.c   Thu Jun 07 08:35:29 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.35 2000/09/28 07:26:48 leo Exp $        */
+/*     $NetBSD: autoconf.c,v 1.36 2001/06/07 08:35:29 leo Exp $        */
 
 /*
  * Copyright (c) 1995 Leo Weppelman
@@ -140,6 +140,7 @@
         * a PCI card for both wscons and grfabs.
         */
        atari_config_found(cf, NULL, "pcibus", NULL);
+       atari_config_found(cf, NULL, "isabus", NULL);
        atari_config_found(cf, NULL, "grfbus", NULL);
 }
 



Home | Main Index | Thread Index | Old Index