diff options
author | 2007-03-27 07:16:09 +0000 | |
---|---|---|
committer | 2007-03-27 07:16:09 +0000 | |
commit | a8749dbee1eb07a3afff2671c43a25d5929de614 (patch) | |
tree | bb828d4c794debc24138533e3f29acae6807adac | |
parent | Replace some scary pointer code. The new code is O(n^2) for strings (diff) | |
download | wireguard-openbsd-a8749dbee1eb07a3afff2671c43a25d5929de614.tar.xz wireguard-openbsd-a8749dbee1eb07a3afff2671c43a25d5929de614.zip |
disable serverworks sata until it works (been busted for a year on the
G5, might work a lot better soon)
-rw-r--r-- | sys/dev/pci/pciide.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index fa85b4a178c..ef1425ed66c 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.263 2007/03/21 12:20:30 jsg Exp $ */ +/* $OpenBSD: pciide.c,v 1.264 2007/03/27 07:16:09 deraadt Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -847,10 +847,12 @@ 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, |