diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/siop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/siop.c b/sys/dev/ic/siop.c index 8854fe9ea9c..2040f76457b 100644 --- a/sys/dev/ic/siop.c +++ b/sys/dev/ic/siop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop.c,v 1.32 2004/04/18 00:49:28 krw Exp $ */ +/* $OpenBSD: siop.c,v 1.33 2004/04/18 01:14:54 krw Exp $ */ /* $NetBSD: siop.c,v 1.65 2002/11/08 22:04:41 bouyer Exp $ */ /* @@ -884,7 +884,7 @@ scintr: return(1); default: panic("invalid retval from " - "siop_wdtr_neg()"); + "siop_sdtr_neg()"); } return(1); } |