From: Vladimir 'phcoder' Serbinenko Date: Tue, 4 May 2010 15:20:26 +0000 (+0200) Subject: remove grub_stop_floppy leftover X-Git-Tag: 1.99~619^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2d8783a98e61edf1573a876ad26fedb26d17aa0;p=thirdparty%2Fgrub.git remove grub_stop_floppy leftover --- diff --git a/kern/i386/pc/startup.S b/kern/i386/pc/startup.S index ec94a972f..4d4f2c860 100644 --- a/kern/i386/pc/startup.S +++ b/kern/i386/pc/startup.S @@ -451,18 +451,6 @@ gate_a20_check_state: . = _start + GRUB_KERNEL_MACHINE_RAW_SIZE -/* - * grub_stop_floppy() - * - * Stop the floppy drive from spinning, so that other software is - * jumped to with a known state. - */ -FUNCTION(grub_stop_floppy) - movw $0x3F2, %dx - xorb %al, %al - outb %al, %dx - ret - /* * grub_exit() *