From 89c67b0eaaae86280a28b932dd8d15388c2cd701 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 22 Apr 2006 11:37:07 +0000 Subject: Correct an evil typo which broke MVME147 support. --- sys/arch/mvme68k/dev/wdsc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mvme68k/dev') 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 */ } -- cgit v1.2.3