Author: rpaulo Date: Sat Apr 5 23:20:04 2014 New Revision: 264181 URL: http://svnweb.freebsd.org/changeset/base/264181
Log: Add fsl,imx53. Modified: head/sys/dev/ata/chipsets/ata-fsl.c Modified: head/sys/dev/ata/chipsets/ata-fsl.c ============================================================================== --- head/sys/dev/ata/chipsets/ata-fsl.c Sat Apr 5 23:16:51 2014 (r264180) +++ head/sys/dev/ata/chipsets/ata-fsl.c Sat Apr 5 23:20:04 2014 (r264181) @@ -72,7 +72,8 @@ imx_ata_probe(device_t dev) if (!ofw_bus_status_okay(dev)) return (ENXIO); - if (!ofw_bus_is_compatible(dev, "fsl,imx51-ata")) + if (!ofw_bus_is_compatible(dev, "fsl,imx51-ata") && + !ofw_bus_is_compatible(dev, "fsl,imx53-ata")) return (ENXIO); ctrl = device_get_softc(dev); _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"