Update device list.
This commit is contained in:
parent
3cf5ed1f30
commit
25b6ab86fe
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.22 1996/03/31 22:57:09 pk Exp $
|
||||
# $NetBSD: GENERIC,v 1.23 1996/04/01 00:20:31 pk Exp $
|
||||
|
||||
machine sparc
|
||||
options "SUN4", "SUN4C", "SUN4M"
|
||||
@ -92,7 +92,7 @@ zs1 at obio0 addr 0x00000000 level 12 flags 0x103 # 4/100
|
||||
zs2 at obio0 addr 0xe0000000 level 12 flags 0x103
|
||||
|
||||
# FSBE/S or sun4m
|
||||
espdma0 at sbus0 slot ? offset ?
|
||||
espdma0 at sbus0 slot ? offset ? # on-board SCSI
|
||||
espdma* at sbus0 slot ? offset ?
|
||||
esp0 at espdma? slot ? offset ?
|
||||
esp* at espdma? slot ? offset ?
|
||||
@ -101,7 +101,7 @@ esp* at espdma? slot ? offset ?
|
||||
dma0 at sbus0 slot ? offset ?
|
||||
dma* at sbus0 slot ? offset ?
|
||||
dma0 at obio0 addr 0xfa001000 level 4
|
||||
esp0 at sbus0 slot ? offset ?
|
||||
esp0 at sbus0 slot ? offset ? # on-board SCSI
|
||||
esp* at sbus0 slot ? offset ?
|
||||
esp0 at obio0 addr 0xfa000000 level 4
|
||||
|
||||
@ -110,6 +110,10 @@ le0 at sbus? slot ? offset ?
|
||||
le* at sbus? slot ? offset ?
|
||||
le0 at obio0 addr 0xf9000000 level 6
|
||||
|
||||
# sun4m
|
||||
ledma0 at sbus? slot ? offset ? # on-board Lance
|
||||
le0 at ledma? slot ? offset ? # on-board Lance
|
||||
|
||||
ie0 at obio0 addr 0xf6000000 level 6
|
||||
ie0 at obio0 addr 0x06000000 level 6 # 4/100
|
||||
ie1 at vmes0 addr 0xffe88000 level 5 vect 0x75
|
||||
@ -162,7 +166,7 @@ sd* at scsibus? target ? lun ?
|
||||
st* at scsibus? target ? lun ?
|
||||
cd* at scsibus? target ? lun ?
|
||||
|
||||
fdc0 at mainbus0
|
||||
fdc0 at mainbus0 # floppy controller
|
||||
fdc0 at obio0 # sun4m
|
||||
fd* at fdc0
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $NetBSD: GENERIC_SCSI3,v 1.22 1996/03/31 22:57:18 pk Exp $
|
||||
# $NetBSD: GENERIC_SCSI3,v 1.23 1996/04/01 00:20:38 pk Exp $
|
||||
|
||||
machine sparc
|
||||
options "SUN4", "SUN4C"
|
||||
options "SUN4", "SUN4C", "SUN4M"
|
||||
#options MMU_3L
|
||||
#options DDB,DEBUG,DIAGNOSTIC
|
||||
|
||||
@ -59,31 +59,40 @@ sbus0 at mainbus0
|
||||
obio0 at mainbus0
|
||||
vmes0 at mainbus0
|
||||
vmel0 at mainbus0
|
||||
iommu0 at mainbus0 # sun4m
|
||||
sbus0 at iommu0 # sun4m
|
||||
|
||||
audio0 at mainbus0
|
||||
audio0 at obio0 # sun4m
|
||||
auxreg0 at mainbus0
|
||||
auxreg0 at obio0 # sun4m
|
||||
clock0 at mainbus0
|
||||
clock0 at obio0 # sun4m
|
||||
clock0 at obio0 addr 0xf2000000
|
||||
oclock0 at obio0 addr 0xf3000000
|
||||
oclock0 at obio0 addr 0x03000000 # 4/100
|
||||
memreg0 at mainbus0
|
||||
memreg0 at obio0 # sun4m
|
||||
memreg0 at obio0 addr 0xf4000000
|
||||
memreg0 at obio0 addr 0x04000000 # 4/100
|
||||
timer0 at mainbus0
|
||||
timer0 at obio0 # sun4m
|
||||
timer0 at obio0 addr 0xef000000
|
||||
eeprom0 at obio0 addr 0xf2000000
|
||||
eeprom0 at obio0 addr 0x02000000 # 4/100
|
||||
|
||||
zs0 at mainbus0
|
||||
zs0 at obio0 # sun4m
|
||||
zs0 at obio0 addr 0xf1000000 level 12 flags 0x103
|
||||
zs0 at obio0 addr 0x01000000 level 12 flags 0x103 # 4/100
|
||||
zs1 at mainbus0
|
||||
zs1 at obio0 # sun4m
|
||||
zs1 at obio0 addr 0xf0000000 level 12 flags 0x103
|
||||
zs1 at obio0 addr 0x00000000 level 12 flags 0x103 # 4/100
|
||||
zs2 at obio0 addr 0xe0000000 level 12 flags 0x103
|
||||
|
||||
# FSBE/S or sun4m
|
||||
espdma0 at sbus0 slot ? offset ?
|
||||
espdma0 at sbus0 slot ? offset ? # on-board SCSI
|
||||
espdma* at sbus0 slot ? offset ?
|
||||
esp0 at espdma? slot ? offset ?
|
||||
esp* at espdma? slot ? offset ?
|
||||
@ -92,7 +101,7 @@ esp* at espdma? slot ? offset ?
|
||||
dma0 at sbus0 slot ? offset ?
|
||||
dma* at sbus0 slot ? offset ?
|
||||
dma0 at obio0 addr 0xfa001000 level 4
|
||||
esp0 at sbus0 slot ? offset ?
|
||||
esp0 at sbus0 slot ? offset ? # on-board SCSI
|
||||
esp* at sbus0 slot ? offset ?
|
||||
esp0 at obio0 addr 0xfa000000 level 4
|
||||
|
||||
@ -101,6 +110,10 @@ le0 at sbus? slot ? offset ?
|
||||
le* at sbus? slot ? offset ?
|
||||
le0 at obio0 addr 0xf9000000 level 6
|
||||
|
||||
# sun4m
|
||||
ledma0 at sbus? slot ? offset ? # on-board Lance
|
||||
le0 at ledma? slot ? offset ? # on-board Lance
|
||||
|
||||
ie0 at obio0 addr 0xf6000000 level 6
|
||||
ie0 at obio0 addr 0x06000000 level 6 # 4/100
|
||||
ie1 at vmes0 addr 0xffe88000 level 5 vect 0x75
|
||||
@ -131,16 +144,18 @@ cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xa8
|
||||
|
||||
cgthree0 at sbus? slot ? offset ?
|
||||
cgthree* at sbus? slot ? offset ?
|
||||
#cgthree0 at obio? slot ? offset ? # sun4m
|
||||
#cgthree* at obio? slot ? offset ? # sun4m
|
||||
|
||||
cgfour0 at obio0 addr 0xfb300000 level 4 # P4
|
||||
cgfour0 at obio0 addr 0x0b300000 level 4 # P4 4/100
|
||||
|
||||
cgsix0 at sbus? slot ? offset ?
|
||||
cgsix* at sbus? slot ? offset ?
|
||||
cgsix0 at obio0 addr 0xfb000000 level 4 # P4
|
||||
cgsix0 at obio0 addr 0xfb000000 level 4 # P4
|
||||
cgsix0 at obio0 addr 0x0b000000 level 4 # P4 4/100
|
||||
|
||||
cgeight0 at obio0 addr 0xfb300000 level 4 # P4
|
||||
cgeight0 at obio0 addr 0xfb300000 level 4 # P4
|
||||
cgeight0 at obio0 addr 0x0b300000 level 4 # P4 4/100
|
||||
|
||||
scsibus* at esp?
|
||||
@ -155,7 +170,8 @@ sd* at scsibus? target ? lun ?
|
||||
st* at scsibus? target ? lun ?
|
||||
cd* at scsibus? target ? lun ?
|
||||
|
||||
fdc0 at mainbus0
|
||||
fdc0 at mainbus0 # floppy controller
|
||||
fdc0 at obio0 # sun4m
|
||||
fd* at fdc0
|
||||
|
||||
pseudo-device loop
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SUN4M,v 1.4 1995/06/02 17:54:02 pk Exp $
|
||||
# $NetBSD: SUN4M,v 1.5 1996/04/01 00:20:44 pk Exp $
|
||||
|
||||
machine sparc
|
||||
options "SUN4M"
|
||||
@ -14,7 +14,7 @@ options KTRACE # system call tracing support
|
||||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
options RCONSOLE # fast rasterop console
|
||||
options SYSVMSG,SYSVSEM,SYSVSHM
|
||||
options "COMPAT_09", "COMPAT_10"
|
||||
options "COMPAT_09", "COMPAT_10", "COMPAT_11"
|
||||
|
||||
# Filesystem options
|
||||
options FFS
|
||||
@ -43,34 +43,36 @@ options LKM
|
||||
|
||||
# Options for SPARCstation hardware
|
||||
options COMPAT_SUNOS # compatibility with SunOS binaries
|
||||
options COMPAT_SVR4 # compatibility with SVR4 binaries
|
||||
|
||||
config netbsd root on sd0 swap on sd0
|
||||
config netbsd swap generic
|
||||
|
||||
mainbus0 at root
|
||||
cpu0 at mainbus0
|
||||
|
||||
sbus0 at mainbus0
|
||||
iommu0 at mainbus0
|
||||
obio0 at mainbus0
|
||||
sbus0 at iommu0
|
||||
|
||||
audio0 at mainbus0
|
||||
auxreg0 at mainbus0
|
||||
clock0 at mainbus0
|
||||
memreg0 at mainbus0
|
||||
timer0 at mainbus0
|
||||
audio0 at obio0
|
||||
auxreg0 at obio0
|
||||
clock0 at obio0
|
||||
memreg0 at obio0
|
||||
timer0 at obio0
|
||||
|
||||
zs0 at mainbus0
|
||||
zs1 at mainbus0
|
||||
zs0 at obio0
|
||||
zs1 at obio0
|
||||
|
||||
# FSBE/S or sun4m
|
||||
espdma0 at sbus0 slot ? offset ?
|
||||
espdma0 at sbus0 slot ? offset ? # on-board SCSI
|
||||
espdma* at sbus0 slot ? offset ?
|
||||
esp0 at espdma? slot ? offset ?
|
||||
esp* at espdma? slot ? offset ?
|
||||
|
||||
le0 at sbus? slot ? offset ?
|
||||
le* at sbus? slot ? offset ?
|
||||
# sun4m
|
||||
ledma0 at sbus? slot ? offset ? # on-board Lance
|
||||
le0 at ledma? slot ? offset ? # on-board Lance
|
||||
|
||||
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 ?
|
||||
@ -79,10 +81,15 @@ cgsix* at sbus? slot ? offset ?
|
||||
scsibus* at esp?
|
||||
|
||||
# drives here, drives there...
|
||||
sd0 at scsibus? target 3 lun ?
|
||||
sd3 at scsibus? target 0 lun ?
|
||||
sd* at scsibus? target ? lun ?
|
||||
st* at scsibus? target ? lun ?
|
||||
cd* at scsibus? target ? lun ?
|
||||
|
||||
fdc0 at obio0
|
||||
#fd* at fdc0
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device pty 32
|
||||
pseudo-device sl 2
|
||||
|
Loading…
Reference in New Issue
Block a user