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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_49/] [or1ksim/] [peripheral/] [atadevice.c] - Diff between revs 1308 and 1350

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

Rev 1308 Rev 1350
Line 18... Line 18...
    You should have received a copy of the GNU General Public License
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
*/
 
 
 
#include <string.h>
 
#include <stdarg.h>
 
 
 
#include "config.h"
 
 
 
#ifdef HAVE_INTTYPES_H
 
#include <inttypes.h>
 
#endif
 
 
 
#include "port.h"
 
#include "arch.h"
#include "abstract.h"
#include "abstract.h"
#include "sched.h"
#include "sched.h"
 
 
#include "messages.h"
#include "messages.h"
#include "atadevice.h"
#include "atadevice.h"
#include "atacmd.h"
#include "atacmd.h"
#include "sim-config.h"
#include "sim-config.h"
#include "atadevice_cmdi.h"
#include "atadevice_cmdi.h"
 
 
#include <string.h>
 
#include <stdarg.h>
 
 
 
/*
/*
 mandatory commands:
 mandatory commands:
 - execute device diagnostics       (done)
 - execute device diagnostics       (done)
 - flush cache
 - flush cache
 - identify device                  (done)
 - identify device                  (done)

powered by: WebSVN 2.1.0

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