Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/ata/chipsets/ata-promise.c 230132 2012-01-15 13:23:18Z uqs $");
---
> __FBSDID("$FreeBSD: head/sys/dev/ata/chipsets/ata-promise.c 233282 2012-03-21 16:59:39Z marius $");
132,133c132,133
< struct ata_chip_id *idx;
< static struct ata_chip_id ids[] =
---
> const struct ata_chip_id *idx;
> static const struct ata_chip_id const ids[] =
457c457
< u_int32_t timings[][2] = {
---
> static const uint32_t timings[][2] = {