Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.6
      1 # 	$NetBSD: GENERIC,v 1.6 1995/03/02 20:48:17 pk Exp $
      2 
      3 machine		sparc
      4 options		"SUN4", "SUN4C"
      5 
      6 # obsolete timezone spec
      7 options		TIMEZONE=0, DST=0
      8 
      9 # Standard system options
     10 options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
     11 #options	DEBUG, DIAGNOSTIC	# extra kernel debugging
     12 options		KTRACE			# system call tracing support
     13 #options	KGDB			# support for kernel gdb
     14 #options	KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rate
     15 options		RCONSOLE		# fast rasterop console
     16 options		SYSVMSG,SYSVSEM,SYSVSHM
     17 options		"COMPAT_09", "COMPAT_10"
     18 
     19 # Filesystem options
     20 options		FFS
     21 options		NFSSERVER	# Sun NFS-compatible filesystem
     22 options		NFSCLIENT	# Sun NFS-compatible filesystem
     23 options		KERNFS		# kernel data-structure filesystem
     24 options		FIFO		# POSIX fifo support (in all filesystems)
     25 options		QUOTA		# fast filesystem with user and group quotas
     26 options		MFS		# memory-based filesystem
     27 options		LOFS		# Loop-back filesystem
     28 options		FDESC		# user file descriptor filesystem
     29 options		UMAPFS		# uid/gid remapping filesystem
     30 options		LFS		# Log-based filesystem (still experimental)
     31 options		PORTAL		# portal filesystem (still experimental)
     32 options		PROCFS		# /proc
     33 options		CD9660		# ISO 9660 + Rock Ridge file system
     34 
     35 # Networking options
     36 options		INET
     37 options		TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
     38 #options	GATEWAY		# IP packet forwarding
     39 #options	ISO		# OSI networking
     40 #options	TPIP
     41 #options	EON
     42 options		COMPAT_43
     43 
     44 options		LKM
     45 
     46 # Options for SPARCstation hardware
     47 options		COMPAT_SUNOS		# compatibility with SunOS binaries
     48 
     49 config		netbsd	swap generic
     50 
     51 mainbus0 at root
     52 cpu0	at mainbus0
     53 
     54 sbus0	at mainbus0
     55 obio0	at mainbus0
     56 vmes0	at mainbus0
     57 vmel0	at mainbus0
     58 
     59 audio0	at mainbus0
     60 auxreg0	at mainbus0
     61 clock0	at mainbus0
     62 clock0	at obio0 addr 0xf2000000
     63 oclock0	at obio0 addr 0xf3000000
     64 oclock0	at obio0 addr 0x03000000		# 4/100
     65 memreg0	at mainbus0
     66 memreg0	at obio0 addr 0xf4000000
     67 memreg0	at obio0 addr 0x04000000		# 4/100
     68 timer0	at mainbus0
     69 timer0	at obio0 addr 0xef000000
     70 
     71 zs0	at mainbus0
     72 zs0	at obio0 addr 0xf1000000 level 12 flags 0x103
     73 zs0	at obio0 addr 0x01000000 level 12 flags 0x103	# 4/100
     74 zs1	at mainbus0
     75 zs1	at obio0 addr 0xf0000000 level 12 flags 0x103
     76 zs1	at obio0 addr 0x00000000 level 12 flags 0x103	# 4/100
     77 zs2	at obio0 addr 0xe0000000 level 12 flags 0x103
     78 
     79 # FSBE/S or sun4m
     80 espdma0	at sbus0 slot ? offset ?
     81 espdma*	at sbus0 slot ? offset ?
     82 esp0	at espdma? slot ? offset ?
     83 esp*	at espdma? slot ? offset ?
     84 
     85 # old sun4c SCSI
     86 dma0	at sbus0 slot ? offset ?
     87 dma*	at sbus0 slot ? offset ?
     88 dma0	at obio0 addr 0xfa001000 level 4
     89 esp0	at sbus0 slot ? offset ?
     90 esp*	at sbus0 slot ? offset ?
     91 esp0	at obio0 addr 0xfa000000 level 4
     92 
     93 # old sun4c
     94 le0	at sbus? slot ? offset ?
     95 le*	at sbus? slot ? offset ?
     96 le0	at obio0 addr 0xf9000000 level 6
     97 
     98 ie0	at obio0 addr 0xf6000000 level 6
     99 ie0	at obio0 addr 0x06000000 level 6		# 4/100
    100 ie1	at vmes0 addr 0xffe88000 level 5 vect 0x75
    101 ie2	at vmes0 addr 0xff31ff02 level 5 vect 0x76
    102 ie3	at vmes0 addr 0xff35ff02 level 5 vect 0x77
    103 ie4	at vmes0 addr 0xff2dff02 level 5 vect 0x7c
    104 
    105 bwtwo0	at sbus? slot ? offset ?
    106 bwtwo*	at sbus? slot ? offset ?
    107 cgthree0 at sbus? slot ? offset ?
    108 cgthree* at sbus? slot ? offset ?
    109 cgsix0 at sbus? slot ? offset ?
    110 cgsix* at sbus? slot ? offset ?
    111 
    112 scsibus* at esp?
    113 
    114 sd*	at scsibus? target ? drive ?
    115 st*	at scsibus? target ? drive ?
    116 cd*	at scsibus? target ? drive ?
    117 
    118 fdc0	at mainbus0
    119 fd*	at fdc0
    120 
    121 pseudo-device	loop
    122 pseudo-device	pty	32
    123 pseudo-device	sl	2
    124 pseudo-device	kbd
    125 pseudo-device	ppp	2
    126 pseudo-device	tun	4
    127 pseudo-device	vnd	3
    128 pseudo-device	bpfilter 16
    129