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

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

revision 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 28 by dpavlin, Mon Oct 8 16:20:26 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_pccmos.c,v 1.22 2006/02/09 20:02:59 debug Exp $   *  $Id: dev_pccmos.c,v 1.24 2006/07/11 04:44:09 debug Exp $
29   *     *  
30   *  PC CMOS/RTC device (ISA ports 0x70 and 0x71).   *  PC CMOS/RTC device (ISA ports 0x70 and 0x71).
31   *   *
# Line 150  DEVINIT(pccmos) Line 150  DEVINIT(pccmos)
150                  irq_nr = 8 + 8;                  irq_nr = 8 + 8;
151                  type = MC146818_ALGOR;                  type = MC146818_ALGOR;
152                  break;                  break;
153            case MACHINE_QEMU_MIPS:
154                    irq_nr = 8 + 8;         /*  TODO. Bogus so far.  */
155                    break;
156          case MACHINE_X86:          case MACHINE_X86:
157                  irq_nr = 16;    /*  "No" irq  */                  irq_nr = 16;    /*  "No" irq  */
158                  break;                  break;
# Line 163  DEVINIT(pccmos) Line 166  DEVINIT(pccmos)
166                  /*  TODO  */                  /*  TODO  */
167                  irq_nr = 32 + 8;                  irq_nr = 32 + 8;
168                  break;                  break;
169            case MACHINE_ALPHA:
170                    /*  TODO  */
171                    irq_nr = 32 + 8;
172                    break;
173          default:fatal("devinit_pccmos(): unimplemented machine type"          default:fatal("devinit_pccmos(): unimplemented machine type"
174                      " %i\n", devinit->machine->machine_type);                      " %i\n", devinit->machine->machine_type);
175                  exit(1);                  exit(1);

Legend:
Removed from v.22  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26