~kris/9p

9hist

56d1451e94896e42eca4e06ee2fb9c9fb2b36bb9 — David du Colombier 26 years ago 6f23a16
Plan 9 from Bell Labs 1999-12-09
1 files changed, 6 insertions(+), 1 deletions(-)

M pc/devusb.c
M pc/devusb.c => pc/devusb.c +6 -1
@@ 1280,7 1280,12 @@ usbreset(void)
		delay(4);
	}
	outb(port+SOFMod, i);
	// Interrupt handler
	/*
	 * Interrupt handler.
	 * Bail out if no IRQ assigned by the BIOS.
	 */
	if(cfg->intl == 0xFF)
		return;
	intrenable(cfg->intl, interrupt, ub, cfg->tbdf, "usb");

	ub->io = port;