--- tme/bus/sbus/sun-fbs4.c 2018/04/24 16:41:32 1.1.1.1 +++ tme/bus/sbus/sun-fbs4.c 2018/04/24 16:43:18 1.1.1.2 @@ -1,4 +1,4 @@ -/* $Id: sun-fbs4.c,v 1.1.1.1 2018/04/24 16:41:32 root Exp $ */ +/* $Id: sun-fbs4.c,v 1.1.1.2 2018/04/24 16:43:18 root Exp $ */ /* bus/sbus/sun-fbs4.c - Sun SBus S4 framebuffer emulation: */ @@ -34,7 +34,7 @@ */ #include -_TME_RCSID("$Id: sun-fbs4.c,v 1.1.1.1 2018/04/24 16:41:32 root Exp $"); +_TME_RCSID("$Id: sun-fbs4.c,v 1.1.1.2 2018/04/24 16:43:18 root Exp $"); /* includes: */ #include @@ -66,3 +66,8 @@ TME_ELEMENT_SUB_NEW_DECL(tme_bus_sbus,bw TME_ELEMENT_SUB_NEW_DECL(tme_bus_sbus,cgthree) { return (tme_sun_cgthree(element, args, _output)); } + +/* this creates a new Sbus cgsix: */ +TME_ELEMENT_SUB_NEW_DECL(tme_bus_sbus,cgsix) { + return (tme_sun_cgsix(element, args, _output)); +}