diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-27 16:55:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-27 16:55:42 +0000 |
commit | 8e348635a9f1cf593f640d0a9b7be6dcdec07dc6 (patch) | |
tree | de6a6739ddb2ef0e2d5812fa94d9459058c140e8 /sys/arch/vax/include/clock.h | |
parent | 5078cd3731f61a8f4967ae7620d9b07f41045098 (diff) |
Work-in-progress VXT2000 support (commented out in GENERIC so far). Glass
console works on color model, serial console works, ethernet attaches but
does not work correctly yet.
Diffstat (limited to 'sys/arch/vax/include/clock.h')
-rw-r--r-- | sys/arch/vax/include/clock.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/vax/include/clock.h b/sys/arch/vax/include/clock.h index a5a53365087..6070eec3227 100644 --- a/sys/arch/vax/include/clock.h +++ b/sys/arch/vax/include/clock.h @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.h,v 1.5 2002/03/14 01:26:48 millert Exp $ */ +/* $OpenBSD: clock.h,v 1.6 2006/08/27 16:55:41 miod Exp $ */ /* $NetBSD: clock.h,v 1.4 1999/09/06 19:52:53 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -74,3 +74,5 @@ int generic_clkread(time_t); void generic_clkwrite(void); int chip_clkread(time_t); void chip_clkwrite(void); +int missing_clkread(time_t); +void missing_clkwrite(void); |