Temporary disable scanning for VGA cards, was causing problems.

This commit is contained in:
Stefan Eßer 1994-10-12 11:06:49 +00:00
parent 5044407419
commit 157823e855
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3542

View File

@ -1,6 +1,6 @@
/**************************************************************************
**
** $Id: pci_config.c,v 2.3 94/10/09 21:10:21 wolf Oct11 $
** $Id: pci_config.c,v 1.7 1994/10/12 02:33:22 se Exp $
**
** @PCI@ this should be part of "ioconf.c".
**
@ -64,7 +64,7 @@ struct pci_device pci_devtab[] = {
#endif
{&chipset_device, "chip", 0 },
{&vga_device, "graphics", 0 },
/*{&vga_device, "graphics", 0 }, causing problems XXX */
{&ign_device, "ign", 0 },
{&lkm_device, "lkm", 0 },
{0, 0, 0 }