]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Another baby step toward getting sysinstall working:
authorSam Leffler <sam@FreeBSD.org>
Sun, 20 Oct 2002 22:19:37 +0000 (22:19 +0000)
committerSam Leffler <sam@FreeBSD.org>
Sun, 20 Oct 2002 22:19:37 +0000 (22:19 +0000)
commit11480fc6ae8a2027eca6508c88c1c53a967a5e0d
tree6c9e388a42c99d9bcaecc268f36c57af167312f2
parent5c6e14dbe520cdf5a3b2d244b96e26bd51747a2a
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
lib/libdisk/disk.c