Home | History | Annotate | Line # | Download | only in conf
GENERIC_SCSI3 revision 1.23
      1  1.23       pk # 	$NetBSD: GENERIC_SCSI3,v 1.23 1996/04/01 00:20:38 pk Exp $
      2   1.1  deraadt 
      3   1.1  deraadt machine		sparc
      4  1.23       pk options		"SUN4", "SUN4C", "SUN4M"
      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.6       pk 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.18       pk options		RASTERCONSOLE		# fast rasterop console
     18   1.3  deraadt options		SYSVMSG,SYSVSEM,SYSVSHM
     19  1.22       pk options		"COMPAT_09", "COMPAT_10", "COMPAT_11"
     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.23       pk iommu0	at mainbus0				# sun4m
     63  1.23       pk sbus0	at iommu0				# sun4m
     64   1.1  deraadt 
     65   1.1  deraadt audio0	at mainbus0
     66  1.23       pk audio0	at obio0				# sun4m
     67   1.1  deraadt auxreg0	at mainbus0
     68  1.23       pk auxreg0	at obio0				# sun4m
     69   1.1  deraadt clock0	at mainbus0
     70  1.23       pk clock0	at obio0				# sun4m
     71   1.1  deraadt clock0	at obio0 addr 0xf2000000
     72   1.2  deraadt oclock0	at obio0 addr 0xf3000000
     73   1.5       pk oclock0	at obio0 addr 0x03000000		# 4/100
     74   1.1  deraadt memreg0	at mainbus0
     75  1.23       pk memreg0	at obio0				# sun4m
     76   1.1  deraadt memreg0	at obio0 addr 0xf4000000
     77   1.5       pk memreg0	at obio0 addr 0x04000000		# 4/100
     78   1.1  deraadt timer0	at mainbus0
     79  1.23       pk timer0	at obio0				# sun4m
     80   1.1  deraadt timer0	at obio0 addr 0xef000000
     81  1.19       pk eeprom0	at obio0 addr 0xf2000000
     82  1.19       pk eeprom0	at obio0 addr 0x02000000		# 4/100
     83   1.1  deraadt 
     84   1.1  deraadt zs0	at mainbus0
     85  1.23       pk zs0	at obio0				# sun4m
     86   1.1  deraadt zs0	at obio0 addr 0xf1000000 level 12 flags 0x103
     87   1.5       pk zs0	at obio0 addr 0x01000000 level 12 flags 0x103	# 4/100
     88   1.1  deraadt zs1	at mainbus0
     89  1.23       pk zs1	at obio0				# sun4m
     90   1.1  deraadt zs1	at obio0 addr 0xf0000000 level 12 flags 0x103
     91   1.5       pk zs1	at obio0 addr 0x00000000 level 12 flags 0x103	# 4/100
     92   1.1  deraadt zs2	at obio0 addr 0xe0000000 level 12 flags 0x103
     93   1.1  deraadt 
     94   1.1  deraadt # FSBE/S or sun4m
     95  1.23       pk espdma0	at sbus0 slot ? offset ?			# on-board SCSI
     96   1.1  deraadt espdma*	at sbus0 slot ? offset ?
     97   1.1  deraadt esp0	at espdma? slot ? offset ?
     98   1.1  deraadt esp*	at espdma? slot ? offset ?
     99   1.1  deraadt 
    100   1.1  deraadt # old sun4c SCSI
    101   1.1  deraadt dma0	at sbus0 slot ? offset ?
    102   1.1  deraadt dma*	at sbus0 slot ? offset ?
    103   1.1  deraadt dma0	at obio0 addr 0xfa001000 level 4
    104  1.23       pk esp0	at sbus0 slot ? offset ?			# on-board SCSI
    105   1.1  deraadt esp*	at sbus0 slot ? offset ?
    106   1.1  deraadt esp0	at obio0 addr 0xfa000000 level 4
    107   1.1  deraadt 
    108   1.1  deraadt # old sun4c
    109   1.1  deraadt le0	at sbus? slot ? offset ?
    110   1.1  deraadt le*	at sbus? slot ? offset ?
    111   1.1  deraadt le0	at obio0 addr 0xf9000000 level 6
    112   1.1  deraadt 
    113  1.23       pk # sun4m
    114  1.23       pk ledma0	at sbus? slot ? offset ?			# on-board Lance
    115  1.23       pk le0	at ledma? slot ? offset ?			# on-board Lance
    116  1.23       pk 
    117   1.2  deraadt ie0	at obio0 addr 0xf6000000 level 6
    118   1.5       pk ie0	at obio0 addr 0x06000000 level 6		# 4/100
    119   1.3  deraadt ie1	at vmes0 addr 0xffe88000 level 5 vect 0x75
    120   1.3  deraadt ie2	at vmes0 addr 0xff31ff02 level 5 vect 0x76
    121   1.3  deraadt ie3	at vmes0 addr 0xff35ff02 level 5 vect 0x77
    122   1.3  deraadt ie4	at vmes0 addr 0xff2dff02 level 5 vect 0x7c
    123   1.9       pk 
    124   1.9       pk xdc0	at vmel0 addr 0xffffee80 level 3 vect 0x44
    125   1.9       pk xdc1	at vmel0 addr 0xffffee90 level 3 vect 0x45
    126   1.9       pk xdc2	at vmel0 addr 0xffffeea0 level 3 vect 0x46
    127   1.9       pk xdc3	at vmel0 addr 0xffffeeb0 level 3 vect 0x47
    128   1.9       pk xd*	at xdc? drive ?
    129  1.16    chuck 
    130  1.16    chuck xyc0	at vmes0 addr 0xffffee40 level 3 vect 0x48
    131  1.16    chuck xyc1	at vmes0 addr 0xffffee48 level 3 vect 0x49
    132  1.16    chuck xy*	at xyc? drive ?
    133  1.10       pk 
    134  1.20  thorpej si0	at vmes0 addr 0xff200000 level 3 vect 0x40
    135  1.20  thorpej sw0	at obio0 addr 0x0a000000 level 3
    136   1.1  deraadt 
    137   1.1  deraadt bwtwo0	at sbus? slot ? offset ?
    138   1.1  deraadt bwtwo*	at sbus? slot ? offset ?
    139  1.21  thorpej bwtwo0	at obio0 addr 0xfd000000 level 4	# 4/200
    140  1.21  thorpej bwtwo0	at obio0 addr 0xfb300000 level 4	# P4
    141  1.21  thorpej bwtwo0	at obio0 addr 0x0b300000 level 4	# P4 4/100
    142  1.21  thorpej 
    143  1.17       pk cgtwo0	at vmes0 addr 0xff400000 level 4 vect 0xa8
    144  1.21  thorpej 
    145   1.1  deraadt cgthree0 at sbus? slot ? offset ?
    146   1.1  deraadt cgthree* at sbus? slot ? offset ?
    147  1.23       pk #cgthree0 at obio? slot ? offset ?		# sun4m
    148  1.23       pk #cgthree* at obio? slot ? offset ?		# sun4m
    149  1.21  thorpej 
    150  1.21  thorpej cgfour0	at obio0 addr 0xfb300000 level 4	# P4
    151  1.21  thorpej cgfour0	at obio0 addr 0x0b300000 level 4	# P4 4/100
    152  1.21  thorpej 
    153  1.21  thorpej cgsix0	at sbus? slot ? offset ?
    154  1.21  thorpej cgsix*	at sbus? slot ? offset ?
    155  1.23       pk cgsix0	at obio0 addr 0xfb000000 level 4	# P4
    156  1.21  thorpej cgsix0	at obio0 addr 0x0b000000 level 4	# P4 4/100
    157  1.21  thorpej 
    158  1.23       pk cgeight0 at obio0 addr 0xfb300000 level 4	# P4
    159  1.21  thorpej cgeight0 at obio0 addr 0x0b300000 level 4	# P4 4/100
    160   1.1  deraadt 
    161   1.1  deraadt scsibus* at esp?
    162  1.13       pk scsibus* at si?
    163  1.13       pk scsibus* at sw?
    164   1.1  deraadt 
    165   1.1  deraadt # Map scsi-id 3 to  sd0; no questions asked. Map the remaining drives
    166   1.1  deraadt # in the default order. This is because SunOS's rom swaps scsi-id 3 to
    167   1.1  deraadt # sd0, and scsi-id 0 to sd3.
    168   1.7       pk sd0	at scsibus? target 3 lun ?
    169   1.7       pk sd*	at scsibus? target ? lun ?
    170   1.7       pk st*	at scsibus? target ? lun ?
    171   1.7       pk cd*	at scsibus? target ? lun ?
    172   1.6       pk 
    173  1.23       pk fdc0	at mainbus0				# floppy controller
    174  1.23       pk fdc0	at obio0				# sun4m
    175   1.6       pk fd*	at fdc0
    176   1.1  deraadt 
    177   1.1  deraadt pseudo-device	loop
    178   1.1  deraadt pseudo-device	pty	32
    179   1.1  deraadt pseudo-device	sl	2
    180   1.1  deraadt pseudo-device	kbd
    181   1.1  deraadt pseudo-device	ppp	2
    182   1.1  deraadt pseudo-device	tun	4
    183   1.4      cgd pseudo-device	vnd	3
    184   1.1  deraadt pseudo-device	bpfilter 16
    185