diff options
author | kato <kato@FreeBSD.org> | 2000-01-28 07:15:23 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 2000-01-28 07:15:23 +0000 |
commit | 8d31907972e3e5380e3d86d84cc4fe380c739471 (patch) | |
tree | e9da0b60ed6f3eb3d0679b2283cbebb0511482ba /sys/pc98 | |
parent | 45880f1288ec5cf89b9981139b7c29e6c4020eef (diff) | |
download | FreeBSD-src-8d31907972e3e5380e3d86d84cc4fe380c739471.zip FreeBSD-src-8d31907972e3e5380e3d86d84cc4fe380c739471.tar.gz |
Merged with sys/i386/conf/GENERIC rev 1.238.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC98 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 1261fc6..3e790d7 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -55,6 +55,7 @@ options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L +options ICMP_BANDLIM # Rate limit bad replies # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 1261fc6..3e790d7 100644 --- a/sys/pc98/conf/GENERIC98 +++ b/sys/pc98/conf/GENERIC98 @@ -55,6 +55,7 @@ options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L +options ICMP_BANDLIM # Rate limit bad replies # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel |