diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/landisk/stand/boot/devs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/landisk/stand/boot/devs.c b/sys/arch/landisk/stand/boot/devs.c index 19f16a96fc8..9c5927b5d24 100644 --- a/sys/arch/landisk/stand/boot/devs.c +++ b/sys/arch/landisk/stand/boot/devs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: devs.c,v 1.5 2006/10/29 14:53:45 drahn Exp $ */ +/* $OpenBSD: devs.c,v 1.6 2006/11/16 23:12:56 deraadt Exp $ */ /* * Copyright (c) 2006 Michael Shalayeff @@ -26,6 +26,8 @@ int sector; void machdep(void) { + tick_init(); + /* scif_init(9600); */ } |