Deleted Added
full compact
NOTES (171732) NOTES (171818)
1# $FreeBSD: head/sys/conf/NOTES 171732 2007-08-05 16:16:15Z bz $
1# $FreeBSD: head/sys/conf/NOTES 171818 2007-08-13 17:19:28Z emax $
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

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

622options NETGRAPH_DEBUG # enable extra debugging, this
623 # affects netgraph(4) and nodes
624# Node types
625options NETGRAPH_ASYNC
626options NETGRAPH_ATMLLC
627options NETGRAPH_ATM_ATMPIF
628options NETGRAPH_BLUETOOTH # ng_bluetooth(4)
629options NETGRAPH_BLUETOOTH_BT3C # ng_bt3c(4)
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

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

622options NETGRAPH_DEBUG # enable extra debugging, this
623 # affects netgraph(4) and nodes
624# Node types
625options NETGRAPH_ASYNC
626options NETGRAPH_ATMLLC
627options NETGRAPH_ATM_ATMPIF
628options NETGRAPH_BLUETOOTH # ng_bluetooth(4)
629options NETGRAPH_BLUETOOTH_BT3C # ng_bt3c(4)
630# options NETGRAPH_BLUETOOTH_H4 # ng_h4(4) - not MPSAFE
630options NETGRAPH_BLUETOOTH_H4 # ng_h4(4)
631options NETGRAPH_BLUETOOTH_HCI # ng_hci(4)
632options NETGRAPH_BLUETOOTH_L2CAP # ng_l2cap(4)
633options NETGRAPH_BLUETOOTH_SOCKET # ng_btsocket(4)
634options NETGRAPH_BLUETOOTH_UBT # ng_ubt(4)
635options NETGRAPH_BLUETOOTH_UBTBCMFW # ubtbcmfw(4)
636options NETGRAPH_BPF
637options NETGRAPH_BRIDGE
638options NETGRAPH_CAR

--- 2039 unchanged lines hidden ---
631options NETGRAPH_BLUETOOTH_HCI # ng_hci(4)
632options NETGRAPH_BLUETOOTH_L2CAP # ng_l2cap(4)
633options NETGRAPH_BLUETOOTH_SOCKET # ng_btsocket(4)
634options NETGRAPH_BLUETOOTH_UBT # ng_ubt(4)
635options NETGRAPH_BLUETOOTH_UBTBCMFW # ubtbcmfw(4)
636options NETGRAPH_BPF
637options NETGRAPH_BRIDGE
638options NETGRAPH_CAR

--- 2039 unchanged lines hidden ---