siimage: DRAC4 note

Revised DRAC4 warning as Jeff suggested, this one includes more info
about why the problem occurs

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>

authored by Alan Cox and committed by Bartlomiej Zolnierkiewicz 8693d3e4 ed8ccee0

+5
+5
drivers/ide/pci/siimage.c
··· 26 * If you have strange problems with nVidia chipset systems please 27 * see the SI support documentation and update your system BIOS 28 * if neccessary 29 */ 30 31 #include <linux/types.h>
··· 26 * If you have strange problems with nVidia chipset systems please 27 * see the SI support documentation and update your system BIOS 28 * if neccessary 29 + * 30 + * The Dell DRAC4 has some interesting features including effectively hot 31 + * unplugging/replugging the virtual CD interface when the DRAC is reset. 32 + * This often causes drivers/ide/siimage to panic but is ok with the rather 33 + * smarter code in libata. 34 */ 35 36 #include <linux/types.h>