Search
lxdream.org :: lxdream/src/asic.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/asic.h
changeset 137:41907543d890
prev125:49bf45f8210a
next147:82478590bfa7
author nkeynes
date Tue May 02 14:09:11 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Add packet.h
Implement read toc, request sense, test ready commands.
Fix failure to clear error status on new command
file annotate diff log raw
1.1 --- a/src/asic.h Wed Mar 22 14:29:02 2006 +0000
1.2 +++ b/src/asic.h Tue May 02 14:09:11 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: asic.h,v 1.6 2006-03-22 14:29:00 nkeynes Exp $
1.6 + * $Id: asic.h,v 1.7 2006-04-30 01:50:13 nkeynes Exp $
1.7 *
1.8 * Support for the miscellaneous ASIC functions (Primarily event multiplexing,
1.9 * and DMA). Includes MMIO definitions for the 5f6000 and 5f7000 regions,
1.10 @@ -199,3 +199,4 @@
1.11 void asic_clear_event( int event );
1.12
1.13 void asic_init( void );
1.14 +void asic_g2_write_word( );
.