Home | History | Annotate | Download | only in include
History log of /src/sys/arch/mvme68k/include/disklabel.h
RevisionDateAuthorComments
 1.11  30-Aug-2011  bouyer 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.10  23-Oct-2009  snj Follow revision 1.8 in OpenBSD: remove ad clause.
 1.9  11-Dec-2005  christos branches: 1.9.78;
merge ktrace-lwp.
 1.8  23-Oct-2003  jdolecek g/c PARTITIONSHIFT (not used anywhere) and set MAXPARTITIONS directly to 8
 1.7  31-Aug-2001  simonb branches: 1.7.6; 1.7.22;
Use comments around the token after a #endif.
 1.6  01-Dec-2000  scw branches: 1.6.4;
Add __attribute__((__packed__)) to cpu_disklabel to get around
the ELF padding/alignment constraints.
 1.5  09-Nov-1999  scw Drop some #defines which are now in sys/disklabel.h.
 1.4  16-May-1996  chuck branches: 1.4.32; 1.4.34; 1.4.38;
add some comments to explain what is going on here
also add enough info to enable the kernel to create
a valid disklabel without help from wrtvid.
 1.3  07-May-1996  chuck change maxpart to 8 to be compat with prev binaries
 1.2  26-Apr-1996  chuck cpu.h: add prototypes (from jason)
disklabel.h: new disklabel format (from Dale Rahn)
param.h: new delay stuff (from sun3 port)
vmparam.h: nuke eiomap for new autoconfig (from jason)
z8530var.h: for MI driver (from jason)
 1.1  25-Jul-1995  chuck branches: 1.1.1;
Initial revision
 1.1.1.1  25-Jul-1995  chuck mvme68k port -- for the motorola vme147 m68030 card
 1.4.38.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.4.34.1  15-Nov-1999  fvdl Sync with -current
 1.4.32.2  08-Dec-2000  bouyer Sync with HEAD.
 1.4.32.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.6.4.1  13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.7.22.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.7.22.2  18-Sep-2004  skrll Sync with HEAD.
 1.7.22.1  03-Aug-2004  skrll Sync with HEAD
 1.7.6.2  31-Aug-2001  simonb Use comments around the token after a #endif.
 1.7.6.1  31-Aug-2001  simonb file disklabel.h was added on branch nathanw_sa on 2001-08-31 04:44:57 +0000
 1.9.78.1  11-Mar-2010  yamt sync with head

RSS XML Feed