Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 05/15/2001 01:14:48
Module Name: syssrc
Committed By: jdolecek
Date: Mon May 14 22:14:48 UTC 2001
Modified Files:
syssrc/sys/arch/i386/stand/lib: biosmca.S
Added Files:
syssrc/sys/arch/i386/stand/lib: biosmca.h
Log Message:
Change biosmca() to export the model number via biosmca_ps2model
variable, if the machine has a MCA bus according to info returned
by BIOS (i.e. on machines without MCA bus, biosmca_ps2model would be zero).
biosmca() is expected to be called on beginning the initialization,
and biosmca_ps2model is then used for further checks.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/i386/stand/lib/biosmca.S
cvs rdiff -r0 -r1.1 syssrc/sys/arch/i386/stand/lib/biosmca.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.