patch-2.3.99-pre9 linux/include/asm-i386/ide.h
Next file: linux/include/asm-i386/uaccess.h
Previous file: linux/include/asm-i386/hw_irq.h
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Tue May 23 14:19:01 2000
- Orig file:
v2.3.99-pre8/linux/include/asm-i386/ide.h
- Orig date:
Fri Mar 10 16:40:49 2000
diff -u --recursive --new-file v2.3.99-pre8/linux/include/asm-i386/ide.h linux/include/asm-i386/ide.h
@@ -78,6 +78,7 @@
int index;
for(index = 0; index < MAX_HWIFS; index++) {
+ memset(&hw, 0, sizeof(hw_regs_t));
ide_init_hwif_ports(&hw, ide_default_io_base(index), 0, NULL);
hw.irq = ide_default_irq(ide_default_io_base(index));
ide_register_hw(&hw, NULL);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)