Deleted Added
full compact
xhcivar.h (1.21) xhcivar.h (1.22)
1/* $NetBSD: xhcivar.h,v 1.21 2022/03/13 11:30:04 riastradh Exp $ */
1/* $NetBSD: xhcivar.h,v 1.22 2022/10/11 09:18:22 msaitoh Exp $ */
2
3/*
4 * Copyright (c) 2013 Jonathan A. Kollasch
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 97 unchanged lines hidden (view full) ---

107 int sc_maxslots;
108 int sc_maxintrs;
109 int sc_maxspbuf;
110
111 /*
112 * Port routing and root hub - xHCI 4.19.7
113 */
114 int sc_maxports; /* number of controller ports */
2
3/*
4 * Copyright (c) 2013 Jonathan A. Kollasch
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 97 unchanged lines hidden (view full) ---

107 int sc_maxslots;
108 int sc_maxintrs;
109 int sc_maxspbuf;
110
111 /*
112 * Port routing and root hub - xHCI 4.19.7
113 */
114 int sc_maxports; /* number of controller ports */
115 int sc_usb3nports;
116 int sc_usb2nports;
115
116 uint8_t *sc_ctlrportbus; /* a bus bit per port */
117
118 int *sc_ctlrportmap;
119 int *sc_rhportmap[2];
120 int sc_rhportcount[2];
121 struct usbd_xfer *sc_intrxfer[2];
122

--- 55 unchanged lines hidden ---
117
118 uint8_t *sc_ctlrportbus; /* a bus bit per port */
119
120 int *sc_ctlrportmap;
121 int *sc_rhportmap[2];
122 int sc_rhportcount[2];
123 struct usbd_xfer *sc_intrxfer[2];
124

--- 55 unchanged lines hidden ---