From a3cd944f25636d2d2fe12a76b87bfc95449be419 Mon Sep 17 00:00:00 2001 From: fvdl Date: Sun, 16 Dec 2001 21:33:06 +0000 Subject: [PATCH] Also correct the attach flags to enable IO space on the ServerWorks CNB20LE. --- sys/arch/i386/pci/pchb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index d44d02b9e91a..390fb2966746 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $NetBSD: pchb.c,v 1.29 2001/11/15 07:03:34 lukem Exp $ */ +/* $NetBSD: pchb.c,v 1.30 2001/12/16 21:33:06 fvdl Exp $ */ /*- * Copyright (c) 1996, 1998, 2000 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.29 2001/11/15 07:03:34 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.30 2001/12/16 21:33:06 fvdl Exp $"); #include #include @@ -144,6 +144,7 @@ pchbattach(struct device *parent, struct device *self, void *aux) switch (PCI_PRODUCT(pa->pa_id)) { case PCI_PRODUCT_SERVERWORKS_XX5: case PCI_PRODUCT_SERVERWORKS_CNB20HE: + case PCI_PRODUCT_SERVERWORKS_CNB20LE: case PCI_PRODUCT_SERVERWORKS_CIOB20: if ((attachflags & (PCI_FLAGS_IO_ENABLED | PCI_FLAGS_MEM_ENABLED)) ==