Module Name: src
Committed By: rkujawa
Date: Fri Jan 13 13:41:25 UTC 2012
Modified Files:
src/sys/arch/amiga/pci: mppb.c
Log Message:
Make it actually build without PCI_NETBSD_CONFIGURE too.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/pci/mppb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amiga/pci/mppb.c
diff -u src/sys/arch/amiga/pci/mppb.c:1.3 src/sys/arch/amiga/pci/mppb.c:1.4
--- src/sys/arch/amiga/pci/mppb.c:1.3 Fri Jan 13 13:36:36 2012
+++ src/sys/arch/amiga/pci/mppb.c Fri Jan 13 13:41:25 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: mppb.c,v 1.3 2012/01/13 13:36:36 rkujawa Exp $ */
+/* $NetBSD: mppb.c,v 1.4 2012/01/13 13:41:25 rkujawa Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -116,7 +116,9 @@ mppb_attach(device_t parent, device_t se
struct pcibus_attach_args pba;
struct zbus_args *zap;
pci_chipset_tag_t pc;
+#ifdef PCI_NETBSD_CONFIGURE
struct extent *ioext, *memext;
+#endif /* PCI_NETBSD_CONFIGURE */
zap = aux;
sc = device_private(self);