Module Name: src
Committed By: pgoyette
Date: Thu Mar 29 00:02:41 UTC 2012
Modified Files:
src/sys/dev/pci: jmide.c
Log Message:
Add match for JMB362 (with two SATA ports).
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/jmide.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/jmide.c
diff -u src/sys/dev/pci/jmide.c:1.12 src/sys/dev/pci/jmide.c:1.13
--- src/sys/dev/pci/jmide.c:1.12 Mon Jan 30 19:41:22 2012
+++ src/sys/dev/pci/jmide.c Thu Mar 29 00:02:41 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: jmide.c,v 1.12 2012/01/30 19:41:22 drochner Exp $ */
+/* $NetBSD: jmide.c,v 1.13 2012/03/29 00:02:41 pgoyette Exp $ */
/*
* Copyright (c) 2007 Manuel Bouyer.
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: jmide.c,v 1.12 2012/01/30 19:41:22 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: jmide.c,v 1.13 2012/03/29 00:02:41 pgoyette Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -68,6 +68,10 @@ static const struct jmide_product jm_pro
1,
1
},
+ { PCI_PRODUCT_JMICRON_JMB362,
+ 0,
+ 2
+ },
{ PCI_PRODUCT_JMICRON_JMB363,
1,
2