Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: jhawk
Date: Thu May 11 05:54:50 UTC 2000
Modified Files:
syssrc/sys/arch/i386/pnpbios: pnpbios.c pnpbiosreg.h
Log Message:
Address PR#10042: instead of getting the dynamic configuration
all the time (which crashes some vaios), get the static configuration,
and if config_search() finds a node, then do the dynamic configuration.
This seems to work fine on multiple vaios (which seem to crash
in different places...go figure).
Also, bring prototypes in-line with KNF and declare static as appropriate.
"#if 0" out pnpbios_getapmtable() and pnpbios_setnode() as they
are not called.
Fix printf()s to print out dv_xname.
Fix a comment typo.
Use manifest constants (PNP_CF_DEVCONF_DYNAMIC, etc.) in calls to
pnpbios_getnode() instead of hardcoded constants.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 syssrc/sys/arch/i386/pnpbios/pnpbios.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/i386/pnpbios/pnpbiosreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index