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/pc98/conf/NOTES 128191 2004-04-13 14:04:25Z nyan $
7# $FreeBSD: head/sys/pc98/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 PC-98 and
13# compatibles.
14#
15machine pc98

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

462# Notes on APM
463# The flags takes the following meaning for apm0:
464# 0x0020 Statclock is broken.
465
466device apm
467hint.apm.0.flags="0x20"
468device canbus
469device canbepm
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based PC-98 and
13# compatibles.
14#
15machine pc98

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

462# Notes on APM
463# The flags takes the following meaning for apm0:
464# 0x0020 Statclock is broken.
465
466device apm
467hint.apm.0.flags="0x20"
468device canbus
469device canbepm
470device pmc
471hint.pmc.0.at="isa"
472hint.pmc.0.port="0x8f0"
473device pmtimer # Adjust system timer at wakeup time
474device cy 1
475options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared
476device digi
477# BIOS & FEP/OS components of device digi.
478device digi_CX
479device digi_CX_PCI
480device digi_EPCX
481device digi_EPCX_PCI
482device digi_Xe
483device digi_Xem
484device digi_Xr
485device olpt
486hint.olpt.0.at="isa"
487hint.olpt.0.port="0x040"
470device cy 1
471options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared
472device digi
473# BIOS & FEP/OS components of device digi.
474device digi_CX
475device digi_CX_PCI
476device digi_EPCX
477device digi_EPCX_PCI
478device digi_Xe
479device digi_Xem
480device digi_Xr
481device olpt
482hint.olpt.0.at="isa"
483hint.olpt.0.port="0x040"
484device pmc
485hint.pmc.0.at="isa"
486hint.pmc.0.port="0x8f0"
487device pmtimer # Adjust system timer at wakeup time
488# sx device is i386 and pc98 only at the moment.
489device sx
490options SX_DEBUG
488
489#
490# Laptop/Notebook options:
491#
492# See also:
493# apm under `Miscellaneous hardware'
494# above.
495

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

634# B-channel interface to the netgraph subsystem
635device "i4bing" 2
636#
637# CAPI driver needed for active ISDN cards (see iavc driver above)
638device "i4bcapi"
639#
640#---------------------------------------------------------------------------
641
491
492#
493# Laptop/Notebook options:
494#
495# See also:
496# apm under `Miscellaneous hardware'
497# above.
498

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

637# B-channel interface to the netgraph subsystem
638device "i4bing" 2
639#
640# CAPI driver needed for active ISDN cards (see iavc driver above)
641device "i4bcapi"
642#
643#---------------------------------------------------------------------------
644
642# sx device is i386 and pc98 only at the moment.
643device sx
644options SX_DEBUG
645
646#
647# Set the number of PV entries per process. Increasing this can
648# stop panics related to heavy use of shared memory. However, that can
649# (combined with large amounts of physical memory) cause panics at
650# boot time due the kernel running out of VM space.
651#
652# If you're tweaking this, you might also want to increase the sysctls
653# "vm.v_free_min", "vm.v_free_reserved", and "vm.v_free_target".

--- 169 unchanged lines hidden ---
645#
646# Set the number of PV entries per process. Increasing this can
647# stop panics related to heavy use of shared memory. However, that can
648# (combined with large amounts of physical memory) cause panics at
649# boot time due the kernel running out of VM space.
650#
651# If you're tweaking this, you might also want to increase the sysctls
652# "vm.v_free_min", "vm.v_free_reserved", and "vm.v_free_target".

--- 169 unchanged lines hidden ---