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

This commit is contained in:
riastradh 2015-04-06 01:11:19 +00:00
parent cefecbaa6b
commit 8e8ad4e145

View File

@ -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_clear_master(struct pci_dev *pdev)
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,