summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/mdesc
Commit message (Collapse)AuthorAgeFilesLines
* Don't count on the first phys_avail range being greater than zerokmacy2006-12-241-2/+1
|
* add helper function for finding a virtual device node in a machinekmacy2006-12-181-0/+101
| | | | description
* - provide a more informative panic if mdesc_update() failskmacy2006-12-121-7/+10
| | | | | - handle some cases where the return value of mdesc_update() is not zero when it should be
* fix CID 1670 by freeing pointer listp before returningkmacy2006-12-071-0/+1
|
* Make sure we do not sleep while locks are held. Change the malloc(9)csjp2006-11-241-1/+1
| | | | | | | 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
* - Comment most of the remaining hypercalls in hcall.Skmacy2006-11-241-1/+2
| | | | | | - implement hypercalls returning a single value - start fixing the fallout of the recent changes needed to get the kernel compiling again
* move CDDL licensed machine description support routine files to cddl directorykmacy2006-11-2413-1538/+0
| | | | update files.sun4v accordingly
* placate Grim Reaper with sun4v supportkmacy2006-10-0518-0/+2275
OpenPOWER on IntegriCloud