Missing xhcivar.h bit that should have gone with xhci.c r1.125
authortb <tb@openbsd.org>
Fri, 15 Jul 2022 13:08:23 +0000 (13:08 +0000)
committertb <tb@openbsd.org>
Fri, 15 Jul 2022 13:08:23 +0000 (13:08 +0000)
From kettenis, spotted by krw

sys/dev/usb/xhcivar.h

index 533032a..be48486 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: xhcivar.h,v 1.12 2020/12/24 14:11:38 mglocker Exp $ */
+/* $OpenBSD: xhcivar.h,v 1.13 2022/07/15 13:08:23 tb Exp $ */
 
 /*
  * Copyright (c) 2014 Martin Pieuchot
@@ -88,6 +88,8 @@ struct xhci_softc {
        bus_space_handle_t       ioh;
        bus_size_t               sc_size;
 
+       int                      sc_dead;
+
        bus_size_t               sc_oper_off;   /* Operational Register space */
        bus_size_t               sc_runt_off;   /* Runtime */
        bus_size_t               sc_door_off;   /* Doorbell  */