Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/include/linux Don't let anyone else al...



details:   https://anonhg.NetBSD.org/src/rev/e6af0babb657
branches:  trunk
changeset: 337188:e6af0babb657
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Apr 06 01:11:19 2015 +0000

description:
Don't let anyone else allocate the video BIOS either.

diffstat:

 sys/external/bsd/drm2/include/linux/pci.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dfd8db0c9c48 -r e6af0babb657 sys/external/bsd/drm2/include/linux/pci.h
--- a/sys/external/bsd/drm2/include/linux/pci.h Sun Apr 05 23:28:10 2015 +0000
+++ b/sys/external/bsd/drm2/include/linux/pci.h Mon Apr 06 01:11:19 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci.h,v 1.15 2015/03/06 01:43:07 riastradh Exp $       */
+/*     $NetBSD: pci.h,v 1.16 2015/04/06 01:11:19 riastradh Exp $       */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -331,7 +331,7 @@
            PCI_COMMAND_STATUS_REG, csr);
 }
 
-#define        PCIBIOS_MIN_MEM 0       /* XXX bogus x86 kludge bollocks */
+#define        PCIBIOS_MIN_MEM 0x10000 /* XXX bogus x86 kludge bollocks */
 
 static inline bus_addr_t
 pcibios_align_resource(void *p, const struct resource *resource,



Home | Main Index | Thread Index | Old Index