Lines 330-336
xhci_pci_attach(device_t self)
Link Here
|
330 |
|
330 |
|
331 |
sprintf(sc->sc_vendor, "0x%04x", pci_get_vendor(self)); |
331 |
sprintf(sc->sc_vendor, "0x%04x", pci_get_vendor(self)); |
332 |
|
332 |
|
333 |
if (sc->sc_irq_res != NULL) { |
333 |
if (0 && sc->sc_irq_res != NULL) { |
334 |
err = bus_setup_intr(self, sc->sc_irq_res, INTR_TYPE_BIO | INTR_MPSAFE, |
334 |
err = bus_setup_intr(self, sc->sc_irq_res, INTR_TYPE_BIO | INTR_MPSAFE, |
335 |
NULL, (driver_intr_t *)xhci_interrupt, sc, &sc->sc_intr_hdl); |
335 |
NULL, (driver_intr_t *)xhci_interrupt, sc, &sc->sc_intr_hdl); |
336 |
if (err != 0) { |
336 |
if (err != 0) { |