From ff213ddb78391d3b7987d882cee8311e71bfcee6 Mon Sep 17 00:00:00 2001 From: n_hibma Date: Wed, 9 Dec 1998 23:36:15 +0000 Subject: Various bug fixes: 1) Removed 'emulation' of bitmaps in printfs, FreeBSD seems to have caught up on that one 2) Fixed a few bugs in the timeout/timo timeout variables 3) First attempt at fixing a bug mentioned by Kazu: uhci_run is not able start/stop his USB host on his motherboard. --- sys/dev/usb/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/usb/usb.c') diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 3cea6ba..04640d2 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -264,7 +264,7 @@ usb_print_child(device_t parent, device_t child) */ int -usb_driver_load(module_t mod, modeventtype_t what, void *arg) +usb_driver_load(module_t mod, int what, void *arg) { /* subroutine is there but inactive at the moment * the reconfiguration process has not been thought through yet. -- cgit v1.1