Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 01/09/1999 07:29:27
Module Name:	src
Committed By:	drochner
Date:		Sat Jan  9 15:29:27 UTC 1999

Modified Files:
	src/sys/dev/ic: vga.c
Log Message:
Allow to deallocate also the currently visible virtual screen (unless
it is the console).
This requires vva_show_screen() to catch the case where it has no screen
to switch from, ie no need to save the current state.