History log of /openbsd-src/etc/etc.octeon/disktab (Results 1 – 6 of 6)
Revision Date Author Comments
# cec6811b 19-Apr-2023 krw <krw@openbsd.org>

Remove obsolete/unused disktab entries for install media
that are no longer built.

ok miod@


# 8e30ef80 06-Mar-2023 krw <krw@openbsd.org>

Remove pointless ":ob#0:pb#0:[tb=swap:]" disktab lines.

ok miod@


# 774b09a8 28-Jul-2019 visa <visa@openbsd.org>

Add a dedicated ramdisk entry for the octeon bootloader to reduce
the size of the "boot" file.

OK deraadt@


# 136bbae9 14-Aug-2015 krw <krw@openbsd.org>

The disktab attribute 'ty' was used to set D_REMOVEABLE and D_RAMDISK
flags in the disklabel. These flags were discarded in 2006.

Remove documentation for and instances of 'ty'. Add instances of
'dt

The disktab attribute 'ty' was used to set D_REMOVEABLE and D_RAMDISK
flags in the disklabel. These flags were discarded in 2006.

Remove documentation for and instances of 'ty'. Add instances of
'dt' that were missing. Use 'floppy' as the value of 'dt' for all
floppies and 'rdroot' for all boot images/miniroots.

Add 'rdroot' to dktypenames and an associated #define DTYPE_RDROOT,
since 'dt' values are parsed by matching entries in dktypenames[].

Slightly tweaked part of larger cleanup diff previously ok deraadt@.

show more ...


# 9d2bd4ad 09-Jun-2015 jasper <jasper@openbsd.org>

miniroot for octeon; tested on edgerouter lite with local usb storage

ok jmatthew@ miod@


# 01fd5ccd 26-Mar-2013 jasper <jasper@openbsd.org>

add octeon bits, mostly from sgi