OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [tools/] [src/] [librw11/] [Rw11UnitRK11.cpp] - Diff between revs 20 and 30

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 20 Rev 30
Line 1... Line 1...
// $Id: Rw11UnitRK11.cpp 509 2013-04-21 20:46:20Z mueller $
// $Id: Rw11UnitRK11.cpp 659 2015-03-22 23:15:51Z mueller $
//
//
// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
//
//
// This program is free software; you may redistribute and/or modify it under
// This program is free software; you may redistribute and/or modify it under
// the terms of the GNU General Public License as published by the Free
// the terms of the GNU General Public License as published by the Free
Line 17... Line 17...
// 2013-02-05   483   0.1    First draft
// 2013-02-05   483   0.1    First draft
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
 
 
/*!
/*!
  \file
  \file
  \version $Id: Rw11UnitRK11.cpp 509 2013-04-21 20:46:20Z mueller $
  \version $Id: Rw11UnitRK11.cpp 659 2015-03-22 23:15:51Z mueller $
  \brief   Implemenation of Rw11UnitRK11.
  \brief   Implemenation of Rw11UnitRK11.
*/
*/
 
 
#include "boost/bind.hpp"
#include "boost/bind.hpp"
 
 
Line 47... Line 47...
  : Rw11UnitDiskBase<Rw11CntlRK11>(pcntl, index),
  : Rw11UnitDiskBase<Rw11CntlRK11>(pcntl, index),
    fRkds(0)
    fRkds(0)
{
{
  // setup disk geometry: only rk05 supported, no rk05f !
  // setup disk geometry: only rk05 supported, no rk05f !
  fType    = "rk05";
  fType    = "rk05";
 
  fEnabled = true;
  fNCyl    = 203;
  fNCyl    = 203;
  fNHead   =   2;
  fNHead   =   2;
  fNSect   =  12;
  fNSect   =  12;
  fBlksize = 512;
  fBlksize = 512;
  fNBlock  = fNCyl*fNHead*fNSect;
  fNBlock  = fNCyl*fNHead*fNSect;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.