the bitrig patrick_mx6 branch has been created by patrick.

it is 0 commits behind master, and 2 commits ahead.

commit b8d5f9974eccb8a1a969f4ed245bf988792268d9
diff: https://github.com/bitrig/bitrig/commit/b8d5f99
author: Patrick Wildt <[email protected]>
date: Thu Aug 14 00:31:19 2014 +0200

Add imxid driver, so that we can figure out if we have e.g. AHCI or not.

M       sys/arch/armv7/conf/generic.imx
M       sys/arch/armv7/imx/files.imx
M       sys/arch/armv7/imx/imx.c
M       sys/arch/armv7/imx/imx6.c
M       sys/arch/armv7/imx/imxahci.c
A       sys/arch/armv7/imx/imxid.c
A       sys/arch/armv7/imx/imxidvar.h

commit f57fcf04ffab95cf1ba8cf8964a7d8466ef1d698
diff: https://github.com/bitrig/bitrig/commit/f57fcf0
author: Patrick Wildt <[email protected]>
date: Thu Aug 14 01:15:22 2014 +0200

Honor the devices' match functions.

Previously we have not honored a device's match function.  We only
checked the board and attached every device for that board.

On i.MX6, you have different versions.  For instance, only the
two biggest versions (Quad, Dual) support ahci.  The other (DualLite,
Solo and SoloLite) do not support it.  Make sure ahci can say
no.

M       sys/arch/armv7/armv7/armv7.c

Reply via email to