Deleted Added
full compact
27c27
< __FBSDID("$FreeBSD: head/sys/arm/at91/at91_rst.c 213498 2010-10-06 22:40:27Z cognet $");
---
> __FBSDID("$FreeBSD: head/sys/arm/at91/at91_rst.c 234281 2012-04-14 11:29:32Z marius $");
43c43
< #define RST_TICK (20) /* sample NRST at hz/RST_TICK intervals */
---
> #define RST_TICK (20) /* sample NRST at hz/RST_TICK intervals */
125c125
< case RST_SR_RST_WDT:
---
> case RST_SR_RST_WDT:
156c156
< sc->shutdown = 0;
---
> sc->shutdown = 0;
170c170
< if (sc->shutdown == 0)
---
> if (sc->shutdown == 0)
180c180
< {0,0},
---
> DEVMETHOD_END
191c191,192
< DRIVER_MODULE(at91_rst, atmelarm, at91_rst_driver, at91_rst_devclass, 0, 0);
---
> DRIVER_MODULE(at91_rst, atmelarm, at91_rst_driver, at91_rst_devclass, NULL,
> NULL);
201d201
<
214c214,215
< for(;;) ;
---
> for(;;)
> ;