Disable vga_attach() code, as it always should have been.

This commit is contained in:
Stefan Eßer 1995-03-02 23:29:44 +00:00
parent c7f2725d43
commit a2564a2e9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6844

View File

@ -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;