summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-07-15 13:08:24 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-07-15 13:08:24 +0000
commite168bc1eb42a4cea906b6cac43e520ac641c1836 (patch)
treebd31b7028eb1ff9c41d6debf626143b1ba31a0fd /sys/dev
parent7d41fff29c4434847e7d31a03dede8df102f80bd (diff)
Missing xhcivar.h bit that should have gone with xhci.c r1.125
From kettenis, spotted by krw
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/xhcivar.h4
1 files changed, 3 insertions, 1 deletions
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 */