Add the DF_SUSPENDED flag to flags that are printed.

This commit is contained in:
Warner Losh
2018-01-28 05:13:17 +00:00
parent eef186f8f5
commit 55cf33a584
+1
View File
@@ -5060,6 +5060,7 @@ print_device_short(device_t dev, int indent)
(dev->flags&DF_WILDCARD? "wildcard,":""),
(dev->flags&DF_DESCMALLOCED? "descmalloced,":""),
(dev->flags&DF_REBID? "rebiddable,":""),
(dev->flags&DF_SUSPENDED? "suspended,":""),
(dev->ivars? "":"no "),
(dev->softc? "":"no "),
dev->busy));