Subject: CVS commit: src/sys/arch/i386/stand/lib
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 08/15/2004 22:04:45
Module Name: src
Committed By: dsl
Date: Sun Aug 15 22:04:45 UTC 2004
Modified Files:
src/sys/arch/i386/stand/lib: boot_params.S pcio.c
Log Message:
Allow the com port base address to be specified by the user (via installboot)
rather than taking the value from the bios.
Should allow the system to use a serial console that is also a 'bios serial
console' and isn't in the bios serial port table.
Probably fixes (with a few other changes) PR port-i386/9236
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/i386/stand/lib/boot_params.S
cvs rdiff -r1.17 -r1.18 src/sys/arch/i386/stand/lib/pcio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.