diff options
author | jkh <jkh@FreeBSD.org> | 1994-05-17 22:30:41 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-05-17 22:30:41 +0000 |
commit | a38f70ce76447872c2104b6f6408e1018ed5890f (patch) | |
tree | 4f93031002b5babb6db0ec2e4fdc57eb63a30794 | |
parent | cd576b6d9a2636060bb60044bf87af9e0b190886 (diff) | |
download | FreeBSD-src-a38f70ce76447872c2104b6f6408e1018ed5890f.zip FreeBSD-src-a38f70ce76447872c2104b6f6408e1018ed5890f.tar.gz |
Fold in the changes to support IP multicasting, from Jim Lowe et al.
-rw-r--r-- | sys/conf/NOTES | 5 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 5 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 5 |
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 # |