Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf eliminate obsolete option SOSEND_LOAN
details: https://anonhg.NetBSD.org/src/rev/60cf671f5bf5
branches: trunk
changeset: 765442:60cf671f5bf5
user: ryo <ryo%NetBSD.org@localhost>
date: Fri May 27 10:31:59 2011 +0000
description:
eliminate obsolete option SOSEND_LOAN
diffstat:
sys/arch/evbmips/conf/ADM5120 | 5 ++---
sys/arch/evbmips/conf/ADM5120-NB | 5 ++---
sys/arch/evbmips/conf/ADM5120-USB | 5 ++---
sys/arch/evbmips/conf/ALCHEMY | 5 ++---
sys/arch/evbmips/conf/RB153 | 5 ++---
5 files changed, 10 insertions(+), 15 deletions(-)
diffs (124 lines):
diff -r 0d2b7c22eaff -r 60cf671f5bf5 sys/arch/evbmips/conf/ADM5120
--- a/sys/arch/evbmips/conf/ADM5120 Fri May 27 09:28:41 2011 +0000
+++ b/sys/arch/evbmips/conf/ADM5120 Fri May 27 10:31:59 2011 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ADM5120,v 1.7 2011/03/06 17:08:23 bouyer Exp $
+# $NetBSD: ADM5120,v 1.8 2011/05/27 10:31:59 ryo Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.adm5120"
-#ident "GENERIC-$Revision: 1.7 $"
+#ident "GENERIC-$Revision: 1.8 $"
maxusers 32
@@ -17,7 +17,6 @@
options MEMSIZE="(16*1024*1024)"
#options LOCKDEBUG
-options SOSEND_LOAN
options SOSEND_COUNTERS
options INET_CSUM_COUNTERS
options TCP_CSUM_COUNTERS
diff -r 0d2b7c22eaff -r 60cf671f5bf5 sys/arch/evbmips/conf/ADM5120-NB
--- a/sys/arch/evbmips/conf/ADM5120-NB Fri May 27 09:28:41 2011 +0000
+++ b/sys/arch/evbmips/conf/ADM5120-NB Fri May 27 10:31:59 2011 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ADM5120-NB,v 1.7 2011/03/06 17:08:23 bouyer Exp $
+# $NetBSD: ADM5120-NB,v 1.8 2011/05/27 10:31:59 ryo Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.adm5120"
-#ident "GENERIC-$Revision: 1.7 $"
+#ident "GENERIC-$Revision: 1.8 $"
maxusers 32
@@ -17,7 +17,6 @@
options MEMSIZE="(16*1024*1024)"
#options LOCKDEBUG
-options SOSEND_LOAN
options SOSEND_COUNTERS
options INET_CSUM_COUNTERS
options TCP_CSUM_COUNTERS
diff -r 0d2b7c22eaff -r 60cf671f5bf5 sys/arch/evbmips/conf/ADM5120-USB
--- a/sys/arch/evbmips/conf/ADM5120-USB Fri May 27 09:28:41 2011 +0000
+++ b/sys/arch/evbmips/conf/ADM5120-USB Fri May 27 10:31:59 2011 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ADM5120-USB,v 1.7 2011/03/06 17:08:23 bouyer Exp $
+# $NetBSD: ADM5120-USB,v 1.8 2011/05/27 10:31:59 ryo Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.adm5120"
-#ident "GENERIC-$Revision: 1.7 $"
+#ident "GENERIC-$Revision: 1.8 $"
maxusers 32
@@ -16,7 +16,6 @@
options HZ=512 # for profiling
#options LOCKDEBUG
-options SOSEND_LOAN
options SOSEND_COUNTERS
options INET_CSUM_COUNTERS
options TCP_CSUM_COUNTERS
diff -r 0d2b7c22eaff -r 60cf671f5bf5 sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY Fri May 27 09:28:41 2011 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY Fri May 27 10:31:59 2011 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ALCHEMY,v 1.33 2011/03/07 15:37:46 jakllsch Exp $
+# $NetBSD: ALCHEMY,v 1.34 2011/05/27 10:31:59 ryo Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
-#ident "ALCHEMY-$Revision: 1.33 $"
+#ident "ALCHEMY-$Revision: 1.34 $"
maxusers 32
@@ -25,7 +25,6 @@
options ALCHEMY_GENERIC
#options LOCKDEBUG
-options SOSEND_LOAN
options SOSEND_COUNTERS
options INET_CSUM_COUNTERS
options TCP_CSUM_COUNTERS
diff -r 0d2b7c22eaff -r 60cf671f5bf5 sys/arch/evbmips/conf/RB153
--- a/sys/arch/evbmips/conf/RB153 Fri May 27 09:28:41 2011 +0000
+++ b/sys/arch/evbmips/conf/RB153 Fri May 27 10:31:59 2011 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: RB153,v 1.7 2011/05/17 22:19:38 dyoung Exp $
+# $NetBSD: RB153,v 1.8 2011/05/27 10:31:59 ryo Exp $
#
# Example kernel config for the RouterBOARD 153.
include "arch/evbmips/conf/std.adm5120"
-#ident "RB153-$Revision: 1.7 $"
+#ident "RB153-$Revision: 1.8 $"
maxusers 32
@@ -17,7 +17,6 @@
#options MEMSIZE="(32*1024*1024)"
#options LOCKDEBUG
-options SOSEND_LOAN
options SOSEND_COUNTERS
options INET_CSUM_COUNTERS
options TCP_CSUM_COUNTERS
Home |
Main Index |
Thread Index |
Old Index