NOTES (c578eeb389b235ed2c339eab75e5a3d9fb00b612) | NOTES (c7c781634f600ff9d4a113cccf343bb03cd6eca2) |
---|---|
1# 2# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 3# 4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 5# 'makeoptions', 'hints' etc go into the kernel configuration that you 6# run config(8) with. 7# 8# Lines that begin with 'hints.' are NOT for config(8), they go into your --- 664 unchanged lines hidden (view full) --- 673options ATM_CORE #core ATM protocol family 674options ATM_IP #IP over ATM support 675options ATM_SIGPVC #SIGPVC signalling manager 676options ATM_SPANS #SPANS signalling manager 677options ATM_UNI #UNI signalling manager 678device hea #Efficient ENI-155p ATM PCI 679device hfa #FORE PCA-200E ATM PCI 680 | 1# 2# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 3# 4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 5# 'makeoptions', 'hints' etc go into the kernel configuration that you 6# run config(8) with. 7# 8# Lines that begin with 'hints.' are NOT for config(8), they go into your --- 664 unchanged lines hidden (view full) --- 673options ATM_CORE #core ATM protocol family 674options ATM_IP #IP over ATM support 675options ATM_SIGPVC #SIGPVC signalling manager 676options ATM_SPANS #SPANS signalling manager 677options ATM_UNI #UNI signalling manager 678device hea #Efficient ENI-155p ATM PCI 679device hfa #FORE PCA-200E ATM PCI 680 |
681# 682# DEVICE_POLLING adds support for mixed interrupt-polling handling 683# of network device drivers, which has significant benefits in terms 684# of robustness to overloads and responsivity, as well as permitting 685# accurate scheduling of the CPU time between kernel network processing 686# and other activities. The drawback is a moderate (up to 1/HZ seconds) 687# potential increase in response times. 688# It is strongly recommended to use HZ=1000 or 2000 with DEVICE_POLLING 689# to achieve smoother behaviour. 690# Additionally, you can enable/disable polling at runtime with the 691# sysctl variable kern.polling.enable (defaults off), and select 692# the CPU fraction reserved to userland with the sysctl variable 693# kern.polling.user_frac (default 50, range 0..100). 694# 695# Only the "dc" "fxp" and "sis" devices support this mode of operation at 696# the time of this writing. 697 698options DEVICE_POLLING 699 |
|
681 682##################################################################### 683# FILESYSTEM OPTIONS 684 685# 686# Only the root, /usr, and /tmp filesystems need be statically 687# compiled; everything else will be automatically loaded at mount 688# time. (Exception: the UFS family--- FFS --- cannot --- 2284 unchanged lines hidden --- | 700 701##################################################################### 702# FILESYSTEM OPTIONS 703 704# 705# Only the root, /usr, and /tmp filesystems need be statically 706# compiled; everything else will be automatically loaded at mount 707# time. (Exception: the UFS family--- FFS --- cannot --- 2284 unchanged lines hidden --- |