Attach to NVIDIA MCP73 now that we have the PCI id.

This commit is contained in:
xtraeme 2007-11-14 12:42:20 +00:00
parent a7040ff1de
commit 6ffcc39251
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfsmb.c,v 1.8 2007/11/14 12:12:27 xtraeme Exp $ */
/* $NetBSD: nfsmb.c,v 1.9 2007/11/14 12:42:20 xtraeme Exp $ */
/*
* Copyright (c) 2007 KIYOHARA Takashi
* All rights reserved.
@ -26,7 +26,7 @@
*
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfsmb.c,v 1.8 2007/11/14 12:12:27 xtraeme Exp $");
__KERNEL_RCSID(0, "$NetBSD: nfsmb.c,v 1.9 2007/11/14 12:42:20 xtraeme Exp $");
#include <sys/param.h>
#include <sys/device.h>
@ -122,6 +122,7 @@ nfsmbc_match(struct device *parent, struct cfdata *match, void *aux)
case PCI_PRODUCT_NVIDIA_MCP61_SMB:
case PCI_PRODUCT_NVIDIA_MCP65_SMB:
case PCI_PRODUCT_NVIDIA_MCP67_SMB:
case PCI_PRODUCT_NVIDIA_MCP73_SMB:
return 1;
}
}