--- trunk/src/devices/dev_pccmos.c 2007/10/08 16:19:37 22 +++ trunk/src/devices/dev_pccmos.c 2007/10/08 16:19:56 24 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: dev_pccmos.c,v 1.22 2006/02/09 20:02:59 debug Exp $ + * $Id: dev_pccmos.c,v 1.23 2006/05/30 19:49:39 debug Exp $ * * PC CMOS/RTC device (ISA ports 0x70 and 0x71). * @@ -163,6 +163,10 @@ /* TODO */ irq_nr = 32 + 8; break; + case MACHINE_ALPHA: + /* TODO */ + irq_nr = 32 + 8; + break; default:fatal("devinit_pccmos(): unimplemented machine type" " %i\n", devinit->machine->machine_type); exit(1);