Remove unneccessary file. Remove stale dependency. Disable not-working
devices by default.
This commit is contained in:
parent
9251293f18
commit
464d197e67
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.30 1998/03/21 10:02:40 ragge Exp $
|
||||
# $NetBSD: GENERIC,v 1.31 1998/05/22 09:59:55 ragge Exp $
|
||||
#
|
||||
# GENERIC VAX configuration file; all supported devices.
|
||||
#
|
||||
|
@ -122,16 +122,16 @@ mt* at mscpbus? drive? # MSCP tape
|
|||
#ts0 at uba? csr 0172520 # TS11/TSV05 tape.
|
||||
|
||||
# VS2000 builtin MFM controller (HDC9224)
|
||||
hdc0 at vsbus0 # The strange builtin MFM controller
|
||||
rd* at hdc0 drive? # The RD disk subsystem on VS2000
|
||||
#hdc0 at vsbus0 # The strange builtin MFM controller
|
||||
#rd* at hdc0 drive? # The RD disk subsystem on VS2000
|
||||
|
||||
# VAXstation builtin SCSI-controller (NCR5380)
|
||||
ncr0 at vsbus0 # 1st built-in SCSI interface
|
||||
ncr1 at vsbus0 # 2nd built-in SCSI interface
|
||||
scsibus* at ncr?
|
||||
#ncr0 at vsbus0 # 1st built-in SCSI interface
|
||||
#ncr1 at vsbus0 # 2nd built-in SCSI interface
|
||||
#scsibus* at ncr?
|
||||
|
||||
sd* at scsibus? target? lun?
|
||||
st* at scsibus? target? lun?
|
||||
#sd* at scsibus? target? lun?
|
||||
#st* at scsibus? target? lun?
|
||||
|
||||
# Graphic adapters.
|
||||
qd0 at uba? csr 0177400
|
||||
|
@ -144,6 +144,7 @@ ln0 at vsbus0 # LANCE
|
|||
# Terminal lines
|
||||
dhu0 at uba? csr 0160440 # DHU-11
|
||||
dz0 at uba? csr 0160100 # DZ-11
|
||||
dz0 at vsbus0 # DC-367
|
||||
dl0 at uba? csr 0176500 # DL-11
|
||||
|
||||
pseudo-device loop 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.vax,v 1.40 1998/05/03 12:59:56 ragge Exp $
|
||||
# $NetBSD: Makefile.vax,v 1.41 1998/05/22 09:59:55 ragge Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -182,7 +182,7 @@ machdep.o: Makefile
|
|||
|
||||
# depend on CPU configuration
|
||||
tmscp.o ts.o uba.o uda.o autoconf.o clock.o conf.o emulate.o intvec.o: Makefile
|
||||
machdep.o sbi.o subr.o uvaxII.o: Makefile
|
||||
machdep.o sbi.o subr.o: Makefile
|
||||
|
||||
|
||||
intvec.o: ${VAX}/vax/intvec.s assym.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.vax,v 1.35 1998/05/17 18:58:07 ragge Exp $
|
||||
# $NetBSD: files.vax,v 1.36 1998/05/22 09:59:55 ragge Exp $
|
||||
#
|
||||
# new style config file for vax architecture
|
||||
#
|
||||
|
@ -311,7 +311,6 @@ file arch/vax/vax/cfl.c vax780
|
|||
file arch/vax/vax/ka820.c vax8200
|
||||
file arch/vax/vax/ka860.c vax8600
|
||||
file arch/vax/vax/crl.c vax8600
|
||||
file arch/vax/vax/uvax.c vax630 | vax410 | vax43
|
||||
file arch/vax/vax/ka630.c vax630
|
||||
file arch/vax/vax/ka410.c vax410
|
||||
file arch/vax/vax/ka43.c vax43
|
||||
|
|
Loading…
Reference in New Issue