Deleted Added
full compact
NOTES (128191) NOTES (128221)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/i386/conf/NOTES 128191 2004-04-13 14:04:25Z nyan $
7# $FreeBSD: head/sys/i386/conf/NOTES 128221 2004-04-14 02:25:31Z imp $
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based IBM-PC and
13# compatibles.
14#
15machine i386

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

676device digi_EPCX
677device digi_EPCX_PCI
678device digi_Xe
679device digi_Xem
680device digi_Xr
681device spic
682hint.spic.0.at="isa"
683hint.spic.0.port="0x10a0"
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based IBM-PC and
13# compatibles.
14#
15machine i386

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

676device digi_EPCX
677device digi_EPCX_PCI
678device digi_Xe
679device digi_Xem
680device digi_Xr
681device spic
682hint.spic.0.at="isa"
683hint.spic.0.port="0x10a0"
684# sx device is i386 and pc98 only at the moment.
685device sx
686options SX_DEBUG
684# HOT1 Xilinx 6200 card (http://www.vcc.com/)
685device xrpu
686
687#
688# Laptop/Notebook options:
689#
690# See also:
691# apm under `Miscellaneous hardware'

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

926# B-channel interface to the netgraph subsystem
927device "i4bing" 2
928#
929# CAPI driver needed for active ISDN cards (see iavc driver above)
930device "i4bcapi"
931#
932#---------------------------------------------------------------------------
933
687# HOT1 Xilinx 6200 card (http://www.vcc.com/)
688device xrpu
689
690#
691# Laptop/Notebook options:
692#
693# See also:
694# apm under `Miscellaneous hardware'

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

929# B-channel interface to the netgraph subsystem
930device "i4bing" 2
931#
932# CAPI driver needed for active ISDN cards (see iavc driver above)
933device "i4bcapi"
934#
935#---------------------------------------------------------------------------
936
934# sx device is i386 and pc98 only at the moment.
935device sx
936options SX_DEBUG
937
938#
939# Set the number of PV entries per process. Increasing this can
940# stop panics related to heavy use of shared memory. However, that can
941# (combined with large amounts of physical memory) cause panics at
942# boot time due the kernel running out of VM space.
943#
944# If you're tweaking this, you might also want to increase the sysctls
945# "vm.v_free_min", "vm.v_free_reserved", and "vm.v_free_target".

--- 105 unchanged lines hidden ---
937#
938# Set the number of PV entries per process. Increasing this can
939# stop panics related to heavy use of shared memory. However, that can
940# (combined with large amounts of physical memory) cause panics at
941# boot time due the kernel running out of VM space.
942#
943# If you're tweaking this, you might also want to increase the sysctls
944# "vm.v_free_min", "vm.v_free_reserved", and "vm.v_free_target".

--- 105 unchanged lines hidden ---