Deleted Added
full compact
28c28
< * $FreeBSD: head/sys/dev/ata/ata-all.c 60041 2000-05-05 09:59:14Z phk $
---
> * $FreeBSD: head/sys/dev/ata/ata-all.c 60829 2000-05-23 19:05:56Z sos $
1108c1108
< if (!(dmastat = ata_dmastatus(scp)) & ATA_BMSTAT_INTERRUPT)
---
> if (!((dmastat = ata_dmastatus(scp)) & ATA_BMSTAT_INTERRUPT))
1516c1516
< return (ap->cblid ? 4 : 2);
---
> return 4;
1518c1518
< return (ap->cblid ? 3 : 2);
---
> return 3;