From: tb Date: Fri, 15 Jul 2022 13:08:23 +0000 (+0000) Subject: Missing xhcivar.h bit that should have gone with xhci.c r1.125 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f5810b8e6dace75c526cced04d122ab07e602dc7;p=openbsd Missing xhcivar.h bit that should have gone with xhci.c r1.125 From kettenis, spotted by krw --- diff --git a/sys/dev/usb/xhcivar.h b/sys/dev/usb/xhcivar.h index 533032ae9c7..be484869797 100644 --- a/sys/dev/usb/xhcivar.h +++ b/sys/dev/usb/xhcivar.h @@ -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 */