bf33f3e5b8
ChangeLog: - Support for FILO - Support for USB disks - btext console - Fixes for eepro100, rtl8139, sis900, tlan, tulip and via-rhine drivers - Added drivers for mtd80x and Davicom based cards PR: ports/101721 Submitted by: me (stas) Approved by: maintainer timeout (3,5 months)
24 lines
734 B
Text
24 lines
734 B
Text
--- filo/usb/ohci.c.orig Wed Aug 9 22:33:30 2006
|
|
+++ filo/usb/ohci.c Wed Aug 9 22:34:47 2006
|
|
@@ -1155,10 +1155,10 @@
|
|
|
|
int timeout = 30;
|
|
int smm_timeout = 50; /* 0,5 sec */
|
|
+ ohci_t *ohci = &_ohci_x[controller];
|
|
|
|
debug("Resetting OHCI\n");
|
|
ohci_regs = (ohci_regs_t *)hc_base[controller];
|
|
- ohci_t *ohci = &_ohci_x[controller];
|
|
|
|
#ifndef __hppa__
|
|
/* PA-RISC doesn't have SMM, but PDC might leave IR set */
|
|
@@ -1204,8 +1204,8 @@
|
|
u32 mask;
|
|
unsigned int fminterval;
|
|
int delaytime;
|
|
- ohci_regs = (ohci_regs_t *)hc_base[controller];
|
|
ohci_t *ohci = &_ohci_x[controller];
|
|
+ ohci_regs = (ohci_regs_t *)hc_base[controller];
|
|
|
|
debug("Starting OHCI\n");
|
|
|