patch-2.4.3 linux/arch/alpha/kernel/sys_dp264.c
Next file: linux/arch/alpha/kernel/sys_eiger.c
Previous file: linux/arch/alpha/kernel/setup.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Fri Mar 2 11:12:07 2001
- Orig file:
v2.4.2/linux/arch/alpha/kernel/sys_dp264.c
- Orig date:
Fri Oct 27 10:55:01 2000
diff -u --recursive --new-file v2.4.2/linux/arch/alpha/kernel/sys_dp264.c linux/arch/alpha/kernel/sys_dp264.c
@@ -404,13 +404,13 @@
};
const long min_idsel = 5, max_idsel = 10, irqs_per_slot = 5;
- struct pci_controler *hose = dev->sysdata;
+ struct pci_controller *hose = dev->sysdata;
int irq = COMMON_TABLE_LOOKUP;
if (irq > 0) {
irq += 16 * hose->index;
} else {
- /* ??? The Contaq IDE controler on the ISA bridge uses
+ /* ??? The Contaq IDE controller on the ISA bridge uses
"legacy" interrupts 14 and 15. I don't know if anything
can wind up at the same slot+pin on hose1, so we'll
just have to trust whatever value the console might
@@ -455,7 +455,7 @@
static u8 __init
monet_swizzle(struct pci_dev *dev, u8 *pinp)
{
- struct pci_controler *hose = dev->sysdata;
+ struct pci_controller *hose = dev->sysdata;
int slot, pin = *pinp;
if (hose->first_busno == dev->bus->number) {
@@ -521,7 +521,7 @@
};
const long min_idsel = 1, max_idsel = 7, irqs_per_slot = 5;
- struct pci_controler *hose = dev->sysdata;
+ struct pci_controller *hose = dev->sysdata;
int irq = COMMON_TABLE_LOOKUP;
if (irq > 0)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)