diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1995-03-02 23:29:44 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1995-03-02 23:29:44 +0000 |
| commit | a2564a2e9c756bad84677c1320e52bb06fbbbc65 (patch) | |
| tree | 44ad299a8a86701454724a4f06b261a69cb98d40 | |
| parent | c7f2725d431e32812c4fbedddc2d4a640c4730bd (diff) | |
Notes
| -rw-r--r-- | sys/pci/pcisupport.c | 4 |
1 files 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; |
