Module Name:    src
Committed By:   riastradh
Date:           Mon Apr  6 02:29:18 UTC 2015

Modified Files:
        src/sys/external/bsd/drm2/include/linux: pci.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/external/bsd/drm2/include/linux/pci.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/include/linux/pci.h
diff -u src/sys/external/bsd/drm2/include/linux/pci.h:1.16 src/sys/external/bsd/drm2/include/linux/pci.h:1.17
--- src/sys/external/bsd/drm2/include/linux/pci.h:1.16	Mon Apr  6 01:11:19 2015
+++ src/sys/external/bsd/drm2/include/linux/pci.h	Mon Apr  6 02:29:18 2015
@@ -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_clear_master(struct pci_dev *pdev)
 	    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,

Reply via email to