Deleted Added
full compact
NOTES (62058) NOTES (62114)
1#
1#
2# DOCS -- Lines that can be cut/pasted into kernel and hints configs.
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
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
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
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# $FreeBSD: head/sys/i386/conf/NOTES 62058 2000-06-25 09:18:13Z markm $
11# $FreeBSD: head/sys/i386/conf/NOTES 62114 2000-06-26 10:04:00Z peter $
12#
13
14#
15# This directive is mandatory; it defines the architecture to be
16# configured for; in this case, the 386 family based IBM-PC and
17# compatibles.
18#
19machine i386

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

941# be 131072 (128 * 1024).
942#
943# BROKEN_KEYBOARD_RESET disables the use of the keyboard controller to
944# reset the CPU for reboot. This is needed on some systems with broken
945# keyboard controllers.
946
947options COMPAT_OLDISA #Use ISA shims and glue for old drivers
948options AUTO_EOI_1
12#
13
14#
15# This directive is mandatory; it defines the architecture to be
16# configured for; in this case, the 386 family based IBM-PC and
17# compatibles.
18#
19machine i386

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

941# be 131072 (128 * 1024).
942#
943# BROKEN_KEYBOARD_RESET disables the use of the keyboard controller to
944# reset the CPU for reboot. This is needed on some systems with broken
945# keyboard controllers.
946
947options COMPAT_OLDISA #Use ISA shims and glue for old drivers
948options AUTO_EOI_1
949options AUTO_EOI_2
949#options AUTO_EOI_2
950
951options MAXMEM="(128*1024)"
950
951options MAXMEM="(128*1024)"
952options BROKEN_KEYBOARD_RESET
952#options BROKEN_KEYBOARD_RESET
953
954# Enable support for the kernel PLL to use an external PPS signal,
955# under supervision of [x]ntpd(8)
956# More info in ntpd documentation: http://www.eecis.udel.edu/~ntp
957
958options PPS_SYNC
959
960# If you see the "calcru: negative time of %ld usec for pid %d (%s)\n"

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

1707# The main PCI bus device is `pci'. It provides auto-detection and
1708# configuration support for all devices on the PCI bus, using either
1709# configuration mode defined in the PCI specification.
1710
1711device pci
1712
1713# PCI options
1714#
953
954# Enable support for the kernel PLL to use an external PPS signal,
955# under supervision of [x]ntpd(8)
956# More info in ntpd documentation: http://www.eecis.udel.edu/~ntp
957
958options PPS_SYNC
959
960# If you see the "calcru: negative time of %ld usec for pid %d (%s)\n"

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

1707# The main PCI bus device is `pci'. It provides auto-detection and
1708# configuration support for all devices on the PCI bus, using either
1709# configuration mode defined in the PCI specification.
1710
1711device pci
1712
1713# PCI options
1714#
1715options PCI_QUIET #quiets PCI code on chipset settings
1715#options PCI_QUIET #quiets PCI code on chipset settings
1716options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
1717
1718
1719# The `ahc' device provides support for the Adaptec 29/3940(U)(W)
1720# and motherboard based AIC7870/AIC7880 adapters.
1721#
1722# The `amd' device provides support for the AMD 53C974 SCSI host
1723# adapter chip as found on devices such as the Tekram DC-390(T).

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

2046hint.isic.0.port="0xd80"
2047hint.isic.0.maddr="0xd0000"
2048hint.isic.0.irq="5"
2049hint.isic.0.flags="2"
2050#
2051# Teles S0/16.3
2052options TEL_S0_16_3
2053hint.isic.0.at="isa"
1716options COMPAT_OLDPCI #Use PCI shims and glue for old drivers
1717
1718
1719# The `ahc' device provides support for the Adaptec 29/3940(U)(W)
1720# and motherboard based AIC7870/AIC7880 adapters.
1721#
1722# The `amd' device provides support for the AMD 53C974 SCSI host
1723# adapter chip as found on devices such as the Tekram DC-390(T).

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

