Deleted Added
full compact
NOTES (132960) NOTES (134634)
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 132960 2004-08-01 13:01:36Z nyan $
7# $FreeBSD: head/sys/pc98/conf/NOTES 134634 2004-09-02 12:50:47Z ru $
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

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

345# sisdrm: SiS 300/305,540,630
346# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee
347# DRM_DEBUG: include debug printfs, very slow
348#
349# mga requires AGP in the kernel, and it is recommended
350# for AGP r128 and radeon cards.
351
352device mgadrm
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

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

345# sisdrm: SiS 300/305,540,630
346# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee
347# DRM_DEBUG: include debug printfs, very slow
348#
349# mga requires AGP in the kernel, and it is recommended
350# for AGP r128 and radeon cards.
351
352device mgadrm
353device "r128drm"
353device r128drm
354device radeondrm
355device sisdrm
356device tdfxdrm
357
358options DRM_DEBUG
359
360#
361# Bus mouse

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

568#
569# AVM Fritz!Card PCI
570device ifpi
571#
572#---------------------------------------------------------------------------
573# ifpi2 driver for AVM Fritz!Card PCI version 2
574#
575# AVM Fritz!Card PCI version 2
354device radeondrm
355device sisdrm
356device tdfxdrm
357
358options DRM_DEBUG
359
360#
361# Bus mouse

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

568#
569# AVM Fritz!Card PCI
570device ifpi
571#
572#---------------------------------------------------------------------------
573# ifpi2 driver for AVM Fritz!Card PCI version 2
574#
575# AVM Fritz!Card PCI version 2
576device "ifpi2"
576device ifpi2
577#
578#---------------------------------------------------------------------------
579# iwic driver for Winbond W6692 chipset
580#
581# ASUSCOM P-IN100-ST-D (and other Winbond W6692 based cards)
582device iwic
583#
584#---------------------------------------------------------------------------

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

592# iavc driver (AVM active cards, needs i4bcapi driver!)
593#
594device iavc
595#
596#---------------------------------------------------------------------------
597# ISDN Protocol Stack - mandatory for all hardware drivers
598#
599# Q.921 / layer 2 - i4b passive cards D channel handling
577#
578#---------------------------------------------------------------------------
579# iwic driver for Winbond W6692 chipset
580#
581# ASUSCOM P-IN100-ST-D (and other Winbond W6692 based cards)
582device iwic
583#
584#---------------------------------------------------------------------------

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

592# iavc driver (AVM active cards, needs i4bcapi driver!)
593#
594device iavc
595#
596#---------------------------------------------------------------------------
597# ISDN Protocol Stack - mandatory for all hardware drivers
598#
599# Q.921 / layer 2 - i4b passive cards D channel handling
600device "i4bq921"
600device i4bq921
601#
602# Q.931 / layer 3 - i4b passive cards D channel handling
601#
602# Q.931 / layer 3 - i4b passive cards D channel handling
603device "i4bq931"
603device i4bq931
604#
605# layer 4 - i4b common passive and active card handling
604#
605# layer 4 - i4b common passive and active card handling
606device "i4b"
606device i4b
607#
608#---------------------------------------------------------------------------
609# ISDN devices - mandatory for all hardware drivers
610#
611# userland driver to do ISDN tracing (for passive cards only)
607#
608#---------------------------------------------------------------------------
609# ISDN devices - mandatory for all hardware drivers
610#
611# userland driver to do ISDN tracing (for passive cards only)
612device "i4btrc" 4
612device i4btrc
613options NI4BTRC=4
613#
614# userland driver to control the whole thing
614#
615# userland driver to control the whole thing
615device "i4bctl"
616device i4bctl
616#
617#---------------------------------------------------------------------------
618# ISDN devices - optional
619#
620# userland driver for access to raw B channel
617#
618#---------------------------------------------------------------------------
619# ISDN devices - optional
620#
621# userland driver for access to raw B channel
621device "i4brbch" 4
622device i4brbch
623options NI4BRBCH=4
622#
623# userland driver for telephony
624#
625# userland driver for telephony
624device "i4btel" 2
626device i4btel
627options NI4BTEL=2
625#
626# network driver for IP over raw HDLC ISDN
628#
629# network driver for IP over raw HDLC ISDN
627device "i4bipr" 4
630device i4bipr
631options NI4BIPR=4
628# enable VJ header compression detection for ipr i/f
629options IPR_VJ
630# enable logging of the first n IP packets to isdnd (n=32 here)
631options IPR_LOG=32
632#
633# network driver for sync PPP over ISDN; requires an equivalent
634# number of sppp device to be configured
632# enable VJ header compression detection for ipr i/f
633options IPR_VJ
634# enable logging of the first n IP packets to isdnd (n=32 here)
635options IPR_LOG=32
636#
637# network driver for sync PPP over ISDN; requires an equivalent
638# number of sppp device to be configured
635device "i4bisppp" 4
639device i4bisppp
640options NI4BISPPP=4
636#
637# B-channel interface to the netgraph subsystem
641#
642# B-channel interface to the netgraph subsystem
638device "i4bing" 2
643device i4bing
644options NI4BING=2
639#
640# CAPI driver needed for active ISDN cards (see iavc driver above)
645#
646# CAPI driver needed for active ISDN cards (see iavc driver above)
641device "i4bcapi"
647device i4bcapi
642#
643#---------------------------------------------------------------------------
644
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.

--- 176 unchanged lines hidden ---
648#
649#---------------------------------------------------------------------------
650
651#
652# Set the number of PV entries per process. Increasing this can
653# stop panics related to heavy use of shared memory. However, that can
654# (combined with large amounts of physical memory) cause panics at
655# boot time due the kernel running out of VM space.

--- 176 unchanged lines hidden ---