Deleted Added
full compact
NOTES (168567) NOTES (168793)
1# $FreeBSD: head/sys/conf/NOTES 168567 2007-04-10 03:09:38Z thompsa $
1# $FreeBSD: head/sys/conf/NOTES 168793 2007-04-17 00:35:11Z thompsa $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 798 unchanged lines hidden (view full) ---

808device pfsync #synchronization interface for PF
809options PF_MPSAFE_UGID #Workaround LOR with user/group rules
810device carp #Common Address Redundancy Protocol
811device enc #IPSec interface (needs FAST_IPSEC)
812device ppp #Point-to-point protocol
813options PPP_BSDCOMP #PPP BSD-compress support
814options PPP_DEFLATE #PPP zlib/deflate/gzip support
815options PPP_FILTER #enable bpf filtering (needs bpf)
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 798 unchanged lines hidden (view full) ---

808device pfsync #synchronization interface for PF
809options PF_MPSAFE_UGID #Workaround LOR with user/group rules
810device carp #Common Address Redundancy Protocol
811device enc #IPSec interface (needs FAST_IPSEC)
812device ppp #Point-to-point protocol
813options PPP_BSDCOMP #PPP BSD-compress support
814options PPP_DEFLATE #PPP zlib/deflate/gzip support
815options PPP_FILTER #enable bpf filtering (needs bpf)
816device trunk #Trunk aggregation interface
816device lagg #Link aggregation interface
817
818device ef # Multiple ethernet frames support
819options ETHER_II # enable Ethernet_II frame
820options ETHER_8023 # enable Ethernet_802.3 (Novell) frame
821options ETHER_8022 # enable Ethernet_802.2 frame
822options ETHER_SNAP # enable Ethernet_802.2/SNAP frame
823
824# for IPv6

--- 1873 unchanged lines hidden ---
817
818device ef # Multiple ethernet frames support
819options ETHER_II # enable Ethernet_II frame
820options ETHER_8023 # enable Ethernet_802.3 (Novell) frame
821options ETHER_8022 # enable Ethernet_802.2 frame
822options ETHER_SNAP # enable Ethernet_802.2/SNAP frame
823
824# for IPv6

--- 1873 unchanged lines hidden ---