diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-22 11:37:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-22 11:37:07 +0000 |
commit | 89c67b0eaaae86280a28b932dd8d15388c2cd701 (patch) | |
tree | 36e4c63ed69ce14bd076b02f6255f783b85d88d6 /sys/arch | |
parent | aba3e3845851de7b47b7f9ef21cbba6fcccffb91 (diff) |
Correct an evil typo which broke MVME147 support.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme68k/dev/wdsc.c | 4 |
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 */ } |