From owner-freebsd-hackers Fri Apr 5 10:41:33 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA01351 for hackers-outgoing; Fri, 5 Apr 1996 10:41:33 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA01346 for ; Fri, 5 Apr 1996 10:41:29 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id EAA18526; Sat, 6 Apr 1996 04:37:30 +1000 Date: Sat, 6 Apr 1996 04:37:30 +1000 From: Bruce Evans Message-Id: <199604051837.EAA18526@godzilla.zeta.org.au> To: joerg_wunsch@uriah.heep.sax.de, phk@critter.tfs.com Subject: Re: COMCONSOLE speed Cc: bde@zeta.org.au, freebsd-hackers@FreeBSD.org Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> Back to the subject: Bruce, wouldn't it be a good idea to only handle >> the comconsole speed in the bootstrap, and pass the settings down to >> the kernel via the `struct bootinfo'? They should be passed if they can be set there. There is no room to set set them there :-). Changing the speed after booting is useful too. Note that there are 2 different sets of console i/o routines: the normal system call ones and the kernel printf ones. Ordinary sttys work on the normal ones but have no effect on the printf ones. The printf ones can be changed by setting `comdefaultrate' using a debugger. >We have a suggestion in too for passing the port/irq/iomem for the >ethernetcard netboot used as well. This is more important iff it is required for booting. Why can't you just put the values in the kernel image? Bruce