Deleted Added
full compact
NOTES (157858) NOTES (158124)
1# $FreeBSD: head/sys/conf/NOTES 157858 2006-04-18 22:43:46Z mjacob $
1# $FreeBSD: head/sys/conf/NOTES 158124 2006-04-28 21:21:53Z 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

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

1684options ALT_BREAK_TO_DEBUGGER
1685
1686# Serial Communications Controller
1687# Supports the Siemens SAB 82532 and Zilog Z8530 multi-channel
1688# communications controllers.
1689device scc
1690
1691# PCI Universal Communications driver
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

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

1684options ALT_BREAK_TO_DEBUGGER
1685
1686# Serial Communications Controller
1687# Supports the Siemens SAB 82532 and Zilog Z8530 multi-channel
1688# communications controllers.
1689device scc
1690
1691# PCI Universal Communications driver
1692# Supports various single and multi port PCI serial cards. Maybe later
1693# also the parallel ports on combination serial/parallel cards. New cards
1694# can be added in src/sys/dev/puc/pucdata.c.
1695#
1696# If the PUC_FASTINTR option is used the driver will try to use fast
1697# interrupts. The card must then be the only user of that interrupt.
1698# Interrupts cannot be shared when using PUC_FASTINTR.
1692# Supports various multi port PCI I/O cards.
1699device puc
1693device puc
1700options PUC_FASTINTR
1701
1702#
1703# Network interfaces:
1704#
1705# MII bus support is required for some PCI 10/100 ethernet NICs,
1706# namely those which use MII-compliant transceivers or implement
1707# transceiver control interfaces that operate like an MII. Adding
1708# "device miibus0" to the kernel config pulls in support for

--- 915 unchanged lines hidden ---
1694
1695#
1696# Network interfaces:
1697#
1698# MII bus support is required for some PCI 10/100 ethernet NICs,
1699# namely those which use MII-compliant transceivers or implement
1700# transceiver control interfaces that operate like an MII. Adding
1701# "device miibus0" to the kernel config pulls in support for

--- 915 unchanged lines hidden ---