diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-11-26 19:41:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-11-26 19:41:22 +0000 |
commit | 4fc95fdfe94f9ac107251da4af4924ba34d8f68e (patch) | |
tree | 2e73020395472de568c69d77c85198faad673c8b /sys/arch/alpha/conf | |
parent | f7731fc11efff2d78985be7bda040ebadd906e70 (diff) |
alpha clock fixes from NetBSD
Fixes ' no more 'WARNING: preposterous clock chip time' on 164SX
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index c536cf44fa0..15d326c9aac 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.39 2000/11/25 00:38:31 art Exp $ +# $OpenBSD: files.alpha,v 1.40 2000/11/26 19:41:21 millert Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -263,6 +263,7 @@ file arch/alpha/alpha/trap.c file arch/alpha/alpha/vm_machdep.c file arch/alpha/alpha/disksubr.c file arch/alpha/common/bus_dma.c +file dev/clock_subr.c file dev/cons.c |