History log of /openbsd-src/etc/etc.macppc/disktab (Results 1 – 10 of 10)
Revision Date Author Comments
# 8214c829 21-Apr-2023 krw <krw@openbsd.org>

Delete incomplete and unreferenced 'miniroot' entries from
arm64 and macppc disktab.


# aac8e53e 07-Mar-2023 krw <krw@openbsd.org>

Nuke pointless 'pb#N:ob#0:' lines from floppy
types.

ok miod@


# 067bd747 06-Mar-2023 krw <krw@openbsd.org>

Delete extraneous trailing blank line.


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

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

ok miod@


# 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 ...


# ade61d99 13-Aug-2015 krw <krw@openbsd.org>

'sk', 'cs', 'hs', 'ts' were removed from getdiskbyname() in 2007
with r1.18. 'rm' and 'il' were removed from getdiskbyname() in 2009
with r1.19. The associated disklabel fields were recycled for othe

'sk', 'cs', 'hs', 'ts' were removed from getdiskbyname() in 2007
with r1.18. 'rm' and 'il' were removed from getdiskbyname() in 2009
with r1.19. The associated disklabel fields were recycled for other
purposes.

Another 'harmless' part of the larger disklabel cleanup diff.

ok deraadt@ as part of that larger diff.

show more ...


# 3dbba48f 02-Jul-2010 tedu <tedu@openbsd.org>

cleanup the disktab files. yes, this means you will have to manually
disklabel the "HP C3010 / Cranel 2.0GB Fast SCSI2 H10" crammed inside your
palm device, but that's the price of progress. hopefu

cleanup the disktab files. yes, this means you will have to manually
disklabel the "HP C3010 / Cranel 2.0GB Fast SCSI2 H10" crammed inside your
palm device, but that's the price of progress. hopefully i didn't whack
anything important.
ok deraadt

show more ...


# ba8eb0b0 01-Mar-2003 miod <miod@openbsd.org>

16 partitions, and fix a few glitches (mainly :bx sizes not being power of two)


# 9b7570f0 09-Jun-2002 todd <todd@openbsd.org>

rm trailing whitespace


# b3302faa 01-Sep-2001 drahn <drahn@openbsd.org>

The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.

Files mov

The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.

Files moved from etc/etc.powerpc to etc/etc.macppc

show more ...