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