]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Not every architecture defaults to a black background (e.g. sparc64
authormarius <marius@FreeBSD.org>
Sat, 21 May 2005 20:32:27 +0000 (20:32 +0000)
committermarius <marius@FreeBSD.org>
Sat, 21 May 2005 20:32:27 +0000 (20:32 +0000)
commit5da7e2536006cfc98710a87ba5f16748fa8cbd00
treeea0cf0b373374b4007a60fcd7e66386f2c197648
parent524bb272a307ca9db2e35e23542f13c17af56f42
- Not every architecture defaults to a black background (e.g. sparc64
  uses white) so base the color of the border on SC_NORM_ATTR rather
  than hardcoding BG_BLACK.
- Use SC_DRIVER_NAME rather than hardcoding 'sc' in message strings
  (see also sys/dev/syscons/syscons.h rev. 1.82).
sys/dev/syscons/syscons.c