aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1996-09-08 10:28:23 +0000
committerSøren Schmidt <sos@FreeBSD.org>1996-09-08 10:28:23 +0000
commitfa630ea6eb0fa9f9b700a64e3b1fdfdf93fe0dc6 (patch)
tree373bf0eab4cb25dd1190dcb712328072a1984f5b /sys
parent279de1f97b7dd4321b413af0cf5ce8798b333c7c (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/wcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/wcd.c b/sys/i386/isa/wcd.c
index 6f3d1a54b2859..74af3f0ac538f 100644
--- a/sys/i386/isa/wcd.c
+++ b/sys/i386/isa/wcd.c
@@ -1131,7 +1131,7 @@ int wcd_load (struct lkm_table *lkmtp, int cmd)
/* Probing controller ata->ctrlr, unit u. */
if (ata->params[u] && ! ata->attached[u] &&
wcdattach (ata, u, ata->params[u],
- ata->debug, ata->parent) >= 0)
+ ata->debug) >= 0)
{
/* Drive found. */
ata->attached[u] = 1;