Module Name:    src
Committed By:   pgoyette
Date:           Sat May  8 07:41:44 UTC 2010

Modified Files:
        src/sys/dev/pci: nfsmb.c

Log Message:
Recognize additional SMBus controllers.  From FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/nfsmb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/nfsmb.c
diff -u src/sys/dev/pci/nfsmb.c:1.20 src/sys/dev/pci/nfsmb.c:1.21
--- src/sys/dev/pci/nfsmb.c:1.20	Sat May  9 07:13:57 2009
+++ src/sys/dev/pci/nfsmb.c	Sat May  8 07:41:44 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: nfsmb.c,v 1.20 2009/05/09 07:13:57 pgoyette Exp $	*/
+/*	$NetBSD: nfsmb.c,v 1.21 2010/05/08 07:41:44 pgoyette 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.20 2009/05/09 07:13:57 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfsmb.c,v 1.21 2010/05/08 07:41:44 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -124,6 +124,8 @@
 		case PCI_PRODUCT_NVIDIA_MCP65_SMB:
 		case PCI_PRODUCT_NVIDIA_MCP67_SMB:
 		case PCI_PRODUCT_NVIDIA_MCP73_SMB:
+		case PCI_PRODUCT_NVIDIA_MCP78S_SMB:
+		case PCI_PRODUCT_NVIDIA_MCP79_SMB:
 			return 1;
 		}
 	}

Reply via email to