summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1999-08-07 07:36:19 +0000
committerthorpej <thorpej@NetBSD.org>1999-08-07 07:36:19 +0000
commita8d8fc178f769a3cd2a9e4403abb5e152a3df0f9 (patch)
tree4009d87db94a927c8e43184e518ff344b60e4d93 /sys/dev
parentec368bb9064a2dc1140736a9308c58fc3c1606da (diff)
Fix a typo.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/adwlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/adwlib.c b/sys/dev/ic/adwlib.c
index 05611715b3e..ffc7e54181f 100644
--- a/sys/dev/ic/adwlib.c
+++ b/sys/dev/ic/adwlib.c
@@ -1,4 +1,4 @@
-/* $NetBSD: adwlib.c,v 1.3 1999/02/23 20:18:16 dante Exp $ */
+/* $NetBSD: adwlib.c,v 1.4 1999/08/07 07:36:19 thorpej Exp $ */
/*
* Low level routines for the Advanced Systems Inc. SCSI controllers chips
@@ -653,7 +653,7 @@ AdvReadEEPWord(iot, ioh, eep_word_addr)
{
ADW_WRITE_WORD_REGISTER(iot, ioh, IOPW_EE_CMD,
ASC_EEP_CMD_READ | eep_word_addr);
- AdvWaitEEPCmd(iot, iot);
+ AdvWaitEEPCmd(iot, ioh);
return ADW_READ_WORD_REGISTER(iot, ioh, IOPW_EE_DATA);
}