summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-04-22 11:37:07 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-04-22 11:37:07 +0000
commit89c67b0eaaae86280a28b932dd8d15388c2cd701 (patch)
tree36e4c63ed69ce14bd076b02f6255f783b85d88d6 /sys/arch
parentaba3e3845851de7b47b7f9ef21cbba6fcccffb91 (diff)
Correct an evil typo which broke MVME147 support.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/mvme68k/dev/wdsc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/dev/wdsc.c b/sys/arch/mvme68k/dev/wdsc.c
index dac765ad0f7..d3a6148535b 100644
--- a/sys/arch/mvme68k/dev/wdsc.c
+++ b/sys/arch/mvme68k/dev/wdsc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wdsc.c,v 1.12 2006/03/15 20:20:40 miod Exp $ */
+/* $OpenBSD: wdsc.c,v 1.13 2006/04/22 11:37:06 miod Exp $ */
/*
* Copyright (c) 1996 Steve Woodford
@@ -174,7 +174,7 @@ wdscattach(parent, self, aux)
tmp = bootpart;
if (ca->ca_paddr != bootaddr)
bootpart = -1;
- config_found(parent, &sc->sc_link, scsiprint);
+ config_found(self, &sc->sc_link, scsiprint);
bootpart = tmp; /* restore old value */
}