Deleted Added
full compact
3c3
< /* $FreeBSD: head/sys/dev/de/if_de.c 50055 1999-08-19 15:07:20Z peter $ */
---
> /* $FreeBSD: head/sys/dev/de/if_de.c 50107 1999-08-21 06:24:40Z msmith $ */
5129c5129
< tulip_shutdown(int howto, void *arg)
---
> tulip_shutdown(void *arg, int howto)
5316c5316,5317
< at_shutdown(tulip_shutdown, sc, SHUTDOWN_POST_SYNC);
---
> EVENTHANDLER_REGISTER(shutdown_post_sync, tulip_shutdown, sc,
> SHUTDOWN_PRI_DEFAULT);