MACHINE_NONCONTIG -> EXTENDED_MEMORY.
G/c and comment changes.
This commit is contained in:
parent
6de1aeaee6
commit
64d2bc59bc
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ALL,v 1.27 1999/03/16 16:30:16 minoura Exp $
|
||||
# $NetBSD: ALL,v 1.28 1999/03/17 12:31:25 minoura Exp $
|
||||
|
||||
#
|
||||
# ALL -- everything that's currently supported
|
||||
@ -21,7 +21,7 @@ options M68060
|
||||
#### System options specific to the x68k port
|
||||
|
||||
options UVM # new virtual memory system
|
||||
options MACHINE_NONCONTIG # support for noncontiguous memory
|
||||
options EXTENDED_MEMORY # support for >16MB memory
|
||||
options FPU_EMULATE # software fpu emulation for MC68030
|
||||
options FPSP # floating point emulation for MC68040
|
||||
options M060SP # int/fp emulation for MC68060
|
||||
@ -190,9 +190,7 @@ kbd0 at mfp0 # standard keyboard
|
||||
ite0 at grf0 # internal terminal emulator
|
||||
#options ITE_KERNEL_ATTR=4 # bold for kernel messages
|
||||
# see /sys/arch/x68k/dev/itevar.h
|
||||
#!pow0 at mfp0 flags 0 # power switch status; intr enabled
|
||||
#!pow1 at mfp0 flags 1 # power switch status; read only
|
||||
pseudo-device pow 2 #! software power switch
|
||||
pseudo-device pow 2 # software power switch
|
||||
|
||||
## floppy disks
|
||||
fdc0 at intio0 addr 0xe94000 intr 96 dma 0 dmaintr 100 # floppy controler
|
||||
@ -225,13 +223,13 @@ zsc2 at intio0 addr 0xeafc10 intr 114
|
||||
zstty4 at zsc2 channel 0
|
||||
zstty5 at zsc2 channel 1
|
||||
|
||||
pseudo-device sram #! battery-backuped static RAM
|
||||
pseudo-device bell #! OPM bell
|
||||
pseudo-device sram # battery-backuped static RAM
|
||||
pseudo-device bell # OPM bell
|
||||
|
||||
xcom0 at mainbus0 # NS16550 fast serial
|
||||
xcom1 at mainbus0
|
||||
|
||||
## Audio device
|
||||
## Audio device; broken
|
||||
#okiadpcm0 at intio0 addr 0xe92000 intr 106 errintr 107 dma 3
|
||||
#audio* at okiadpcm*
|
||||
|
||||
@ -239,7 +237,7 @@ xcom1 at mainbus0
|
||||
neptune0 at intio0 addr 0xece000 intr 249 # Neptune-X
|
||||
neptune1 at intio0 addr 0xece400 intr 249 # Neptune-X at alt. addr.
|
||||
ne0 at neptune? addr 0x300 # NE2000 or clone
|
||||
#se0 at scsibus? target ? lun ? # Ether+; not supported
|
||||
#se0 at scsibus? target ? lun ? # Ether+; broken
|
||||
|
||||
|
||||
#### Pseudo devices
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.28 1999/03/16 16:30:16 minoura Exp $
|
||||
# $NetBSD: GENERIC,v 1.29 1999/03/17 12:31:26 minoura Exp $
|
||||
|
||||
#
|
||||
# GENERIC
|
||||
@ -21,7 +21,7 @@ options M68060
|
||||
#### System options specific to the x68k port
|
||||
|
||||
options UVM # new virtual memory system
|
||||
options MACHINE_NONCONTIG # support for noncontiguous memory
|
||||
options EXTENDED_MEMORY # support for >16MB memory
|
||||
options FPU_EMULATE # software fpu emulation for MC68030
|
||||
options FPSP # floating point emulation for MC68040
|
||||
options M060SP # int/fp emulation for MC68060
|
||||
@ -190,9 +190,7 @@ kbd0 at mfp0 # standard keyboard
|
||||
ite0 at grf0 # internal terminal emulator
|
||||
#options ITE_KERNEL_ATTR=4 # bold for kernel messages
|
||||
# see /sys/arch/x68k/dev/itevar.h
|
||||
#!pow0 at mfp0 flags 0 # power switch status; intr enabled
|
||||
#!pow1 at mfp0 flags 1 # power switch status; read only
|
||||
pseudo-device pow 2 #! software power switch
|
||||
pseudo-device pow 2 # software power switch
|
||||
|
||||
## floppy disks
|
||||
fdc0 at intio0 addr 0xe94000 intr 96 dma 0 dmaintr 100 # floppy controler
|
||||
@ -225,13 +223,13 @@ ms0 at zsc0 channel 1 # standard mouse
|
||||
#zstty4 at zsc2 channel 0
|
||||
#zstty5 at zsc2 channel 1
|
||||
|
||||
pseudo-device sram #! battery-backuped static RAM
|
||||
pseudo-device bell #! OPM bell
|
||||
pseudo-device sram # battery-backuped static RAM
|
||||
pseudo-device bell # OPM bell
|
||||
|
||||
xcom0 at mainbus0 # NS16550 fast serial
|
||||
xcom1 at mainbus0
|
||||
|
||||
## Audio device
|
||||
## Audio device; broken
|
||||
#okiadpcm0 at intio0 addr 0xe92000 intr 106 errintr 107 dma 3
|
||||
#audio* at okiadpcm*
|
||||
|
||||
@ -239,7 +237,7 @@ xcom1 at mainbus0
|
||||
neptune0 at intio0 addr 0xece000 intr 249 # Neptune-X
|
||||
neptune1 at intio0 addr 0xece400 intr 249 # Neptune-X at alt. addr.
|
||||
ne0 at neptune? addr 0x300 # NE2000 or clone
|
||||
#se0 at scsibus? target ? lun ? # Ether+; not supported
|
||||
#se0 at scsibus? target ? lun ? # Ether+; broken
|
||||
|
||||
|
||||
#### Pseudo devices
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.9 1999/03/16 16:30:16 minoura Exp $
|
||||
# $NetBSD: INSTALL,v 1.10 1999/03/17 12:31:26 minoura Exp $
|
||||
|
||||
#
|
||||
# INSTALL -- installation kernel.
|
||||
@ -28,7 +28,7 @@ options M68060
|
||||
#### System options specific to the x68k port
|
||||
|
||||
options UVM # new virtual memory system
|
||||
#options MACHINE_NONCONTIG # support for noncontiguous memory
|
||||
#options EXTENDED_MEMORY # support for >16MB memory
|
||||
options FPU_EMULATE # software fpu emulation for MC68030
|
||||
options FPSP # floating point emulation for MC68040
|
||||
options M060SP # int/fp emulation for MC68060
|
||||
@ -45,6 +45,7 @@ options MAPPEDCOPY # use page mapping for large copyin/copyout
|
||||
## automagically determined at boot time.
|
||||
|
||||
config netbsd root on ? type ?
|
||||
#config netbsd root on sd0 type ffs
|
||||
|
||||
## RTC is offset from GMT; -540 means JST-9
|
||||
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
||||
@ -134,6 +135,8 @@ options COMPAT_43 # 4.3BSD system interfaces
|
||||
#options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
#options COMPAT_M68K4K # NetBSD/m68k4k binaries
|
||||
#options COMPAT_SUNOS # SunOS 4.x binary compatibility; broken
|
||||
#options COMPAT_LINUX # Linux/m68k binary compatibility
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux)
|
||||
|
||||
## File systems.
|
||||
file-system FFS # Berkeley Fast Filesystem
|
||||
@ -194,9 +197,7 @@ kbd0 at mfp0 # standard keyboard
|
||||
ite0 at grf0 # internal terminal emulator
|
||||
#options ITE_KERNEL_ATTR=4 # bold for kernel messages
|
||||
# see /sys/arch/x68k/dev/itevar.h
|
||||
#!pow0 at mfp0 flags 0 # power switch status; intr enabled
|
||||
#!pow1 at mfp0 flags 1 # power switch status; read only
|
||||
pseudo-device pow 2 #! software power switch
|
||||
pseudo-device pow 2 # software power switch
|
||||
|
||||
## floppy disks
|
||||
fdc0 at intio0 addr 0xe94000 intr 96 dma 0 dmaintr 100 # floppy controler
|
||||
@ -228,8 +229,8 @@ zstty0 at zsc0 channel 0 # built-in RS-232C
|
||||
#zstty4 at zsc2 channel 0
|
||||
#zstty5 at zsc2 channel 1
|
||||
|
||||
pseudo-device sram #! battery-backuped static RAM
|
||||
pseudo-device bell #! OPM bell
|
||||
pseudo-device sram # battery-backuped static RAM
|
||||
pseudo-device bell # OPM bell
|
||||
|
||||
#xcom0 at mainbus0 # NS16550 fast serial
|
||||
#xcom1 at mainbus0
|
||||
@ -242,7 +243,7 @@ pseudo-device bell #! OPM bell
|
||||
neptune0 at intio0 addr 0xece000 intr 249 # Neptune-X
|
||||
neptune1 at intio0 addr 0xece400 intr 249 # Neptune-X at alt. addr.
|
||||
ne0 at neptune? addr 0x300 # NE2000 or clone
|
||||
#se0 at scsibus? target ? lun ? # Ether+; not supported
|
||||
#se0 at scsibus? target ? lun ? # Ether+; broken
|
||||
|
||||
|
||||
#### Pseudo devices
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SMALL,v 1.14 1999/03/16 16:30:17 minoura Exp $
|
||||
# $NetBSD: SMALL,v 1.15 1999/03/17 12:31:26 minoura Exp $
|
||||
|
||||
#
|
||||
# SMALL -- works with a small memory, e.g. 4MB
|
||||
@ -21,7 +21,7 @@ options M68060
|
||||
#### System options specific to the x68k port
|
||||
|
||||
options UVM # new virtual memory system
|
||||
#options MACHINE_NONCONTIG # support for noncontiguous memory
|
||||
#options EXTENDED_MEMORY # support for >16MB memory
|
||||
options FPU_EMULATE # software fpu emulation for MC68030
|
||||
options FPSP # floating point emulation for MC68040
|
||||
options M060SP # int/fp emulation for MC68060
|
||||
@ -39,6 +39,7 @@ options BUFCACHE=5 # use this % of the memory for buffer cache
|
||||
## automagically determined at boot time.
|
||||
|
||||
config netbsd root on ? type ?
|
||||
#config netbsd root on sd0 type ffs
|
||||
|
||||
## RTC is offset from GMT; -540 means JST-9
|
||||
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
||||
@ -190,9 +191,7 @@ kbd0 at mfp0 # standard keyboard
|
||||
ite0 at grf0 # internal terminal emulator
|
||||
#options ITE_KERNEL_ATTR=4 # bold for kernel messages
|
||||
# see /sys/arch/x68k/dev/itevar.h
|
||||
#!pow0 at mfp0 flags 0 # power switch status; intr enabled
|
||||
#!pow1 at mfp0 flags 1 # power switch status; read only
|
||||
pseudo-device pow 2 #! software power switch
|
||||
pseudo-device pow 2 # software power switch
|
||||
|
||||
## floppy disks
|
||||
fdc0 at intio0 addr 0xe94000 intr 96 dma 0 dmaintr 100 # floppy controler
|
||||
@ -224,9 +223,11 @@ zstty0 at zsc0 channel 0 # built-in RS-232C
|
||||
#zstty4 at zsc2 channel 0
|
||||
#zstty5 at zsc2 channel 1
|
||||
|
||||
pseudo-device sram #! battery-backuped static RAM
|
||||
pseudo-device bell #! OPM bell
|
||||
pseudo-device sram # battery-backuped static RAM
|
||||
pseudo-device bell # OPM bell
|
||||
|
||||
xcom0 at mainbus0 # NS16550 fast serial
|
||||
xcom1 at mainbus0
|
||||
|
||||
## Audio device; broken
|
||||
#okiadpcm0 at intio0 addr 0xe92000 intr 106 errintr 107 dma 3
|
||||
@ -236,7 +237,7 @@ pseudo-device bell #! OPM bell
|
||||
neptune0 at intio0 addr 0xece000 intr 249 # Neptune-X
|
||||
neptune1 at intio0 addr 0xece400 intr 249 # Neptune-X at alt. addr.
|
||||
ne0 at neptune? addr 0x300 # NE2000 or clone
|
||||
#se0 at scsibus? target ? lun ? # Ether+; not supported
|
||||
#se0 at scsibus? target ? lun ? # Ether+; broken
|
||||
|
||||
|
||||
#### Pseudo devices
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TOKOCHAN,v 1.2 1999/03/16 17:04:35 minoura Exp $
|
||||
# $NetBSD: TOKOCHAN,v 1.3 1999/03/17 12:31:26 minoura Exp $
|
||||
|
||||
#
|
||||
# TOKOCHAN -- Believe in the BSD power; Toko to issyo-ni make all!
|
||||
@ -21,7 +21,7 @@ options M68040
|
||||
#### System options specific to the x68k port
|
||||
|
||||
options UVM # new virtual memory system
|
||||
#options MACHINE_NONCONTIG # support for noncontiguous memory
|
||||
#options EXTENDED_MEMORY # support for >16MB memory
|
||||
#options FPU_EMULATE # software fpu emulation for MC68030
|
||||
options FPSP # floating point emulation for MC68040
|
||||
#options M060SP # int/fp emulation for MC68060
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ZSCONS,v 1.2 1999/03/16 16:30:17 minoura Exp $
|
||||
# $NetBSD: ZSCONS,v 1.3 1999/03/17 12:31:26 minoura Exp $
|
||||
|
||||
#
|
||||
# ZSCONS -- like GENERIC, but use zs console.
|
||||
@ -20,9 +20,8 @@ options M68060
|
||||
|
||||
#### System options specific to the x68k port
|
||||
|
||||
#options UVM # new virtual memory system
|
||||
options MACHINE_NONCONTIG # support for noncontiguous memory
|
||||
options MACHINE_NEW_NONCONTIG # new i/f for noncontig memory support
|
||||
options UVM # new virtual memory system
|
||||
options EXTENDED_MEMORY # support for >16MB memory
|
||||
options FPU_EMULATE # software fpu emulation for MC68030
|
||||
options FPSP # floating point emulation for MC68040
|
||||
options M060SP # int/fp emulation for MC68060
|
||||
@ -129,6 +128,8 @@ options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
#options COMPAT_M68K4K # NetBSD/m68k4k binaries
|
||||
#options COMPAT_SUNOS # SunOS 4.x binary compatibility; broken
|
||||
#options COMPAT_LINUX # Linux/m68k binary compatibility
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux)
|
||||
|
||||
## File systems.
|
||||
file-system FFS # Berkeley Fast Filesystem
|
||||
@ -187,8 +188,8 @@ grf1 at grfbus0 # flexible graphics
|
||||
|
||||
#kbd0 at mfp0 # standard keyboard
|
||||
#ite0 at grf0 # internal terminal emulator
|
||||
#!pow0 at mfp0 flags 0 # power switch status; intr enabled
|
||||
#!pow1 at mfp0 flags 1 # power switch status; read only
|
||||
#options ITE_KERNEL_ATTR=4 # bold for kernel messages
|
||||
# see /sys/arch/x68k/dev/itevar.h
|
||||
pseudo-device pow 2 #! software power switch
|
||||
|
||||
## floppy disks
|
||||
|
Loading…
Reference in New Issue
Block a user