From 041865ac2b3993f4802d8cb2b136bb1e10c72dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Colin=20G=C3=BCnther?= Date: Mon, 28 Dec 2009 04:48:17 +0000 Subject: [PATCH] Adding a constant, to allow compiling of the iprowifi5xxx driver based on the r27 source from http://svn.techwires.net/svn/projects/freebsd/sys/. Actually this driver works now, but as it is developed outside of the FreeBSD repo, I will not include it into Haiku's repository. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34790 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/libs/compat/freebsd_network/compat/dev/pci/pcireg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/compat/freebsd_network/compat/dev/pci/pcireg.h b/src/libs/compat/freebsd_network/compat/dev/pci/pcireg.h index 27e83a2fcd..90844b2257 100644 --- a/src/libs/compat/freebsd_network/compat/dev/pci/pcireg.h +++ b/src/libs/compat/freebsd_network/compat/dev/pci/pcireg.h @@ -60,6 +60,7 @@ #define PCIM_CMD_PERRESPEN 0x0040 #define PCIM_CMD_SERRESPEN 0x0100 #define PCIM_CMD_BACKTOBACK 0x0200 +#define PCIM_CMD_INTxDIS 0x0400 #define PCIR_STATUS 0x06 #define PCIM_STATUS_CAPPRESENT 0x0010 #define PCIM_STATUS_66CAPABLE 0x0020