Print this page
3503 usba doesn't initialize cc_no_resources, causes gibberish output in kstat
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Richard Lowe <richlowe@richlowe.net>

*** 323,344 **** struct kstat_named cc_stopped_polling; struct kstat_named cc_pipe_closing; struct kstat_named cc_pipe_reset; struct kstat_named cc_not_supported; struct kstat_named cc_flushed; - - #ifdef NOTYETNEEDED - /* USBA function return values */ - struct kstat_named hcdi_usb_failure; - struct kstat_named hcdi_usb_no_resources; - struct kstat_named hcdi_usb_no_bandwidth; - struct kstat_named hcdi_usb_pipe_reserved; - struct kstat_named hcdi_usb_pipe_unshareable; - struct kstat_named hcdi_usb_not_supported; - struct kstat_named hcdi_usb_pipe_error; - struct kstat_named hcdi_usb_pipe_busy; - #endif } hcdi_error_stats_t; /* * hcdi kstat defines * XXX this needs to be a function --- 323,332 ----