ioctls. Everything we need from them is handled by wsdisplay(4) already,
but we need to handle them here to signal that we actually implement
burner support.
ok tb@, tobhe@
-/* $OpenBSD: simplefb.c,v 1.19 2022/11/09 22:56:44 tobhe Exp $ */
+/* $OpenBSD: simplefb.c,v 1.20 2023/04/16 11:34:32 kettenis Exp $ */
/*
* Copyright (c) 2016 Mark Kettenis
*
return -1;
}
break;
+ case WSDISPLAYIO_GVIDEO:
+ case WSDISPLAYIO_SVIDEO:
+ break;
default:
return -1;
}