/[base]
ViewVC logotype

Revision 256857


Jump to revision: Previous Next
Author: andreast
Date: Mon Oct 21 19:11:15 2013 UTC (10 years, 8 months ago)
Changed paths: 3
Log Message:
MFC: 256555

Move the resource allocation from the ata_*_probe section to the ata_*_attach
section. This prevents a boot crash on nearly all iMacs and PowerMacs/Books.

The allocation in the probe section was working before because ata_probe was
returning 0 which did not invoke a second DEVICE_PROBE. Now it returns
a BUS_PROBE_DEFAULT which can invoke a second DEVICE_PROBE which results in
a "failed to reserve resource" exit.

PR:	powerpc/182978
Approved by:	re(gjb)


Changed paths

Path Details
Directorystable/10/sys/ modified , props changed
Directorystable/10/sys/powerpc/powermac/ata_kauai.c modified , text changed
Directorystable/10/sys/powerpc/powermac/ata_macio.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27