Enable oosiop at jazzio.
While I'm here, use wildcard for osiop unit.
This commit is contained in:
parent
f640b8f9fc
commit
823585def2
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.82 2003/02/27 19:22:39 perseant Exp $
|
||||
# $NetBSD: GENERIC,v 1.83 2003/04/06 10:00:00 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.82 $"
|
||||
#ident "GENERIC-$Revision: 1.83 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -193,13 +193,11 @@ fd* at fdc? drive ?
|
|||
asc0 at jazzio? # NCR53C9x SCSI
|
||||
scsibus* at asc?
|
||||
|
||||
osiop0 at jazzio? flags 0x00000 # NCR53C710 SCSI
|
||||
osiop1 at jazzio? flags 0x00000
|
||||
osiop* at jazzio? flags 0x00000 # NCR53C710 SCSI
|
||||
scsibus* at osiop?
|
||||
|
||||
#oosiop0 at jazzio? # NCR53C700 SCSI
|
||||
#oosiop1 at jazzio?
|
||||
#scsibus* at oosiop?
|
||||
oosiop* at jazzio? # NCR53C700 SCSI
|
||||
scsibus* at oosiop?
|
||||
|
||||
#### ISA bus devices
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: MIMORI,v 1.19 2002/09/18 02:43:55 lukem Exp $
|
||||
# $NetBSD: MIMORI,v 1.20 2003/04/06 10:00:00 tsutsui Exp $
|
||||
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
|
||||
#
|
||||
# MIMORI -- My NEC RISCstation 2250 (ur)
|
||||
|
@ -151,9 +151,8 @@ sn0 at jazzio?
|
|||
fdc0 at jazzio?
|
||||
fd* at fdc? drive ?
|
||||
|
||||
#oosiop0 at jazzio? # NCR53C700 SCSI
|
||||
#oosiop1 at jazzio?
|
||||
#scsibus* at oosiop?
|
||||
oosiop* at jazzio? # NCR53C700 SCSI
|
||||
scsibus* at oosiop?
|
||||
|
||||
#### PCI bus devices
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: PCCONS,v 1.23 2002/09/18 02:43:55 lukem Exp $
|
||||
# $NetBSD: PCCONS,v 1.24 2003/04/06 10:00:00 tsutsui Exp $
|
||||
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
|
||||
#
|
||||
# PCCONS -- generic but pccons rather than wscons
|
||||
|
@ -161,13 +161,11 @@ fd* at fdc? drive ?
|
|||
asc0 at jazzio? # NCR53C9x SCSI
|
||||
scsibus* at asc?
|
||||
|
||||
osiop0 at jazzio? flags 0x00000 # NCR53C710 SCSI
|
||||
osiop1 at jazzio? flags 0x00000
|
||||
osiop* at jazzio? flags 0x00000 # NCR53C710 SCSI
|
||||
scsibus* at osiop?
|
||||
|
||||
#oosiop0 at jazzio? # NCR53C700 SCSI
|
||||
#oosiop1 at jazzio?
|
||||
#scsibus* at oosiop?
|
||||
oosiop* at jazzio?
|
||||
scsibus* at oosiop?
|
||||
|
||||
#### ISA bus devices
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: RAMDISK,v 1.33 2003/02/11 12:03:18 tsutsui Exp $
|
||||
# $NetBSD: RAMDISK,v 1.34 2003/04/06 10:00:00 tsutsui Exp $
|
||||
#
|
||||
# memory disk based configuration file for MIPS R4x00 ARC Systems
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/arc/conf/std.arc"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.33 $"
|
||||
#ident "GENERIC-$Revision: 1.34 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -186,13 +186,11 @@ fd* at fdc? drive ?
|
|||
asc0 at jazzio? # NCR53C9x SCSI
|
||||
scsibus* at asc?
|
||||
|
||||
osiop0 at jazzio? flags 0x00000 # NCR53C710 SCSI
|
||||
osiop1 at jazzio? flags 0x00000
|
||||
osiop* at jazzio? flags 0x00000 # NCR53C710 SCSI
|
||||
scsibus* at osiop?
|
||||
|
||||
#oosiop0 at jazzio? # NCR53C700 SCSI
|
||||
#oosiop1 at jazzio?
|
||||
#scsibus* at oosiop?
|
||||
oosiop* at jazzio?
|
||||
scsibus* at oosiop?
|
||||
|
||||
#### ISA bus devices
|
||||
|
||||
|
|
Loading…
Reference in New Issue