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 Missed a zero: it's 0x10...



details:   https://anonhg.NetBSD.org/src/rev/9efb1a812566
branches:  trunk
changeset: 337190:9efb1a812566
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Apr 06 02:29:18 2015 +0000

description:
Missed a zero: it's 0x100000, not 0x10000.

diffstat:

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

diffs (18 lines):

diff -r 7b8458f7dc5f -r 9efb1a812566 sys/external/bsd/drm2/include/linux/pci.h
--- a/sys/external/bsd/drm2/include/linux/pci.h Mon Apr 06 01:50:46 2015 +0000
+++ b/sys/external/bsd/drm2/include/linux/pci.h Mon Apr 06 02:29:18 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci.h,v 1.16 2015/04/06 01:11:19 riastradh Exp $       */
+/*     $NetBSD: pci.h,v 1.17 2015/04/06 02:29:18 riastradh Exp $       */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -331,7 +331,7 @@
            PCI_COMMAND_STATUS_REG, csr);
 }
 
-#define        PCIBIOS_MIN_MEM 0x10000 /* XXX bogus x86 kludge bollocks */
+#define        PCIBIOS_MIN_MEM 0x100000        /* 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