From b8cf6af7cbfb7e994dfe82daa33b63aaf2b8df28 Mon Sep 17 00:00:00 2001 From: takemura Date: Sat, 12 May 2001 10:08:59 +0000 Subject: [PATCH] Fix description about frame buffer type. --- sys/arch/hpcmips/stand/pbsdboot/main.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/sys/arch/hpcmips/stand/pbsdboot/main.c b/sys/arch/hpcmips/stand/pbsdboot/main.c index c34ec8e1ebbc..05b78caab6d5 100644 --- a/sys/arch/hpcmips/stand/pbsdboot/main.c +++ b/sys/arch/hpcmips/stand/pbsdboot/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.56 2001/05/05 14:42:41 takemura Exp $ */ +/* $NetBSD: main.c,v 1.57 2001/05/12 10:08:59 takemura Exp $ */ /*- * Copyright (c) 1999, 2000 Shin Takemura. @@ -163,8 +163,13 @@ int fb_bpl[] = { struct fb_setting fb_settings[] = { /* - * You must choose fb_type to make the screen look black-on-white. - * (Foreground color is black and background color is white.) + * You must choose fb_type to make the screen looks like: + * black-on-white on monochrome or gray scale screen + * white-on-black on color screen + * without 'reverse video' on the properties daialog. + * + * 'black-on-white' means that Foreground color is black and + * background color is white. */ { NULL, BIFB_D2_M2L_3, 320, 240, 80, 0xa000000,