summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/dev_net.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC r283033, r283062, r283066, r283069:ian2015-05-251-0/+6
| | | | | | | | | | | Do not set preload_addr_relocate for ARM. Refactor net_getparams() to make it easier to get params from sources other than bootp and rarp. Add a routine to obtain netboot parameters from the U-Boot env vars Enable the NETIF_OPEN_CLOSE_ONCE option for ubldr.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* This is the new unified bootstrap, sometimes known previously as themsmith1998-08-211-0/+30
'three-stage' bootstrap. There are a number of caveats with the code in its current state: - The i386 bootstrap only supports booting from a floppy. - The kernel and kld do not yet know how to deal with the extended information and module summary passed in. - PnP-based autodetection and demand loading of modules is not implemented. - i386 ELF kernel loading is not ready yet. - The i386 bootstrap is loaded via an ugly blockmap. On the alpha, both net- and disk-booting (SRM console machines only) is supported. No blockmaps are used by this code. Obtained from: Parts from the NetBSD/i386 standalone bootstrap.
OpenPOWER on IntegriCloud