diff options
author | 2006-06-26 02:40:40 +0000 | |
---|---|---|
committer | 2006-06-26 02:40:40 +0000 | |
commit | 7a9acf7190dc00c392133d1ebbec704cb1bfb0f0 (patch) | |
tree | 7aa1de748026e165741bfb1994c14bfc1569caea /sys/dev/pci/pciide.c | |
parent | fix a typo in a comment and add the comment to the sparc hme driver. (diff) | |
download | wireguard-openbsd-7a9acf7190dc00c392133d1ebbec704cb1bfb0f0.tar.xz wireguard-openbsd-7a9acf7190dc00c392133d1ebbec704cb1bfb0f0.zip |
Add IDE_PCI_CLASS_OVERRIDE for ServerWorks HT-1000 SATA.
Diffstat (limited to 'sys/dev/pci/pciide.c')
-rw-r--r-- | sys/dev/pci/pciide.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index 04a75dc8259..0c621ac86b5 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.241 2006/06/24 10:11:03 jsg Exp $ */ +/* $OpenBSD: pciide.c,v 1.242 2006/06/26 02:40:40 brad Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -801,7 +801,7 @@ const struct pciide_product_desc pciide_serverworks_products[] = { svwsata_chip_map, }, { PCI_PRODUCT_RCC_HT_1000_SATA, - 0, + IDE_PCI_CLASS_OVERRIDE, svwsata_chip_map, }, { PCI_PRODUCT_RCC_SATA, |