summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-10-29 21:01:50 +0000
committerimp <imp@FreeBSD.org>2007-10-29 21:01:50 +0000
commitb1a850ab26293714932e3032d1e697b794db3a8c (patch)
tree5ed8315835555950ff008b6e5a0b1d884b30acbb /sys
parentbbfd76f8722c569a2be8de7fd01318fa54fa750c (diff)
downloadFreeBSD-src-b1a850ab26293714932e3032d1e697b794db3a8c.zip
FreeBSD-src-b1a850ab26293714932e3032d1e697b794db3a8c.tar.gz
kill commented out line of code.
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/at91/ohci_atmelarm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/at91/ohci_atmelarm.c b/sys/arm/at91/ohci_atmelarm.c
index 139bfc2..8b59370 100644
--- a/sys/arm/at91/ohci_atmelarm.c
+++ b/sys/arm/at91/ohci_atmelarm.c
@@ -136,7 +136,6 @@ ohci_atmelarm_attach(device_t dev)
/*
* turn on the clocks from the AT91's point of view. Keep the unit in reset.
*/
-// bus_space_write_4(sc->sc_ohci.iot, sc->sc_ohci.ioh, OHCI_CONTROL, 0);
at91_pmc_clock_enable(sc->iclk);
at91_pmc_clock_enable(sc->fclk);
bus_space_write_4(sc->sc_ohci.iot, sc->sc_ohci.ioh, OHCI_CONTROL, 0);
OpenPOWER on IntegriCloud