summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1996-06-13 21:50:41 +0000
committerse <se@FreeBSD.org>1996-06-13 21:50:41 +0000
commit23133f9662e001a9cf11d37629d4557047e4b9cc (patch)
tree0a8cf68e88aa61154d6a66b4a5be9900d498cdbe /sys/i386
parent32277d9773346c2da6e585898d259fa3cd9e5314 (diff)
downloadFreeBSD-src-23133f9662e001a9cf11d37629d4557047e4b9cc.zip
FreeBSD-src-23133f9662e001a9cf11d37629d4557047e4b9cc.tar.gz
Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decide
whether a system could possibly support PCI configuration mechanism 1 (or whether it rather is an EISA only system ...).
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/pcibus.c4
-rw-r--r--sys/i386/pci/pci_bus.c4
-rw-r--r--sys/i386/pci/pci_cfgreg.c4
-rw-r--r--sys/i386/pci/pci_pir.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/i386/isa/pcibus.c b/sys/i386/isa/pcibus.c
index a93a3e1..ac9cfc5 100644
--- a/sys/i386/isa/pcibus.c
+++ b/sys/i386/isa/pcibus.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcibus.c,v 1.23 1996/04/07 17:32:15 bde Exp $
+** $Id: pcibus.c,v 1.24 1996/04/30 21:37:21 se Exp $
**
** pci bus subroutines for i386 architecture.
**
@@ -146,7 +146,7 @@ DATA_SET (pcibus_set, i386pci);
#define CONF1_ENABLE 0x80000000ul
#define CONF1_ENABLE_CHK 0x80000000ul
-#define CONF1_ENABLE_MSK 0x00ff0700ul
+#define CONF1_ENABLE_MSK 0x7ff00000ul
#define CONF1_ENABLE_CHK1 0xff000001ul
#define CONF1_ENABLE_MSK1 0x80000001ul
#define CONF1_ENABLE_RES1 0x80000000ul
diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c
index a93a3e1..ac9cfc5 100644
--- a/sys/i386/pci/pci_bus.c
+++ b/sys/i386/pci/pci_bus.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcibus.c,v 1.23 1996/04/07 17:32:15 bde Exp $
+** $Id: pcibus.c,v 1.24 1996/04/30 21:37:21 se Exp $
**
** pci bus subroutines for i386 architecture.
**
@@ -146,7 +146,7 @@ DATA_SET (pcibus_set, i386pci);
#define CONF1_ENABLE 0x80000000ul
#define CONF1_ENABLE_CHK 0x80000000ul
-#define CONF1_ENABLE_MSK 0x00ff0700ul
+#define CONF1_ENABLE_MSK 0x7ff00000ul
#define CONF1_ENABLE_CHK1 0xff000001ul
#define CONF1_ENABLE_MSK1 0x80000001ul
#define CONF1_ENABLE_RES1 0x80000000ul
diff --git a/sys/i386/pci/pci_cfgreg.c b/sys/i386/pci/pci_cfgreg.c
index a93a3e1..ac9cfc5 100644
--- a/sys/i386/pci/pci_cfgreg.c
+++ b/sys/i386/pci/pci_cfgreg.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcibus.c,v 1.23 1996/04/07 17:32:15 bde Exp $
+** $Id: pcibus.c,v 1.24 1996/04/30 21:37:21 se Exp $
**
** pci bus subroutines for i386 architecture.
**
@@ -146,7 +146,7 @@ DATA_SET (pcibus_set, i386pci);
#define CONF1_ENABLE 0x80000000ul
#define CONF1_ENABLE_CHK 0x80000000ul
-#define CONF1_ENABLE_MSK 0x00ff0700ul
+#define CONF1_ENABLE_MSK 0x7ff00000ul
#define CONF1_ENABLE_CHK1 0xff000001ul
#define CONF1_ENABLE_MSK1 0x80000001ul
#define CONF1_ENABLE_RES1 0x80000000ul
diff --git a/sys/i386/pci/pci_pir.c b/sys/i386/pci/pci_pir.c
index a93a3e1..ac9cfc5 100644
--- a/sys/i386/pci/pci_pir.c
+++ b/sys/i386/pci/pci_pir.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcibus.c,v 1.23 1996/04/07 17:32:15 bde Exp $
+** $Id: pcibus.c,v 1.24 1996/04/30 21:37:21 se Exp $
**
** pci bus subroutines for i386 architecture.
**
@@ -146,7 +146,7 @@ DATA_SET (pcibus_set, i386pci);
#define CONF1_ENABLE 0x80000000ul
#define CONF1_ENABLE_CHK 0x80000000ul
-#define CONF1_ENABLE_MSK 0x00ff0700ul
+#define CONF1_ENABLE_MSK 0x7ff00000ul
#define CONF1_ENABLE_CHK1 0xff000001ul
#define CONF1_ENABLE_MSK1 0x80000001ul
#define CONF1_ENABLE_RES1 0x80000000ul
OpenPOWER on IntegriCloud