diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-03-27 15:40:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-03-27 15:40:19 +0000 |
commit | 0702faa5375b9117aeadc01e9c3b3ba96dd13189 (patch) | |
tree | c11eb76ad1833f48e7f9da1cbd13dd7dec0c498f /sys/dev | |
parent | 71c0f132bf0399a168fea0e56e09df4caf6de600 (diff) |
this level of serverworks sata does not help
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pciide.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index ef1425ed66c..cd686f1728c 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.264 2007/03/27 07:16:09 deraadt Exp $ */ +/* $OpenBSD: pciide.c,v 1.265 2007/03/27 15:40:18 deraadt Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -847,12 +847,10 @@ const struct pciide_product_desc pciide_serverworks_products[] = { 0, serverworks_chip_map, }, -#if 0 { PCI_PRODUCT_RCC_K2_SATA, IDE_PCI_CLASS_OVERRIDE, svwsata_chip_map, }, -#endif { PCI_PRODUCT_RCC_FRODO4_SATA, 0, svwsata_chip_map, |