From 4832a19173a22b89071fc7c178a982dd3a758e78 Mon Sep 17 00:00:00 2001 From: Ian Dowse Date: Thu, 18 Aug 2005 01:39:43 +0000 Subject: Add a "comconsole_speed" loader variable that can be used to change the serial console speed (i386 and amd64 only). If the previous stage boot loader requested a serial console (RB_SERIAL or RB_MULTIPLE) then the default speed is determined from the current serial port speed. Otherwise it is set to 9600 or the value of BOOT_COMCONSOLE_SPEED at compile time. This makes it possible to set the serial port speed once in /boot.config and the setting will propagate to boot2, loader and the kernel serial console. --- sys/boot/forth/loader.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/boot/forth/loader.conf') diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 8f97c1f5ac31..fcaf4e5ade4e 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -47,6 +47,7 @@ loader_color="NO" # Set this to YES to enable splash screen colors # allowed to interrupt autoboot process and # escape to the loader prompt #beastie_disable="NO" # Turn the beastie boot menu on and off +#comconsole_speed="9600" # Set the current serial console speed #console="vidconsole" # A comma separated list of console(s) #currdev="disk1s1a" # Set the current device module_path="/boot/modules" # Set the module search path -- cgit v1.2.3