Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Recognize additional SMBus controllers. From Fr...
details: https://anonhg.NetBSD.org/src/rev/64430e7d89fa
branches: trunk
changeset: 754677:64430e7d89fa
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat May 08 07:41:44 2010 +0000
description:
Recognize additional SMBus controllers. From FreeBSD.
diffstat:
sys/dev/pci/nfsmb.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 0cbc5cfc940e -r 64430e7d89fa sys/dev/pci/nfsmb.c
--- a/sys/dev/pci/nfsmb.c Sat May 08 07:34:02 2010 +0000
+++ b/sys/dev/pci/nfsmb.c Sat May 08 07:41:44 2010 +0000
@@ -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;
}
}
Home |
Main Index |
Thread Index |
Old Index