summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2004-08-21 18:53:39 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2004-08-21 18:53:39 +0000
commit344335c7bf85ce6d4b5a9b8c702ecfb01900e29f (patch)
tree78093d955bae8192e4df7fe744fed12dfa723087 /sys/arch/amd64/include
parent1d0cf3361556a13c670d6364b82fd141715302b6 (diff)
Enter cdboot, a CD-specific second-stage bootrap. Based on the i386
cdboot that Toby and I put together at the hackathon. "go for it" deraadt@
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r--sys/arch/amd64/include/biosvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/include/biosvar.h b/sys/arch/amd64/include/biosvar.h
index b9261e27297..f0ccb202090 100644
--- a/sys/arch/amd64/include/biosvar.h
+++ b/sys/arch/amd64/include/biosvar.h
@@ -1,5 +1,5 @@
/* XXX - DSR */
-/* $OpenBSD: biosvar.h,v 1.3 2004/02/27 21:55:25 deraadt Exp $ */
+/* $OpenBSD: biosvar.h,v 1.4 2004/08/21 18:53:38 tom Exp $ */
/*
* Copyright (c) 1997-1999 Michael Shalayeff
@@ -164,6 +164,7 @@ typedef struct _bios_diskinfo {
#define BDI_INVALID 0x00000001 /* I/O error during checksumming */
#define BDI_GOODLABEL 0x00000002 /* Had SCSI or ST506/ESDI disklabel */
#define BDI_BADLABEL 0x00000004 /* Had another disklabel */
+#define BDI_EL_TORITO 0x00000008 /* 2,048-byte sectors */
#define BDI_PICKED 0x80000000 /* kernel-only: cksum matched */
} bios_diskinfo_t;