From 6c721e05f11e72cd1c70ba36a5317478d151e720 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 11 Jun 1998 08:32:00 +0000 Subject: [PATCH] Fix typo. --- sys/arch/atari/isa/isa_machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/atari/isa/isa_machdep.c b/sys/arch/atari/isa/isa_machdep.c index 17ca27282d83..de48ef4b5b9a 100644 --- a/sys/arch/atari/isa/isa_machdep.c +++ b/sys/arch/atari/isa/isa_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: isa_machdep.c,v 1.8 1998/06/09 00:08:12 thorpej Exp $ */ +/* $NetBSD: isa_machdep.c,v 1.9 1998/06/11 08:32:00 leo Exp $ */ /* * Copyright (c) 1997 Leo Weppelman. All rights reserved. @@ -81,7 +81,7 @@ isabusattach(pdp, dp, auxp) struct device *pdp, *dp; void *auxp; { - struct isabus_softc *sc = (struct isabus_softc *)self; + struct isabus_softc *sc = (struct isabus_softc *)dp; struct isabus_attach_args iba; bus_space_tag_t leb_alloc_bus_space_tag __P((void));