]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
remove grub_stop_floppy leftover
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 4 May 2010 15:20:26 +0000 (17:20 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 4 May 2010 15:20:26 +0000 (17:20 +0200)
kern/i386/pc/startup.S

index ec94a972fde637da1c5f3ee9eab99c7292dec119..4d4f2c8603640b24781cecd35e5f5d22dd4451b9 100644 (file)
@@ -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()
  *