cvs commit: src/sys/i386/include/pc bios.h src/sys/i386/i386 bios.c

David O'Brien obrien at FreeBSD.org
Mon Jun 7 06:00:25 GMT 2004


On Thu, Jun 03, 2004 at 03:36:24PM -0700, Poul-Henning Kamp wrote:
> phk         2004/06/03 15:36:24 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/i386/include/pc  bios.h 
>     sys/i386/i386        bios.c 
>   Log:
>   Add new bios_string() which will hunt for a string inside a given range
>   of the BIOS.  This can be used for finding arbitrary magic in the BIOS
>   in order to recognize particular platforms.

It seems that this function (and many others in sys/i386/i386/bios.c)
should go into a common MI file as they are directly usable on AMD64
also.

-- 
-- David  (obrien at FreeBSD.org)


More information about the cvs-src mailing list