Deleted Added
full compact
28c28
< * $FreeBSD: head/sys/dev/ata/ata-all.c 67058 2000-10-13 11:21:27Z sos $
---
> * $FreeBSD: head/sys/dev/ata/ata-all.c 67067 2000-10-13 12:09:23Z sos $
73a74
> #if NPCI > 0
75a77,79
> #else
> #define ATA_MASTERDEV(dev) (1)
> #endif
795c799
< if (ATA_MASTERDEV(device_get_parent(dev)))
---
> if (scp->flags & ATA_USE_16BIT || ATA_MASTERDEV(device_get_parent(dev)))