Date: Thu, 2 Sep 2010 01:05:10 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/i386/libi386 pxe.c Message-ID: <201009020105.o8215Kp0082330@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2010-09-02 01:05:10 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 pxe.c Log: SVN rev 212126 on 2010-09-02 01:05:10Z by rmacklem Modify pxe.c to use the version of nfs_getrootfh() that returns the file handle's size and was recently committed to lib/libstand/nfs.c. This allows pxeboot to use NFSv3 and work correcty for non-FreeBSD as well as FreeBSD NFS servers. If built with OLD_NFSV2 defined, the old code that predated this patch will be used. Tested by: danny at cs.huji.ac.il Revision Changes Path 1.25 +59 -0 src/sys/boot/i386/libi386/pxe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009020105.o8215Kp0082330>