Deleted Added
full compact
NOTES (143594) NOTES (143809)
1# $FreeBSD: head/sys/conf/NOTES 143594 2005-03-14 16:04:27Z des $
1# $FreeBSD: head/sys/conf/NOTES 143809 2005-03-18 15:24:00Z murray $
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

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

558# The `arcnet' device provides generic code to support Arcnet.
559# The `sppp' device serves a similar role for certain types
560# of synchronous PPP links (like `cx', `ar').
561# The `sl' device implements the Serial Line IP (SLIP) service.
562# The `ppp' device implements the Point-to-Point Protocol.
563# The `bpf' device enables the Berkeley Packet Filter. Be
564# aware of the legal and administrative consequences of enabling this
565# option. The number of devices determines the maximum number of
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

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

558# The `arcnet' device provides generic code to support Arcnet.
559# The `sppp' device serves a similar role for certain types
560# of synchronous PPP links (like `cx', `ar').
561# The `sl' device implements the Serial Line IP (SLIP) service.
562# The `ppp' device implements the Point-to-Point Protocol.
563# The `bpf' device enables the Berkeley Packet Filter. Be
564# aware of the legal and administrative consequences of enabling this
565# option. The number of devices determines the maximum number of
566# simultaneous BPF clients programs runnable.
566# simultaneous BPF clients programs runnable. DHCP requires bpf.
567# The `disc' device implements a minimal network interface,
568# which throws away all packets sent and never receives any. It is
569# included for testing purposes. This shows up as the `ds' interface.
570# The `tap' device is a pty-like virtual Ethernet interface
571# The `tun' device implements (user-)ppp and nos-tun
572# The `gif' device implements IPv6 over IP4 tunneling,
573# IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and
574# IPv6 over IPv6 tunneling.

--- 1975 unchanged lines hidden ---
567# The `disc' device implements a minimal network interface,
568# which throws away all packets sent and never receives any. It is
569# included for testing purposes. This shows up as the `ds' interface.
570# The `tap' device is a pty-like virtual Ethernet interface
571# The `tun' device implements (user-)ppp and nos-tun
572# The `gif' device implements IPv6 over IP4 tunneling,
573# IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and
574# IPv6 over IPv6 tunneling.

--- 1975 unchanged lines hidden ---