j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: stepan Date: 2006-06-07 10:49:15 +0200 (Wed, 07 Jun 2006) New Revision: 52
Modified: openbios-devel/drivers/obio.c Log: more solaris..
Modified: openbios-devel/drivers/obio.c =================================================================== --- openbios-devel/drivers/obio.c 2006-06-07 07:47:37 UTC (rev 51) +++ openbios-devel/drivers/obio.c 2006-06-07 08:49:15 UTC (rev 52) @@ -352,11 +352,17 @@ push_str("reg"); fword("property");
- fword("finish-device");
regs = map_io(base + offset, sizeof(*regs)); regs->l10_timer_limit = (((1000000/100) + 1) << 10); regs->cpu_timers[0].l14_timer_limit = 0; + + PUSH((unsigned long)regs); + fword("encode-int"); + push_str("address"); + fword("property"); + + fword("finish-device"); }
static volatile struct sun4m_intregs *intregs;