From 828a0b71101adc8186b3b17c97f16b60afe65af0 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 2 Jul 2004 13:42:36 +0000 Subject: [PATCH] Disable native ata support for now, too much breaks --- sys/dev/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 163beceb9bf9..d9a5e626a11b 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -849,7 +849,7 @@ pci_ata_maps(device_t pcib, device_t bus, device_t dev, int b, int s, int f, struct resource_list *rl) { int rid, type, progif; -#if 1 +#if 0 /* if this device supports PCI native addressing use it */ progif = pci_read_config(dev, PCIR_PROGIF, 1); if ((progif & 0x8a) == 0x8a) {