History log of /netbsd-src/sys/arch/sparc/stand/ofwboot/net.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 6adfa96c 12-Apr-2021 mrg <mrg@NetBSD.org>

remove shadowed (common) declarations of various libsa variables
from various boot programs. for macppc and zaurus, avoid building
with -fcommon any more.


# ac488e33 23-Apr-2020 joerg <joerg@NetBSD.org>

rootpath is owned by libsa


# 8aa95513 16-Jul-2012 tsutsui <tsutsui@NetBSD.org>

Fix tftpboot which was broken by my botched WARNSfy in last year.
Also add comments that mention libsa tftp requires network device socket
in f_devdata in struct open_file, from spz@ in PR port-sparc

Fix tftpboot which was broken by my botched WARNSfy in last year.
Also add comments that mention libsa tftp requires network device socket
in f_devdata in struct open_file, from spz@ in PR port-sparc64/46652.
Briefly tested tftpboot and nfsboot on Ultra5.

show more ...


# c95f237a 21-May-2011 tsutsui <tsutsui@NetBSD.org>

WARNSfy and fix dumb bugs noticed by warnings.


# fa20324c 21-May-2011 christos <christos@NetBSD.org>

more missing includes


# b49ed2c0 07-May-2009 roy <roy@NetBSD.org>

Make 3 attempts at bootp before trying bootparams which allows slow
bridges a chance to work.
Clear variables when changing bootp/bootparams.
Displayed variables are cleaned up so they don't overflow

Make 3 attempts at bootp before trying bootparams which allows slow
bridges a chance to work.
Clear variables when changing bootp/bootparams.
Displayed variables are cleaned up so they don't overflow the right of
the screen.

ok: martin

show more ...


# 17740d28 12-May-2008 mlelstv <mlelstv@NetBSD.org>

add support for booting a kernel by tftp. Syntax is similar
to other systems, e.g.: boot net tftp:netbsd


# 4c3c91e6 13-Jul-2006 uwe <uwe@NetBSD.org>

De-__P. ANSIify.

Same object code is generated (except in prf.c, where putchar argument
type was changed to int to match the prototype and one instrcution
changes accordingly).

strategy() in ofdev

De-__P. ANSIify.

Same object code is generated (except in prf.c, where putchar argument
type was changed to int to match the prototype and one instrcution
changes accordingly).

strategy() in ofdev.c was not ANSIified in this sweep, b/c that
changes code generated at call sites!

show more ...


# aaa7dba0 14-May-2002 lukem <lukem@NetBSD.org>

- Enable NFS_BOOT_DHCP (as well as the existing NFS_BOOT_BOOTPARAM).
DHCP/Bootp is tried before bootparams in the MI nfs mountroot code.
- Change the order in boot.net from "bootparams then bootp"

- Enable NFS_BOOT_DHCP (as well as the existing NFS_BOOT_BOOTPARAM).
DHCP/Bootp is tried before bootparams in the MI nfs mountroot code.
- Change the order in boot.net from "bootparams then bootp" to
"bootp then bootparams", to be consistent with the MI nfs mountroot code.

(Consistency with other NetBSD ports is good, and things still work
for sites that run bootparams but not dhcp/bootp, although I'd argue that
dhcp/bootp is much easier to setup and manage and is easier to debug
than our rpc.bootparamd...)

Per discussion with Paul Kranenburg and Matt Green.

show more ...


# e144281c 20-Aug-2000 mrg <mrg@NetBSD.org>

move ofwboot & bootblk here; add a Makefile to build ofwboot.net