summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-05-17 22:30:41 +0000
committerjkh <jkh@FreeBSD.org>1994-05-17 22:30:41 +0000
commita38f70ce76447872c2104b6f6408e1018ed5890f (patch)
tree4f93031002b5babb6db0ec2e4fdc57eb63a30794 /sys
parentcd576b6d9a2636060bb60044bf87af9e0b190886 (diff)
downloadFreeBSD-src-a38f70ce76447872c2104b6f6408e1018ed5890f.zip
FreeBSD-src-a38f70ce76447872c2104b6f6408e1018ed5890f.tar.gz
Fold in the changes to support IP multicasting, from Jim Lowe et al.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
3 files changed, 12 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index d974546..48c2d45 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.67 1994/05/17 14:15:11 jkh Exp $
+# $Id: LINT,v 1.68 1994/05/17 14:18:13 jkh Exp $
#
machine "i386"
@@ -65,6 +65,9 @@ options USER_LDT #allow user-level control of i386 ldt
# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
# the sound drivers.
+options MULTICAST # Multicast code
+options MROUTING # Multicast routing
+
#
# options that are in sys/conf/files
#
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index d974546..48c2d45 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.67 1994/05/17 14:15:11 jkh Exp $
+# $Id: LINT,v 1.68 1994/05/17 14:18:13 jkh Exp $
#
machine "i386"
@@ -65,6 +65,9 @@ options USER_LDT #allow user-level control of i386 ldt
# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
# the sound drivers.
+options MULTICAST # Multicast code
+options MROUTING # Multicast routing
+
#
# options that are in sys/conf/files
#
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index d974546..48c2d45 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.67 1994/05/17 14:15:11 jkh Exp $
+# $Id: LINT,v 1.68 1994/05/17 14:18:13 jkh Exp $
#
machine "i386"
@@ -65,6 +65,9 @@ options USER_LDT #allow user-level control of i386 ldt
# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
# the sound drivers.
+options MULTICAST # Multicast code
+options MROUTING # Multicast routing
+
#
# options that are in sys/conf/files
#
OpenPOWER on IntegriCloud