add yet another PCI brige -- from pr 4780 from Nathan J. Williams

This commit is contained in:
perry 1998-01-10 01:15:14 +00:00
parent 385bb40506
commit aceff90d16
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}