Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2009 17:58:15 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/i386/libi386 Makefile smbios.c
Message-ID:  <200904071758.n37HwOvA056648@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2009-04-07 17:58:15 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/libi386 Makefile smbios.c 
  Log:
  SVN rev 190814 on 2009-04-07 17:58:15Z by jkim
  
  Rewrite SMBIOS for loader:
  
  - First three fields of system UUID may be little-endian as described in
  SMBIOS Specification v2.6.  For now, we keep the network byte order for
  backward compatibility (and consistency with popular dmidecode tool)
  if SMBIOS table revision is less than 2.6.  However, little-endian format
  can be forced by defining BOOT_LITTLE_ENDIAN_UUID from make.conf(5) if it
  is necessary.
  - Replace overly ambitious optimizations with more readable code.
  - Update comments to SMBIOS Specification v2.6 and clean up style(9) bugs.
  
  Revision  Changes    Path
  1.45      +4 -0      src/sys/boot/i386/libi386/Makefile
  1.10      +203 -153  src/sys/boot/i386/libi386/smbios.c



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