diff options
author | kib <kib@FreeBSD.org> | 2013-07-09 12:55:01 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2013-07-09 12:55:01 +0000 |
commit | 7d6c97df380cf3d9b4be83e98eaddc1d3f63698d (patch) | |
tree | 3b77082738847e97b71407e7354937991a38ce9d /sys/dev/usb/controller/xhci.h | |
parent | d1d4eafe81aa7108ef39c1c2096b436bd68bb70d (diff) | |
download | FreeBSD-src-7d6c97df380cf3d9b4be83e98eaddc1d3f63698d.zip FreeBSD-src-7d6c97df380cf3d9b4be83e98eaddc1d3f63698d.tar.gz |
Use MSI for xhci(4), if supported.
Reviewed by: jhb
Tested by: dchagin
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/controller/xhci.h')
-rw-r--r-- | sys/dev/usb/controller/xhci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/xhci.h b/sys/dev/usb/controller/xhci.h index 0872f40..3d436fd 100644 --- a/sys/dev/usb/controller/xhci.h +++ b/sys/dev/usb/controller/xhci.h @@ -447,6 +447,7 @@ struct xhci_softc { struct usb_device *sc_devices[XHCI_MAX_DEVICES]; struct resource *sc_io_res; + int sc_irq_rid; struct resource *sc_irq_res; void *sc_intr_hdl; |