Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/dev/dcons/dcons_os.c 227309 2011-11-07 15:43:11Z ed $
---
> * $FreeBSD: head/sys/dev/dcons/dcons_os.c 228631 2011-12-17 15:08:43Z avg $
111a112,113
> static cn_grab_t dcons_cngrab;
> static cn_ungrab_t dcons_cnungrab;
248a251,260
> static void
> dcons_cngrab(struct consdev *cp)
> {
> }
>
> static void
> dcons_cnungrab(struct consdev *cp)
> {
> }
>