9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] meaning of "*nomp=" has reversed
@ 2007-08-10 22:42 Dave Eckhardt
  2007-08-10 23:06 ` erik quanstrom
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Eckhardt @ 2007-08-10 22:42 UTC (permalink / raw)
  To: 9fans

I have an odd machine which doesn't work right in the brave new APIC
world (for example, VESA mode can draw windows and menus but not paint
the cursor...?).

Anyway, last year I figured out that adding "*nomp=" to plan9.ini would
work around whatever it was.  I just pulled, and was surprised to see
the world revert to a sad state.  Eventually I noticed the kernel
chatting about the LAPIC during boot and investigated.

Now archmp.c:identify() doesn't only check for the existence of a *nomp
line but also feeds the right hand side to strtol().  It appears that if
there is no right hand side, strtol() returns 0 and the effect is as if
there were no *nomp line--which is a little counterintuitive.

Looking around it seems like *nomce is like *nomp, but *noetherprobe,
*nousbprobe, *nobios, *pcibios, *nopcirouting, *norealmode, etc., all are
the "old way" (presence is all that matters, not the right hand side).

Isn't there an argument for all of these working the same way?

Dave Eckhardt


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-08-11 21:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-10 22:42 [9fans] meaning of "*nomp=" has reversed Dave Eckhardt
2007-08-10 23:06 ` erik quanstrom
2007-08-11 21:17   ` [9fans] Weird symptoms unless APIC support is disabled Dave Eckhardt
2007-08-11 21:19   ` [9fans] meaning of "*nomp=" has reversed Dave Eckhardt
2007-08-11 21:24     ` ron minnich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).