History log of /netbsd/sys/arch/vax/boot/boot/rom.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 8a92350b 25-Apr-2022 mlelstv <mlelstv@NetBSD.org>

libsa now needs ioctl support to handle media with large sectors.
Provide dummy functions.


# 2d5d8524 22-May-2017 ragge <ragge@NetBSD.org>

Update copyright notice for Ludd (remove clause 3 & 4).


# c363a9cb 18-Mar-2009 cegger <cegger@NetBSD.org>

bzero -> memset


# 82357f6d 14-Mar-2009 dsl <dsl@NetBSD.org>

ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# e1aeee05 27-Jun-2005 junyoung <junyoung@NetBSD.org>

Use the form of #include <...> rather than #include "..." for headers of
which paths don't start from the current directory.


# a5beda58 19-Sep-2002 ragge <ragge@NetBSD.org>

Remove the (today) unneccessary boot unit number conversions for rom-booted
disks. This allows for booting from different LUNs on SCSI disks.


# 383ef0f9 24-Jun-2002 mrg <mrg@NetBSD.org>

make booting from FS_RAID work. tested on vs4000/90.


# 9b4c8676 19-Jul-2000 matt <matt@NetBSD.org>

Add support for loading a 2nd stage boot in either a.out or ELF.
Add support for loading a 2nd stage boot directly to it's desired address
if possible.
cleanup use of u_int/size_t.


# c5f56fab 20-May-2000 ragge <ragge@NetBSD.org>

Change all devices to use the RPB info when autobooting, this allows for
booting from unsupported devices also. As a side effect; it fixes PR#9202.


# e1305e82 06-Mar-1999 ragge <ragge@NetBSD.org>

New boot program for vax. Appearance similar to the i386 boot blocks.