From 23133f9662e001a9cf11d37629d4557047e4b9cc Mon Sep 17 00:00:00 2001 From: se Date: Thu, 13 Jun 1996 21:50:41 +0000 Subject: 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 ...). --- sys/i386/pci/pci_cfgreg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/i386/pci/pci_cfgreg.c') 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 -- cgit v1.1