the bitrig patrick_mx6 branch has been created by patrick.

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

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

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

M       sys/arch/armv7/imx/imxahci.c
M       sys/arch/armv7/imx/imxccm.c
M       sys/arch/armv7/imx/imxccmvar.h

commit 8db682975a8459ba3a6fb50bf1ed7e7b8cfb6951
diff: https://github.com/bitrig/bitrig/commit/8db6829
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