summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-05-12 04:09:53 +0000
committerjhb <jhb@FreeBSD.org>2006-05-12 04:09:53 +0000
commit6ecdc538b9c25797d530614005ba47d651b0e448 (patch)
treea0245777110aa25c49b17dc6babb605f58362897 /sys/boot/powerpc
parent42320347d074dcb886f7611f3b29ea1288dc9145 (diff)
downloadFreeBSD-src-6ecdc538b9c25797d530614005ba47d651b0e448.zip
FreeBSD-src-6ecdc538b9c25797d530614005ba47d651b0e448.tar.gz
Remove more Alpha bits from the boot code including fixing several
stale comments.
Diffstat (limited to 'sys/boot/powerpc')
-rw-r--r--sys/boot/powerpc/loader/conf.c2
-rw-r--r--sys/boot/powerpc/ofw/conf.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/powerpc/loader/conf.c b/sys/boot/powerpc/loader/conf.c
index d214d1e..8bfc72d 100644
--- a/sys/boot/powerpc/loader/conf.c
+++ b/sys/boot/powerpc/loader/conf.c
@@ -102,7 +102,7 @@ struct file_format *file_formats[] = {
/*
* Consoles
*
- * We don't prototype these in libalpha.h because they require
+ * We don't prototype these in libofw.h because they require
* data structures from bootstrap.h as well.
*/
extern struct console ofwconsole;
diff --git a/sys/boot/powerpc/ofw/conf.c b/sys/boot/powerpc/ofw/conf.c
index d214d1e..8bfc72d 100644
--- a/sys/boot/powerpc/ofw/conf.c
+++ b/sys/boot/powerpc/ofw/conf.c
@@ -102,7 +102,7 @@ struct file_format *file_formats[] = {
/*
* Consoles
*
- * We don't prototype these in libalpha.h because they require
+ * We don't prototype these in libofw.h because they require
* data structures from bootstrap.h as well.
*/
extern struct console ofwconsole;
OpenPOWER on IntegriCloud