diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-07-07 03:56:34 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-07-07 03:56:34 +0000 |
commit | 63312a6f1ddec7e612a108e07be5e35d38a626dc (patch) | |
tree | 870703562363ad101c1c856620784bf2220876ec /sys | |
parent | a5f0745a80317b0785de2a01a7c97d34736c3b97 (diff) |
Broadcom HT-1000 SATA no longer requires IDE_PCI_CLASS_OVERRIDE now that
pciide_match checks for the PCI SATA subclass.
Diffstat (limited to 'sys')
-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 f22c2d9c7d6..d8ca76e6490 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.244 2006/07/07 00:01:15 jsg Exp $ */ +/* $OpenBSD: pciide.c,v 1.245 2006/07/07 03:56:33 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, - IDE_PCI_CLASS_OVERRIDE, + 0, svwsata_chip_map, }, { PCI_PRODUCT_RCC_SATA, |