Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/conf Regen from GENERIC.in rev 1.84:



details:   https://anonhg.NetBSD.org/src/rev/b2e250373439
branches:  trunk
changeset: 752981:b2e250373439
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Mar 13 16:31:38 2010 +0000

description:
Regen from GENERIC.in rev 1.84:
> Add support for the SMC Elite Ultra Ethernet with the SMC_TT VME-ISA bridge.

diffstat:

 sys/arch/atari/conf/ATARITT      |  5 +++--
 sys/arch/atari/conf/FALCON       |  4 ++--
 sys/arch/atari/conf/HADES        |  4 ++--
 sys/arch/atari/conf/MILAN-ISAIDE |  4 ++--
 sys/arch/atari/conf/MILAN-PCIIDE |  4 ++--
 sys/arch/atari/conf/SMALL030     |  4 ++--
 6 files changed, 13 insertions(+), 12 deletions(-)

diffs (113 lines):

diff -r b7cdbd5fa95f -r b2e250373439 sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT       Sat Mar 13 16:30:02 2010 +0000
+++ b/sys/arch/atari/conf/ATARITT       Sat Mar 13 16:31:38 2010 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: ATARITT,v 1.96 2010/02/21 18:00:13 tsutsui Exp $
+# $NetBSD: ATARITT,v 1.97 2010/03/13 16:31:38 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.84 2010/03/13 16:30:02 tsutsui Exp $
 include "arch/atari/conf/std.atari"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -111,6 +111,7 @@
 vme0 at avmebus0
 le0 at vme0 irq 5 # Lance ethernet (Riebl/PAM).
 le0 at vme0 irq 4 # Lance ethernet (BVME410).
+we0 at vme0 irq 4 # SMC Elite Ultra with SMC_TT VME-ISA bridge
 et0 at vme0 # Crazy Dots II
 scsibus* at scsi? # SCSI bus
 sd* at scsibus? target ? lun ? # SCSI disk drives
diff -r b7cdbd5fa95f -r b2e250373439 sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON        Sat Mar 13 16:30:02 2010 +0000
+++ b/sys/arch/atari/conf/FALCON        Sat Mar 13 16:31:38 2010 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: FALCON,v 1.93 2010/02/21 18:00:13 tsutsui Exp $
+# $NetBSD: FALCON,v 1.94 2010/03/13 16:31:38 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.84 2010/03/13 16:30:02 tsutsui Exp $
 include "arch/atari/conf/std.atari"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
diff -r b7cdbd5fa95f -r b2e250373439 sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Sat Mar 13 16:30:02 2010 +0000
+++ b/sys/arch/atari/conf/HADES Sat Mar 13 16:31:38 2010 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: HADES,v 1.85 2010/02/21 18:00:13 tsutsui Exp $
+# $NetBSD: HADES,v 1.86 2010/03/13 16:31:38 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: HADES.in,v 1.9 2009/01/24 00:19:47 abs Exp $
-#              NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.84 2010/03/13 16:30:02 tsutsui Exp $
 include "arch/atari/conf/std.hades"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
diff -r b7cdbd5fa95f -r b2e250373439 sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE  Sat Mar 13 16:30:02 2010 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE  Sat Mar 13 16:31:38 2010 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.62 2010/02/21 18:00:14 tsutsui Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.63 2010/03/13 16:31:38 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: MILAN.in,v 1.23 2009/12/23 09:17:41 mbalmer Exp $
-#              NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.84 2010/03/13 16:30:02 tsutsui Exp $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
diff -r b7cdbd5fa95f -r b2e250373439 sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE  Sat Mar 13 16:30:02 2010 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE  Sat Mar 13 16:31:38 2010 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-PCIIDE,v 1.66 2010/02/21 18:00:14 tsutsui Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.67 2010/03/13 16:31:38 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: MILAN.in,v 1.23 2009/12/23 09:17:41 mbalmer Exp $
-#              NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.84 2010/03/13 16:30:02 tsutsui Exp $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
diff -r b7cdbd5fa95f -r b2e250373439 sys/arch/atari/conf/SMALL030
--- a/sys/arch/atari/conf/SMALL030      Sat Mar 13 16:30:02 2010 +0000
+++ b/sys/arch/atari/conf/SMALL030      Sat Mar 13 16:31:38 2010 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: SMALL030,v 1.4 2010/02/21 18:00:13 tsutsui Exp $
+# $NetBSD: SMALL030,v 1.5 2010/03/13 16:31:38 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.84 2010/03/13 16:30:02 tsutsui Exp $
 include "arch/atari/conf/std.atari"
 makeoptions COPTS="-Os"
 maxusers 16



Home | Main Index | Thread Index | Old Index