summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-12-01 04:59:33 +0000
committerscottl <scottl@FreeBSD.org>2004-12-01 04:59:33 +0000
commit3b185ba05b013889fb9a4f02e530c8b1d734ac7d (patch)
tree719336249a200cf5775895b7f48a80bbb7459fb3 /sys/boot/ia64
parentbbfe6568e2f0be5145349496b27f9de33b6e67b8 (diff)
downloadFreeBSD-src-3b185ba05b013889fb9a4f02e530c8b1d734ac7d.zip
FreeBSD-src-3b185ba05b013889fb9a4f02e530c8b1d734ac7d.tar.gz
Remove the last vestiges of the userconfig option. None of this actually
did anything, so this commit should be considered a NO-OP.
Diffstat (limited to 'sys/boot/ia64')
-rw-r--r--sys/boot/ia64/common/bootinfo.c4
-rw-r--r--sys/boot/ia64/ski/bootinfo.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/boot/ia64/common/bootinfo.c b/sys/boot/ia64/common/bootinfo.c
index 729ad70..44fde46 100644
--- a/sys/boot/ia64/common/bootinfo.c
+++ b/sys/boot/ia64/common/bootinfo.c
@@ -53,7 +53,6 @@ static struct
} howto_names[] = {
{"boot_askname", RB_ASKNAME},
{"boot_cdrom", RB_CDROM},
- {"boot_userconfig", RB_CONFIG},
{"boot_ddb", RB_KDB},
{"boot_gdb", RB_GDB},
{"boot_single", RB_SINGLE},
@@ -86,9 +85,6 @@ bi_getboothowto(char *kargs)
case 'a':
howto |= RB_ASKNAME;
break;
- case 'c':
- howto |= RB_CONFIG;
- break;
case 'C':
howto |= RB_CDROM;
break;
diff --git a/sys/boot/ia64/ski/bootinfo.c b/sys/boot/ia64/ski/bootinfo.c
index 9c67a95..5bc1797 100644
--- a/sys/boot/ia64/ski/bootinfo.c
+++ b/sys/boot/ia64/ski/bootinfo.c
@@ -48,7 +48,6 @@ static struct
} howto_names[] = {
{"boot_askname", RB_ASKNAME},
{"boot_cdrom", RB_CDROM},
- {"boot_userconfig", RB_CONFIG},
{"boot_ddb", RB_KDB},
{"boot_gdb", RB_GDB},
{"boot_single", RB_SINGLE},
@@ -82,9 +81,6 @@ bi_getboothowto(char *kargs)
case 'a':
howto |= RB_ASKNAME;
break;
- case 'c':
- howto |= RB_CONFIG;
- break;
case 'C':
howto |= RB_CDROM;
break;
OpenPOWER on IntegriCloud