Deleted Added
sdiff udiff text old ( 128191 ) new ( 128221 )
full compact
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 $
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"
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
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 ---