2001-02-22 10:11:08 +03:00
|
|
|
# $NetBSD: GENERIC3X,v 1.38 2001/02/22 07:11:08 chs Exp $
|
1997-10-07 21:49:26 +04:00
|
|
|
|
1998-02-05 07:56:24 +03:00
|
|
|
# GENERIC Sun3X (3/80, 3/470)
|
|
|
|
# Supports root on: ie0, le0, sd*, ...
|
1997-02-24 06:53:52 +03:00
|
|
|
|
1998-02-08 08:10:45 +03:00
|
|
|
include "arch/sun3/conf/std.sun3x"
|
1997-02-24 06:53:52 +03:00
|
|
|
|
1998-02-08 08:10:45 +03:00
|
|
|
# Machines to be supported by this kernel
|
|
|
|
# options FPU_EMULATE # XXX - Ever needed?
|
1998-02-05 07:56:24 +03:00
|
|
|
# options HAVE_IOCACHE # XXX - Not yet supported.
|
1997-02-24 06:53:52 +03:00
|
|
|
|
|
|
|
# Needs to be set per system. i.e change these as you see fit
|
|
|
|
maxusers 4
|
|
|
|
|
|
|
|
# Standard system options
|
1997-10-07 21:08:35 +04:00
|
|
|
options KTRACE # system call tracing
|
|
|
|
options SYSVMSG # System V message queues
|
|
|
|
options SYSVSEM # System V semaphores
|
|
|
|
options SYSVSHM # System V shared memory
|
|
|
|
#options SHMMAXPGS=1024 # 1024 pages is the default
|
1998-06-11 23:02:35 +04:00
|
|
|
options LKM # loadable kernel modules
|
1997-10-07 21:08:35 +04:00
|
|
|
#options INSECURE # disable kernel security level
|
|
|
|
#options UCONSOLE # Allow non-root TIOCCONS
|
|
|
|
|
|
|
|
# Which kernel debugger? Uncomment either this:
|
1997-02-24 06:53:52 +03:00
|
|
|
options DDB
|
|
|
|
# ... or these for KGDB (gdb remote target)
|
|
|
|
#makeoptions DEBUG="-g" # debugging symbols for gdb
|
|
|
|
#options KGDB
|
|
|
|
#options KGDBDEV=0x0C01 # ttya=0C00 ttyb=0C01
|
1997-10-07 21:08:35 +04:00
|
|
|
|
|
|
|
# Other debugging options
|
1997-11-17 04:58:31 +03:00
|
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
1997-10-07 21:08:35 +04:00
|
|
|
#options DEBUG # kernel debugging code
|
|
|
|
#options DIAGNOSTIC # extra kernel sanity checking
|
|
|
|
#options KMEMSTATS # kernel memory statistics (vmstat -m)
|
|
|
|
#options PMAP_DEBUG
|
|
|
|
#options SCSIDEBUG
|
1997-08-23 23:16:06 +04:00
|
|
|
#options SCSIVERBOSE # Verbose SCSI errors
|
1997-02-24 06:53:52 +03:00
|
|
|
|
1997-10-07 21:08:35 +04:00
|
|
|
# Compatability options
|
|
|
|
options COMPAT_SUNOS # can run SunOS 4.1.1 executables
|
1999-04-20 01:22:56 +04:00
|
|
|
#options COMPAT_SVR4 # can run SVR4 executables
|
1997-10-07 21:08:35 +04:00
|
|
|
options COMPAT_43 # and 4.3BSD and ...
|
1997-10-17 06:55:40 +04:00
|
|
|
options COMPAT_10 # NetBSD 1.0
|
|
|
|
options COMPAT_11 # NetBSD 1.1
|
1997-10-07 21:08:35 +04:00
|
|
|
options COMPAT_12 # NetBSD 1.2
|
1997-12-01 19:02:09 +03:00
|
|
|
options COMPAT_13 # NetBSD 1.3
|
1999-07-29 14:37:12 +04:00
|
|
|
options COMPAT_14 # NetBSD 1.4
|
2001-02-22 10:11:08 +03:00
|
|
|
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
|
1998-12-17 09:46:55 +03:00
|
|
|
#options COMPAT_LINUX # can run Linux/m68k executables
|
2001-02-22 10:11:08 +03:00
|
|
|
options EXEC_AOUT # support for a.out executables
|
1997-10-07 21:08:35 +04:00
|
|
|
|
1997-02-24 06:53:52 +03:00
|
|
|
# Filesystem options
|
1997-10-07 21:08:35 +04:00
|
|
|
file-system FFS # Berkeley Fast Filesystem
|
|
|
|
file-system NFS # Sun NFS client support
|
1997-05-07 06:20:26 +04:00
|
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
1997-04-09 08:36:56 +04:00
|
|
|
file-system MSDOSFS # MS-DOS FAT file system
|
1997-05-07 06:20:26 +04:00
|
|
|
file-system FDESC # /dev/fd/*
|
|
|
|
file-system KERNFS # /kern
|
|
|
|
file-system NULLFS # loopback file system
|
2000-04-01 18:00:29 +04:00
|
|
|
file-system OVERLAY # overlay file system
|
1997-05-07 06:20:26 +04:00
|
|
|
file-system PROCFS # /proc
|
|
|
|
file-system UNION # union file system
|
|
|
|
file-system MFS # memory-based filesystem
|
1997-02-24 06:53:52 +03:00
|
|
|
|
1997-10-07 21:08:35 +04:00
|
|
|
options NFSSERVER # nfs server support
|
|
|
|
options QUOTA # FFS quotas
|
1998-03-18 19:34:41 +03:00
|
|
|
#options FFS_EI # FFS Endian Independant support
|
2000-10-29 02:42:08 +04:00
|
|
|
options SOFTDEP # FFS soft updates support.
|
1997-02-24 06:53:52 +03:00
|
|
|
|
|
|
|
# Networking options
|
|
|
|
options INET # IP prototol stack support
|
2000-01-10 09:12:20 +03:00
|
|
|
options INET6 # IPV6
|
|
|
|
#options IPSEC # IP security
|
|
|
|
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
|
|
|
|
#options IPSEC_DEBUG # debug for IP security
|
1997-10-07 21:08:35 +04:00
|
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
1997-05-07 06:20:26 +04:00
|
|
|
#options GATEWAY # IP packet forwarding
|
1997-10-07 21:08:35 +04:00
|
|
|
#options ISO,TPIP # OSI networking
|
|
|
|
#options EON # OSI tunneling over IP
|
|
|
|
#options CCITT,LLC,HDLC # X.25
|
|
|
|
#options PFIL_HOOKS # pfil(9) packet filter hooks.
|
1997-02-24 06:53:52 +03:00
|
|
|
|
1997-10-07 21:08:35 +04:00
|
|
|
# Work-around for root on slow servers (insurance...)
|
|
|
|
options NFS_BOOT_RWSIZE=1024
|
1998-02-05 07:56:24 +03:00
|
|
|
options NFS_BOOT_BOOTPARAM
|
1997-02-24 06:53:52 +03:00
|
|
|
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
|
1998-02-05 07:56:24 +03:00
|
|
|
# On-board I/O space (required)
|
|
|
|
include "arch/sun3/conf/obio.sun3x"
|
|
|
|
|
|
|
|
# On-board memory (optional)
|
|
|
|
# See frame-buffers
|
|
|
|
obmem0 at mainbus?
|
|
|
|
|
|
|
|
# VME bus support (optional)
|
|
|
|
# One unit for each address space
|
|
|
|
vme0 at mainbus? # A16/D16
|
|
|
|
vme1 at mainbus? # A16/D32
|
|
|
|
vme2 at mainbus? # A24/D16
|
|
|
|
vme3 at mainbus? # A24/D32
|
|
|
|
vme4 at mainbus? # A32/D16
|
|
|
|
vme5 at mainbus? # A32/D32
|
|
|
|
|
1997-02-24 06:53:52 +03:00
|
|
|
#
|
|
|
|
# Serial ports
|
|
|
|
#
|
1997-10-07 21:49:26 +04:00
|
|
|
zstty0 at zsc1 channel 0 # ttya
|
|
|
|
zstty1 at zsc1 channel 1 # ttyb
|
1997-02-24 06:53:52 +03:00
|
|
|
|
1997-10-07 21:49:26 +04:00
|
|
|
kbd0 at zsc0 channel 0 # keyboard
|
|
|
|
ms0 at zsc0 channel 1 # mouse
|
1997-02-24 06:53:52 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# Network devices
|
|
|
|
#
|
|
|
|
|
1998-02-05 07:56:24 +03:00
|
|
|
# Intel Ethernet (onboard, or VME)
|
1997-10-07 21:08:35 +04:00
|
|
|
ie0 at obio0 addr 0x65000000 ipl 3
|
1997-10-16 21:20:35 +04:00
|
|
|
ie1 at vme2 addr 0xe88000 ipl 3 vect 0x75
|
1997-10-07 21:08:35 +04:00
|
|
|
|
1997-02-24 06:53:52 +03:00
|
|
|
# Lance Ethernet (only onboard)
|
|
|
|
le0 at obio0 addr 0x65002000 ipl 3
|
|
|
|
|
|
|
|
#
|
|
|
|
# Disk and tape devices
|
|
|
|
#
|
|
|
|
|
1997-10-07 21:49:26 +04:00
|
|
|
# Emulex SCSI (3/80 only)
|
1999-04-08 08:37:00 +04:00
|
|
|
# Both `dma' and `esp' are needed.
|
|
|
|
# The following flags may be set for the NCR53c94 based esp driver:
|
1997-04-12 23:48:00 +04:00
|
|
|
# bits 0-7: disable disconnect/reselect for the corresponding target
|
1999-04-08 08:37:00 +04:00
|
|
|
# bits 8-15: disable synchronous negotiation for target [bit-8]
|
1997-04-12 23:48:00 +04:00
|
|
|
#
|
1999-04-08 08:37:00 +04:00
|
|
|
dma0 at obio0 addr 0x66001000 ipl 2
|
1997-04-12 23:48:00 +04:00
|
|
|
esp0 at obio0 addr 0x66000000 ipl 2 flags 0xff0f
|
1997-02-24 06:53:52 +03:00
|
|
|
|
1997-04-09 08:36:56 +04:00
|
|
|
# Floppy drive
|
|
|
|
fdc0 at obio0 addr 0x6e000000 ipl 6 vect 0x40
|
|
|
|
fd0 at fdc0 # First (and only) floppy drive.
|
|
|
|
|
1997-10-16 21:20:35 +04:00
|
|
|
# Sun3 "si" SCSI controller (NCR 5380)
|
|
|
|
# This driver has several flags which may be enabled using
|
|
|
|
# the "flags" directive. Valid flags are:
|
|
|
|
#
|
|
|
|
# 0x000ff Set (1<<target) to disable disconnect/reselect
|
|
|
|
# 0x0ff00 Set (1<<(target+8)) to disable parity checking
|
|
|
|
# 0x10000 Set this bit to disable DMA interrupts (poll)
|
|
|
|
# 0x20000 Set this bit to disable DMA entirely (use PIO)
|
|
|
|
#
|
|
|
|
# For example: "flags 0x1000f" would disable DMA interrupts,
|
|
|
|
# and disable disconnect/reselect for targets 0-3
|
1998-02-05 07:56:24 +03:00
|
|
|
si0 at vme2 addr 0x200000 ipl 2 vect 0x40
|
|
|
|
si1 at vme2 addr 0x204000 ipl 2 vect 0x41
|
|
|
|
|
|
|
|
# Xylogics 450/451 controllers (VME A16/D16)
|
|
|
|
xyc0 at vme0 addr 0xee40 ipl 2 vect 0x48
|
|
|
|
xyc1 at vme0 addr 0xee48 ipl 2 vect 0x49
|
|
|
|
xy* at xyc? drive ?
|
|
|
|
|
|
|
|
# Xylogics 7053 controllers (VME A16/D32)
|
|
|
|
xdc0 at vme1 addr 0xee80 ipl 2 vect 0x44
|
|
|
|
xdc1 at vme1 addr 0xee90 ipl 2 vect 0x45
|
|
|
|
xd* at xdc? drive ?
|
|
|
|
|
|
|
|
# Xylogics 472 tape controllers?
|
1997-10-16 21:20:35 +04:00
|
|
|
|
1997-02-24 06:53:52 +03:00
|
|
|
#
|
|
|
|
# Frame buffer devices
|
|
|
|
#
|
|
|
|
|
1998-02-08 08:10:45 +03:00
|
|
|
# P4 Monochrome frame buffer.
|
|
|
|
bwtwo0 at obmem0 addr 0x50300000
|
|
|
|
|
|
|
|
# P4 8-bit color frame buffer
|
|
|
|
cgfour0 at obmem0 addr 0x50300000
|
|
|
|
|
|
|
|
# P4 accelerated 8-bit color frame buffer
|
1998-12-17 09:46:55 +03:00
|
|
|
# cgsix0 at obmem0 addr 0x50000000
|
1998-02-08 08:10:45 +03:00
|
|
|
|
|
|
|
# P4 24-bit color frame buffer
|
|
|
|
# cgeight0 at obmem0 addr 0x50300000
|
|
|
|
|
|
|
|
# Sun-3 color board, or CG5 8-bit frame buffer (VME A24/D16).
|
|
|
|
# This driver is going to need work in its mmap function.
|
|
|
|
# cgtwo0 at vme2 addr 0x400000 ipl 4 vect 0xA8
|
|
|
|
|
|
|
|
# Support for the CG9 24-bit frame buffer (VME A32/D32).
|
|
|
|
# cgnine0 at vme5 addr 0x08000000 ipl 4 vect 0xAA
|
1997-02-24 06:53:52 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# SCSI infrastructure
|
|
|
|
#
|
|
|
|
scsibus* at scsi?
|
|
|
|
|
|
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
|
|
st* at scsibus? target ? lun ? # SCSI tapes
|
|
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
|
|
|
ch* at scsibus? target ? lun ? # SCSI changer devices
|
|
|
|
ss* at scsibus? target ? lun ? # SCSI scanners
|
|
|
|
uk* at scsibus? target ? lun ? # unknown SCSI devices
|
|
|
|
|
|
|
|
# Memory-disk drivers
|
1997-05-07 06:20:26 +04:00
|
|
|
pseudo-device md 2
|
1997-02-24 06:53:52 +03:00
|
|
|
|
|
|
|
# Misc.
|
1997-05-07 06:20:26 +04:00
|
|
|
pseudo-device loop 1 # network loopback
|
|
|
|
pseudo-device bpfilter 8 # packet filter
|
|
|
|
pseudo-device sl 2 # CSLIP
|
|
|
|
pseudo-device ppp 2 # PPP
|
|
|
|
pseudo-device tun 2 # network tunneling over tty
|
1998-12-17 09:46:55 +03:00
|
|
|
#pseudo-device gre 2 # generic L3 over IP tunnel
|
1997-02-24 06:53:52 +03:00
|
|
|
#pseudo-device ipfilter # ip filter
|
2000-01-10 09:12:20 +03:00
|
|
|
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|
|
|
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
2000-06-09 17:18:14 +04:00
|
|
|
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
2000-12-19 18:45:23 +03:00
|
|
|
pseudo-device vlan # IEEE 802.1q encapsulation
|
2000-10-04 22:14:35 +04:00
|
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|
1997-02-24 06:53:52 +03:00
|
|
|
|
2000-09-24 19:59:26 +04:00
|
|
|
pseudo-device pty # pseudo-terminals
|
2000-06-09 17:16:00 +04:00
|
|
|
pseudo-device vnd 4 # paging to files
|
1997-05-07 06:20:26 +04:00
|
|
|
#pseudo-device ccd 4 # concatenated disks
|
1998-12-17 09:46:55 +03:00
|
|
|
#pseudo-device raid 4 # RAIDframe disk driver
|
2000-04-01 18:00:29 +04:00
|
|
|
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|