summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciide.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-04-09 00:51:59 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-04-09 00:51:59 +0000
commit022093a9137b6bef71fec074f8d150feabe0f6ea (patch)
tree620f411be376c056eac285b3b538c5955953569e /sys/dev/pci/pciide.c
parent394a80b8ea64f044d2e955d6f9fdaf9345fdb03d (diff)
add another ServerWorks SATA PCI id.
From the Linux svw driver.
Diffstat (limited to 'sys/dev/pci/pciide.c')
-rw-r--r--sys/dev/pci/pciide.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index f8c66bd03e6..70b1c338102 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.231 2006/04/02 01:36:07 jsg Exp $ */
+/* $OpenBSD: pciide.c,v 1.232 2006/04/09 00:51:58 brad Exp $ */
/* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */
/*
@@ -756,6 +756,10 @@ const struct pciide_product_desc pciide_serverworks_products[] = {
{ PCI_PRODUCT_RCC_HT_1000_SATA,
0,
svwsata_chip_map,
+ },
+ { PCI_PRODUCT_RCC_SATA,
+ 0,
+ svwsata_chip_map,
}
};