Deleted Added
full compact
NOTES (157259) NOTES (157301)
1# $FreeBSD: head/sys/conf/NOTES 157259 2006-03-29 09:57:22Z scottl $
1# $FreeBSD: head/sys/conf/NOTES 157301 2006-03-30 18:39:24Z marcel $
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

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

1673options BREAK_TO_DEBUGGER # A BREAK on a serial console goes to
1674 # ddb, if available.
1675
1676# Solaris implements a new BREAK which is initiated by a character
1677# sequence CR ~ ^b which is similar to a familiar pattern used on
1678# Sun servers by the Remote Console.
1679options ALT_BREAK_TO_DEBUGGER
1680
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

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

1673options BREAK_TO_DEBUGGER # A BREAK on a serial console goes to
1674 # ddb, if available.
1675
1676# Solaris implements a new BREAK which is initiated by a character
1677# sequence CR ~ ^b which is similar to a familiar pattern used on
1678# Sun servers by the Remote Console.
1679options ALT_BREAK_TO_DEBUGGER
1680
1681# Serial Communications Controller
1682# Supports the Siemens SAB 82532 and Zilog Z8530 multi-channel
1683# communications controllers.
1684device scc
1685
1681# PCI Universal Communications driver
1682# Supports various single and multi port PCI serial cards. Maybe later
1683# also the parallel ports on combination serial/parallel cards. New cards
1684# can be added in src/sys/dev/puc/pucdata.c.
1685#
1686# If the PUC_FASTINTR option is used the driver will try to use fast
1687# interrupts. The card must then be the only user of that interrupt.
1688# Interrupts cannot be shared when using PUC_FASTINTR.

--- 925 unchanged lines hidden ---
1686# PCI Universal Communications driver
1687# Supports various single and multi port PCI serial cards. Maybe later
1688# also the parallel ports on combination serial/parallel cards. New cards
1689# can be added in src/sys/dev/puc/pucdata.c.
1690#
1691# If the PUC_FASTINTR option is used the driver will try to use fast
1692# interrupts. The card must then be the only user of that interrupt.
1693# Interrupts cannot be shared when using PUC_FASTINTR.

--- 925 unchanged lines hidden ---