Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.23
      1 # 	$NetBSD: GENERIC,v 1.23 1996/04/01 00:20:31 pk Exp $
      2 
      3 machine		sparc
      4 options		"SUN4", "SUN4C", "SUN4M"
      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		RASTERCONSOLE		# fast rasterop console
     18 options		SYSVMSG,SYSVSEM,SYSVSHM
     19 options		"COMPAT_09", "COMPAT_10", "COMPAT_11"
     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 options		UNION		# union file system
     37 
     38 # Networking options
     39 options		INET
     40 options		TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
     41 #options	GATEWAY		# IP packet forwarding
     42 #options	ISO		# OSI networking
     43 #options	TPIP
     44 #options	EON
     45 options		COMPAT_43
     46 
     47 options		LKM
     48 
     49 # Options for SPARCstation hardware
     50 options		COMPAT_SUNOS		# compatibility with SunOS binaries
     51 options		COMPAT_SVR4		# compatibility with SVR4 binaries
     52 
     53 config		netbsd	swap generic
     54 
     55 mainbus0 at root
     56 cpu0	at mainbus0
     57 
     58 sbus0	at mainbus0
     59 obio0	at mainbus0
     60 vmes0	at mainbus0
     61 vmel0	at mainbus0
     62 iommu0	at mainbus0				# sun4m
     63 sbus0	at iommu0				# sun4m
     64 
     65 audio0	at mainbus0
     66 audio0	at obio0				# sun4m
     67 auxreg0	at mainbus0
     68 auxreg0	at obio0				# sun4m
     69 clock0	at mainbus0
     70 clock0	at obio0				# sun4m
     71 clock0	at obio0 addr 0xf2000000
     72 oclock0	at obio0 addr 0xf3000000
     73 oclock0	at obio0 addr 0x03000000		# 4/100
     74 memreg0	at mainbus0
     75 memreg0	at obio0				# sun4m
     76 memreg0	at obio0 addr 0xf4000000
     77 memreg0	at obio0 addr 0x04000000		# 4/100
     78 timer0	at mainbus0
     79 timer0	at obio0				# sun4m
     80 timer0	at obio0 addr 0xef000000
     81 eeprom0	at obio0 addr 0xf2000000
     82 eeprom0	at obio0 addr 0x02000000		# 4/100
     83 
     84 zs0	at mainbus0
     85 zs0	at obio0				# sun4m
     86 zs0	at obio0 addr 0xf1000000 level 12 flags 0x103
     87 zs0	at obio0 addr 0x01000000 level 12 flags 0x103	# 4/100
     88 zs1	at mainbus0
     89 zs1	at obio0				# sun4m
     90 zs1	at obio0 addr 0xf0000000 level 12 flags 0x103
     91 zs1	at obio0 addr 0x00000000 level 12 flags 0x103	# 4/100
     92 zs2	at obio0 addr 0xe0000000 level 12 flags 0x103
     93 
     94 # FSBE/S or sun4m
     95 espdma0	at sbus0 slot ? offset ?			# on-board SCSI
     96 espdma*	at sbus0 slot ? offset ?
     97 esp0	at espdma? slot ? offset ?
     98 esp*	at espdma? slot ? offset ?
     99 
    100 # old sun4c SCSI
    101 dma0	at sbus0 slot ? offset ?
    102 dma*	at sbus0 slot ? offset ?
    103 dma0	at obio0 addr 0xfa001000 level 4
    104 esp0	at sbus0 slot ? offset ?			# on-board SCSI
    105 esp*	at sbus0 slot ? offset ?
    106 esp0	at obio0 addr 0xfa000000 level 4
    107 
    108 # old sun4c
    109 le0	at sbus? slot ? offset ?
    110 le*	at sbus? slot ? offset ?
    111 le0	at obio0 addr 0xf9000000 level 6
    112 
    113 # sun4m
    114 ledma0	at sbus? slot ? offset ?			# on-board Lance
    115 le0	at ledma? slot ? offset ?			# on-board Lance
    116 
    117 ie0	at obio0 addr 0xf6000000 level 6
    118 ie0	at obio0 addr 0x06000000 level 6		# 4/100
    119 ie1	at vmes0 addr 0xffe88000 level 5 vect 0x75
    120 ie2	at vmes0 addr 0xff31ff02 level 5 vect 0x76
    121 ie3	at vmes0 addr 0xff35ff02 level 5 vect 0x77
    122 ie4	at vmes0 addr 0xff2dff02 level 5 vect 0x7c
    123 
    124 xdc0	at vmel0 addr 0xffffee80 level 3 vect 0x44
    125 xdc1	at vmel0 addr 0xffffee90 level 3 vect 0x45
    126 xdc2	at vmel0 addr 0xffffeea0 level 3 vect 0x46
    127 xdc3	at vmel0 addr 0xffffeeb0 level 3 vect 0x47
    128 xd*	at xdc? drive ?
    129 
    130 xyc0	at vmes0 addr 0xffffee40 level 3 vect 0x48
    131 xyc1	at vmes0 addr 0xffffee48 level 3 vect 0x49
    132 xy*	at xyc? drive ?
    133 
    134 si0	at vmes0 addr 0xff200000 level 3 vect 0x40
    135 sw0	at obio0 addr 0x0a000000 level 3
    136 
    137 bwtwo0	at sbus? slot ? offset ?
    138 bwtwo*	at sbus? slot ? offset ?
    139 bwtwo0	at obio0 addr 0xfd000000 level 4	# 4/200
    140 bwtwo0	at obio0 addr 0xfb300000 level 4	# P4
    141 bwtwo0	at obio0 addr 0x0b300000 level 4	# P4 4/100
    142 
    143 cgtwo0	at vmes0 addr 0xff400000 level 4 vect 0xa8
    144 
    145 cgthree0 at sbus? slot ? offset ?
    146 cgthree* at sbus? slot ? offset ?
    147 #cgthree0 at obio? slot ? offset ?		# sun4m
    148 #cgthree* at obio? slot ? offset ?		# sun4m
    149 
    150 cgfour0	at obio0 addr 0xfb300000 level 4	# P4
    151 cgfour0	at obio0 addr 0x0b300000 level 4	# P4 4/100
    152 
    153 cgsix0	at sbus? slot ? offset ?
    154 cgsix*	at sbus? slot ? offset ?
    155 cgsix0	at obio0 addr 0xfb000000 level 4	# P4
    156 cgsix0	at obio0 addr 0x0b000000 level 4	# P4 4/100
    157 
    158 cgeight0 at obio0 addr 0xfb300000 level 4	# P4
    159 cgeight0 at obio0 addr 0x0b300000 level 4	# P4 4/100
    160 
    161 scsibus* at esp?
    162 scsibus* at si?
    163 scsibus* at sw?
    164 
    165 sd*	at scsibus? target ? lun ?
    166 st*	at scsibus? target ? lun ?
    167 cd*	at scsibus? target ? lun ?
    168 
    169 fdc0	at mainbus0				# floppy controller
    170 fdc0	at obio0				# sun4m
    171 fd*	at fdc0
    172 
    173 pseudo-device	loop
    174 pseudo-device	pty	32
    175 pseudo-device	sl	2
    176 pseudo-device	kbd
    177 pseudo-device	ppp	2
    178 pseudo-device	tun	4
    179 pseudo-device	vnd	3
    180 pseudo-device	bpfilter 16
    181