Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

62 lines
2.3 KiB

<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-
1252">
<META NAME="Generator" CONTENT="Microsoft Word 97">
<TITLE>3MODE FDC2</TITLE>
</HEAD>
<BODY LINK="#0000ff">
<FONT FACE="Verdana" SIZE=5><H2>3MODE FDC2</H2>
</FONT><FONT FACE="Verdana" SIZE=2>
<P><span style="color:#FF0000;font-size:10pt;font-family:Arial">[This is preliminary
documentation and subject to change.]</span></P>
<H3>SUMMARY</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
This FDC sample is a floppy disk controller for the Toshiba 3Mode series.
The sample works with the following models:<p>
Toshiba EQUIUM 6230R1<br>
Toshiba EQUIUM 6300R1<br>
Toshiba EQUIUM 6260D1<br>
Toshiba EQUIUM 6300D1<br>
Toshiba EQUIUM 6260L1<br>
Toshiba EQUIUM 6260M2<br>
Toshiba EQUIUM 6350M2<p>
Other Toshiba models are covered by the 3mode\Fdc sample.
The sample is located in the directory \\Ntddk\Src\Storage\3mode\Fdc.2.<p>
FDC resides at the bottom of the driver stack and performs the low-level interactions with the physical device. Typically, FDC routines are
called by the driver that occupies the next level up in the driver stack, possibly the Flpydisk sample.<p>
<B>Note</B>: The controller could be used with a class driver other than
the provided Flpydisk. An example of this would be a floppy tape driver. <p>
Fdc does not compile in 64-bit. It is compatible with x86 32-bit only.<P>
<H3>BUILDING THE SAMPLE</H3></FONT><FONT FACE="Verdana"
SIZE=2><P>
Type <B>build</B> in the \\Ntddk\Src\Storage\3mode\Fdc.2 directory. A successful build produces Tosdfdc2.sys.<P>
<H3>CODE TOUR</H3>
<H4>File Manifest</H4>
</FONT><U><PRE>File&#9;&#9;Description
</U>
Fdc.c&#9; Floppy disk controller routines
Sources&#9; Sources for build
Flpyenbl.h&#9;Data declarations for floppy controller enabling
Acpi.c&#9; Routines to negotiate with ACPI concerning floppy device state
Fdc.rc&#9; Resource file
Q117enum.c&#9;Tape driver enumeration routines
<p>
</FONT><P ALIGN="CENTER"><A HREF="#top"><FONT FACE="Verdana" SIZE=2>Top of page</FONT></A><FONT FACE="Verdana" SIZE=2> </P></FONT>
<TABLE CELLSPACING=0 BORDER=0 WIDTH=624>
<TR><TD VALIGN="MIDDLE" BGCOLOR="#00ffff" HEIGHT=2>
<P></TD>
</TR>
</TABLE>
<FONT FACE="MS Sans Serif" SIZE=1><P>&copy; 1999 Microsoft Corporation</FONT><FONT FACE="Verdana" SIZE=2> </P></FONT></BODY>
</HTML>