Kip Macy
5e296dbf52
Don't count on the first phys_avail range being greater than zero
2006-12-24 07:47:10 +00:00
Kip Macy
b4935cbceb
add helper function for finding a virtual device node in a machine
...
description
2006-12-18 07:22:25 +00:00
Kip Macy
8401edeb32
- provide a more informative panic if mdesc_update() fails
...
- handle some cases where the return value of mdesc_update() is not zero
when it should be
2006-12-12 02:50:12 +00:00
Kip Macy
7e8123da0e
fix CID 1670 by freeing pointer listp before returning
2006-12-07 02:05:13 +00:00
Christian S.J. Peron
5cd3e3457f
Make sure we do not sleep while locks are held. Change the malloc(9)
...
flags from M_WAITOK to M_NOWAIT. This should not cause any problems
since the calling code appears to properly handle failed allocations.
Discussed with: kmacy
2006-11-24 22:14:37 +00:00
Kip Macy
17b84f855f
- Comment most of the remaining hypercalls in hcall.S
...
- implement hypercalls returning a single value
- start fixing the fallout of the recent changes needed to get
the kernel compiling again
2006-11-24 05:27:49 +00:00
Kip Macy
ac39496f20
move CDDL licensed machine description support routine files to cddl directory
...
update files.sun4v accordingly
2006-11-24 01:56:46 +00:00
Kip Macy
2405f16615
placate Grim Reaper with sun4v support
2006-10-05 06:14:28 +00:00