Add `sw' scsi adapter on obio (per Jason Thorpe, PR#1422).
This commit is contained in:
parent
5a172566ef
commit
60a7c4c394
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.11 1995/08/29 22:50:36 pk Exp $
|
||||
# $NetBSD: GENERIC,v 1.12 1995/09/05 21:43:10 pk Exp $
|
||||
|
||||
machine sparc
|
||||
options "SUN4", "SUN4C"
|
||||
@ -113,6 +113,7 @@ xdc3 at vmel0 addr 0xffffeeb0 level 3 vect 0x47
|
||||
xd* at xdc? drive ?
|
||||
|
||||
si0 at vmes0 addr 0xff200000 level 2 vect 0x40
|
||||
sw0 at obio0 addr 0x0a000000 level 2
|
||||
|
||||
bwtwo0 at sbus? slot ? offset ?
|
||||
bwtwo* at sbus? slot ? offset ?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_SCSI3,v 1.11 1995/08/29 22:50:38 pk Exp $
|
||||
# $NetBSD: GENERIC_SCSI3,v 1.12 1995/09/05 21:43:11 pk Exp $
|
||||
|
||||
machine sparc
|
||||
options "SUN4", "SUN4C"
|
||||
@ -113,6 +113,7 @@ xdc3 at vmel0 addr 0xffffeeb0 level 3 vect 0x47
|
||||
xd* at xdc? drive ?
|
||||
|
||||
si0 at vmes0 addr 0xff200000 level 2 vect 0x40
|
||||
sw0 at obio0 addr 0x0a000000 level 2
|
||||
|
||||
bwtwo0 at sbus? slot ? offset ?
|
||||
bwtwo* at sbus? slot ? offset ?
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.sparc,v 1.8 1995/08/29 22:28:07 pk Exp $
|
||||
# $NetBSD: files.sparc,v 1.9 1995/09/05 21:43:09 pk Exp $
|
||||
|
||||
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
|
||||
# sparc-specific configuration info
|
||||
@ -84,7 +84,8 @@ file arch/sparc/dev/xd.c xd needs-flag
|
||||
major {xd = 10}
|
||||
|
||||
device si at vmes: scsi
|
||||
file arch/sparc/dev/si.c si needs-flag
|
||||
device sw at obio: scsi
|
||||
file arch/sparc/dev/si.c si sw needs-flag
|
||||
|
||||
pseudo-device kbd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user