NetBSD/sys/arch/sparc/conf/GENERIC_SCSI3

137 lines
3.8 KiB
Plaintext
Raw Normal View History

1995-06-05 16:46:31 +04:00
# $NetBSD: GENERIC_SCSI3,v 1.8 1995/06/05 12:46:35 pk Exp $
1994-12-07 17:45:54 +03:00
machine sparc
1995-03-02 23:48:17 +03:00
options "SUN4", "SUN4C"
1995-06-02 21:53:51 +04:00
#options MMU_3L
#options DDB,DEBUG,DIAGNOSTIC
1994-12-07 17:45:54 +03:00
# obsolete timezone spec
1995-03-02 23:48:17 +03:00
options TIMEZONE=0, DST=0
1994-12-07 17:45:54 +03:00
# Standard system options
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
#options DEBUG, DIAGNOSTIC # extra kernel debugging
options KTRACE # system call tracing support
#options KGDB # support for kernel gdb
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
options RCONSOLE # fast rasterop console
1994-12-18 02:12:41 +03:00
options SYSVMSG,SYSVSEM,SYSVSHM
1994-12-07 17:45:54 +03:00
options "COMPAT_09", "COMPAT_10"
# Filesystem options
options FFS
options NFSSERVER # Sun NFS-compatible filesystem
options NFSCLIENT # Sun NFS-compatible filesystem
options KERNFS # kernel data-structure filesystem
1995-03-02 23:48:17 +03:00
options FIFO # POSIX fifo support (in all filesystems)
options QUOTA # fast filesystem with user and group quotas
options MFS # memory-based filesystem
options LOFS # Loop-back filesystem
options FDESC # user file descriptor filesystem
options UMAPFS # uid/gid remapping filesystem
options LFS # Log-based filesystem (still experimental)
options PORTAL # portal filesystem (still experimental)
options PROCFS # /proc
1995-03-02 00:09:19 +03:00
options CD9660 # ISO 9660 + Rock Ridge file system
1995-06-05 16:46:31 +04:00
options UNION # union file system
1994-12-07 17:45:54 +03:00
# Networking options
options INET
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
#options GATEWAY # IP packet forwarding
#options ISO # OSI networking
#options TPIP
#options EON
options COMPAT_43
options LKM
# Options for SPARCstation hardware
options COMPAT_SUNOS # compatibility with SunOS binaries
1995-06-02 21:53:51 +04:00
options COMPAT_SVR4 # compatibility with SVR4 binaries
1994-12-07 17:45:54 +03:00
1995-03-02 00:09:19 +03:00
config netbsd swap generic
1994-12-07 17:45:54 +03:00
mainbus0 at root
cpu0 at mainbus0
sbus0 at mainbus0
obio0 at mainbus0
vmes0 at mainbus0
vmel0 at mainbus0
audio0 at mainbus0
auxreg0 at mainbus0
clock0 at mainbus0
clock0 at obio0 addr 0xf2000000
1994-12-17 00:53:43 +03:00
oclock0 at obio0 addr 0xf3000000
1995-03-02 00:09:19 +03:00
oclock0 at obio0 addr 0x03000000 # 4/100
1994-12-07 17:45:54 +03:00
memreg0 at mainbus0
memreg0 at obio0 addr 0xf4000000
1995-03-02 00:09:19 +03:00
memreg0 at obio0 addr 0x04000000 # 4/100
1994-12-07 17:45:54 +03:00
timer0 at mainbus0
timer0 at obio0 addr 0xef000000
zs0 at mainbus0
zs0 at obio0 addr 0xf1000000 level 12 flags 0x103
1995-03-02 00:09:19 +03:00
zs0 at obio0 addr 0x01000000 level 12 flags 0x103 # 4/100
1994-12-07 17:45:54 +03:00
zs1 at mainbus0
zs1 at obio0 addr 0xf0000000 level 12 flags 0x103
1995-03-02 00:09:19 +03:00
zs1 at obio0 addr 0x00000000 level 12 flags 0x103 # 4/100
1994-12-07 17:45:54 +03:00
zs2 at obio0 addr 0xe0000000 level 12 flags 0x103
# FSBE/S or sun4m
espdma0 at sbus0 slot ? offset ?
espdma* at sbus0 slot ? offset ?
esp0 at espdma? slot ? offset ?
esp* at espdma? slot ? offset ?
# old sun4c SCSI
dma0 at sbus0 slot ? offset ?
dma* at sbus0 slot ? offset ?
dma0 at obio0 addr 0xfa001000 level 4
esp0 at sbus0 slot ? offset ?
esp* at sbus0 slot ? offset ?
esp0 at obio0 addr 0xfa000000 level 4
# old sun4c
le0 at sbus? slot ? offset ?
le* at sbus? slot ? offset ?
le0 at obio0 addr 0xf9000000 level 6
1994-12-17 00:53:43 +03:00
ie0 at obio0 addr 0xf6000000 level 6
1995-03-02 00:09:19 +03:00
ie0 at obio0 addr 0x06000000 level 6 # 4/100
1994-12-18 02:12:41 +03:00
ie1 at vmes0 addr 0xffe88000 level 5 vect 0x75
ie2 at vmes0 addr 0xff31ff02 level 5 vect 0x76
ie3 at vmes0 addr 0xff35ff02 level 5 vect 0x77
ie4 at vmes0 addr 0xff2dff02 level 5 vect 0x7c
1994-12-07 17:45:54 +03:00
bwtwo0 at sbus? slot ? offset ?
bwtwo* at sbus? slot ? offset ?
cgthree0 at sbus? slot ? offset ?
cgthree* at sbus? slot ? offset ?
cgsix0 at sbus? slot ? offset ?
cgsix* at sbus? slot ? offset ?
scsibus* at esp?
# Map scsi-id 3 to sd0; no questions asked. Map the remaining drives
# in the default order. This is because SunOS's rom swaps scsi-id 3 to
# sd0, and scsi-id 0 to sd3.
1995-06-02 21:53:51 +04:00
sd0 at scsibus? target 3 lun ?
sd* at scsibus? target ? lun ?
st* at scsibus? target ? lun ?
cd* at scsibus? target ? lun ?
1994-12-07 17:45:54 +03:00
1995-03-02 23:48:17 +03:00
fdc0 at mainbus0
fd* at fdc0
1994-12-07 17:45:54 +03:00
pseudo-device loop
pseudo-device pty 32
pseudo-device sl 2
pseudo-device kbd
pseudo-device ppp 2
pseudo-device tun 4
1995-01-25 08:34:51 +03:00
pseudo-device vnd 3
1994-12-07 17:45:54 +03:00
pseudo-device bpfilter 16