mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Disable vga_attach() code, as it always should have been.
This commit is contained in:
parent
c7f2725d43
commit
a2564a2e9c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6844
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user