Skip to content

Commit

Permalink
move UHCI/EHCI to correct place, we already use them and add XHCI
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintorok committed Feb 12, 2024
1 parent 44f76d2 commit 1bcf243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi-idl/xen/xenops_types.ml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ module PCITopology = struct
(** video card, type is already stored in [video] field of {!type:Vm.t} *)
| UHCI (** USB controller, backward compatible *)
| EHCI (** USB controller, backward compatible *)
| XHCI (** USB controller *)
| XHCI (** USB controller, not yet implemented *)
| MCH (* Q35 host bridge, not implemented *)
| ICH9 (** Q35 ICH9 with ISA/IDE functions, not implemented *)
[@@deriving rpcty, sexp]
Expand Down

0 comments on commit 1bcf243

Please sign in to comment.