最新文章列表

Power Management interface for Solaris device driver

Please refer to http://blogs.sun.com/randyf/entry/more_power_to_you for original post. More Power to You Typically, I wonder if my posts are more small ...
javasee 评论(0) 有618人浏览 2010-11-26 09:55

Testing Suspend and Resume for Driver Developers.

Please refer to http://blogs.sun.com/randyf/entry/testing_suspend_and_resume_for for original post. Testing Suspend and Resume for Driver Developers. Happy New Year! ...
javasee 评论(0) 有585人浏览 2010-11-26 09:44

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 ...
javasee 评论(0) 有456人浏览 2009-12-04 15:01

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 ...
javasee 评论(0) 有665人浏览 2009-12-04 13:46

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 ...
javasee 评论(0) 有631人浏览 2009-12-01 09:40

Solaris Source Insight: PCI bus driver moduls - pci_pci driver module

<!-- @page { margin: 0.79in } P { margin-bottom: 0.08in } --> This time we will look into pci_pci driver module. It's PCI to PCI bus bridge nexus driver. As usual, w ...
javasee 评论(0) 有567人浏览 2009-11-18 15:59

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 ...
javasee 评论(0) 有695人浏览 2009-11-18 13:07

Solaris内核进入无滴答时代

随着无滴答内核代码集成到了OpenSolaris的源代码树onnv-gate中,Solaris/OpenSolaris将变成基于事件的无滴答内核操作系统。 根据SUN的heads-up-information, 变量lbolt和lbolt64将停止使用,取代对这两个变量引用的函数是ddi_get_lbolt(9F)和ddi_get_lbolt64(9F)。另外,这还导致了两个DDI接口:cv_re ...
javasee 评论(0) 有710人浏览 2009-11-18 12:38

Solaris Source Insight: PCI bus driver moduls - pcieb driver module

我们接下来看 pcieb 。 [root@blu-nhm-ep:~]modinfo | grep PCI 15 fffffffffba46ce0 bfb0 - 1 pci_autoconfig (PCI BIOS interface) 37 fffffffffbacd3f0 ce28 183 1 npe (Host to PCI ...
javasee 评论(0) 有951人浏览 2009-11-17 16:00

Solaris Source Insight: PCI bus driver moduls - pcie misc/module

<!-- @page { margin: 0.79in } TD P { margin-bottom: 0in } P { margin-bottom: 0.08in } --> Continue with other PCI related modules. [root@blu-nhm-ep:~]modinfo | ...
javasee 评论(0) 有625人浏览 2009-11-13 17:00

Solaris Source Insight: PCI bus driver moduls - npe Part 5

<!-- @page { margin: 0.79in } P { margin-bottom: 0.08in } --> Fri Nov 13 14:19:32 CST 2009 DDI_INTROP_NAVAIL/DDI_INTROP_NINTRS Return the number of sup ...
javasee 评论(0) 有700人浏览 2009-11-13 14:19

Solaris Source Insight: PCI bus driver moduls - npe Part 4

Thu Nov 12 17:11:35 CST 2009 bus_ctl() DDI_CTLOPS_REPORTDEV – report the device DDI_CTLOPS_INITCHILD – bus specific intialization for a child attached to this npe instance. P ...
javasee 评论(0) 有500人浏览 2009-11-12 17:12

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 ...
javasee 评论(0) 有649人浏览 2009-11-11 16:29

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 ...
javasee 评论(0) 有712人浏览 2009-11-10 16:43

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 ...
javasee 评论(0) 有717人浏览 2009-11-10 15:47

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 ...
javasee 评论(0) 有831人浏览 2009-11-09 16:18

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. ...
javasee 评论(0) 有807人浏览 2009-11-05 15:12

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 ...
javasee 评论(0) 有591人浏览 2009-11-03 16:54

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_ ...
javasee 评论(0) 有672人浏览 2009-11-02 15:15

编译OpenSSH

 说实话,97年使用linux开始就没有编译过openssh。使用debian时,也是apt 安装的。1 下载最新的zlib库http://zlib.net/tar -zxvf zlib-1.2.3.tar.gzcd zlib-1.2.3makemake install cp zlib.h zconf.h /usr/local/includechmod 644 /usr/local/include ...
javasee 评论(0) 有971人浏览 2009-09-27 17:33

最近博客热门TAG

Linux(50906) Windows(39381) Ubuntu(12131) OS(11385) Unix(7865) DOS(5983) CentOS(3691) IIS(3338) RedHat(3109) Debian(2038) AIX(1742) FreeBSD(1479) Solaris(1437) SuSE(777) OSX(451)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics