Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/19/1996 04:40:02
cgd
Mon Nov 18 20:38:33 PST 1996
Update of /cvsroot/src/sys/arch/alpha/common
In directory netbsd1:/var/slash-tmp/cvs-serv3415/common

Added Files:
	vga.c vgavar.h 
Log Message:
replace old PCI VGA driver with a common VGA back-end and ISA and PCI
front-ends.  Unfortunately, because of the way ISA and PCI are currently
probed, if you have a PCI VGA board in your machine and both drivers
in your kernel, the ISA VGA driver may accidentally match the PCI board.
For now, the only solution to this is to not put both drivers in
the GENERIC kernels.


cgd
Mon Nov 18 20:38:35 PST 1996
Update of /cvsroot/src/sys/arch/alpha/isa
In directory netbsd1:/var/slash-tmp/cvs-serv3415/isa

Added Files:
	vga_isa.c vga_isavar.h 
Log Message:
replace old PCI VGA driver with a common VGA back-end and ISA and PCI
front-ends.  Unfortunately, because of the way ISA and PCI are currently
probed, if you have a PCI VGA board in your machine and both drivers
in your kernel, the ISA VGA driver may accidentally match the PCI board.
For now, the only solution to this is to not put both drivers in
the GENERIC kernels.


cgd
Mon Nov 18 20:38:38 PST 1996
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv3415/pci

Added Files:
	vga_pci.c vga_pcivar.h 
Removed Files:
	pcivga.c pcivgavar.h 
Log Message:
replace old PCI VGA driver with a common VGA back-end and ISA and PCI
front-ends.  Unfortunately, because of the way ISA and PCI are currently
probed, if you have a PCI VGA board in your machine and both drivers
in your kernel, the ISA VGA driver may accidentally match the PCI board.
For now, the only solution to this is to not put both drivers in
the GENERIC kernels.