Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/x86/include/bootinfo.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/x86/include/bootinfo.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- src/sys/arch/x86/include/bootinfo.h 2005/12/30 13:37:57 1.10 +++ src/sys/arch/x86/include/bootinfo.h 2006/02/03 11:08:24 1.11 @@ -1,4 +1,4 @@ -/* $NetBSD: bootinfo.h,v 1.10 2005/12/30 13:37:57 jmmv Exp $ */ +/* $NetBSD: bootinfo.h,v 1.11 2006/02/03 11:08:24 jmmv Exp $ */ /* * Copyright (c) 1997 @@ -34,6 +34,7 @@ struct btinfo_common { }; #define BTINFO_BOOTPATH 0 +#define BTINFO_ROOTDEVICE 1 #define BTINFO_BOOTDISK 3 #define BTINFO_NETIF 4 #define BTINFO_CONSOLE 6 @@ -47,6 +48,11 @@ struct btinfo_bootpath { char bootpath[80]; }; +struct btinfo_rootdevice { + struct btinfo_common common; + char devname[16]; +}; + struct btinfo_bootdisk { struct btinfo_common common; int labelsector; /* label valid if != -1 */