Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/cfe/cfe_console.c 225214 2011-08-27 14:24:27Z rwatson $");
---
> __FBSDID("$FreeBSD: head/sys/dev/cfe/cfe_console.c 228631 2011-12-17 15:08:43Z avg $");
78a79,80
> static cn_grab_t cfe_cngrab;
> static cn_ungrab_t cfe_cnungrab;
185a188,199
> static void
> cfe_cngrab(struct consdev *cp)
> {
>
> }
>
> static void
> cfe_cnungrab(struct consdev *cp)
> {
>
> }
>