Home | History | Annotate | Line # | Download | only in conf
KGDB3X revision 1.3
      1 #	$NetBSD: KGDB3X,v 1.3 1997/03/21 07:28:36 jeremy Exp $
      2 #
      3 # GENERIC Sun3x (3/80, 3/470)
      4 # Supports root on: le0, sd*
      5 #
      6 
      7 include "arch/sun3x/conf/std.sun3x"
      8 
      9 # Machines to be supported by this kernel
     10 # options 	FPU_EMULATE		# XXX - Ever needed?
     11 
     12 # Needs to be set per system.  i.e change these as you see fit
     13 maxusers	4
     14 
     15 # Standard system options
     16 options 	KTRACE			# system call tracing support
     17 
     18 # Debugging options.  Uncomment either these:
     19 options 	DDB
     20 options 	SYMTAB_SPACE=0x1C000
     21 # ... or these for KGDB (gdb remote target)
     22 #makeoptions DEBUG="-g"		# debugging symbols for gdb
     23 #options 	KGDB
     24 #options 	KGDBDEV=0x0C01	# ttya=0C00 ttyb=0C01
     25 
     26 # Filesystem options
     27 file-system 	FFS		# ufs file system
     28 file-system 	NFS		# nfs client support
     29 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     30 file-system 	FDESC		# /dev/fd/*
     31 file-system 	KERNFS		# /kern
     32 file-system 	NULLFS		# loopback file system
     33 file-system 	PROCFS		# /proc
     34 file-system 	UNION		# union file system
     35 file-system 	MFS		# memory-based filesystem
     36 
     37 options 	NFSSERVER	# nfs server support
     38 options 	FIFO		# FIFOs; RECOMMENDED
     39 
     40 # Networking options
     41 options 	INET		# IP prototol stack support
     42 #options	GATEWAY		# IP packet forwarding
     43 options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
     44 # XXX - Work-around for root on slow servers (insurance...)
     45 options 	NFS_BOOT_RWSIZE=1024
     46 
     47 # Compatability options
     48 options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
     49 options 	COMPAT_43	# and 4.3BSD and ...
     50 options 	COMPAT_12	# NetBSD 1.2
     51 options 	UCONSOLE	# Allow non-root TIOCCONS
     52 
     53 # Sun3x-specific debugging options
     54 #options 	PMAP_DEBUG
     55 #options 	VMFAULT_TRACE
     56 #options 	SYSCALL_DEBUG
     57 #options 	EXEC_DEBUG
     58 #options 	DIAGNOSTIC
     59 #options 	SCSIDEBUG
     60 
     61 config		netbsd root on ? type ?
     62 
     63 #
     64 # Serial ports
     65 #
     66 zstty0 at zsc1 channel 0	# ttya
     67 zstty1 at zsc1 channel 1	# ttyb
     68 
     69 kbd0   at zsc0 channel 0	# keyboard
     70 ms0    at zsc0 channel 1	# mouse
     71 
     72 #
     73 # Network devices
     74 #
     75 
     76 # Lance Ethernet (only onboard)
     77 le0 at obio0 addr 0x65002000 ipl 3
     78 
     79 #
     80 # Disk and tape devices
     81 #
     82 
     83 # Emulex SCSI (3/80 only)
     84 esp0 at obio0 addr 0x66000000 ipl 2
     85 
     86 #
     87 # Frame buffer devices
     88 #
     89 
     90 # bwtwo - Monochrome frame buffer.
     91 bwtwo0 at obmem0 addr 0x50400000 ipl 4
     92 
     93 #
     94 # SCSI infrastructure
     95 #
     96 scsibus* at scsi?
     97 
     98 sd* at scsibus? target ? lun ?		# SCSI disks
     99 st* at scsibus? target ? lun ?		# SCSI tapes
    100 cd* at scsibus? target ? lun ?		# SCSI CD-ROMs
    101 ch* at scsibus? target ? lun ?		# SCSI changer devices
    102 ss* at scsibus? target ? lun ?		# SCSI scanners
    103 uk* at scsibus? target ? lun ?		# unknown SCSI devices
    104 
    105 # Memory-disk drivers
    106 pseudo-device	md	2
    107 
    108 # Misc.
    109 pseudo-device	loop	1		# network loopback
    110 pseudo-device	bpfilter 8		# packet filter
    111 pseudo-device	sl	2		# CSLIP
    112 pseudo-device	ppp	2		# PPP
    113 pseudo-device	tun	2		# network tunneling over tty
    114 #pseudo-device	ipfilter		# ip filter
    115 
    116 pseudo-device	pty	64		# pseudo-terminals
    117 #pseudo-device	vnd	4		# paging to files
    118 #pseudo-device	ccd	4		# concatenated disks
    119