diff options
author | yar <yar@FreeBSD.org> | 2002-11-26 13:55:50 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2002-11-26 13:55:50 +0000 |
commit | eb711f13900c2ce92ae28710f6282668095c7a16 (patch) | |
tree | 29e49d91cf21a5ff85e2118c2314773764d458c0 /sys/boot | |
parent | cef761128546425a9166e0ca30a84e6a4596c958 (diff) | |
download | FreeBSD-src-eb711f13900c2ce92ae28710f6282668095c7a16.zip FreeBSD-src-eb711f13900c2ce92ae28710f6282668095c7a16.tar.gz |
Eliminate references to defunct kernel tunables.
Approved by: re
PR: bin/43343
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/common/help.common | 16 | ||||
-rw-r--r-- | sys/boot/common/loader.8 | 7 | ||||
-rw-r--r-- | sys/boot/forth/loader.conf | 1 |
3 files changed, 0 insertions, 24 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index 1a4689b..69b36d6 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -240,22 +240,6 @@ completely the value determined when the kernel was compiled. - set machdep.pccard.pcic_irq=<value> - - Overrides the IRQ normally assigned to a PCCARD controller. - Typically the first available interrupt will be allocated, - which may conflict with other hardware. If this value is - set to 0, an interrupt will not be assigned and the - controller will operate in polled mode only. - - set machdep.bios.pnp=disable - - Disable the use of the PnP BIOS (i386 only) - - set machdep.bios.pci=disable - - Disable the use of the PCI BIOS (i386 only) - set machdep.disable_mtrrs=1 Disable the use of i686 MTRRs (i386 only) diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 56faf91..3d5f851 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -487,13 +487,6 @@ Modifies .Va VM_BCACHE_SIZE_MAX . .It Va machdep.disable_mtrrs Disable the use of i686 MTRRs (x86 only). -.It Va machdep.pccard.pcic_irq -Overrides the IRQ normally assigned to a PCCARD controller. -Typically the first available interrupt will be allocated, -which may conflict with other hardware. -If this value is set to 0, -an interrupt will not be assigned -and the controller will operate in polled mode only. .It Va net.inet.tcp.tcbhashsize Overrides the compile-time set value of .Va TCBHASHSIZE diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 28ec590..06a76f6 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -96,7 +96,6 @@ module_path="/boot/kernel;/boot/modules;/modules" # Set the module search path #kern.ipc.nmbufs="" # Set the maximum number of mbufs #kern.ipc.nsfbufs="" # Set the number of sendfile(2) bufs #kern.vm.kmem.size="" # Sets the size of kernel memory (bytes) -#machdep.pccard.pcic_irq="0" # Assigns PCCARD controller IRQ (0=polled) #net.inet.tcp.tcbhashsize="" # Set the value of TCBHASHSIZE #vfs.root.mountfrom="" # Specify root partition in a way the # kernel understands |