diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-18 23:07:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-18 23:07:27 +0000 |
commit | 884436909ca85671f0d985d9435e4f29aa8adeec (patch) | |
tree | a286c76db2a54d37987b6046353ddb45af54a2ba /sys/arch/vax/conf | |
parent | 0b443839c20c0d6d8b1e9a1f91f71816a69fe853 (diff) |
Move common CVAX defines and code (internal cache IPR, SSC layout, machine
check frame format...) to a single place. Get rid of duplicated KAxx_FOO
constants.
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r-- | sys/arch/vax/conf/files.vax | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax index 5524e546c7d..11ae4b2987d 100644 --- a/sys/arch/vax/conf/files.vax +++ b/sys/arch/vax/conf/files.vax @@ -1,4 +1,4 @@ -# $OpenBSD: files.vax,v 1.46 2008/08/18 23:04:26 miod Exp $ +# $OpenBSD: files.vax,v 1.47 2008/08/18 23:07:22 miod Exp $ # $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $ # # new style config file for vax architecture @@ -369,6 +369,7 @@ file arch/vax/vax/ka660.c vax660 file arch/vax/vax/ka670.c vax670 file arch/vax/vax/ka680.c vax680 file arch/vax/vax/vxt.c vxt +file arch/vax/vax/cvax.c vax60 | vax650 file arch/vax/vax/scb.c file arch/vax/vax/conf.c file arch/vax/vax/urem.s |