Skip site navigation (1)Skip section navigation (2)
Date:      02 Jul 1999 11:02:48 +0200
From:      Frode Vatvedt Fjeld <frodef@acm.org>
To:        freebsd-stable@freebsd.org
Subject:   Re: MMX
Message-ID:  <2hemirwhjb.fsf@dslab7.cs.uit.no>
In-Reply-To: Mike Smith's message of "Thu, 01 Jul 1999 17:23:48 -0700"
References:  <199907020023.RAA02255@dingo.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help

So, in summary:

 * I can try some MMX and catch SIGILL if non-MMX CPU. Works (?), but
   is ugly and clumsy.

 * I can use CPUID, but I guess then I should be prepared to catch
   SIGILL on old CPUs so I don't gain much from the above.

 * I could look in dmesg, but this is really ugly since this is a
   ring-buffer, and the particular boot-up message is not guaranteed
   to be in the buffer at all.

 * There _should_ be some sysctl for this. Can someone please do this?
   Or point me to how I'd go about doing it myself?

-- 
Frode Vatvedt Fjeld


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2hemirwhjb.fsf>