Subject: Re: CVS commit: src/sys/dev/ata
To: Cherry G. Mathew <cherry.g.mathew@gmail.com>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 04/05/2006 11:05:10
On Wed, Apr 05, 2006 at 09:10:53AM +0530, Cherry G. Mathew wrote:
> Since it looks like this is a macppc specific thing, maybe a better
> way to do this would be to spin-down the disk in:
> machdep.c:cpu_reboot()

I think Manuel's idea sounds better: pass "int howto, char *bootstr" to
doshutdownhooks and all hooks it calls (why is bootstr not a const, btw?)

Martin