Home | History | Annotate | Download | only in include
History log of /src/sys/arch/mac68k/include/disklabel.h
RevisionDateAuthorComments
 1.8  03-Apr-2019  christos centralize setdisklabel(9)
 1.7  30-Aug-2011  bouyer branches: 1.7.54;
Add getlabelusesmbr(), as proposed in
http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html
This is used by disk tools such as disklabel(8) to dynamically decide is
the undelyling platform uses a disklabel-in-mbr-partition or not
(instead of using a compile-time list of ports).
getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from the
machdep #define LABELUSESMBR.
For evbmips, make LABELUSESMBR 1 if the platform uses pmon
as bootloader, and 0 (the previous value) otherwise.
 1.6  27-Jan-1999  thorpej Use <sys/disklabel_mbr.h>.
 1.5  30-Oct-1998  scottr Add DOS partition handling, from Ken Nakata in PR 4999, with
only slight tweaking by me.

XXX - does not currently handle NetBSD/i386 or 386BSD/FreeBSD partitions.
 1.4  02-Mar-1998  scottr Add magic number for driver map structure. (oops!)
 1.3  27-Feb-1998  scottr Integrate Macintosh partition map and driver descriptor map definitions.
 1.2  05-May-1996  briggs Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized
Also change the device probing scheme to use something a bit more rational.
A current side-effect is that nubus cards are double-mapped. I expect
to fix that shortly.
Also change splclock() to block everything but serial hardware interrupts.
 1.1  14-Oct-1994  cgd move arch dependence to archs. clean up a bit. deal with weird MAXPARTITONS.
 1.7.54.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed