From aceff90d163030a406aab3fbcd6bda8ed47e1882 Mon Sep 17 00:00:00 2001 From: perry Date: Sat, 10 Jan 1998 01:15:14 +0000 Subject: [PATCH] add yet another PCI brige -- from pr 4780 from Nathan J. Williams --- sys/arch/i386/pci/pchb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index 791477553cad..25a080667f76 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -1,4 +1,4 @@ -/* $NetBSD: pchb.c,v 1.10 1998/01/09 22:34:58 fvdl Exp $ */ +/* $NetBSD: pchb.c,v 1.11 1998/01/10 01:15:14 perry Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -107,6 +107,7 @@ pchbmatch(parent, match, aux) break; case PCI_VENDOR_UMC: switch (PCI_PRODUCT(pa->pa_id)) { + case PCI_PRODUCT_UMC_UM8891N: case PCI_PRODUCT_UMC_UM8881F: return (1); }