cvs commit: src/share/man/man9 bios.9 src/sys/amd64/amd64 bios.c
src/sys/amd64/include/pc bios.h src/sys/i386/i386 bios.c
elan-mmcr.c geode.c src/sys/i386/include/pc bios.h
Poul-Henning Kamp
phk at FreeBSD.org
Thu Jul 21 09:48:43 GMT 2005
phk 2005-07-21 09:48:37 UTC
FreeBSD src repository
Modified files:
share/man/man9 bios.9
sys/amd64/amd64 bios.c
sys/amd64/include/pc bios.h
sys/i386/i386 bios.c elan-mmcr.c geode.c
sys/i386/include/pc bios.h
Log:
Make the facility for recognizing BIOS-signatures more general
and return a printable representation.
This fixes recognition of the PC Engines WRAP and improves the
recognition of the Soekris boards (Bios version can now be
seen in the dmesg output for instance).
Also, add watchdog support for PCM-582x platforms.
Submitted by: Adrian Steinmann <ast at marabu.ch>
Slightly changed by: phk
PR: 81360
Revision Changes Path
1.14 +49 -1 src/share/man/man9/bios.9
1.73 +0 -15 src/sys/amd64/amd64/bios.c
1.19 +16 -1 src/sys/amd64/include/pc/bios.h
1.73 +74 -12 src/sys/i386/i386/bios.c
1.32 +23 -0 src/sys/i386/i386/elan-mmcr.c
1.6 +58 -9 src/sys/i386/i386/geode.c
1.18 +16 -1 src/sys/i386/include/pc/bios.h
More information about the cvs-src
mailing list