Deleted Added
full compact
NOTES (142517) NOTES (142783)
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 142517 2005-02-25 22:07:51Z trhodes $
7# $FreeBSD: head/sys/pc98/conf/NOTES 142783 2005-02-28 11:51:18Z 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

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

40#
41
42# Mandatory:
43device apic # I/O apic
44
45# Optional:
46options NO_MIXED_MODE # Disable use of mixed mode
47
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

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

40#
41
42# Mandatory:
43device apic # I/O apic
44
45# Optional:
46options NO_MIXED_MODE # Disable use of mixed mode
47
48#
49# Watchdog routines.
50#
51options MP_WATCHDOG
52
48
49#####################################################################
50# CPU OPTIONS
51
52#
53# You must specify at least one CPU (the one you intend to run on);
54# deleting the specification for CPUs you don't need to use may make
55# parts of the system run faster.

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

438device nsp
439device stg
440
441#
442# SafeNet crypto driver: can be moved to the MI NOTES as soon as
443# it's tested on a big-endian machine
444#
445device safe # SafeNet 1141
53
54#####################################################################
55# CPU OPTIONS
56
57#
58# You must specify at least one CPU (the one you intend to run on);
59# deleting the specification for CPUs you don't need to use may make
60# parts of the system run faster.

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

443device nsp
444device stg
445
446#
447# SafeNet crypto driver: can be moved to the MI NOTES as soon as
448# it's tested on a big-endian machine
449#
450device safe # SafeNet 1141
446options SAFE_DEBUG # enable debugging support: hw.safe.debug
447options SAFE_RNDTEST # enable rndtest support
451options SAFE_DEBUG # enable debugging support: hw.safe.debug
452options SAFE_RNDTEST # enable rndtest support
448
449#####################################################################
450
451#
452# Miscellaneous hardware:
453#
454# apm: Laptop Advanced Power Management (experimental)
455# pmtimer: Timer device driver for power management events (APM or ACPI)

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

602# layer 4 - i4b common passive and active card handling
603device i4b
604#
605#---------------------------------------------------------------------------
606# ISDN devices - mandatory for all hardware drivers
607#
608# userland driver to do ISDN tracing (for passive cards only)
609device i4btrc
453
454#####################################################################
455
456#
457# Miscellaneous hardware:
458#
459# apm: Laptop Advanced Power Management (experimental)
460# pmtimer: Timer device driver for power management events (APM or ACPI)

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

607# layer 4 - i4b common passive and active card handling
608device i4b
609#
610#---------------------------------------------------------------------------
611# ISDN devices - mandatory for all hardware drivers
612#
613# userland driver to do ISDN tracing (for passive cards only)
614device i4btrc
610options NI4BTRC=4
615options NI4BTRC=4
611#
612# userland driver to control the whole thing
613device i4bctl
614#
615#---------------------------------------------------------------------------
616# ISDN devices - optional
617#
618# userland driver for access to raw B channel
619device i4brbch
616#
617# userland driver to control the whole thing
618device i4bctl
619#
620#---------------------------------------------------------------------------
621# ISDN devices - optional
622#
623# userland driver for access to raw B channel
624device i4brbch
620options NI4BRBCH=4
625options NI4BRBCH=4
621#
622# userland driver for telephony
623device i4btel
624options NI4BTEL=2
625#
626# network driver for IP over raw HDLC ISDN
627device i4bipr
628options NI4BIPR=4

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

633#
634# network driver for sync PPP over ISDN; requires an equivalent
635# number of sppp device to be configured
636device i4bisppp
637options NI4BISPPP=4
638#
639# B-channel interface to the netgraph subsystem
640device i4bing
626#
627# userland driver for telephony
628device i4btel
629options NI4BTEL=2
630#
631# network driver for IP over raw HDLC ISDN
632device i4bipr
633options NI4BIPR=4

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

638#
639# network driver for sync PPP over ISDN; requires an equivalent
640# number of sppp device to be configured
641device i4bisppp
642options NI4BISPPP=4
643#
644# B-channel interface to the netgraph subsystem
645device i4bing
641options NI4BING=2
646options NI4BING=2
642#
643# CAPI driver needed for active ISDN cards (see iavc driver above)
644device i4bcapi
645#
646#---------------------------------------------------------------------------
647
648#
649# Set the number of PV entries per process. Increasing this can

--- 179 unchanged lines hidden ---
647#
648# CAPI driver needed for active ISDN cards (see iavc driver above)
649device i4bcapi
650#
651#---------------------------------------------------------------------------
652
653#
654# Set the number of PV entries per process. Increasing this can

--- 179 unchanged lines hidden ---