• Matt Domsch's avatar
    [PATCH] EDD: add edd=off and edd=skipmbr options · e9855e2c
    Matt Domsch authored
    EDD: add edd=off and edd=skipmbr command line options
       
    New command line options
    edd=off     (or edd=of)
    edd=skipmbr (or edd=sk)
    
    runtime options for disabling all EDD int13 calls completely, or for
    skipping the int13 READ SECTOR calls, respectively.
    
    These are provided to allow Linux distributions to include CONFIG_EDD=m, yet
    allow end-users to disable parts of EDD which may not work well with their
    system's BIOS.
    
    I incorporated comments from Randy Dunlap, and got an ack from Andi Kleen.
    Signed-off-by: default avatarMatt Domsch <Matt_Domsch@dell.com>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    e9855e2c
edd.S 5.89 KB