Deleted Added
full compact
27c27
< __FBSDID("$FreeBSD: head/sys/dev/ofw/ofw_console.c 225214 2011-08-27 14:24:27Z rwatson $");
---
> __FBSDID("$FreeBSD: head/sys/dev/ofw/ofw_console.c 228631 2011-12-17 15:08:43Z avg $");
76a77,78
> static cn_grab_t ofw_cngrab;
> static cn_ungrab_t ofw_cnungrab;
194a197,206
> static void
> ofw_cngrab(struct consdev *cp)
> {
> }
>
> static void
> ofw_cnungrab(struct consdev *cp)
> {
> }
>