Commit graph

13 commits

Author SHA1 Message Date
Luigi Rizzo
9227fe1c3d Try to implement something similar to a window protocol in
terms of response to losses.
This makes etherboot work much smoother when nfs-loading
kernels in presence of a small amount of losses.

A similar patch will be committed shortly for tftp loads
(in the process of testing that, Doug Ambrisko and I found
a bug in FreeBSD's tftpd!).

These patches are being submitted to the etheboot developers
for integration in future releases of etherboot.
2002-03-14 06:57:34 +00:00
Luigi Rizzo
04d5ddaa46 Keep in sync the partition type recognized by this code, and
the partition type stored in the fake partition table at the
end of this boot sector.
2002-03-11 10:25:30 +00:00
Luigi Rizzo
f3b9ca556a Upgrade etherboot to 5.0.5, improve pkg documentation and use more
sensible defaults for FreeBSD. Specifically:

Makefile, distinfo:
   upgrade to etherboot 5.0.5

pkg-descr:
   improve description on installing on floppy/hd

files/patch-aa:
   implement some FreeBSD-specific defaults, namely:
   + boot1a.s
        use a FreeBSD partition type instead of a DOS partition type
   + makerom.c
        pad the image size to multiples of 8k instead of powers of 2.
        This makes the tulip image fit in the 62 sectors which are
        typically unused on the first track of hard disks (other images
        were already 16k so there is not a problem with them).
   + Makefile
        make the disk loader bin/boot1a.bin be compiled by default
   All these diffs are in the same patchfile because they are very
   short, version independent (they even work with 5.0.4 and probably
   earlier versions of etherboot) and will be contributed back to the
   developers, so it is not worthwhile to clutter the ports subtree
   with multiple patches.

Approved-by: maintainer
2002-02-18 08:50:24 +00:00
Luigi Rizzo
f7c88ed612 fix malformed patch (apparently some tab was converted into
whitespace)
2001-05-23 09:55:24 +00:00
Luigi Rizzo
3724810b31 Update to 5.0.1, which includes a boot sector to load
the ROM code from the hard disk, and an improved "tulip" driver.

Also make boot over NFS the default method. This is seems to me
more flexible in that NFS is often required for diskless
configurations, and gives slightly better control than TFTPD on
who is allowed to access the server.

Approved-by: maintainer
2001-05-11 11:57:32 +00:00
Yoshio MITA
b7f50d5e2f Latest net/etherboot contains FreeBSD patch so that it no more needs
tricky configuration change to FreeBSD.  The maintainer agrees it better
to use the Latest version of etherboot.

Submitted by:	myself
Reviewed by:	The maintainer.
2001-03-15 01:11:14 +00:00
Steve Price
53ad9271aa Update to version 4.6.10.
PR:		23095
Submitted by:	maintainer
2000-12-11 02:22:36 +00:00
Steve Price
6df78d2b8f Update to version 4.6.1.
PR:		18626
Submitted by:	maintainer
2000-05-29 03:18:41 +00:00
Chris D. Faulhaber
c200f82a2d Update port to 4.5.5
PR:		17516
Submitted by:	Maintainer
2000-03-24 00:17:25 +00:00
Steve Price
f687b0fd02 Update to version 4.2.11.
PR:		15173
Submitted by:	maintainer
1999-12-23 16:09:54 +00:00
Steve Price
b49b74c37a Update to version 4.2.9.
PR:		14464
Submitted by:	maintainer
1999-11-26 18:17:11 +00:00
Steve Price
de503caca9 Update to version 4.2.5.
PR:		13126
Submitted by:	maintainer
1999-09-27 02:23:53 +00:00
Eric L. Hernes
8caddd382b add etherboot
PR:		ports/9480
Submitted by:	Doug Ambrisko (ambrisko@whistle.com) with a little tuning by me
1999-04-16 21:44:23 +00:00