diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-18 14:29:36 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-18 14:29:36 +0000 |
commit | b7848a7baeb2f5dc9ebf5796db3096cc12df9392 (patch) | |
tree | d7e8d1502469fd36423e7448078723bcd7038c14 /sys/arch/sparc/dev/cs4231.c | |
parent | 814dbc6bc8e04e6d60db0c60f4c43ca6d39da6d5 (diff) |
Move CS_TIMEOUT decl
Diffstat (limited to 'sys/arch/sparc/dev/cs4231.c')
-rw-r--r-- | sys/arch/sparc/dev/cs4231.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/cs4231.c b/sys/arch/sparc/dev/cs4231.c index a5aa59e71fc..be137fe8265 100644 --- a/sys/arch/sparc/dev/cs4231.c +++ b/sys/arch/sparc/dev/cs4231.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cs4231.c,v 1.9 2002/01/11 22:12:18 jason Exp $ */ +/* $OpenBSD: cs4231.c,v 1.10 2002/01/18 14:29:35 jason Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -110,6 +110,8 @@ /* cs4231 playback interrupt */ #define CS_AFS_PI 0x10 /* playback interrupt */ +#define CS_TIMEOUT 90000 /* recalibration timeout */ + int cs4231_match __P((struct device *, void *, void *)); void cs4231_attach __P((struct device *, struct device *, void *)); int cs4231_intr __P((void *)); |