summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-07-02 13:42:36 +0000
committerWarner Losh <imp@FreeBSD.org>2004-07-02 13:42:36 +0000
commit828a0b71101adc8186b3b17c97f16b60afe65af0 (patch)
treee941a931f56a19f997c577cb0914c8ca21550e25
parentfddfe13d9449d1d20fd2a21ffaa1d464b6b78c60 (diff)
Notes
-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 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) {