diff options
Diffstat (limited to 'sys/arch/hp300/dev/dca.c')
-rw-r--r-- | sys/arch/hp300/dev/dca.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hp300/dev/dca.c b/sys/arch/hp300/dev/dca.c index ef2c0a306da..db911e451bc 100644 --- a/sys/arch/hp300/dev/dca.c +++ b/sys/arch/hp300/dev/dca.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dca.c,v 1.42 2010/07/02 17:27:01 nicm Exp $ */ +/* $OpenBSD: dca.c,v 1.43 2013/08/04 07:21:12 martin Exp $ */ /* $NetBSD: dca.c,v 1.35 1997/05/05 20:58:18 thorpej Exp $ */ /* @@ -1073,10 +1073,6 @@ dcacngetc(dev) u_char stat; int c, s; -#ifdef lint - stat = dev; if (stat) return (0); -#endif - s = splhigh(); while (((stat = dca_cn->dca_lsr) & LSR_RXRDY) == 0) ; |