Commit graph

20 commits

Author SHA1 Message Date
Stanislav Sedov
bf33f3e5b8 - Update to 5.2.6
ChangeLog:
- Support for FILO
- Support for USB disks
- btext console
- Fixes for eepro100, rtl8139, sis900, tlan, tulip and via-rhine drivers
- Added drivers for mtd80x and Davicom based cards

PR:		ports/101721
Submitted by:	me (stas)
Approved by:	maintainer timeout (3,5 months)
2006-11-22 22:18:02 +00:00
Doug Ambrisko
7441c92832 From the PR:
Without this patch GCC optimizer removes all card driver code
  resulting in nonworking rom image.

  There are some bugs in GCC-3.4.2, maybe updating system compiler to latest
  gcc snapshot will be good idea also.

This still occurs in 7-current gcc version 3.4.4 [FreeBSD] 20050518.
So adding in the patch.

PR:	78834
Submitted by:	Radim Kolar
2005-10-07 21:54:29 +00:00
Doug Ambrisko
2f7691307d Fix build error on 4.X and 6.X. Different problems though. 2004-12-08 18:31:42 +00:00
Doug Ambrisko
4384ae3526 Make it build the ROMs and boot1a.bin so it makes the description
file on how to make an image.
2004-10-27 16:35:03 +00:00
Doug Ambrisko
ad6df43c99 Revert the 5.2.4 version of boot1a.s to that of the former 5.0.8.
This should make things work like before.  Update the desc. for
compressed images lzrom -> zrom.
2004-07-02 20:32:34 +00:00
Doug Ambrisko
23dd687dcc Update to EtherBoot 5.2.4 2004-06-30 21:52:50 +00:00
Doug Ambrisko
7b73089f48 Update from 5.0.5 to 5.0.8.
PR:		46724
Submitted by:	Paulius Bulotas <paulius@kaktusas.org>
2003-02-04 04:24:13 +00:00
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