Date: Fri, 28 Dec 2007 22:57:25 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 131926 for review Message-ID: <200712282257.lBSMvPQi030689@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131926 Change 131926 by hselasky@hselasky_laptop001 on 2007/12/28 22:56:35 Looks like the wrong mask is used. Not sure if it has any practical effect. Please correct me if this patch is wrong. At least the OHCI and AT91 UDP works regardless of this patch. Affected files ... .. //depot/projects/usb/src/sys/arm/at91/at91_pmc.c#5 edit Differences ... ==== //depot/projects/usb/src/sys/arm/at91/at91_pmc.c#5 (text) ==== @@ -128,7 +128,7 @@ static struct at91_pmc_clock ohci_clk = { .name = "ohci_clk", .parent = &mck, - .pmc_mask = 1 << AT91RM92_IRQ_UDP, + .pmc_mask = 1 << AT91RM92_IRQ_UHP, .set_mode = &at91_pmc_set_periph_mode };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712282257.lBSMvPQi030689>