patch-2.3.32 linux/arch/arm/kernel/bios32.c
Next file: linux/arch/arm/kernel/dec21285.c
Previous file: linux/arch/arm/def-configs/brutus
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon Dec 13 16:26:27 1999
- Orig file:
v2.3.31/linux/arch/arm/kernel/bios32.c
- Orig date:
Tue Dec 7 09:32:40 1999
diff -u --recursive --new-file v2.3.31/linux/arch/arm/kernel/bios32.c linux/arch/arm/kernel/bios32.c
@@ -47,6 +47,7 @@
* - (0x48) enable all memory requests from ISA to be channeled to PCI
* - (0x42) disable ping-pong (as per errata)
* - (0x40) enable PCI packet retry
+ * - (0x44) Route INTA to IRQ11
* - (0x83) don't use CPU park enable, park on last master, disable GAT bit
* - (0x80) default rotating priorities
* - (0x81) rotate bank 4
@@ -62,6 +63,7 @@
pci_write_config_byte(dev, 0x48, 0xff);
pci_write_config_byte(dev, 0x42, 0x00);
pci_write_config_byte(dev, 0x40, 0x22);
+ pci_write_config_word(dev, 0x44, 0xb000);
pci_write_config_byte(dev, 0x83, 0x02);
pci_write_config_byte(dev, 0x80, 0xe0);
pci_write_config_byte(dev, 0x81, 0x01);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)