Add match for JMB362 (with two SATA ports).

This commit is contained in:
pgoyette 2012-03-29 00:02:41 +00:00
parent a080d61232
commit 7035c98bff
1 changed files with 6 additions and 2 deletions

View File

@ -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_products[] = {
1,
1
},
{ PCI_PRODUCT_JMICRON_JMB362,
0,
2
},
{ PCI_PRODUCT_JMICRON_JMB363,
1,
2