summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-01-14 20:47:11 +0000
committerru <ru@FreeBSD.org>2006-01-14 20:47:11 +0000
commitaf650f85339643365441d1197703ce184f6e20a0 (patch)
tree6011988b44aea40effcaa0784c3fa062ed2a4977 /sys/kern/vfs_mount.c
parent0cba5143c7e5e35d1e9143b09c04e15a559684ee (diff)
downloadFreeBSD-src-af650f85339643365441d1197703ce184f6e20a0.zip
FreeBSD-src-af650f85339643365441d1197703ce184f6e20a0.tar.gz
AMD64 also supports disk slices.
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r--sys/kern/vfs_mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index b7b31a8..690fb0f 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -1489,7 +1489,7 @@ vfs_mountroot_ask(void)
for(;;) {
printf("\nManual root filesystem specification:\n");
printf(" <fstype>:<device> Mount <device> using filesystem <fstype>\n");
-#if defined(__i386__) || defined(__ia64__)
+#if defined(__amd64__) || defined(__i386__) || defined(__ia64__)
printf(" eg. ufs:da0s1a\n");
#else
printf(" eg. ufs:/dev/da0a\n");
OpenPOWER on IntegriCloud