Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Leo Weppelman <leo@netbsd.org>
List: source-changes
Date: 03/15/1999 07:47:23
Module Name:	src
Committed By:	leo
Date:		Mon Mar 15 15:47:22 UTC 1999

Modified Files:
	src/sys/arch/atari/conf: files.atari
	src/sys/arch/atari/pci: pci_machdep.c
Added Files:
	src/sys/arch/atari/pci: pci_tseng.c pci_vga.c pci_vga.h
Log Message:
First step to a framework that can be used to initialize vga-cards on the
pci-bus. The code is called early in the bootphase and tries to initialize
a known type of card into a 'standard' text mode. Wscons should be able
to handle these cards afterwards.