From owner-p4-projects@FreeBSD.ORG Tue Feb 17 08:49:07 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 968421065674; Tue, 17 Feb 2009 08:49:06 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 323131065672 for ; Tue, 17 Feb 2009 08:49:06 +0000 (UTC) (envelope-from andrew@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1EFFC8FC0C for ; Tue, 17 Feb 2009 08:49:06 +0000 (UTC) (envelope-from andrew@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1H8n6bV016744 for ; Tue, 17 Feb 2009 08:49:06 GMT (envelope-from andrew@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1H8n57I016742 for perforce@freebsd.org; Tue, 17 Feb 2009 08:49:06 GMT (envelope-from andrew@freebsd.org) Date: Tue, 17 Feb 2009 08:49:06 GMT Message-Id: <200902170849.n1H8n57I016742@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to andrew@freebsd.org using -f From: Andrew Turner To: Perforce Change Reviews Cc: Subject: PERFORCE change 157832 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2009 08:49:09 -0000 http://perforce.freebsd.org/chv.cgi?CH=157832 Change 157832 by andrew@andrew_bender on 2009/02/17 08:48:48 Correct the spelling of S3C2410_SDI_IMSK Affected files ... .. //depot/projects/arm/src/sys/arm/s3c2xx0/s3c24x0_mci.c#6 edit Differences ... ==== //depot/projects/arm/src/sys/arm/s3c2xx0/s3c24x0_mci.c#6 (text+ko) ==== @@ -114,7 +114,7 @@ struct s3c24x0_mci_softc *sc; sc = device_get_softc(dev); - WR4(sc, SDI_IMSK, 0x3ffdf); /* Enable all interrupts */ + WR4(sc, S3C2410_SDI_IMSK, 0x3ffdf); /* Enable all interrupts */ } static void @@ -123,7 +123,7 @@ struct s3c24x0_mci_softc *sc; sc = device_get_softc(dev); - WR4(sc, SDI_IMSK, 0x0); /* Disable all interrupts */ + WR4(sc, S3C2410_SDI_IMSK, 0x0); /* Disable all interrupts */ } static int