{
struct ukbd_softc *sc = kbd->kb_data;
int i;
+#if 0 /* XXX */
#if defined(COMPAT_FREEBSD6) || defined(COMPAT_FREEBSD5) || \
defined(COMPAT_FREEBSD4) || defined(COMPAT_43)
int ival;
#endif
+#endif
switch (cmd) {
case KDGKBMODE: /* get keyboard mode */
static void ums_put_queue(struct ums_softc *, int32_t, int32_t,
int32_t, int32_t, int32_t);
+#if 0 /* XXX */
static int ums_sysctl_handler_parseinfo(SYSCTL_HANDLER_ARGS);
+#endif
static struct usb_fifo_methods ums_fifo_methods = {
.f_open = &ums_open,
return (error);
}
+#if 0 /* XXX */
static int
ums_sysctl_handler_parseinfo(SYSCTL_HANDLER_ARGS)
{
return (err);
}
+#endif
static devclass_t ums_devclass;