diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-06-20 06:29:42 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-06-20 06:29:42 +0000 |
| commit | 92caa29d8e687c3f3b2eff995f60f46bbc669f89 (patch) | |
| tree | b0f7fba1cde27a6a8bf4e1708754b4ec649ca392 /sys/boot | |
| parent | 3800e8732faf64386a073fa92dc5a5fbea838c97 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/efi/libefi/bootinfo.c | 2 | ||||
| -rw-r--r-- | sys/boot/i386/libi386/bootinfo.c | 2 | ||||
| -rw-r--r-- | sys/boot/i386/libi386/bootinfo32.c | 2 | ||||
| -rw-r--r-- | sys/boot/i386/libi386/bootinfo64.c | 2 | ||||
| -rw-r--r-- | sys/boot/ia64/common/bootinfo.c | 2 | ||||
| -rw-r--r-- | sys/boot/ia64/libski/bootinfo.c | 2 | ||||
| -rw-r--r-- | sys/boot/ia64/ski/bootinfo.c | 2 | ||||
| -rw-r--r-- | sys/boot/sparc64/loader/metadata.c | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/sys/boot/efi/libefi/bootinfo.c b/sys/boot/efi/libefi/bootinfo.c index e6ba8f21aa88b..1d3e956be5017 100644 --- a/sys/boot/efi/libefi/bootinfo.c +++ b/sys/boot/efi/libefi/bootinfo.c @@ -55,6 +55,8 @@ static struct {"boot_gdb", RB_GDB}, {"boot_single", RB_SINGLE}, {"boot_verbose", RB_VERBOSE}, + {"boot_multicons", RB_MULTIPLE}, + {"boot_serial", RB_SERIAL}, {NULL, 0} }; diff --git a/sys/boot/i386/libi386/bootinfo.c b/sys/boot/i386/libi386/bootinfo.c index 448bb5b059f7f..fb269dfa43cc5 100644 --- a/sys/boot/i386/libi386/bootinfo.c +++ b/sys/boot/i386/libi386/bootinfo.c @@ -53,6 +53,8 @@ static struct {"boot_gdb", RB_GDB}, {"boot_single", RB_SINGLE}, {"boot_verbose", RB_VERBOSE}, + {"boot_multicons", RB_MULTIPLE}, + {"boot_serial", RB_SERIAL}, {NULL, 0} }; diff --git a/sys/boot/i386/libi386/bootinfo32.c b/sys/boot/i386/libi386/bootinfo32.c index 448bb5b059f7f..fb269dfa43cc5 100644 --- a/sys/boot/i386/libi386/bootinfo32.c +++ b/sys/boot/i386/libi386/bootinfo32.c @@ -53,6 +53,8 @@ static struct {"boot_gdb", RB_GDB}, {"boot_single", RB_SINGLE}, {"boot_verbose", RB_VERBOSE}, + {"boot_multicons", RB_MULTIPLE}, + {"boot_serial", RB_SERIAL}, {NULL, 0} }; diff --git a/sys/boot/i386/libi386/bootinfo64.c b/sys/boot/i386/libi386/bootinfo64.c index 448bb5b059f7f..fb269dfa43cc5 100644 --- a/sys/boot/i386/libi386/bootinfo64.c +++ b/sys/boot/i386/libi386/bootinfo64.c @@ -53,6 +53,8 @@ static struct {"boot_gdb", RB_GDB}, {"boot_single", RB_SINGLE}, {"boot_verbose", RB_VERBOSE}, + {"boot_multicons", RB_MULTIPLE}, + {"boot_serial", RB_SERIAL}, {NULL, 0} }; diff --git a/sys/boot/ia64/common/bootinfo.c b/sys/boot/ia64/common/bootinfo.c index e6ba8f21aa88b..1d3e956be5017 100644 --- a/sys/boot/ia64/common/bootinfo.c +++ b/sys/boot/ia64/common/bootinfo.c @@ -55,6 +55,8 @@ static struct {"boot_gdb", RB_GDB}, {"boot_single", RB_SINGLE}, {"boot_verbose", RB_VERBOSE}, + {"boot_multicons", RB_MULTIPLE}, + {"boot_serial", RB_SERIAL}, {NULL, 0} }; diff --git a/sys/boot/ia64/libski/bootinfo.c b/sys/boot/ia64/libski/bootinfo.c index f7b8ae37a8e09..0a18ec74f7744 100644 --- a/sys/boot/ia64/libski/bootinfo.c +++ b/sys/boot/ia64/libski/bootinfo.c @@ -54,6 +54,8 @@ static struct {"boot_gdb", RB_GDB}, {"boot_single", RB_SINGLE}, {"boot_verbose", RB_VERBOSE}, + {"boot_multicons", RB_MULTIPLE}, + {"boot_serial", RB_SERIAL}, {NULL, 0} }; diff --git a/sys/boot/ia64/ski/bootinfo.c b/sys/boot/ia64/ski/bootinfo.c index f7b8ae37a8e09..0a18ec74f7744 100644 --- a/sys/boot/ia64/ski/bootinfo.c +++ b/sys/boot/ia64/ski/bootinfo.c @@ -54,6 +54,8 @@ static struct {"boot_gdb", RB_GDB}, {"boot_single", RB_SINGLE}, {"boot_verbose", RB_VERBOSE}, + {"boot_multicons", RB_MULTIPLE}, + {"boot_serial", RB_SERIAL}, {NULL, 0} }; diff --git a/sys/boot/sparc64/loader/metadata.c b/sys/boot/sparc64/loader/metadata.c index 88364e3fab1d1..68fdaf9d4dfac 100644 --- a/sys/boot/sparc64/loader/metadata.c +++ b/sys/boot/sparc64/loader/metadata.c @@ -61,6 +61,8 @@ static struct {"boot_gdb", RB_GDB}, {"boot_single", RB_SINGLE}, {"boot_verbose", RB_VERBOSE}, + {"boot_multicons", RB_MULTIPLE}, + {"boot_serial", RB_SERIAL}, {NULL, 0} }; |
