freebsd-skq/sys/powerpc/powermac
andreast 44f5357aec 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)
2013-10-21 19:11:15 +00:00
..
ata_dbdma.c - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related 2013-04-06 19:12:49 +00:00
ata_dbdma.h
ata_kauai.c MFC: 256555 2013-10-21 19:11:15 +00:00
ata_macio.c MFC: 256555 2013-10-21 19:11:15 +00:00
atibl.c Only add the backlight device if it actually exists in OF. 2013-08-31 16:31:48 +00:00
cpcht.c Compatibility with IBM firmware. 2012-02-04 23:25:18 +00:00
cuda.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
cudavar.h
dbdma.c
dbdmavar.h
fcu.c
grackle.c Miffed r230993 due to a one-character typo while reviewing the patch. 2012-02-04 20:04:35 +00:00
gracklevar.h Unify OF PCI infrastructure, including changing from parsing the device 2012-02-04 19:54:13 +00:00
hrowpic.c Remove bogus __unused attribute from hrowpic_eoi(). 2012-07-01 19:07:45 +00:00
hrowpicvar.h
kiic.c Return EIO iso -1, the kiic_transfer has an signed return. 2013-08-23 20:39:41 +00:00
macgpio.c
macgpiovar.h
macio.c Add the macio attachment for wi(4). Partially obtained from NetBSD. 2013-07-31 01:13:29 +00:00
maciovar.h Add the macio attachment for wi(4). Partially obtained from NetBSD. 2013-07-31 01:13:29 +00:00
nvbl.c Only add the backlight device if it actually exists in OF. 2013-08-31 16:31:48 +00:00
openpic_macio.c Work around broken device tree on last-generation PowerPC iMacs 2012-10-29 14:27:28 +00:00
platform_powermac.c Rework handling of ofw_quiesce(), making it the responsibility of the 2013-09-27 13:12:47 +00:00
pmu.c Fix style(9) issues from r228270. 2011-12-05 14:13:21 +00:00
pmuvar.h Add a devd notification for closing/opening the lid on PowerBooks and iBooks. 2011-12-05 00:12:10 +00:00
powermac_thermal.c
powermac_thermal.h
pswitch.c
smu.c Only check fan type once. Not only is continuously rechecking pointless, a 2013-05-05 22:42:10 +00:00
smusat.c Improve error handling in smusat(4). 2012-02-15 16:59:24 +00:00
uninorth.c Provide a fix for certain PowerMacs where the U3 i2c lacks the interrupt 2012-03-19 18:03:20 +00:00
uninorthpci.c Unify OF PCI infrastructure, including changing from parsing the device 2012-02-04 19:54:13 +00:00
uninorthvar.h Unify OF PCI infrastructure, including changing from parsing the device 2012-02-04 19:54:13 +00:00
vcoregpio.c
viareg.h
windtunnel.c Add PWM monitoring sysctl to G4 MDD (Windtunnel) fan driver. While there, clean 2012-01-12 22:21:20 +00:00