projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add more ar7 fixes by DerAgo. Fix vlnyq initialistion on fritzbox, add prom_printf...
[openwrt.git]
/
target
/
linux
/
ar7-2.6
/
files
/
arch
/
mips
/
ar7
/
vlynq-pci.c
diff --git
a/target/linux/ar7-2.6/files/arch/mips/ar7/vlynq-pci.c
b/target/linux/ar7-2.6/files/arch/mips/ar7/vlynq-pci.c
index
a32ea8d
..
eb11a3b
100644
(file)
--- a/
target/linux/ar7-2.6/files/arch/mips/ar7/vlynq-pci.c
+++ b/
target/linux/ar7-2.6/files/arch/mips/ar7/vlynq-pci.c
@@
-178,9
+178,11
@@
static int vlynq_config_read(struct pci_bus *bus, unsigned int devfn, int where,
case PCI_INTERRUPT_LINE:
case PCI_CARDBUS_CIS:
case PCI_CAPABILITY_LIST:
case PCI_INTERRUPT_LINE:
case PCI_CARDBUS_CIS:
case PCI_CAPABILITY_LIST:
- case PCI_INTERRUPT_PIN:
*val = 0;
break;
*val = 0;
break;
+ case PCI_INTERRUPT_PIN:
+ *val = 1;
+ break;
default:
printk("%s: Read of unknown register 0x%x (size %d)\n",
dev->dev.bus_id, where, size);
default:
printk("%s: Read of unknown register 0x%x (size %d)\n",
dev->dev.bus_id, where, size);
This page took
0.030848 seconds
and
4
git commands to generate.