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.85, HADES.in...



details:   https://anonhg.NetBSD.org/src/rev/b0f09e4ae7af
branches:  trunk
changeset: 753558:b0f09e4ae7af
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Apr 01 17:10:06 2010 +0000

description:
Regen from GENERIC.in rev 1.85, HADES.in rev 1.10, and MILAN.in rev 1.24:
> Add support for the EtherNEC.

diffstat:

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

diffs (148 lines):

diff -r ba101cb16021 -r b0f09e4ae7af sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT       Thu Apr 01 17:07:51 2010 +0000
+++ b/sys/arch/atari/conf/ATARITT       Thu Apr 01 17:10:06 2010 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: ATARITT,v 1.97 2010/03/13 16:31:38 tsutsui Exp $
+# $NetBSD: ATARITT,v 1.98 2010/04/01 17:10:06 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.84 2010/03/13 16:30:02 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.85 2010/04/01 17:07:51 tsutsui Exp $
 include "arch/atari/conf/std.atari"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -107,6 +107,7 @@
 ite2 at grfcc2 # 3rd tty
 lp0 at mainbus0 # centronics printer
 ser0 at mainbus0 # UART on first 68901 (ttyB0)
+ne0 at mainbus0 # EtherNEC on Atari ROM cartridge slot
 avmebus0 at mainbus0 # VME bus
 vme0 at avmebus0
 le0 at vme0 irq 5 # Lance ethernet (Riebl/PAM).
diff -r ba101cb16021 -r b0f09e4ae7af sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON        Thu Apr 01 17:07:51 2010 +0000
+++ b/sys/arch/atari/conf/FALCON        Thu Apr 01 17:10:06 2010 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: FALCON,v 1.94 2010/03/13 16:31:38 tsutsui Exp $
+# $NetBSD: FALCON,v 1.95 2010/04/01 17:10:06 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.84 2010/03/13 16:30:02 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.85 2010/04/01 17:07:51 tsutsui Exp $
 include "arch/atari/conf/std.atari"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -110,6 +110,7 @@
 ite2 at grfcc2 # 3rd tty
 lp0 at mainbus0 # centronics printer
 ser0 at mainbus0 # UART on first 68901 (ttyB0)
+ne0 at mainbus0 # EtherNEC on Atari ROM cartridge slot
 wdc0 at mainbus0 # IDE-bus
 atabus* at wdc? channel ?
 wd* at atabus? drive ?
diff -r ba101cb16021 -r b0f09e4ae7af sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Thu Apr 01 17:07:51 2010 +0000
+++ b/sys/arch/atari/conf/HADES Thu Apr 01 17:10:06 2010 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: HADES,v 1.86 2010/03/13 16:31:38 tsutsui Exp $
+# $NetBSD: HADES,v 1.87 2010/04/01 17:10:06 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.84 2010/03/13 16:30:02 tsutsui Exp $
+#              NetBSD: HADES.in,v 1.10 2010/04/01 17:07:51 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.85 2010/04/01 17:07:51 tsutsui Exp $
 include "arch/atari/conf/std.hades"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -114,6 +114,7 @@
 nvr0 at mainbus0 # nvram driver
 lp0 at mainbus0 # centronics printer
 ser0 at mainbus0 # UART on first 68901 (ttyB0)
+ne0 at mainbus0 # EtherNEC on Atari ROM cartridge slot
 grfbus0 at mainbus0 # bitmapped display's
 grfet0 at grfbus0 # et4000/et6000/et6100 consoles
 ite0 at grfet0
diff -r ba101cb16021 -r b0f09e4ae7af sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE  Thu Apr 01 17:07:51 2010 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE  Thu Apr 01 17:10:06 2010 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.63 2010/03/13 16:31:38 tsutsui Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.64 2010/04/01 17:10:06 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.84 2010/03/13 16:30:02 tsutsui Exp $
+#              NetBSD: MILAN.in,v 1.24 2010/04/01 17:07:51 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.85 2010/04/01 17:07:51 tsutsui Exp $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -115,6 +115,7 @@
 pci0 at pcib0
 nvr0 at mainbus0 # nvram driver
 ser0 at mainbus0
+ne0 at mainbus0 # EtherNEC
 fdcisa0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy contr.
 fdisa0 at fdcisa0 drive 0
 wdc0 at isa? port 0x1f0 irq 14 flags 0x04 # 1st IDE controller
diff -r ba101cb16021 -r b0f09e4ae7af sys/arch/atari/conf/MILAN-PCIIDE
--- a/sys/arch/atari/conf/MILAN-PCIIDE  Thu Apr 01 17:07:51 2010 +0000
+++ b/sys/arch/atari/conf/MILAN-PCIIDE  Thu Apr 01 17:10:06 2010 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-PCIIDE,v 1.67 2010/03/13 16:31:38 tsutsui Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.68 2010/04/01 17:10:06 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.84 2010/03/13 16:30:02 tsutsui Exp $
+#              NetBSD: MILAN.in,v 1.24 2010/04/01 17:07:51 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.85 2010/04/01 17:07:51 tsutsui Exp $
 include "arch/atari/conf/std.milan"
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
 maxusers 16
@@ -115,6 +115,7 @@
 pci0 at pcib0
 nvr0 at mainbus0 # nvram driver
 ser0 at mainbus0
+ne0 at mainbus0 # EtherNEC
 fdcisa0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy contr.
 fdisa0 at fdcisa0 drive 0
 pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
diff -r ba101cb16021 -r b0f09e4ae7af sys/arch/atari/conf/SMALL030
--- a/sys/arch/atari/conf/SMALL030      Thu Apr 01 17:07:51 2010 +0000
+++ b/sys/arch/atari/conf/SMALL030      Thu Apr 01 17:10:06 2010 +0000
@@ -1,11 +1,11 @@
 #
-# $NetBSD: SMALL030,v 1.5 2010/03/13 16:31:38 tsutsui Exp $
+# $NetBSD: SMALL030,v 1.6 2010/04/01 17:10:06 tsutsui Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: GENERIC.in,v 1.84 2010/03/13 16:30:02 tsutsui Exp $
+#              NetBSD: GENERIC.in,v 1.85 2010/04/01 17:07:51 tsutsui Exp $
 include "arch/atari/conf/std.atari"
 makeoptions COPTS="-Os"
 maxusers 16



Home | Main Index | Thread Index | Old Index