/[gxemul]/trunk/src/include/devices.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/devices.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 41 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 42 by dpavlin, Mon Oct 8 16:22:32 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: devices.h,v 1.241 2007/02/10 14:21:10 debug Exp $   *  $Id: devices.h,v 1.242 2007/06/06 00:46:35 debug Exp $
32   *   *
33   *  Memory mapped devices.   *  Memory mapped devices.
34   *   *
# Line 462  void dev_vga_init(struct machine *machin Line 462  void dev_vga_init(struct machine *machin
462  struct vr41xx_data *dev_vr41xx_init(struct machine *machine,  struct vr41xx_data *dev_vr41xx_init(struct machine *machine,
463          struct memory *mem, int cpumodel);          struct memory *mem, int cpumodel);
464    
 /*  dev_wdsc.c:  */  
 #define DEV_WDSC_NREGS                  0x100           /*  8-bit register select  */  
 #define DEV_WDSC_LENGTH                 0x10  
 int dev_wdsc_access(struct cpu *cpu, struct memory *mem, uint64_t relative_addr, unsigned char *data, size_t len, int writeflag, void *);  
 void dev_wdsc_init(struct machine *machine, struct memory *mem, uint64_t baseaddr, int controller_nr, int irq_nr);  
   
465  /*  lk201.c:  */  /*  lk201.c:  */
466  struct lk201_data {  struct lk201_data {
467          int                     use_fb;          int                     use_fb;

Legend:
Removed from v.41  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26