<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Attached patch implements a new CMOS option 'sata_mode'.<br>
    A new Kconfig option 'SATA_MODE' with default 'ide' is added to
    amd/sb600/Kconfig. <br>
    The handling of the CMOS option is placed in amd/sb600/sata.c and
    overrides the hardcoded 'ide' mode<br>
    in the following way:<br>
    if get_option(., "sata_mode") returns 0 use CMOS option<br>
    in case of -2 grab the Kconfig option CONFIG_SATA_MODE if exist<br>
    otherwise use the hardcoded mode.<br>
    <br>
    Signed-off-by: Josef Kellermann <a href="mailto://seppk@arcor.de"><seppk@arcor.de></a><br>
  </body>
</html>