diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-12-05 03:08:59 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-12-05 03:08:59 +0000 |
commit | 4811bf0463edb4a73eeb7499b01b883b5b627d0b (patch) | |
tree | 6e98bd7f00819d424a00ebe897a481142af7a831 /sys/arch/vax/conf/RAMDISK | |
parent | 719b1227da3fb8ad66c32e1076be223f79471780 (diff) |
Enable MSCP disk support, since although untested due to lack of
hardware, it's possible this is working...
Diffstat (limited to 'sys/arch/vax/conf/RAMDISK')
-rw-r--r-- | sys/arch/vax/conf/RAMDISK | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK index 7e4061d5008..b02d49c97ac 100644 --- a/sys/arch/vax/conf/RAMDISK +++ b/sys/arch/vax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.12 2001/10/10 23:43:42 millert Exp $ +# $OpenBSD: RAMDISK,v 1.13 2001/12/05 03:08:58 hugh Exp $ machine vax # machine type @@ -114,8 +114,8 @@ le0 at ibus0 # LANCE ethernet #hp* at mba? drive? # RM/RP disk drives # Devices on Unibus/Qbus adapters -#uda0 at uba? csr 0172150 # UDA50/RQDX? -#uda1 at uba? csr 0160334 +uda0 at uba? csr 0172150 # UDA50/RQDX? +uda1 at uba? csr 0160334 mtc0 at uba? csr 0174500 # Tape MSCP ctlr #ts0 at uba? csr 0172520 # TS11/TSV05 tape. #qd0 at uba? csr 0177400 # 4- or 8-bitplans color graphics @@ -127,11 +127,11 @@ mtc0 at uba? csr 0174500 # Tape MSCP ctlr #dl0 at uba? csr 0176500 # DL-11 # MSCP devices -#mscpbus* at uda? +mscpbus* at uda? mscpbus* at mtc? #mscpbus* at kdb? -#ra* at mscpbus? drive? # MSCP disk +ra* at mscpbus? drive? # MSCP disk rx* at mscpbus? drive? # MSCP floppy mt* at mscpbus? drive? # MSCP tape |