History log of /openbsd-current/sys/arch/amd64/stand/pxeboot/devopen.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.11 13-Jul-2014 jasper

move putchar() into libsa

"sure" miod@


# 1.10 12-Jul-2014 jasper

move getchar() into libsa where applicable

ok miod@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.9 26-Jun-2011 tedu

kill mcd dead. ok krw matthew millert thib


# 1.8 26-Jun-2011 tedu

remove remnants of scd device, discovered by Frederic Perrin


Revision tags: OPENBSD_4_9_BASE
# 1.7 06-Dec-2010 jasper

- properly remove NENTS now after fixing the fallout.

ok deraadt@


# 1.6 06-Dec-2010 jasper

- partially revert previous NENTS removal for arches which got busted.


# 1.5 06-Dec-2010 jasper

- drop NENTS(), which was yet another copy of nitems().
no binary change


ok deraadt@


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.4 27-Jul-2007 tom

As on i386:

We don't want to pass the PXE MAC address to the kernel when booting
from a local disk, since the MAC address causes the kernel to look for
root on NFS. Do this by remembering (not adding to boot arguments) the
MAC address when opening the PXE device, and clearing this if we happen
to load a file off a non-network disk.

"works as advertised for me" todd@;
"stop sitting on this/no objections" deraadt@;
amd64 code mainly written by patch(1).


# 1.3 27-Jun-2007 mk

wt(4) was removed a while ago, so don't support booting off it anoymore.

i386/amd64 was ok tom
zaurus ok drahn


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE SMP_SYNC_A SMP_SYNC_B
# 1.2 22-Mar-2004 tom

branches: 1.2.4;
Fix dates on my copyrights.

Noticed my miod@, thanks. ok deraadt@.


# 1.1 21-Mar-2004 tom

Enter pxeboot on amd64. Initially intended to support network installs
using bsd.rd over TFTP.

ok deraadt@