From a2564a2e9c756bad84677c1320e52bb06fbbbc65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Thu, 2 Mar 1995 23:29:44 +0000 Subject: [PATCH] Disable vga_attach() code, as it always should have been. --- sys/pci/pcisupport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index ae53d85a8515..4e3b3376fb03 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.9 1995/02/14 03:19:27 wollman Exp $ +** $Id: pcisupport.c,v 1.10 1995/02/27 17:22:09 se Exp $ ** ** Device driver for INTEL PCI chipsets. ** @@ -377,7 +377,7 @@ static void vga_attach(pcici_t tag, int unit) ** The assigned adresses may not be remapped, ** because certain values are assumed by the console driver. */ -#ifndef PCI_REMAP +#if 0 vm_offset_t va; vm_offset_t pa; int reg;