Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2002 15:19:37 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libdisk disk.c
Message-ID:  <200210202219.g9KMJb39085356@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2002/10/20 15:19:37 PDT

  Modified files:
    lib/libdisk          disk.c 
  Log:
  Another baby step toward getting sysinstall working:
  
  o fillin media s/h/c fields from new XML phk just added; need this because
    sysinstall uses them in the fdisk look-alike
  o add new tags to xml parser
  o cleanup parser a touch; remove unused tags and move tag parsing stuff to
    a table to simplify future additions
  o redo callback to pass 64-bit values since mediasize overflows u_int32_t
  o loosen parsing sanity checks a touch to deal with new xml we must handle
  o move sector size probing to non-geom handling since we now get it from xml
  o remove WHOLE_DISK_SLICE buggery now that we get mediasize from xml
  
  Revision  Changes    Path
  1.83      +127 -76   src/lib/libdisk/disk.c

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




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