Garrett D'Amore wrote:
Oliver Yang wrote:
Garrett D'Amore wrote:
Thomas De Schampheleire wrote:
Hi,
The timeout(9F) manpage says:
"The function called by timeout() must adhere to the same
restrictions as a driver soft interrupt handler.
The function called by timeout() is run in
Oliver Yang wrote:
Garrett D'Amore wrote:
Thomas De Schampheleire wrote:
Hi,
The timeout(9F) manpage says:
"The function called by timeout() must adhere to the same
restrictions as a driver soft interrupt handler.
The function called by timeout() is run in interrupt context
a
Garrett D'Amore wrote:
Thomas De Schampheleire wrote:
Hi,
The timeout(9F) manpage says:
"The function called by timeout() must adhere to the same
restrictions as a driver soft interrupt handler.
The function called by timeout() is run in interrupt context
and must not sleep or
I got the ramdisk stuff working. My latest problem is that the load of
misc/strplumb is failing and I can't work out what's wrong (no dependencies
and, apparently, no unresolved addresses).
One area that will require major work (but is working thanks to low activity)
is the allocation of page
Thomas De Schampheleire wrote:
Hi,
The timeout(9F) manpage says:
"The function called by timeout() must adhere to the same
restrictions as a driver soft interrupt handler.
The function called by timeout() is run in interrupt context
and must not sleep or call other functions th
the message below:
..
panic:page fault
uptime:17m42s
[b]cannot dump , no dump device defind[/b]
Automatic reboot in 15 seconds
..
I want to save the dump and how can I do?
I have added "set kmem_flags=0xf" in etc/system file accord to mdb describe
Tanks!!!
This message posted from
>Hi,
>
>The timeout(9F) manpage says:
>
>"The function called by timeout() must adhere to the same
> restrictions as a driver soft interrupt handler.
>
> The function called by timeout() is run in interrupt context
> and must not sleep or call other functions that might sleep."
>
>
Hi,
The timeout(9F) manpage says:
"The function called by timeout() must adhere to the same
restrictions as a driver soft interrupt handler.
The function called by timeout() is run in interrupt context
and must not sleep or call other functions that might sleep."
Does this mean