> +/* Supported xHC PCI configurations */ > +#define XUE_XHC_CLASSC 0xC0330ULL > +#define XUE_XHC_VEN_INTEL 0x8086ULL > +#define XUE_XHC_DEV_Z370 0xA2AFULL > +#define XUE_XHC_DEV_Z390 0xA36DULL > +#define XUE_XHC_DEV_WILDCAT_POINT 0x9CB1ULL > +#define XUE_XHC_DEV_SUNRISE_POINT 0x9D2FULL > +#define XUE_XHC_DEV_CANNON_POINT 0x9DEDULL
I had to add an extra device ID here to get it working on my NUC, would be nice if we could add that to the list of supported configs so I don't need to custom patch: #define XUE_XHC_DEV_COMET_LAKE 0x02EDULL The patch is here: https://github.com/tklengyel/xen/commit/dd0423aba6caa4ef41dff65470598a1c0c1105ae Thanks, Tamas
