2
0
forked from Ivasoft/openwrt

switch to 2.6.25.7

SVN-Revision: 11526
This commit is contained in:
Gabor Juhos
2008-06-17 14:30:18 +00:00
parent 2ccf25789e
commit 13bb189a15
45 changed files with 326 additions and 2129 deletions

View File

@@ -431,6 +431,13 @@ struct admhcd {
#define OHCI_QUIRK_BE_MMIO 0x10 /* BE registers */
#define OHCI_QUIRK_ZFMICRO 0x20 /* Compaq ZFMicro chipset*/
// there are also chip quirks/bugs in init logic
#ifdef DEBUG
struct dentry *debug_dir;
struct dentry *debug_async;
struct dentry *debug_periodic;
struct dentry *debug_registers;
#endif
};
/* convert between an hcd pointer and the corresponding ahcd_hcd */