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.
details: https://anonhg.NetBSD.org/src/rev/6daf3495c8e0
branches: trunk
changeset: 508350:6daf3495c8e0
user: leo <leo%NetBSD.org@localhost>
date: Tue Apr 10 06:39:10 2001 +0000
description:
Regen.
diffstat:
sys/arch/atari/conf/ATARITT | 12 +++++++-----
sys/arch/atari/conf/BOOT | 10 +++++-----
sys/arch/atari/conf/BOOTX | 10 +++++-----
sys/arch/atari/conf/FALCON | 14 ++++++++------
sys/arch/atari/conf/HADES | 11 ++++++-----
5 files changed, 31 insertions(+), 26 deletions(-)
diffs (220 lines):
diff -r 242d105cb32b -r 6daf3495c8e0 sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT Tue Apr 10 06:37:08 2001 +0000
+++ b/sys/arch/atari/conf/ATARITT Tue Apr 10 06:39:10 2001 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: ATARITT,v 1.35 2001/04/06 21:55:11 leo Exp $
+# $NetBSD: ATARITT,v 1.36 2001/04/10 06:39:10 leo Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: ATARITT.in,v 1.2 2001/04/06 21:53:39 leo Exp $
-# NetBSD: GENERIC,v 1.76 2001/04/05 12:21:30 leo Exp $
+# NetBSD: ATARITT.in,v 1.4 2001/04/10 06:28:38 leo Exp $
+# NetBSD: GENERIC.in,v 1.1 2001/04/10 05:52:14 leo Exp $
#This configuration file is for a GENERIC ATARI-TT
@@ -14,7 +14,7 @@
include "arch/atari/conf/std.atari"
-#ident "GENERIC-$Revision: 1.35 $"
+#ident "GENERIC-$Revision: 1.36 $"
#Add support for about 16 users. This variable is used to size
#various kernel structures.
@@ -88,7 +88,7 @@
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server side code
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
- # immutable) behave as system flags.
+ #immutable) behave as system flags.
#Misc. debugging options
@@ -178,6 +178,8 @@
pseudo-device view 4 # View (graphics mapping)
+pseudo-device mouse 1 # mouse
+
#The following sections describe various hardware options.
ncrscsi0 at mainbus0 # NCR5380 SCSI driver
diff -r 242d105cb32b -r 6daf3495c8e0 sys/arch/atari/conf/BOOT
--- a/sys/arch/atari/conf/BOOT Tue Apr 10 06:37:08 2001 +0000
+++ b/sys/arch/atari/conf/BOOT Tue Apr 10 06:39:10 2001 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: BOOT,v 1.34 2001/04/06 21:55:11 leo Exp $
+# $NetBSD: BOOT,v 1.35 2001/04/10 06:39:10 leo Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: FALCON.in,v 1.2 2001/04/06 21:53:39 leo Exp $
-# NetBSD: GENERIC,v 1.76 2001/04/05 12:21:30 leo Exp $
+# NetBSD: FALCON.in,v 1.4 2001/04/10 06:28:38 leo Exp $
+# NetBSD: GENERIC.in,v 1.1 2001/04/10 05:52:14 leo Exp $
#This configuration file is for a generic ATARI-Falcon
@@ -17,7 +17,7 @@
include "arch/atari/conf/std.atari"
-#ident "GENERIC-$Revision: 1.34 $"
+#ident "GENERIC-$Revision: 1.35 $"
#Add support for about 16 users. This variable is used to size
#various kernel structures.
@@ -110,7 +110,7 @@
wdc0 at mainbus0 # IDE-bus
wd* at wdc? channel ? drive ?
- # ATAPI bus support
+ #ATAPI bus support
atapibus* at wdc? channel ?
#ATAPI devices
diff -r 242d105cb32b -r 6daf3495c8e0 sys/arch/atari/conf/BOOTX
--- a/sys/arch/atari/conf/BOOTX Tue Apr 10 06:37:08 2001 +0000
+++ b/sys/arch/atari/conf/BOOTX Tue Apr 10 06:39:10 2001 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: BOOTX,v 1.28 2001/04/06 21:55:11 leo Exp $
+# $NetBSD: BOOTX,v 1.29 2001/04/10 06:39:10 leo Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: FALCON.in,v 1.2 2001/04/06 21:53:39 leo Exp $
-# NetBSD: GENERIC,v 1.76 2001/04/05 12:21:30 leo Exp $
+# NetBSD: FALCON.in,v 1.4 2001/04/10 06:28:38 leo Exp $
+# NetBSD: GENERIC.in,v 1.1 2001/04/10 05:52:14 leo Exp $
#This configuration file is for a generic ATARI-Falcon
@@ -17,7 +17,7 @@
include "arch/atari/conf/std.atari"
-#ident "GENERIC-$Revision: 1.28 $"
+#ident "GENERIC-$Revision: 1.29 $"
#Add support for about 16 users. This variable is used to size
#various kernel structures.
@@ -121,7 +121,7 @@
wdc0 at mainbus0 # IDE-bus
wd* at wdc? channel ? drive ?
- # ATAPI bus support
+ #ATAPI bus support
atapibus* at wdc? channel ?
#ATAPI devices
diff -r 242d105cb32b -r 6daf3495c8e0 sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON Tue Apr 10 06:37:08 2001 +0000
+++ b/sys/arch/atari/conf/FALCON Tue Apr 10 06:39:10 2001 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: FALCON,v 1.35 2001/04/06 21:55:12 leo Exp $
+# $NetBSD: FALCON,v 1.36 2001/04/10 06:39:10 leo Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: FALCON.in,v 1.2 2001/04/06 21:53:39 leo Exp $
-# NetBSD: GENERIC,v 1.76 2001/04/05 12:21:30 leo Exp $
+# NetBSD: FALCON.in,v 1.4 2001/04/10 06:28:38 leo Exp $
+# NetBSD: GENERIC.in,v 1.1 2001/04/10 05:52:14 leo Exp $
#This configuration file is for a generic ATARI-Falcon
@@ -17,7 +17,7 @@
include "arch/atari/conf/std.atari"
-#ident "GENERIC-$Revision: 1.35 $"
+#ident "GENERIC-$Revision: 1.36 $"
#Add support for about 16 users. This variable is used to size
#various kernel structures.
@@ -91,7 +91,7 @@
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server side code
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
- # immutable) behave as system flags.
+ #immutable) behave as system flags.
#Misc. debugging options
@@ -181,6 +181,8 @@
pseudo-device view 4 # View (graphics mapping)
+pseudo-device mouse 1 # mouse
+
#The following sections describe various hardware options.
ncrscsi0 at mainbus0 # NCR5380 SCSI driver
@@ -201,7 +203,7 @@
wdc0 at mainbus0 # IDE-bus
wd* at wdc? channel ? drive ?
- # ATAPI bus support
+ #ATAPI bus support
atapibus* at wdc? channel ?
#ATAPI devices
diff -r 242d105cb32b -r 6daf3495c8e0 sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Tue Apr 10 06:37:08 2001 +0000
+++ b/sys/arch/atari/conf/HADES Tue Apr 10 06:39:10 2001 +0000
@@ -1,12 +1,12 @@
#
-# $NetBSD: HADES,v 1.26 2001/04/06 21:55:12 leo Exp $
+# $NetBSD: HADES,v 1.27 2001/04/10 06:39:10 leo Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: HADES.in,v 1.2 2001/04/06 21:53:40 leo Exp $
-# NetBSD: GENERIC,v 1.76 2001/04/05 12:21:30 leo Exp $
+# NetBSD: HADES.in,v 1.4 2001/04/10 06:28:38 leo Exp $
+# NetBSD: GENERIC.in,v 1.1 2001/04/10 05:52:14 leo Exp $
#This configuration file is for a generic Medusa-Hades
@@ -14,7 +14,7 @@
include "arch/atari/conf/std.hades"
-#ident "GENERIC-$Revision: 1.26 $"
+#ident "GENERIC-$Revision: 1.27 $"
#Add support for about 16 users. This variable is used to size
#various kernel structures.
@@ -87,7 +87,7 @@
options SOFTDEP # FFS soft updates support.
options NFSSERVER # Network File System server side code
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
- # immutable) behave as system flags.
+ #immutable) behave as system flags.
#Misc. debugging options
@@ -176,6 +176,7 @@
#Hardware options for GENERIC are in the various machine type specific files
pseudo-device view 4 # View (graphics mapping)
+pseudo-device mouse 1 # mouse
#The following sections describe various hardware options.
Home |
Main Index |
Thread Index |
Old Index