Support for ka650, tailored in_cksum and removal of a couple needs-count.
This commit is contained in:
parent
f18f32d2e1
commit
d24ffd421f
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.vax,v 1.13 1995/07/24 18:58:36 ragge Exp $
|
||||
# $NetBSD: files.vax,v 1.14 1996/02/09 15:24:18 ragge Exp $
|
||||
#
|
||||
# new style config file for vax architecture
|
||||
#
|
||||
@ -29,13 +29,13 @@ device ht at mba
|
||||
file arch/vax/mba/ht.c ht needs-flag
|
||||
|
||||
device uba at sbi, bi { csr }
|
||||
file arch/vax/uba/uba.c uba needs-count
|
||||
file arch/vax/uba/uba.c uba
|
||||
|
||||
device uda at uba { drive=-1 }
|
||||
file arch/vax/uba/uda.c uda needs-count
|
||||
|
||||
device de at uba:ifnet, ether
|
||||
file arch/vax/if/if_de.c de needs-count
|
||||
file arch/vax/if/if_de.c de
|
||||
|
||||
device ra at uda
|
||||
file arch/vax/vax/mscp.c ra needs-count
|
||||
@ -48,7 +48,11 @@ file arch/vax/uba/tmscp.c tmscp needs-count
|
||||
|
||||
# DEQNA/DELQA used on Qbus
|
||||
device qe at uba:ifnet, ether
|
||||
file arch/vax/if/if_qe.c qe needs-count
|
||||
file arch/vax/if/if_qe.c qe
|
||||
|
||||
# TS11 at UBA
|
||||
device ts at uba
|
||||
file arch/vax/uba/ts.c ts needs-count
|
||||
|
||||
# These devices aren't tested (or even compiled!)
|
||||
# They are just included here to make some files happy ;)
|
||||
@ -73,10 +77,6 @@ file arch/vax/uba/rk.c rk needs-count
|
||||
device te at uba
|
||||
file arch/vax/uba/tm.c te needs-count
|
||||
|
||||
# TS11 at UBA
|
||||
device ts at uba
|
||||
file arch/vax/uba/ts.c ts needs-count
|
||||
|
||||
# TU78 at MBA
|
||||
device mu at mba
|
||||
file arch/vax/mba/mt.c mu needs-count
|
||||
@ -197,8 +197,10 @@ file arch/vax/vax/gencons.c
|
||||
file arch/vax/vax/pmap.c
|
||||
file arch/vax/vax/machdep.c
|
||||
file arch/vax/vax/ka750.c vax750
|
||||
file arch/vax/vax/ctu.c vax750
|
||||
file arch/vax/vax/uvaxII.c vax630
|
||||
file arch/vax/vax/emulate.s vax630
|
||||
file arch/vax/vax/emulate.s vax630 ka650
|
||||
file arch/vax/vax/ka650.c vax650
|
||||
file arch/vax/vax/conf.c
|
||||
file arch/vax/vax/urem.s
|
||||
file arch/vax/vax/udiv.s
|
||||
@ -207,31 +209,28 @@ file arch/vax/vax/trap.c
|
||||
|
||||
file arch/vax/vax/vm_machdep.c
|
||||
file arch/vax/vax/autoconf.c
|
||||
#file arch/vax/vax/cpu_machdep.c
|
||||
#file arch/vax/vax/in_cksum.c inet
|
||||
file netinet/in_cksum.c inet
|
||||
file arch/vax/vax/in_cksum.c inet
|
||||
file arch/vax/vax/random.s inet
|
||||
file arch/vax/vax/disksubr.c ffs
|
||||
file arch/vax/if/if_uba.c de qe
|
||||
file arch/vax/vax/db_machdep.c ddb
|
||||
file arch/vax/vax/db_disasm.c ddb
|
||||
file compat/ultrix/ultrix_misc.c compat_ultrix
|
||||
file compat/ultrix/ultrix_syscalls.c compat_ultrix
|
||||
file compat/ultrix/ultrix_sysent.c compat_ultrix
|
||||
|
||||
|
||||
# Dom h{ra f}r vara kvar s} l{nge f}r vi se vilka vi beh|ver...
|
||||
#arch/vax/vax/crl.c standard
|
||||
#arch/vax/vax/dkbad.c standard
|
||||
#arch/vax/vax/flp.c standard
|
||||
#arch/vax/vax/ka650.c standard
|
||||
#arch/vax/vax/ka630.c standard
|
||||
#arch/vax/vax/ka730.c standard
|
||||
#arch/vax/vax/ka750.c standard
|
||||
#arch/vax/vax/ka780.c standard
|
||||
#arch/vax/vax/ka820.c standard
|
||||
#arch/vax/vax/ka860.c standard
|
||||
#arch/vax/vax/kdb_machdep.c optional kadb
|
||||
#arch/vax/vax/kdb_opset.c optional kadb
|
||||
#arch/vax/vax/ns_cksum.c optional ns
|
||||
#arch/vax/vax/rx50.c standard
|
||||
#arch/vax/vax/sys_machdep.c standard
|
||||
#arch/vax/vax/iidr.o optional ii
|
||||
#arch/vax/vax/iidrsys.o optional ii
|
||||
#arch/vax/vax/iidr_glob.o optional ii
|
||||
@ -247,6 +246,5 @@ file arch/vax/vax/db_disasm.c ddb
|
||||
#arch/vax/if/if_hy.c optional hy device-driver
|
||||
#arch/vax/if/if_il.c optional il device-driver
|
||||
#arch/vax/if/if_pcl.c optional pcl device-driver
|
||||
##arch/vax/if/if_uba.c optional ns device-driver
|
||||
#arch/vax/if/if_vv.c optional vv device-driver
|
||||
#arch/vax/if/raw_hy.c optional hy device-driver
|
||||
|
Loading…
Reference in New Issue
Block a user