summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-07-02 13:42:36 +0000
committerimp <imp@FreeBSD.org>2004-07-02 13:42:36 +0000
commitd4df3eec3445105c292c94f1228a30c2f975cdaf (patch)
treee941a931f56a19f997c577cb0914c8ca21550e25 /sys
parent6e24bc95d84835eaa2969ced4322c64e53c14a93 (diff)
downloadFreeBSD-src-d4df3eec3445105c292c94f1228a30c2f975cdaf.zip
FreeBSD-src-d4df3eec3445105c292c94f1228a30c2f975cdaf.tar.gz
Disable native ata support for now, too much breaks
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 163bece..d9a5e62 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) {
OpenPOWER on IntegriCloud