Date: Mon, 14 Feb 2005 09:34:40 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 bios.c src/sys/amd64/include/pc bios.h src/sys/conf files.amd64 src/sys/dev/fb vga.c src/sys/isa syscons_isa.c Message-ID: <200502140934.j1E9Yeq1095998@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2005-02-14 09:34:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/conf files.amd64 sys/dev/fb vga.c sys/isa syscons_isa.c Added files: (Branch: RELENG_5) sys/amd64/amd64 bios.c sys/amd64/include/pc bios.h Log: MFC: + Make syscons properly inherit the bios capslock/shiftlock/etc state like i386 does. Note that we cannot inherit the bios key repeat rate because that requires a bios call (which is impossible for us). + Give syscons the ability to beep on amd64. + bios_sigsearch() etc is useful for finding tables in roms. Revision Changes Path 1.72.2.1 +110 -0 src/sys/amd64/amd64/bios.c (new) 1.18.2.1 +54 -0 src/sys/amd64/include/pc/bios.h (new) 1.47.2.1 +1 -0 src/sys/conf/files.amd64 1.31.2.2 +1 -5 src/sys/dev/fb/vga.c 1.25.2.1 +7 -8 src/sys/isa/syscons_isa.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502140934.j1E9Yeq1095998>