projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
atheros: nuke clocksoure init patch
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.32
/
610-pci_ide_fix.patch
1
--- a/include/linux/ide.h
2
+++ b/include/linux/ide.h
3
@@ -195,7 +195,11 @@
4
hw->io_ports.ctl_addr = ctl_addr;
5
}
6
7
+#if defined CONFIG_BCM47XX
8
+# define MAX_HWIFS 2
9
+#else
10
#define MAX_HWIFS 10
11
+#endif
12
13
/*
14
* Now for the data we need to maintain per-drive: ide_drive_t
This page took
0.042288 seconds
and
5
git commands to generate.