Sync up with changes in GENERIC
This commit is contained in:
parent
b4de41ef34
commit
f64034e8f6
@ -1,8 +1,8 @@
|
|||||||
# $NetBSD: DISKLESS,v 1.17 1997/01/31 02:08:19 thorpej Exp $
|
# $NetBSD: DISKLESS,v 1.18 1997/03/11 21:21:49 gwr Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# DISKLESS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
|
# DISKLESS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
|
||||||
# Root and swap on NFS (no choice)
|
# Root and swap on NFS
|
||||||
# Includes devices needed to run as an X-terminal
|
# Includes devices needed to run as an X-terminal
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -20,9 +20,10 @@ options KTRACE # system call tracing support
|
|||||||
|
|
||||||
# Debugging options. Uncomment either this:
|
# Debugging options. Uncomment either this:
|
||||||
#options DDB
|
#options DDB
|
||||||
# ... or these two: (for KGDB on another machine)
|
# ... or these for KGDB (gdb remote target)
|
||||||
makeoptions DEBUG="-g" # symbols for kgdb + nm
|
makeoptions DEBUG="-g" # debugging symbols for gdb
|
||||||
options KGDB
|
options KGDB
|
||||||
|
options KGDBDEV=0x0C01
|
||||||
|
|
||||||
# Filesystem options
|
# Filesystem options
|
||||||
file-system NFS # nfs client support
|
file-system NFS # nfs client support
|
||||||
@ -37,7 +38,7 @@ options FIFO # FIFOs; RECOMMENDED
|
|||||||
options INET # IP prototol stack support
|
options INET # IP prototol stack support
|
||||||
#options GATEWAY # IP packet forwarding
|
#options GATEWAY # IP packet forwarding
|
||||||
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
||||||
# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
|
# XXX - Work-around for root on slow servers (insurance...)
|
||||||
options NFS_BOOT_RWSIZE=1024
|
options NFS_BOOT_RWSIZE=1024
|
||||||
|
|
||||||
# Compatability options
|
# Compatability options
|
||||||
@ -71,11 +72,11 @@ ms0 at zsc0 channel 1 # mouse
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Intel Ethernet (onboard, or VME)
|
# Intel Ethernet (onboard, or VME)
|
||||||
ie0 at obio0 addr ? level ?
|
ie0 at obio0 addr 0x0C0000 level 3
|
||||||
ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
|
ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
|
||||||
|
|
||||||
# Lance Ethernet (only onboard)
|
# Lance Ethernet (only onboard)
|
||||||
le0 at obio0 addr ? level ?
|
le0 at obio0 addr 0x120000 level 3
|
||||||
|
|
||||||
#
|
#
|
||||||
# Frame buffer devices
|
# Frame buffer devices
|
||||||
@ -109,5 +110,7 @@ cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
|
|||||||
|
|
||||||
# Misc.
|
# Misc.
|
||||||
pseudo-device loop 1 # network loopback
|
pseudo-device loop 1 # network loopback
|
||||||
|
pseudo-device sl 2 # CSLIP
|
||||||
|
pseudo-device ppp 2 # PPP
|
||||||
|
|
||||||
pseudo-device pty 32 # pseudo-terminals
|
pseudo-device pty 32 # pseudo-terminals
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: FOUR_TTYS,v 1.8 1997/02/10 23:34:38 gwr Exp $
|
# $NetBSD: FOUR_TTYS,v 1.9 1997/03/11 21:21:51 gwr Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# FOUR_TTYS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
|
# FOUR_TTYS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
|
||||||
@ -42,7 +42,7 @@ options FIFO # FIFOs; RECOMMENDED
|
|||||||
options INET # IP prototol stack support
|
options INET # IP prototol stack support
|
||||||
#options GATEWAY # IP packet forwarding
|
#options GATEWAY # IP packet forwarding
|
||||||
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
||||||
# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
|
# XXX - Work-around for root on slow servers (insurance...)
|
||||||
options NFS_BOOT_RWSIZE=1024
|
options NFS_BOOT_RWSIZE=1024
|
||||||
|
|
||||||
# Compatability options
|
# Compatability options
|
||||||
@ -54,7 +54,7 @@ options COMPAT_12 # NetBSD 1.2
|
|||||||
options UCONSOLE # Allow non-root TIOCCONS
|
options UCONSOLE # Allow non-root TIOCCONS
|
||||||
|
|
||||||
# Sun3-specific debugging options
|
# Sun3-specific debugging options
|
||||||
options PMAP_DEBUG
|
#options PMAP_DEBUG
|
||||||
#options VMFAULT_TRACE
|
#options VMFAULT_TRACE
|
||||||
#options SYSCALL_DEBUG
|
#options SYSCALL_DEBUG
|
||||||
#options EXEC_DEBUG
|
#options EXEC_DEBUG
|
||||||
@ -93,29 +93,27 @@ le0 at obio0 addr 0x120000 level 3
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Sun3 "si" SCSI controller (NCR 5380)
|
# Sun3 "si" SCSI controller (NCR 5380)
|
||||||
# This driver has several flags which may be enabled by OR'ing
|
|
||||||
# the values and using the "flags" directive. (PR#1929)
|
|
||||||
# Valid flags are:
|
|
||||||
#
|
|
||||||
# 0x01 Use DMA (may be polled)
|
|
||||||
# 0x02 Use DMA completion interrupts
|
|
||||||
# 0x04 Allow disconnect/reselect
|
|
||||||
#
|
|
||||||
# E.g. "flags 0x07" would enable DMA, interrupts, and reselect.
|
|
||||||
# Note: these values are quite a bit paranoid...
|
|
||||||
si0 at obio0 addr 0x140000 level 2
|
si0 at obio0 addr 0x140000 level 2
|
||||||
si0 at vmes0 addr 0xff200000 level 2 vect 0x40
|
si0 at vmes0 addr 0xff200000 level 2 vect 0x40
|
||||||
si1 at vmes0 addr 0xff204000 level 2 vect 0x41
|
si1 at vmes0 addr 0xff204000 level 2 vect 0x41
|
||||||
|
|
||||||
# Xylogics 7053 controllers
|
|
||||||
# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
|
|
||||||
# xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
|
|
||||||
# xd* at xdc? drive ?
|
|
||||||
|
|
||||||
# Xylogics 450/451 controllers
|
# Xylogics 450/451 controllers
|
||||||
# xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
|
# xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
|
||||||
# xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
|
# xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
|
||||||
# xy* at xyc? drive ?
|
# Just wire-down the units so bootdev match is easy.
|
||||||
|
# xy0 at xyc0 drive 0
|
||||||
|
# xy1 at xyc0 drive 1
|
||||||
|
# xy2 at xyc1 drive 0
|
||||||
|
# xy3 at xyc1 drive 1
|
||||||
|
|
||||||
|
# Xylogics 7053 controllers
|
||||||
|
# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
|
||||||
|
# xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
|
||||||
|
# Just wire-down the units so bootdev match is easy.
|
||||||
|
# xd0 at xdc0 drive 0
|
||||||
|
# xd1 at xdc0 drive 1
|
||||||
|
# xd2 at xdc1 drive 0
|
||||||
|
# xd3 at xdc1 drive 1
|
||||||
|
|
||||||
# Xylogics 472 tape controllers?
|
# Xylogics 472 tape controllers?
|
||||||
|
|
||||||
@ -154,21 +152,12 @@ cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
|
|||||||
#
|
#
|
||||||
scsibus* at scsi?
|
scsibus* at scsi?
|
||||||
|
|
||||||
# Sun compatible scsi device mappings
|
sd* at scsibus? target ? lun ? # SCSI disks
|
||||||
sd0 at scsibus? target 0 lun 0
|
st* at scsibus? target ? lun ? # SCSI tapes
|
||||||
sd1 at scsibus? target 0 lun 1
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
||||||
sd2 at scsibus? target 1 lun 0
|
ch* at scsibus? target ? lun ? # SCSI changer devices
|
||||||
sd3 at scsibus? target 1 lun 1
|
ss* at scsibus? target ? lun ? # SCSI scanners
|
||||||
sd* at scsibus? target ? lun ?
|
uk* at scsibus? target ? lun ? # unknown SCSI devices
|
||||||
|
|
||||||
st0 at scsibus? target 4 lun 0
|
|
||||||
st1 at scsibus? target 5 lun 0
|
|
||||||
st* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
cd0 at scsibus? target 6 lun 0
|
|
||||||
cd* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
#ch* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
# Memory-disk drivers
|
# Memory-disk drivers
|
||||||
pseudo-device md 2
|
pseudo-device md 2
|
||||||
@ -179,6 +168,7 @@ pseudo-device bpfilter 8 # packet filter
|
|||||||
pseudo-device sl 2 # CSLIP
|
pseudo-device sl 2 # CSLIP
|
||||||
pseudo-device ppp 2 # PPP
|
pseudo-device ppp 2 # PPP
|
||||||
pseudo-device tun 2 # network tunneling over tty
|
pseudo-device tun 2 # network tunneling over tty
|
||||||
|
#pseudo-device ipfilter # ip filter
|
||||||
|
|
||||||
pseudo-device pty 64 # pseudo-terminals
|
pseudo-device pty 64 # pseudo-terminals
|
||||||
#pseudo-device vnd 4 # paging to files
|
#pseudo-device vnd 4 # paging to files
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC_KGDB,v 1.9 1997/02/10 23:36:09 gwr Exp $
|
# $NetBSD: GENERIC_KGDB,v 1.10 1997/03/11 21:21:52 gwr Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# GENERIC_KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
|
# GENERIC_KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
|
||||||
@ -45,7 +45,7 @@ options FIFO # FIFOs; RECOMMENDED
|
|||||||
options INET # IP prototol stack support
|
options INET # IP prototol stack support
|
||||||
#options GATEWAY # IP packet forwarding
|
#options GATEWAY # IP packet forwarding
|
||||||
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
||||||
# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
|
# XXX - Work-around for root on slow servers (insurance...)
|
||||||
options NFS_BOOT_RWSIZE=1024
|
options NFS_BOOT_RWSIZE=1024
|
||||||
|
|
||||||
# Compatability options
|
# Compatability options
|
||||||
@ -57,7 +57,7 @@ options COMPAT_12 # NetBSD 1.2
|
|||||||
options UCONSOLE # Allow non-root TIOCCONS
|
options UCONSOLE # Allow non-root TIOCCONS
|
||||||
|
|
||||||
# Sun3-specific debugging options
|
# Sun3-specific debugging options
|
||||||
options PMAP_DEBUG
|
#options PMAP_DEBUG
|
||||||
#options VMFAULT_TRACE
|
#options VMFAULT_TRACE
|
||||||
#options SYSCALL_DEBUG
|
#options SYSCALL_DEBUG
|
||||||
#options EXEC_DEBUG
|
#options EXEC_DEBUG
|
||||||
@ -91,29 +91,27 @@ le0 at obio0 addr 0x120000 level 3
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Sun3 "si" SCSI controller (NCR 5380)
|
# Sun3 "si" SCSI controller (NCR 5380)
|
||||||
# This driver has several flags which may be enabled by OR'ing
|
|
||||||
# the values and using the "flags" directive. (PR#1929)
|
|
||||||
# Valid flags are:
|
|
||||||
#
|
|
||||||
# 0x01 Use DMA (may be polled)
|
|
||||||
# 0x02 Use DMA completion interrupts
|
|
||||||
# 0x04 Allow disconnect/reselect
|
|
||||||
#
|
|
||||||
# E.g. "flags 0x07" would enable DMA, interrupts, and reselect.
|
|
||||||
# Note: these values are quite a bit paranoid...
|
|
||||||
si0 at obio0 addr 0x140000 level 2
|
si0 at obio0 addr 0x140000 level 2
|
||||||
si0 at vmes0 addr 0xff200000 level 2 vect 0x40
|
si0 at vmes0 addr 0xff200000 level 2 vect 0x40
|
||||||
si1 at vmes0 addr 0xff204000 level 2 vect 0x41
|
si1 at vmes0 addr 0xff204000 level 2 vect 0x41
|
||||||
|
|
||||||
# Xylogics 7053 controllers
|
|
||||||
# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
|
|
||||||
# xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
|
|
||||||
# xd* at xdc? drive ?
|
|
||||||
|
|
||||||
# Xylogics 450/451 controllers
|
# Xylogics 450/451 controllers
|
||||||
# xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
|
# xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
|
||||||
# xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
|
# xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
|
||||||
# xy* at xyc? drive ?
|
# Just wire-down the units so bootdev match is easy.
|
||||||
|
# xy0 at xyc0 drive 0
|
||||||
|
# xy1 at xyc0 drive 1
|
||||||
|
# xy2 at xyc1 drive 0
|
||||||
|
# xy3 at xyc1 drive 1
|
||||||
|
|
||||||
|
# Xylogics 7053 controllers
|
||||||
|
# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
|
||||||
|
# xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
|
||||||
|
# Just wire-down the units so bootdev match is easy.
|
||||||
|
# xd0 at xdc0 drive 0
|
||||||
|
# xd1 at xdc0 drive 1
|
||||||
|
# xd2 at xdc1 drive 0
|
||||||
|
# xd3 at xdc1 drive 1
|
||||||
|
|
||||||
# Xylogics 472 tape controllers?
|
# Xylogics 472 tape controllers?
|
||||||
|
|
||||||
@ -152,21 +150,12 @@ cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
|
|||||||
#
|
#
|
||||||
scsibus* at scsi?
|
scsibus* at scsi?
|
||||||
|
|
||||||
# Sun compatible scsi device mappings
|
sd* at scsibus? target ? lun ? # SCSI disks
|
||||||
sd0 at scsibus? target 0 lun 0
|
st* at scsibus? target ? lun ? # SCSI tapes
|
||||||
sd1 at scsibus? target 0 lun 1
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
||||||
sd2 at scsibus? target 1 lun 0
|
ch* at scsibus? target ? lun ? # SCSI changer devices
|
||||||
sd3 at scsibus? target 1 lun 1
|
ss* at scsibus? target ? lun ? # SCSI scanners
|
||||||
sd* at scsibus? target ? lun ?
|
uk* at scsibus? target ? lun ? # unknown SCSI devices
|
||||||
|
|
||||||
st0 at scsibus? target 4 lun 0
|
|
||||||
st1 at scsibus? target 5 lun 0
|
|
||||||
st* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
cd0 at scsibus? target 6 lun 0
|
|
||||||
cd* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
#ch* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
# Memory-disk drivers
|
# Memory-disk drivers
|
||||||
pseudo-device md 2
|
pseudo-device md 2
|
||||||
@ -177,6 +166,7 @@ pseudo-device bpfilter 8 # packet filter
|
|||||||
pseudo-device sl 2 # CSLIP
|
pseudo-device sl 2 # CSLIP
|
||||||
pseudo-device ppp 2 # PPP
|
pseudo-device ppp 2 # PPP
|
||||||
pseudo-device tun 2 # network tunneling over tty
|
pseudo-device tun 2 # network tunneling over tty
|
||||||
|
#pseudo-device ipfilter # ip filter
|
||||||
|
|
||||||
pseudo-device pty 64 # pseudo-terminals
|
pseudo-device pty 64 # pseudo-terminals
|
||||||
#pseudo-device vnd 4 # paging to files
|
#pseudo-device vnd 4 # paging to files
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: KGDB,v 1.9 1997/02/10 23:36:09 gwr Exp $
|
# $NetBSD: KGDB,v 1.10 1997/03/11 21:21:52 gwr Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# GENERIC_KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
|
# GENERIC_KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
|
||||||
@ -45,7 +45,7 @@ options FIFO # FIFOs; RECOMMENDED
|
|||||||
options INET # IP prototol stack support
|
options INET # IP prototol stack support
|
||||||
#options GATEWAY # IP packet forwarding
|
#options GATEWAY # IP packet forwarding
|
||||||
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
||||||
# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
|
# XXX - Work-around for root on slow servers (insurance...)
|
||||||
options NFS_BOOT_RWSIZE=1024
|
options NFS_BOOT_RWSIZE=1024
|
||||||
|
|
||||||
# Compatability options
|
# Compatability options
|
||||||
@ -57,7 +57,7 @@ options COMPAT_12 # NetBSD 1.2
|
|||||||
options UCONSOLE # Allow non-root TIOCCONS
|
options UCONSOLE # Allow non-root TIOCCONS
|
||||||
|
|
||||||
# Sun3-specific debugging options
|
# Sun3-specific debugging options
|
||||||
options PMAP_DEBUG
|
#options PMAP_DEBUG
|
||||||
#options VMFAULT_TRACE
|
#options VMFAULT_TRACE
|
||||||
#options SYSCALL_DEBUG
|
#options SYSCALL_DEBUG
|
||||||
#options EXEC_DEBUG
|
#options EXEC_DEBUG
|
||||||
@ -91,29 +91,27 @@ le0 at obio0 addr 0x120000 level 3
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Sun3 "si" SCSI controller (NCR 5380)
|
# Sun3 "si" SCSI controller (NCR 5380)
|
||||||
# This driver has several flags which may be enabled by OR'ing
|
|
||||||
# the values and using the "flags" directive. (PR#1929)
|
|
||||||
# Valid flags are:
|
|
||||||
#
|
|
||||||
# 0x01 Use DMA (may be polled)
|
|
||||||
# 0x02 Use DMA completion interrupts
|
|
||||||
# 0x04 Allow disconnect/reselect
|
|
||||||
#
|
|
||||||
# E.g. "flags 0x07" would enable DMA, interrupts, and reselect.
|
|
||||||
# Note: these values are quite a bit paranoid...
|
|
||||||
si0 at obio0 addr 0x140000 level 2
|
si0 at obio0 addr 0x140000 level 2
|
||||||
si0 at vmes0 addr 0xff200000 level 2 vect 0x40
|
si0 at vmes0 addr 0xff200000 level 2 vect 0x40
|
||||||
si1 at vmes0 addr 0xff204000 level 2 vect 0x41
|
si1 at vmes0 addr 0xff204000 level 2 vect 0x41
|
||||||
|
|
||||||
# Xylogics 7053 controllers
|
|
||||||
# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
|
|
||||||
# xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
|
|
||||||
# xd* at xdc? drive ?
|
|
||||||
|
|
||||||
# Xylogics 450/451 controllers
|
# Xylogics 450/451 controllers
|
||||||
# xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
|
# xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
|
||||||
# xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
|
# xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
|
||||||
# xy* at xyc? drive ?
|
# Just wire-down the units so bootdev match is easy.
|
||||||
|
# xy0 at xyc0 drive 0
|
||||||
|
# xy1 at xyc0 drive 1
|
||||||
|
# xy2 at xyc1 drive 0
|
||||||
|
# xy3 at xyc1 drive 1
|
||||||
|
|
||||||
|
# Xylogics 7053 controllers
|
||||||
|
# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
|
||||||
|
# xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
|
||||||
|
# Just wire-down the units so bootdev match is easy.
|
||||||
|
# xd0 at xdc0 drive 0
|
||||||
|
# xd1 at xdc0 drive 1
|
||||||
|
# xd2 at xdc1 drive 0
|
||||||
|
# xd3 at xdc1 drive 1
|
||||||
|
|
||||||
# Xylogics 472 tape controllers?
|
# Xylogics 472 tape controllers?
|
||||||
|
|
||||||
@ -152,21 +150,12 @@ cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
|
|||||||
#
|
#
|
||||||
scsibus* at scsi?
|
scsibus* at scsi?
|
||||||
|
|
||||||
# Sun compatible scsi device mappings
|
sd* at scsibus? target ? lun ? # SCSI disks
|
||||||
sd0 at scsibus? target 0 lun 0
|
st* at scsibus? target ? lun ? # SCSI tapes
|
||||||
sd1 at scsibus? target 0 lun 1
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
||||||
sd2 at scsibus? target 1 lun 0
|
ch* at scsibus? target ? lun ? # SCSI changer devices
|
||||||
sd3 at scsibus? target 1 lun 1
|
ss* at scsibus? target ? lun ? # SCSI scanners
|
||||||
sd* at scsibus? target ? lun ?
|
uk* at scsibus? target ? lun ? # unknown SCSI devices
|
||||||
|
|
||||||
st0 at scsibus? target 4 lun 0
|
|
||||||
st1 at scsibus? target 5 lun 0
|
|
||||||
st* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
cd0 at scsibus? target 6 lun 0
|
|
||||||
cd* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
#ch* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
# Memory-disk drivers
|
# Memory-disk drivers
|
||||||
pseudo-device md 2
|
pseudo-device md 2
|
||||||
@ -177,6 +166,7 @@ pseudo-device bpfilter 8 # packet filter
|
|||||||
pseudo-device sl 2 # CSLIP
|
pseudo-device sl 2 # CSLIP
|
||||||
pseudo-device ppp 2 # PPP
|
pseudo-device ppp 2 # PPP
|
||||||
pseudo-device tun 2 # network tunneling over tty
|
pseudo-device tun 2 # network tunneling over tty
|
||||||
|
#pseudo-device ipfilter # ip filter
|
||||||
|
|
||||||
pseudo-device pty 64 # pseudo-terminals
|
pseudo-device pty 64 # pseudo-terminals
|
||||||
#pseudo-device vnd 4 # paging to files
|
#pseudo-device vnd 4 # paging to files
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: RAMDISK,v 1.9 1997/01/31 02:08:24 thorpej Exp $
|
# $NetBSD: RAMDISK,v 1.10 1997/03/11 21:21:53 gwr Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# RAMDISK: Root/swap on ramdisk
|
# RAMDISK: Root/swap on ramdisk
|
||||||
@ -21,9 +21,10 @@ maxusers 2
|
|||||||
|
|
||||||
# Debugging options. Uncomment either this:
|
# Debugging options. Uncomment either this:
|
||||||
#options DDB
|
#options DDB
|
||||||
# ... or these two: (for KGDB on another machine)
|
# ... or these for KGDB (gdb remote target)
|
||||||
makeoptions DEBUG="-g" # symbols for kgdb + nm
|
makeoptions DEBUG="-g" # debugging symbols for gdb
|
||||||
options KGDB
|
options KGDB
|
||||||
|
options KGDBDEV=0x0C01
|
||||||
|
|
||||||
# Enable the hooks used for initializing the ram-disk.
|
# Enable the hooks used for initializing the ram-disk.
|
||||||
options MEMORY_DISK_HOOKS
|
options MEMORY_DISK_HOOKS
|
||||||
@ -35,26 +36,20 @@ file-system NFS # nfs client support
|
|||||||
# Need FFS for the ramdisk image
|
# Need FFS for the ramdisk image
|
||||||
file-system FFS # ufs file system
|
file-system FFS # ufs file system
|
||||||
|
|
||||||
options FIFO # FIFOs; RECOMMENDED
|
options FIFO # named pipes used during install
|
||||||
|
|
||||||
# Networking options
|
# Networking options
|
||||||
options INET # IP prototol stack support
|
options INET # IP prototol stack support
|
||||||
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
||||||
# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
|
# XXX - Work-around for root on slow servers (insurance...)
|
||||||
options NFS_BOOT_RWSIZE=1024
|
options NFS_BOOT_RWSIZE=1024
|
||||||
|
|
||||||
# Compatability options
|
# Compatability options
|
||||||
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
|
|
||||||
#options COMPAT_43 # and 4.3BSD and ...
|
|
||||||
#options COMPAT_10 # NetBSD 1.0
|
|
||||||
options COMPAT_11 # NetBSD 1.1
|
|
||||||
options COMPAT_12 # NetBSD 1.2
|
|
||||||
options UCONSOLE # Allow non-root TIOCCONS
|
|
||||||
|
|
||||||
# Sun3-specific debugging options
|
# Sun3-specific debugging options
|
||||||
options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
config netbsd root on ? type ?
|
config netbsd root on md0 type ffs
|
||||||
|
|
||||||
#
|
#
|
||||||
# Serial ports
|
# Serial ports
|
||||||
@ -70,30 +65,38 @@ ms0 at zsc0 channel 1 # mouse
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Intel Ethernet (onboard, or VME)
|
# Intel Ethernet (onboard, or VME)
|
||||||
ie0 at obio0 addr ? level ?
|
ie0 at obio0 addr 0x0C0000 level 3
|
||||||
ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
|
ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
|
||||||
|
|
||||||
# Lance Ethernet (only onboard)
|
# Lance Ethernet (only onboard)
|
||||||
le0 at obio0 addr ? level ?
|
le0 at obio0 addr 0x120000 level 3
|
||||||
|
|
||||||
#
|
#
|
||||||
# Disk and tape devices
|
# Disk and tape devices
|
||||||
#
|
#
|
||||||
|
|
||||||
# Sun3 "si" SCSI controller (NCR 5380)
|
# Sun3 "si" SCSI controller (NCR 5380)
|
||||||
si0 at obio0 addr ? level ?
|
si0 at obio0 addr 0x140000 level 2
|
||||||
si0 at vmes0 addr 0xff200000 level 2 vect 0x40
|
si0 at vmes0 addr 0xff200000 level 2 vect 0x40
|
||||||
si1 at vmes0 addr 0xff204000 level 2 vect 0x41
|
si1 at vmes0 addr 0xff204000 level 2 vect 0x41
|
||||||
|
|
||||||
# Xylogics 7053 controllers
|
|
||||||
# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
|
|
||||||
# xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
|
|
||||||
# xd* at xdc? drive ?
|
|
||||||
|
|
||||||
# Xylogics 450/451 controllers
|
# Xylogics 450/451 controllers
|
||||||
# xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
|
# xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
|
||||||
# xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
|
# xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
|
||||||
# xy* at xyc? drive ?
|
# Just wire-down the units so bootdev match is easy.
|
||||||
|
# xy0 at xyc0 drive 0
|
||||||
|
# xy1 at xyc0 drive 1
|
||||||
|
# xy2 at xyc1 drive 0
|
||||||
|
# xy3 at xyc1 drive 1
|
||||||
|
|
||||||
|
# Xylogics 7053 controllers
|
||||||
|
# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
|
||||||
|
# xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
|
||||||
|
# Just wire-down the units so bootdev match is easy.
|
||||||
|
# xd0 at xdc0 drive 0
|
||||||
|
# xd1 at xdc0 drive 1
|
||||||
|
# xd2 at xdc1 drive 0
|
||||||
|
# xd3 at xdc1 drive 1
|
||||||
|
|
||||||
# Xylogics 472 tape controllers?
|
# Xylogics 472 tape controllers?
|
||||||
|
|
||||||
@ -106,24 +109,15 @@ si1 at vmes0 addr 0xff204000 level 2 vect 0x41
|
|||||||
#
|
#
|
||||||
scsibus* at scsi?
|
scsibus* at scsi?
|
||||||
|
|
||||||
# Sun compatible scsi device mappings
|
sd* at scsibus? target ? lun ? # SCSI disks
|
||||||
sd0 at scsibus? target 0 lun 0
|
st* at scsibus? target ? lun ? # SCSI tapes
|
||||||
sd1 at scsibus? target 0 lun 1
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
||||||
sd2 at scsibus? target 1 lun 0
|
#ch* at scsibus? target ? lun ? # SCSI changer devices
|
||||||
sd3 at scsibus? target 1 lun 1
|
#ss* at scsibus? target ? lun ? # SCSI scanners
|
||||||
sd* at scsibus? target ? lun ?
|
uk* at scsibus? target ? lun ? # unknown SCSI devices
|
||||||
|
|
||||||
st0 at scsibus? target 4 lun 0
|
|
||||||
st1 at scsibus? target 5 lun 0
|
|
||||||
st* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
cd0 at scsibus? target 6 lun 0
|
|
||||||
cd* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
#ch* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
# Memory-disk (root for install tape)
|
# Memory-disk (root for install tape)
|
||||||
pseudo-device md 2 # Memory-disk
|
pseudo-device md 2
|
||||||
|
|
||||||
# Misc.
|
# Misc.
|
||||||
pseudo-device loop 1 # network loopback
|
pseudo-device loop 1 # network loopback
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: SMD_TEST,v 1.8 1997/01/31 02:08:25 thorpej Exp $
|
# $NetBSD: SMD_TEST,v 1.9 1997/03/11 21:21:55 gwr Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# SMD_TEST - for Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
|
# SMD_TEST - for Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
|
||||||
@ -19,9 +19,10 @@ options KTRACE # system call tracing support
|
|||||||
|
|
||||||
# Debugging options. Uncomment either this:
|
# Debugging options. Uncomment either this:
|
||||||
options DDB
|
options DDB
|
||||||
# ... or these two: (for KGDB on another machine)
|
# ... or these for KGDB (gdb remote target)
|
||||||
#makeoptions DEBUG="-g" # symbols for kgdb + nm
|
#makeoptions DEBUG="-g" # debugging symbols for gdb
|
||||||
#options KGDB
|
#options KGDB
|
||||||
|
#options KGDBDEV=0x0C01
|
||||||
|
|
||||||
# Filesystem options
|
# Filesystem options
|
||||||
file-system FFS # ufs file system
|
file-system FFS # ufs file system
|
||||||
@ -34,14 +35,14 @@ file-system PROCFS # /proc
|
|||||||
file-system UNION # union file system
|
file-system UNION # union file system
|
||||||
file-system MFS # memory-based filesystem
|
file-system MFS # memory-based filesystem
|
||||||
|
|
||||||
options FIFO # FIFOs; RECOMMENDED
|
|
||||||
options NFSSERVER # nfs server support
|
options NFSSERVER # nfs server support
|
||||||
|
options FIFO # FIFOs; RECOMMENDED
|
||||||
|
|
||||||
# Networking options
|
# Networking options
|
||||||
options INET # IP prototol stack support
|
options INET # IP prototol stack support
|
||||||
#options GATEWAY # IP packet forwarding
|
#options GATEWAY # IP packet forwarding
|
||||||
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
||||||
# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
|
# XXX - Work-around for root on slow servers (insurance...)
|
||||||
options NFS_BOOT_RWSIZE=1024
|
options NFS_BOOT_RWSIZE=1024
|
||||||
|
|
||||||
# Compatability options
|
# Compatability options
|
||||||
@ -76,30 +77,38 @@ ms0 at zsc0 channel 1 # mouse
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Intel Ethernet (onboard, or VME)
|
# Intel Ethernet (onboard, or VME)
|
||||||
ie0 at obio0 addr ? level ?
|
ie0 at obio0 addr 0x0C0000 level 3
|
||||||
ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
|
ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
|
||||||
|
|
||||||
# Lance Ethernet (only onboard)
|
# Lance Ethernet (only onboard)
|
||||||
le0 at obio0 addr ? level ?
|
le0 at obio0 addr 0x120000 level 3
|
||||||
|
|
||||||
#
|
#
|
||||||
# Disk and tape devices
|
# Disk and tape devices
|
||||||
#
|
#
|
||||||
|
|
||||||
# Sun3 "si" SCSI controller (NCR 5380)
|
# Sun3 "si" SCSI controller (NCR 5380)
|
||||||
si0 at obio0 addr ? level ?
|
si0 at obio0 addr 0x140000 level 2
|
||||||
si0 at vmes0 addr 0xff200000 level 2 vect 0x40
|
si0 at vmes0 addr 0xff200000 level 2 vect 0x40
|
||||||
si1 at vmes0 addr 0xff204000 level 2 vect 0x41
|
si1 at vmes0 addr 0xff204000 level 2 vect 0x41
|
||||||
|
|
||||||
# Xylogics 7053 controllers
|
|
||||||
xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
|
|
||||||
xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
|
|
||||||
xd* at xdc? drive ?
|
|
||||||
|
|
||||||
# Xylogics 450/451 controllers
|
# Xylogics 450/451 controllers
|
||||||
xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
|
xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
|
||||||
xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
|
xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
|
||||||
xy* at xyc? drive ?
|
# Just wire-down the units so bootdev match is easy.
|
||||||
|
xy0 at xyc0 drive 0
|
||||||
|
xy1 at xyc0 drive 1
|
||||||
|
xy2 at xyc1 drive 0
|
||||||
|
xy3 at xyc1 drive 1
|
||||||
|
|
||||||
|
# Xylogics 7053 controllers
|
||||||
|
xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
|
||||||
|
xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
|
||||||
|
# Just wire-down the units so bootdev match is easy.
|
||||||
|
xd0 at xdc0 drive 0
|
||||||
|
xd1 at xdc0 drive 1
|
||||||
|
xd2 at xdc1 drive 0
|
||||||
|
xd3 at xdc1 drive 1
|
||||||
|
|
||||||
# Xylogics 472 tape controllers?
|
# Xylogics 472 tape controllers?
|
||||||
|
|
||||||
@ -138,21 +147,12 @@ cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
|
|||||||
#
|
#
|
||||||
scsibus* at scsi?
|
scsibus* at scsi?
|
||||||
|
|
||||||
# Sun compatible scsi device mappings
|
sd* at scsibus? target ? lun ? # SCSI disks
|
||||||
sd0 at scsibus? target 0 lun 0
|
st* at scsibus? target ? lun ? # SCSI tapes
|
||||||
sd1 at scsibus? target 0 lun 1
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
||||||
sd2 at scsibus? target 1 lun 0
|
ch* at scsibus? target ? lun ? # SCSI changer devices
|
||||||
sd3 at scsibus? target 1 lun 1
|
ss* at scsibus? target ? lun ? # SCSI scanners
|
||||||
sd* at scsibus? target ? lun ?
|
uk* at scsibus? target ? lun ? # unknown SCSI devices
|
||||||
|
|
||||||
st0 at scsibus? target 4 lun 0
|
|
||||||
st1 at scsibus? target 5 lun 0
|
|
||||||
st* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
cd0 at scsibus? target 6 lun 0
|
|
||||||
cd* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
#ch* at scsibus? target ? lun ?
|
|
||||||
|
|
||||||
# Memory-disk drivers
|
# Memory-disk drivers
|
||||||
pseudo-device md 2
|
pseudo-device md 2
|
||||||
@ -163,6 +163,7 @@ pseudo-device bpfilter 8 # packet filter
|
|||||||
pseudo-device sl 2 # CSLIP
|
pseudo-device sl 2 # CSLIP
|
||||||
pseudo-device ppp 2 # PPP
|
pseudo-device ppp 2 # PPP
|
||||||
pseudo-device tun 2 # network tunneling over tty
|
pseudo-device tun 2 # network tunneling over tty
|
||||||
|
#pseudo-device ipfilter # ip filter
|
||||||
|
|
||||||
pseudo-device pty 64 # pseudo-terminals
|
pseudo-device pty 64 # pseudo-terminals
|
||||||
#pseudo-device vnd 4 # paging to files
|
#pseudo-device vnd 4 # paging to files
|
||||||
|
Loading…
Reference in New Issue
Block a user