Module Name: src
Committed By: tsutsui
Date: Sun Feb 21 18:00:14 UTC 2010
Modified Files:
src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE
SMALL030
Log Message:
Regen from GENERIC.in rev 1.83:
> Add pseudo-device ksyms. Noticed by David Ross on port-atari.
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/atari/conf/ATARITT
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/atari/conf/FALCON
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/atari/conf/HADES
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/atari/conf/MILAN-ISAIDE
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/atari/conf/MILAN-PCIIDE
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/atari/conf/SMALL030
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/atari/conf/ATARITT
diff -u src/sys/arch/atari/conf/ATARITT:1.95 src/sys/arch/atari/conf/ATARITT:1.96
--- src/sys/arch/atari/conf/ATARITT:1.95 Sat Dec 5 20:11:03 2009
+++ src/sys/arch/atari/conf/ATARITT Sun Feb 21 18:00:13 2010
@@ -1,11 +1,11 @@
#
-# $NetBSD: ATARITT,v 1.95 2009/12/05 20:11:03 pooka Exp $
+# $NetBSD: ATARITT,v 1.96 2010/02/21 18:00:13 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
+# NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
include "arch/atari/conf/std.atari"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
maxusers 16
@@ -92,6 +92,7 @@
pseudo-device ipfilter # IP filtering device
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
+pseudo-device ksyms # /dev/ksyms
pseudo-device view 4 # View (graphics mapping)
pseudo-device mouse 1 # mouse
ncrscsi0 at mainbus0 # NCR5380 SCSI driver
Index: src/sys/arch/atari/conf/FALCON
diff -u src/sys/arch/atari/conf/FALCON:1.92 src/sys/arch/atari/conf/FALCON:1.93
--- src/sys/arch/atari/conf/FALCON:1.92 Sat Dec 5 20:11:03 2009
+++ src/sys/arch/atari/conf/FALCON Sun Feb 21 18:00:13 2010
@@ -1,11 +1,11 @@
#
-# $NetBSD: FALCON,v 1.92 2009/12/05 20:11:03 pooka Exp $
+# $NetBSD: FALCON,v 1.93 2010/02/21 18:00:13 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
+# NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
include "arch/atari/conf/std.atari"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
maxusers 16
@@ -95,6 +95,7 @@
pseudo-device ipfilter # IP filtering device
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
+pseudo-device ksyms # /dev/ksyms
pseudo-device view 4 # View (graphics mapping)
pseudo-device mouse 1 # mouse
ncrscsi0 at mainbus0 # NCR5380 SCSI driver
Index: src/sys/arch/atari/conf/HADES
diff -u src/sys/arch/atari/conf/HADES:1.84 src/sys/arch/atari/conf/HADES:1.85
--- src/sys/arch/atari/conf/HADES:1.84 Sat Dec 5 20:11:03 2009
+++ src/sys/arch/atari/conf/HADES Sun Feb 21 18:00:13 2010
@@ -1,12 +1,12 @@
#
-# $NetBSD: HADES,v 1.84 2009/12/05 20:11:03 pooka Exp $
+# $NetBSD: HADES,v 1.85 2010/02/21 18:00:13 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.81 2009/11/23 00:18:37 abs Exp $
+# NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
include "arch/atari/conf/std.hades"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
maxusers 16
@@ -97,6 +97,7 @@
pseudo-device ipfilter # IP filtering device
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
+pseudo-device ksyms # /dev/ksyms
exphy* at mii? phy ? # 3Com internal PHYs
inphy* at mii? phy ? # Intel 82555 PHYs
iophy* at mii? phy ? # Intel 82553 PHYs
Index: src/sys/arch/atari/conf/MILAN-ISAIDE
diff -u src/sys/arch/atari/conf/MILAN-ISAIDE:1.61 src/sys/arch/atari/conf/MILAN-ISAIDE:1.62
--- src/sys/arch/atari/conf/MILAN-ISAIDE:1.61 Sat Dec 5 20:11:03 2009
+++ src/sys/arch/atari/conf/MILAN-ISAIDE Sun Feb 21 18:00:14 2010
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-ISAIDE,v 1.61 2009/12/05 20:11:03 pooka Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.62 2010/02/21 18:00:14 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: MILAN.in,v 1.22 2009/01/24 00:19:47 abs Exp $
-# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
+# 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 $
include "arch/atari/conf/std.milan"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
maxusers 16
@@ -95,6 +95,7 @@
pseudo-device ipfilter # IP filtering device
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
+pseudo-device ksyms # /dev/ksyms
exphy* at mii? phy ? # 3Com internal PHYs
inphy* at mii? phy ? # Intel 82555 PHYs
iophy* at mii? phy ? # Intel 82553 PHYs
Index: src/sys/arch/atari/conf/MILAN-PCIIDE
diff -u src/sys/arch/atari/conf/MILAN-PCIIDE:1.65 src/sys/arch/atari/conf/MILAN-PCIIDE:1.66
--- src/sys/arch/atari/conf/MILAN-PCIIDE:1.65 Sat Dec 5 20:11:03 2009
+++ src/sys/arch/atari/conf/MILAN-PCIIDE Sun Feb 21 18:00:14 2010
@@ -1,12 +1,12 @@
#
-# $NetBSD: MILAN-PCIIDE,v 1.65 2009/12/05 20:11:03 pooka Exp $
+# $NetBSD: MILAN-PCIIDE,v 1.66 2010/02/21 18:00:14 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: MILAN.in,v 1.22 2009/01/24 00:19:47 abs Exp $
-# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
+# 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 $
include "arch/atari/conf/std.milan"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
maxusers 16
@@ -95,6 +95,7 @@
pseudo-device ipfilter # IP filtering device
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
+pseudo-device ksyms # /dev/ksyms
exphy* at mii? phy ? # 3Com internal PHYs
inphy* at mii? phy ? # Intel 82555 PHYs
iophy* at mii? phy ? # Intel 82553 PHYs
Index: src/sys/arch/atari/conf/SMALL030
diff -u src/sys/arch/atari/conf/SMALL030:1.3 src/sys/arch/atari/conf/SMALL030:1.4
--- src/sys/arch/atari/conf/SMALL030:1.3 Sat Dec 5 20:11:03 2009
+++ src/sys/arch/atari/conf/SMALL030 Sun Feb 21 18:00:13 2010
@@ -1,11 +1,11 @@
#
-# $NetBSD: SMALL030,v 1.3 2009/12/05 20:11:03 pooka Exp $
+# $NetBSD: SMALL030,v 1.4 2010/02/21 18:00:13 tsutsui Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
+# NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
include "arch/atari/conf/std.atari"
makeoptions COPTS="-Os"
maxusers 16