summaryrefslogtreecommitdiffstats
path: root/sys/sys/disklabel.h
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2008-11-19 17:34:28 +0000
committerraj <raj@FreeBSD.org>2008-11-19 17:34:28 +0000
commit531042bdec72ce9856b1a7463ffbe9973a8ffa1e (patch)
tree0823cbaddeecaf7d64e98b197440e3bc34e7861c /sys/sys/disklabel.h
parent1190adfbbc6cf267343075fe103ab3b04e5c06db (diff)
downloadFreeBSD-src-531042bdec72ce9856b1a7463ffbe9973a8ffa1e.zip
FreeBSD-src-531042bdec72ce9856b1a7463ffbe9973a8ffa1e.tar.gz
Initial storage functionality for U-Boot support library.
- Only non-sliced bsdlabel style partitioning is currently supported (but provisions are made towards GPT support, which should follow soon) - Enable storage support in loader on ARM Obtained from: Semihalf
Diffstat (limited to 'sys/sys/disklabel.h')
-rw-r--r--sys/sys/disklabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index 5a141e8..c658494 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -52,7 +52,7 @@
/* XXX these should be defined per controller (or drive) elsewhere, not here! */
#if defined(__i386__) || defined(__amd64__) || defined(__arm__) || \
- defined(__ia64__)
+ defined(__ia64__) || defined(__powerpc__)
#define LABELSECTOR 1 /* sector containing label */
#define LABELOFFSET 0 /* offset of label in sector */
#endif
OpenPOWER on IntegriCloud