/[gxemul]/trunk/src/diskimage.c
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/diskimage.c

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

revision 23 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: diskimage.c,v 1.108 2006/01/11 20:14:41 debug Exp $   *  $Id: diskimage.c,v 1.109 2006/05/06 08:42:48 debug Exp $
29   *   *
30   *  Disk image support.   *  Disk image support.
31   *   *
# Line 1499  int diskimage_add(struct machine *machin Line 1499  int diskimage_add(struct machine *machin
1499                  d2->next = d;                  d2->next = d;
1500          }          }
1501    
1502            /*  Default to IDE disks...  */
1503          d->type = DISKIMAGE_IDE;          d->type = DISKIMAGE_IDE;
1504    
1505            /*  ... but some machines use SCSI by default:  */
1506          if (machine->machine_type == MACHINE_PMAX ||          if (machine->machine_type == MACHINE_PMAX ||
1507              machine->machine_type == MACHINE_ARC)              machine->machine_type == MACHINE_ARC)
1508                  d->type = DISKIMAGE_SCSI;                  d->type = DISKIMAGE_SCSI;

Legend:
Removed from v.23  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26