2046hint.isic.0.port="0xd80"
2047hint.isic.0.maddr="0xd0000"
2048hint.isic.0.irq="5"
2049hint.isic.0.flags="2"
2050#
2051# Teles S0/16.3
2052options TEL_S0_16_3
2053hint.isic.0.at="isa"
2054hint.isic.0.maddr="0xd80"
2054hint.isic.0.port="0xd80"
2055hint.isic.0.irq="5"
2056hint.isic.0.flags="3"
2057#
2058# AVM A1 or AVM Fritz!Card
2059options AVM_A1
2060hint.isic.0.at="isa"
2055hint.isic.0.irq="5"
2056hint.isic.0.flags="3"
2057#
2058# AVM A1 or AVM Fritz!Card
2059options AVM_A1
2060hint.isic.0.at="isa"
2061hint.isic.0.maddr="0x340"
2061hint.isic.0.port="0x340"
2062hint.isic.0.irq="5"
2063hint.isic.0.flags="4"
2064#
2065# USRobotics Sportster ISDN TA intern (not supported yet!)
2066#options USR_STI
2067#hint.isic.0.at="isa"
2062hint.isic.0.irq="5"
2063hint.isic.0.flags="4"
2064#
2065# USRobotics Sportster ISDN TA intern (not supported yet!)
2066#options USR_STI
2067#hint.isic.0.at="isa"
2068#hint.isic.0.maddr="0x268"
2068#hint.isic.0.port="0x268"
2069#hint.isic.0.irq="5"
2070#hint.isic.0.flags="7"
2071#
2072# ITK ix1 Micro ( < V.3, non-PnP version ) (not supported yet!)
2073#options ITKIX1
2074#hint.isic.0.at="isa"
2069#hint.isic.0.irq="5"
2070#hint.isic.0.flags="7"
2071#
2072# ITK ix1 Micro ( < V.3, non-PnP version ) (not supported yet!)
2073#options ITKIX1
2074#hint.isic.0.at="isa"
2075#hint.isic.0.maddr="0x398"
2075#hint.isic.0.port="0x398"
2076#hint.isic.0.irq="10"
2077#hint.isic.0.flags="18"
2078#
2079# ELSA PCC-16
2080options ELSA_PCC16
2081hint.isic.0.at="isa"
2076#hint.isic.0.irq="10"
2077#hint.isic.0.flags="18"
2078#
2079# ELSA PCC-16
2080options ELSA_PCC16
2081hint.isic.0.at="isa"
2082hint.isic.0.maddr="0x360"
2082hint.isic.0.port="0x360"
2083hint.isic.0.irq="10"
2084hint.isic.0.flags="20"
2085#
2086# ISA bus PnP Cards:
2087# ------------------
2088#
2089# Teles S0/16.3 PnP
2090options TEL_S0_16_3_P

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

2255#
2256# Disable swapping. This option removes all code which actually performs
2257# swapping, so it's not possible to turn it back on at run-time.
2258#
2259# This is sometimes usable for systems which don't have any swap space
2260# (see also sysctls "vm.defer_swapspace_pageouts" and
2261# "vm.disable_swapspace_pageouts")
2262#
2083hint.isic.0.irq="10"
2084hint.isic.0.flags="20"
2085#
2086# ISA bus PnP Cards:
2087# ------------------
2088#
2089# Teles S0/16.3 PnP
2090options TEL_S0_16_3_P

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

2255#
2256# Disable swapping. This option removes all code which actually performs
2257# swapping, so it's not possible to turn it back on at run-time.
2258#
2259# This is sometimes usable for systems which don't have any swap space
2260# (see also sysctls "vm.defer_swapspace_pageouts" and
2261# "vm.disable_swapspace_pageouts")
2262#
2263options NO_SWAPPING
2263#options NO_SWAPPING
2264
2265# Set the number of sf_bufs to allocate. sf_bufs are virtual buffers
2266# for sendfile(2) that are used to map file VM pages, and normally
2267# default to a quantity that is roughly 16*MAXUSERS+512. You would
2268# typically want about 4 of these for each simultaneous file send.
2269#
2270options NSFBUFS=1024
2271

--- 203 unchanged lines hidden ---
2264
2265# Set the number of sf_bufs to allocate. sf_bufs are virtual buffers
2266# for sendfile(2) that are used to map file VM pages, and normally
2267# default to a quantity that is roughly 16*MAXUSERS+512. You would
2268# typically want about 4 of these for each simultaneous file send.
2269#
2270options NSFBUFS=1024
2271

--- 203 unchanged lines hidden ---