summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-05-08 11:30:26 +0000
committernyan <nyan@FreeBSD.org>2005-05-08 11:30:26 +0000
commit6cfc13b653d0ec0cdb449314770167ae6c7dfe32 (patch)
treed4e8acb8666fdd1b3dc9b50debad78961f621e36
parent99aa0a68d31aa70184bf3642c726ef1c6833df7b (diff)
downloadFreeBSD-src-6cfc13b653d0ec0cdb449314770167ae6c7dfe32.zip
FreeBSD-src-6cfc13b653d0ec0cdb449314770167ae6c7dfe32.tar.gz
Change DOSPTYP_386BSD to 0xc494.
-rw-r--r--sys/sys/diskpc98.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h
index 17a3e5d..3b2dc94 100644
--- a/sys/sys/diskpc98.h
+++ b/sys/sys/diskpc98.h
@@ -42,13 +42,13 @@
#define DOSMAGICOFFSET 510
#define DOSMAGIC 0xAA55
-#define DOSPTYP_386BSD 0x94 /* 386BSD partition type */
+#define DOSMID_386BSD (0x14|0x80) /* 386BSD | bootable */
+#define DOSSID_386BSD (0x44|0x80) /* 386BSD | active */
+#define DOSPTYP_386BSD (DOSSID_386BSD << 8 | DOSMID_386BSD)
struct pc98_partition {
unsigned char dp_mid;
-#define DOSMID_386BSD (0x14|0x80) /* 386bsd|bootable */
unsigned char dp_sid;
-#define DOSSID_386BSD (0x44|0x80) /* 386bsd|active */
unsigned char dp_dum1;
unsigned char dp_dum2;
unsigned char dp_ipl_sct;
OpenPOWER on IntegriCloud