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