Remove the now-bogus comment about using iosiz with npx0 for memory

sizing - environment does this properly  now.  Thanks, Peter!
This commit is contained in:
Jordan K. Hubbard 1999-07-01 18:39:23 +00:00
parent 938aa32a80
commit 4f018929d4
3 changed files with 6 additions and 36 deletions

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.612 1999/06/29 19:06:16 mph Exp $
# $Id: LINT,v 1.613 1999/06/29 21:52:07 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -961,7 +961,7 @@ options SC_NO_SYSMOUSE
# buggy. If it is not configured then you *must* configure math emulation
# (see above). If both npx0 and emulation are configured, then only npx0
# is used (provided it works).
device npx0 at nexus? port IO_NPX iosiz 0x0 flags 0x0 irq 13
device npx0 at nexus? port IO_NPX flags 0x0 irq 13
#
# `flags' for npx0:
@ -980,16 +980,6 @@ device npx0 at nexus? port IO_NPX iosiz 0x0 flags 0x0 irq 13
# are not used until later in the bootstrap when npx0 is attached).
#
#
# `iosiz' for npx0:
# This can be used instead of the MAXMEM option to set the memory size. If
# it is nonzero, then it overrides both the MAXMEM option and the memory
# size reported by the BIOS. Setting it at boot time using userconfig takes
# effect on the next reboot after the change has been recorded in the kernel
# binary (the size is used early in the boot before userconfig has a chance
# to change it).
#
#
# Optional ISA and EISA devices:
#

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.612 1999/06/29 19:06:16 mph Exp $
# $Id: LINT,v 1.613 1999/06/29 21:52:07 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -961,7 +961,7 @@ options SC_NO_SYSMOUSE
# buggy. If it is not configured then you *must* configure math emulation
# (see above). If both npx0 and emulation are configured, then only npx0
# is used (provided it works).
device npx0 at nexus? port IO_NPX iosiz 0x0 flags 0x0 irq 13
device npx0 at nexus? port IO_NPX flags 0x0 irq 13
#
# `flags' for npx0:
@ -980,16 +980,6 @@ device npx0 at nexus? port IO_NPX iosiz 0x0 flags 0x0 irq 13
# are not used until later in the bootstrap when npx0 is attached).
#
#
# `iosiz' for npx0:
# This can be used instead of the MAXMEM option to set the memory size. If
# it is nonzero, then it overrides both the MAXMEM option and the memory
# size reported by the BIOS. Setting it at boot time using userconfig takes
# effect on the next reboot after the change has been recorded in the kernel
# binary (the size is used early in the boot before userconfig has a chance
# to change it).
#
#
# Optional ISA and EISA devices:
#

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.612 1999/06/29 19:06:16 mph Exp $
# $Id: LINT,v 1.613 1999/06/29 21:52:07 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -961,7 +961,7 @@ options SC_NO_SYSMOUSE
# buggy. If it is not configured then you *must* configure math emulation
# (see above). If both npx0 and emulation are configured, then only npx0
# is used (provided it works).
device npx0 at nexus? port IO_NPX iosiz 0x0 flags 0x0 irq 13
device npx0 at nexus? port IO_NPX flags 0x0 irq 13
#
# `flags' for npx0:
@ -980,16 +980,6 @@ device npx0 at nexus? port IO_NPX iosiz 0x0 flags 0x0 irq 13
# are not used until later in the bootstrap when npx0 is attached).
#
#
# `iosiz' for npx0:
# This can be used instead of the MAXMEM option to set the memory size. If
# it is nonzero, then it overrides both the MAXMEM option and the memory
# size reported by the BIOS. Setting it at boot time using userconfig takes
# effect on the next reboot after the change has been recorded in the kernel
# binary (the size is used early in the boot before userconfig has a chance
# to change it).
#
#
# Optional ISA and EISA devices:
#