Disable native ata support for now, too much breaks

This commit is contained in:
Warner Losh 2004-07-02 13:42:36 +00:00
parent fddfe13d94
commit 828a0b7110

View File

@ -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) {