summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-20 11:09:51 +0000
committerphk <phk@FreeBSD.org>2003-01-20 11:09:51 +0000
commit03cf5e62d2a44fb2bbd6693a9032e859758f290a (patch)
treeee0bdb169e2b147d4bb873c593c8f1eb215398a2 /sys
parent04a955bccb6b4732e5566c06b43af5ad7af9cc53 (diff)
downloadFreeBSD-src-03cf5e62d2a44fb2bbd6693a9032e859758f290a.zip
FreeBSD-src-03cf5e62d2a44fb2bbd6693a9032e859758f290a.tar.gz
Add a NEXTDOSPART definition here as well, for the benefit of biosdisk.c in
the bootcode. I don't think there acturally are any extended partitions on pc98, and this define may merely help cover up the fact that the biosdisk.c was insufficiently scrubbed when copy&pasted from i386.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/diskpc98.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h
index 3bfb2c8..2e19d7a 100644
--- a/sys/sys/diskpc98.h
+++ b/sys/sys/diskpc98.h
@@ -42,6 +42,7 @@
#define DOSBBSECTOR 0 /* DOS boot block relative sector number */
#define DOSPARTOFF 0
#define NDOSPART 16
+#define NEXTDOSPART 32 /* XXX: For biosdisk.c in sys/boot. Probably wrong */
#define DOSPTYP_386BSD 0x94 /* 386BSD partition type */
struct pc98_partition {
OpenPOWER on IntegriCloud