summaryrefslogtreecommitdiffstats
path: root/sys/i386/pci/pci_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/pci/pci_config.c')
-rw-r--r--sys/i386/pci/pci_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/pci/pci_config.c b/sys/i386/pci/pci_config.c
index 1f893ae..0f2259b 100644
--- a/sys/i386/pci/pci_config.c
+++ b/sys/i386/pci/pci_config.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pci_config.c,v 1.7 1994/10/12 02:33:22 se Exp $
+** $Id: pci_config.c,v 1.8 1994/10/12 11:06:49 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 }, causing problems XXX */
+ {&vga_device, "graphics", 0 },
{&ign_device, "ign", 0 },
{&lkm_device, "lkm", 0 },
{0, 0, 0 }
OpenPOWER on IntegriCloud