本月博客排行
-
第1名
kaizi1992 -
第2名
arpenker -
第3名
wy_19921005 - hanbaohong
- jh108020
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
青否云后端云 - vipbooks
- wy_19921005
- benladeng5225
- fantaxy025025
- e_e
- kaizi1992
- tanling8334
- arpenker
- sam123456gz
- javashop
- zysnba
- xiangjie88
- lemonhandsome
- wallimn
- ganxueyun
- Xeden
- zhanjia
- xyuma
- wangchen.ily
- jh108020
- johnsmith9th
- zxq_2017
- jbosscn
- forestqqqq
- daizj
- ajinn
- xpenxpen
- 喧嚣求静
- ranbuijj
- kingwell.leng
- silverend
- kristy_yy
- lchb139128
- jveqi
- lich0079
- lzyfn123
- java-007
- sunj
- yeluowuhen
- lerf
- xiaoxinye
- flashsing123
- lxguy
- zhangjijun
- bosschen
- lyndon.lin
- sunnylocus
最新文章列表
Solaris Source Insight: PCI bus driver moduls - misc/busra module
<!--
@page { margin: 0.79in }
P { margin-bottom: 0.08in }
-->
Implementation of misc/busra (Bus
Resource Allocator (BUSRA))
30 /*
31 * This module
provid ...
Solaris Source Insight: PCI bus driver moduls - misc/pcicfg module
<!--
@page { margin: 0.79in }
P { margin-bottom: 0.08in }
-->
Implementation of misc/pcicfg
This module provids below two
interfaces to configure/unconfigure pci de ...
SUN发布了VirtualBox3.1
这是VirtualBox社区的信。
Today Sun released VirtualBox 3.1, a major update introducing the
following major new features:
* Teleportation (aka live migration); migrate a live VM session from
one host t ...
SUN发布VirtualBox 3.1.0 Beta 1
3.1.0对VirtualBox来说是一个milestone。SUN发布了Beta Release。 Beta Release是开发中的产品,主要用于评估和测试,不能继承到商业应用中。
VirtualBox 3.1.0 Beta 1最新的特性:
Teleportation (aka live migration); migrate a live VM session from one ...
Solaris Source Insight: PCI bus driver moduls - npe Part 3
Wed Nov 11 13:41:56 CST
2009
driver operation
Driver operation is defined for leaf device drivers or bus nexus
drivers supporting
direct user process access (open/close/etc).
Driver operat ...
Development Guide: build HVM IO domain on xVM
This document describes the
instructions to build HVM IO domain. The hypervisor is based on xvm-3.3 and domain 0
based on onnv_121.
1. Upgrade domain 0
1) Install Nevada build 121 onto the
...
Solaris Source Insight: PCI bus driver moduls - npe Part 2
Tue Nov 10
12:47:45 CST 2009
npe_attach()
Come back to the attach() function.
For resume attach, restore config_regs
for each children devinfo node of npe. Otherwise, initialize all the
n ...
Solaris Source Insight: PCI bus driver moduls - npe Part 1
Mon Nov 9 16:17:38 CST 2009
We have seen how PCI bus probe enuerate and configure the PCI system. Let's go ahead with the details of PCI bus drivers. The PCI leaf device driver is function related, we ...
Solaris Source Insight: PCI system implementation - Part 4
continue with pci_reprogram()
(b) Fix-up unit-address assignments for peer bus, and create a devcache for this assignment
The unit-address is stored in the first integer of "reg" property. ...
Solaris Source Insight: PCI system implementation - Part 3
We went over the first pass of pci_enumeration() during boot. Before go ahead with the second pass, we'd like to get the answer of what happen during the two passes of pci_enumeration.
First, let's tr ...
Solaris Source Insight: PCI system implementation - Part 2
Thu Oct 29 10:46:29 CST 2009
The bus resource enumerated in pci_setup_tree() are stored in pci_bus_res array.
common/sys/pci_impl.h
82 /* pci bus resource maps */
83 struct pci_bus_resource *pci_ ...